* added missing generic class for <ul> tags * moved .small class to generic definitions and enabled it for <small> tags, too * removed top margin in .storyDate class
335 lines
No EOL
6 KiB
Text
335 lines
No EOL
6 KiB
Text
/**
|
|
* Basic page structure.
|
|
* When changing something, make sure widths are coherent.
|
|
*/
|
|
table.main {
|
|
width: 700px;
|
|
}
|
|
|
|
td.header {
|
|
height: 53px;
|
|
padding-left: 40px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.center {
|
|
width: 70%;
|
|
padding: 25px 20px 10px 40px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
td.right {
|
|
width: 30%;
|
|
padding: 0px 0px 10px 0px;
|
|
vertical-align: top;
|
|
border-left: 1px solid #dddddd;
|
|
}
|
|
|
|
/**
|
|
* Colors, fonts, styles.
|
|
*/
|
|
|
|
body {
|
|
background-color: <% layout.bgcolor %>;
|
|
font-family: <% layout.textfont %>;
|
|
font-size: <% layout.textsize %>;
|
|
color: <% layout.textcolor %>;
|
|
}
|
|
|
|
td {
|
|
font-size: <%layout.textsize %>;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
td.header {
|
|
background-image: url("<% layout.image name="webloghead" as="url" %>");
|
|
font-size: 25px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.boxheader {
|
|
color: <% layout.smallcolor %>;
|
|
overflow: hidden;
|
|
font-size: 10px;
|
|
padding-left: 6px;
|
|
border-top: 1px solid #dddddd;
|
|
}
|
|
|
|
div.boxline {
|
|
height:1px;
|
|
overflow:hidden;
|
|
border-bottom: 1px solid #dddddd;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
div.ample { margin-bottom: 5px; }
|
|
|
|
small, .small {
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
color: <% layout.smallcolor %>;
|
|
}
|
|
|
|
/* 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 %>;
|
|
}
|
|
|
|
.message input {
|
|
font-size:9px;
|
|
padding:0px;
|
|
margin:0px;
|
|
}
|
|
|
|
.historyItem {
|
|
color: <% layout.textcolor %>;
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
padding-bottom: 0.3em;
|
|
}
|
|
|
|
/* calendar */
|
|
|
|
.calHead {
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.calDay {
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
text-align: center;
|
|
}
|
|
|
|
.calSelDay {
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
border: 1px solid <% layout.linkcolor %>;
|
|
text-align: center;
|
|
}
|
|
|
|
.calFoot {
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
text-align: center;
|
|
}
|
|
|
|
.dayHeader {
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
color: <% layout.smallcolor %>;
|
|
font-weight: bold;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
/* story display classes */
|
|
|
|
.storyDate {
|
|
font-family: <% layout.smallfont %>;
|
|
font-size: <% layout.smallsize %>;
|
|
color: <% layout.smallcolor %>;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.storyTitle {
|
|
font-family: <% layout.titlefont %>;
|
|
font-size: <% layout.titlesize %>;
|
|
color: <% layout.titlecolor %>;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.listSeparator {
|
|
width: 50px;
|
|
border-bottom: 2px dotted #dddddd;
|
|
margin-top: 10px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.title {
|
|
font-family: <% layout.titlefont %>;
|
|
font-size: <% layout.titlesize %>;
|
|
color: <% layout.textcolor %>;
|
|
font-weight: bold;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.reply { padding-left: 40px; }
|
|
|
|
/* 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 %>;
|
|
}
|
|
|
|
.pollResultsBar {
|
|
height: 5px;
|
|
overflow: hidden;
|
|
float:left;
|
|
margin-right: 10px;
|
|
background-color: <% layout.linkcolor %>;
|
|
font-size: 0px;
|
|
}
|
|
|
|
.searchbox {
|
|
font-size: 11px;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.colorpickerWidget {
|
|
border: 1px solid #cccccc;
|
|
}
|
|
|
|
.pagelinkTop {
|
|
margin-bottom: 18px;
|
|
padding-bottom:3px;
|
|
border-bottom:1px solid #dddddd;
|
|
}
|
|
|
|
.pagelinkBottom {
|
|
margin-top: 18px;
|
|
padding-top:3px;
|
|
border-top:1px solid #dddddd;
|
|
text-align:right;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
/* tree navigation in skinmgr */
|
|
ul { list-style: url("<% layout.image as="url" name="bullet" %>") circle; }
|
|
|
|
ul.skinmgrTree {
|
|
padding-left:15px;
|
|
margin:20px 0px;
|
|
}
|
|
|
|
ul.skinmgrTree ul {
|
|
padding-left:30px;
|
|
margin:0px;
|
|
}
|
|
ul.skinmgrTree li {
|
|
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 membermgr */
|
|
.membergroup {
|
|
font-weight:bold;
|
|
font-size:<% layout.titlesize %>;
|
|
margin:10px 0px;
|
|
}
|
|
|
|
.member {
|
|
margin-left:20px;
|
|
margin-bottom:5px;
|
|
} |