antville/code/Root/style.skin

281 lines
5.1 KiB
Text
Raw Normal View History

/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/
table.main {
width: 700px;
2002-06-03 17:10:21 +00:00
}
td.header {
padding-left:1px;
font-weight: bold;
2002-06-03 17:10:21 +00:00
}
td.center {
width: 70%;
padding: 25px 20px 10px 40px;
vertical-align: top;
2002-06-03 17:10:21 +00:00
}
2001-06-18 08:57:33 +00:00
td.right {
width: 30%;
padding: 0px 0px 10px 0px;
vertical-align: top;
border-left: 1px solid #dddddd;
2002-06-03 17:10:21 +00:00
}
2001-06-28 18:09:09 +00:00
/**
* Colors, fonts, styles.
*/
body {
background-color: <% layout.bgcolor %>;
font-family: <% layout.textfont %>;
font-size: <% layout.textsize %>;
color: <% layout.textcolor %>;
2002-06-03 17:10:21 +00:00
}
td {
font-size: <%layout.textsize %>;
line-height: 1.2em;
2002-06-03 17:10:21 +00:00
}
td.header {
background-image: url("<% layout.image as="url" name="headbg" %>");
background-repeat: repeat-x;
vertical-align: top;
font-size: 25px;
font-weight: bold;
2002-06-03 17:10:21 +00:00
}
2001-06-18 08:57:33 +00:00
div.boxheader {
color: <% layout.smallcolor %>;
overflow: hidden;
font-size: 10px;
padding-left: 6px;
border-top: 1px solid #dddddd;
2002-06-03 17:10:21 +00:00
}
2002-01-30 16:31:27 +00:00
div.boxline {
height:1px;
overflow:hidden;
border-bottom: 1px solid #dddddd;
2002-06-03 17:10:21 +00:00
}
div.box {
font-size: <% layout.smallsize %>;
font-family: <% layout.smallfont %>;
color: <% layout.smallcolor %>;
line-height: 1.4em;
text-align: right;
padding: 0em 0em 0.4em 0.4em;
margin: 0em 0em 0.2em 0em;
2002-06-03 17:10:21 +00:00
}
/* this is for mozilla to align tables in boxes right */
div.box table {
margin-left: auto;
margin-right: 0px;
}
fieldset {
padding-left: 8px;
padding-top: 0px;
margin-top: 6px;
margin-bottom: 6px;
}
p {
margin-top: 6px;
margin-bottom: 10px;
}
form { margin: 0px; }
a {text-decoration: none;}
a:link {color: <% layout.linkcolor %>;}
a:visited {color: <% layout.vlinkcolor %>;}
a:active {color: <% layout.alinkcolor %>;}
a:hover {text-decoration: underline;}
.message {
font-family: <% layout.smallfont %>;
font-size: <% layout.smallsize %>;
font-weight: bold;
padding: 1px;
margin-top: 6px;
margin-bottom: 6px;
color: <% layout.titlecolor %>;
background-color: <% layout.bgcolor %>;
}
.small {
font-family: <% layout.smallfont %>;
font-size: <% layout.smallsize %>;
color: <% layout.smallcolor %>;
}
.listSeparator {
width: 50px;
border-bottom: 2px dotted #cccccc;
margin-top: 10px;
margin-bottom: 4px;
2002-06-03 17:10:21 +00:00
}
.storyTitle {
font-family: <% layout.titlefont %>;
font-size: <% layout.titlesize %>;
color: <% layout.titlecolor %>;
font-weight: bold;
margin-bottom: 2px;
}
/* form input classes */
.formTitle {
width: 380px;
font-family: <% layout.textfont %>;
font-size: <% layout.titlesize %>;
font-weight: bold;
border: 1px solid <% layout.textcolor %>;
}
.formText {
width: 380px;
font-family: <% layout.textfont %>;
font-size: <% layout.textsize %>;
font-weight: normal;
border: 1px solid <% layout.textcolor %>;
}
.formWide {
width: 660px;
font-family: <% layout.textfont %>;
font-size: <% layout.textsize %>;
font-weight: normal;
}
.listFlag {
background-color: #cccccc;
padding: 1px;
font-family: <% layout.smallfont %>;
font-size: <% layout.smallsize %>;
color: <% layout.textcolor %>;
}
.colorpickerWidget {
border: 1px solid #cccccc;
}
/* page navigation bar */
div.pageNav {
margin-top: 10px;
margin-bottom: 0px;
font-size: 11px;
}
div.pageNavSummary {
padding: 1px 5px;
background-color: #efefef;
border-bottom: 1px solid #cccccc;
text-align: left;
}
div.pageNavBar {
padding-top: 1px;
text-align: right;
}
span.pageNavItem {
padding-left: 2px;
padding-right: 2px;
}
span.pageNavSelItem {
padding-left: 2px;
padding-right: 2px;
font-weight: bold;
}
/* system manager classes */
.pageTitle {
font-family:<% layout.titlefont %>;
font-size:<% layout.titlesize %>;
font-weight:bold;
color:<% layout.titlecolor %>;
padding-bottom:10pt;
}
.flagDark {
font-family:<% layout.smallfont %>;
font-size:7pt;
padding:2px;
color:#ffffff;
}
.flagLight {
font-family:<% layout.smallfont %>;
font-size:7pt;
padding:2px;
color:#333333;
}
.sysmgrListitem {
margin-top:15px;
border-top:1px solid #dddddd;
}
/* tree navigation in skinmgr */
ul.skinmgrTree {
padding-left:15px;
margin:20px 0px;
}
ul.skinmgrTree ul {
padding-left:30px;
margin:0px;
}
ul.skinmgrTree li {
font-weight:normal;
list-style:none;
margin:7px 0px;
padding:0px;
}
ul.skinmgrTree li.skinset {
list-style:square;
padding-left:0px;
}
ul.skinmgrTree a.selected {
font-weight:bold;
}
ul.skinmgrTree li div {
font-family:<% layout.textfont %>;
font-size:<% layout.smallsize %>;
color:<% layout.textcolor %>;
}
/* classes for skin diff */
.diff td {
padding:0px 5px;
}
.diff pre {
font-size:12px;
margin:0px;
padding:2px 0px;
}
.diff .removed {
border-top:1px solid <% layout.smallcolor %>;
background-color: #ff3333;
}
.diff .added {
border-top:1px solid <% layout.smallcolor %>;
background-color: #33cc33;
}
.diff .line {
border-top:1px solid <% layout.smallcolor %>;
}
.diff .num {
border-top:1px solid <% layout.smallcolor %>;
color:<% layout.smallcolor %>;
text-align:right;
}
.diff .status {
padding:0px 5px;
border-top:1px solid <% layout.smallcolor %>;
}