2009-11-20 01:19:36 +00:00
html {
background : # 8a8f7a ;
color : # 525e50 ;
}
body {
2009-11-07 22:49:58 +00:00
color : # 5a5b32 ;
2009-11-20 01:19:36 +00:00
font-family : Frutiger , "Frutiger Linotype" , Univers , Calibri , "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad , "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma , Geneva , "Helvetica Neue" , Helvetica , Arial , sans-serif ;
font-size : 62 . 5 % ; /* 10px */
2009-11-20 18:13:57 +00:00
/*max-width:120.4em;*/
2009-11-20 16:30:23 +00:00
margin : 0 auto 1em ;
2009-11-20 01:19:36 +00:00
min-width : 96em ; /* 960px */
2009-11-20 18:13:57 +00:00
padding : 0 . 4em ;
2009-11-20 01:19:36 +00:00
}
body # preview {
min-width : 0 ;
}
2009-11-20 16:30:23 +00:00
# content {
background : # f9faf5 ;
2009-11-07 22:49:58 +00:00
}
2009-11-20 01:19:36 +00:00
/ * Headings and defaults
---------------------------------------------------------- * /
h1 , h2 , h3 , h4 , h5 , h6 , legend {
padding : . 4em 0 ;
font-family : "Palatino Linotype" , Palatino , Palladio , "URW Palladio L" , "Book Antiqua" , Baskerville , "Bookman Old Style" , "Bitstream Charter" , "Nimbus Roman No9 L" , Garamond , "Apple Garamond" , "ITC Garamond Narrow" , "New Century Schoolbook" , "Century Schoolbook" , "Century Schoolbook L" , Georgia , serif ;
font-style : normal ;
font-weight : normal ;
}
2009-11-07 22:49:58 +00:00
2009-11-20 18:13:57 +00:00
h1 { font-size : 2.8 em ; } /* 28px */
h2 { font-size : 2.4 em ; } /* 24px */
h3 { font-size : 2 em ; } /* 20px */
h4 { font-size : 1.8 em ; } /* 18px */
h5 { font-size : 1.6 em ; } /* 16px */
h6 , p , label , input , select , th , td { font-size : 1.5 em ; } /* 15px */
2009-11-07 22:49:58 +00:00
2009-11-20 01:19:36 +00:00
p {
2009-11-20 18:13:57 +00:00
margin : 4px ;
2009-11-20 01:19:36 +00:00
}
strong {
font-weight : 700 ;
}
2009-11-07 22:49:58 +00:00
/* ---------- Links ---------- */
2009-11-20 01:19:36 +00:00
a , a : link , a : visited {
color : # 1e5d7d ;
text-decoration : none ;
}
a : hover , a : active , a : focus {
color : # 1e5d7d ;
2009-11-20 18:13:57 +00:00
outline : 0 ;
2009-11-20 01:19:36 +00:00
text-decoration : underline ;
}
2009-11-07 22:49:58 +00:00
2009-11-20 01:19:36 +00:00
/* todo: (heskew) see what's necessary - looks like a link styled as a button */
2009-11-07 22:49:58 +00:00
a . linkButton , a . linkButton : visited {
2009-11-20 01:19:36 +00:00
font-family : Frutiger , "Frutiger Linotype" , Univers , Calibri , "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad , "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma , Geneva , "Helvetica Neue" , Helvetica , Arial , sans-serif ;
display : inline-block ;
text-align : center ;
text-decoration : none ;
padding : 3px 8px 3px 8px ;
margin : 20px 4px 0 4px ;
background : url ( images / tableHeaderBackground . gif ) repeat-x top left # dddfcb ;
2009-11-07 22:49:58 +00:00
border : 1px solid # d2d6c6 ;
color : # 5a5b32 ;
2009-11-20 01:19:36 +00:00
cursor : pointer ;
2009-11-07 22:49:58 +00:00
}
/ * Header - Branding and Login
---------------------------------------------------------- * /
2009-11-20 16:30:23 +00:00
# header {
2009-11-20 01:19:36 +00:00
background : # 8a8f7a url ( images / background_header . jpg ) no-repeat bottom right ;
2009-11-07 22:49:58 +00:00
height : 60px ;
}
2009-11-20 16:30:23 +00:00
# header h1 {
2009-11-20 01:19:36 +00:00
float : left ;
}
2009-11-20 16:30:23 +00:00
# header h1 a {
2009-11-20 01:19:36 +00:00
background : url ( images / orchardLogo . jpg ) no-repeat ;
display : block ;
2009-11-07 22:49:58 +00:00
height : 60px ;
2009-11-20 18:13:57 +00:00
margin : -10px 0 0 14px ;
2009-11-20 01:19:36 +00:00
text-indent : -9999px ;
width : 105px ;
}
2009-11-07 22:49:58 +00:00
2009-11-20 16:30:23 +00:00
# site , # login {
font-size : 1 . 5em ;
}
# site a , # site a : visited , # site a : active {
color : # e2e4dd ;
float : left ;
line-height : 2 . 2em ;
2009-11-20 18:13:57 +00:00
padding : 14px 0 0 12px ;
2009-11-07 22:49:58 +00:00
position : relative ;
}
# login {
2009-11-20 16:30:23 +00:00
color : # 1a1505 ;
2009-11-07 22:49:58 +00:00
display : block ;
2009-11-20 16:30:23 +00:00
float : right ;
2009-11-07 22:49:58 +00:00
margin : 20px 20px 0 0 ;
2009-11-20 16:30:23 +00:00
white-space : nowrap ;
2009-11-07 22:49:58 +00:00
}
2009-11-20 16:30:23 +00:00
# login a , # login a : visited , # login a : active {
color : # e2e4dd ;
padding : 0 ;
}
# login a : hover , # login a : focus {
color : # ffea9b ;
}
2009-11-07 22:49:58 +00:00
2009-11-20 16:30:23 +00:00
/* temp rough structure */
# header , # footer {
width : 100 % ;
}
# header {
overflow : hidden ;
}
# content {
overflow : auto ;
padding : 1 . 4em ;
}
# main {
display : inline ;
float : right ;
2009-11-20 18:13:57 +00:00
width : 83 . 06 % ;
2009-11-20 16:30:23 +00:00
}
# navigation {
display : inline ;
float : left ;
2009-11-20 18:13:57 +00:00
width : 15 . 28 % ;
2009-11-20 16:30:23 +00:00
}
2009-11-07 22:49:58 +00:00
2009-11-20 18:13:57 +00:00
/ * Navigation
2009-11-07 22:49:58 +00:00
---------------------------------------------------------- * /
2009-11-20 18:13:57 +00:00
# navshortcut {
height : 0 ;
overflow : hidden ;
width : 0 ;
}
2009-11-07 22:49:58 +00:00
2009-11-20 18:13:57 +00:00
# navigation li {
background : # fff ;
2009-11-07 22:49:58 +00:00
border : 1px solid # d2d6c6 ;
2009-11-20 18:13:57 +00:00
margin : 10px 0 14px 0 ;
}
# navigation ul li {
border : 0 ;
margin : 0 ;
}
# navigation li h4 {
background : # dddfcb url ( images / tableHeaderBackground . gif ) repeat-x top left ;
padding : 4px 4px 6px 8px ;
}
# navigation ul a {
2009-11-07 22:49:58 +00:00
color : # 5a5b32 ;
display : block ;
2009-11-20 18:13:57 +00:00
font-size : 1 . 5em ;
2009-11-07 22:49:58 +00:00
height : 28px ;
line-height : 28px ;
2009-11-20 18:13:57 +00:00
padding : 0 0 0 12px ;
2009-11-07 22:49:58 +00:00
text-decoration : none ;
}
2009-11-20 18:13:57 +00:00
/ * todo : ( heskew ) what ' s the point of a : visited color for an admin nav ?
# navigation ul a : visited {
2009-11-07 22:49:58 +00:00
color : # 2b2b2b ;
2009-11-20 18:13:57 +00:00
} * /
# navigation ul a : hover , # navigation ul a : focus {
2009-11-07 22:49:58 +00:00
background : # f0ecd2 ;
2009-11-20 18:13:57 +00:00
color : # 3e4301 ;
outline : 0 ;
2009-11-07 22:49:58 +00:00
text-decoration : underline ;
}
2009-11-20 18:13:57 +00:00
/ * Content
---------------------------------------------------------- * /
# content h2 {
border-bottom : 1px dashed # e4e7dc ;
margin : 3px 0 8px ;
padding : 0 0 2px ;
}
2009-11-07 22:49:58 +00:00
/ * Confirmations ;
---------------------------------------------------------- * /
div . confirmation , div . warning , div . critical {
padding : 4px ;
margin : 10px 0 4px 0 ;
}
. confirmation {
background : # e6f1c9 ;
border : 1px solid # cfe493 ;
}
. warning {
background : # fdf5bc ;
border : 1px solid # ffea9b ;
}
. critical {
background : # e68585 ;
border : 1px solid # 990808 ;
2009-11-20 01:19:36 +00:00
color : # fff ;
2009-11-07 22:49:58 +00:00
}
/ * Forms
---------------------------------------------------------- * /
. formList li {
line-height : 24px ;
}
fieldset {
margin : 10px ;
padding : 10px ;
border : 1px solid # d2d6c6 ;
}
label {
display : block ;
font-weight : 700 ;
margin : 8px 4px -2px 0px ;
}
label span {
font-weight : normal ;
}
legend {
font-size : 150 % ;
color : # 525e50 ;
}
2009-11-20 01:19:36 +00:00
select , textarea , # PublishLaterDate , . inputText {
2009-11-07 22:49:58 +00:00
font-family : Frutiger , "Frutiger Linotype" , Univers , Calibri , "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad , "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma , Geneva , "Helvetica Neue" , Helvetica , Arial , sans-serif ;
2009-11-20 18:13:57 +00:00
margin : 4px ;
2009-11-07 22:49:58 +00:00
padding : 2px ;
border : 1px solid # d2d6c6 ;
color : # 5a5b32 ;
}
textarea {
2009-11-20 01:19:36 +00:00
width : 80 % ;
2009-11-07 22:49:58 +00:00
height : 260px ;
}
. radioButton {
margin : 0 6px 0 0 ;
}
input [ button ] , button , . button {
font-family : Frutiger , "Frutiger Linotype" , Univers , Calibri , "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad , "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma , Geneva , "Helvetica Neue" , Helvetica , Arial , sans-serif ;
text-align : center ;
2009-11-20 01:19:36 +00:00
padding : 0px 8px ;
height : 26px ;
margin : 20px 4px 0 4px ;
background : url ( images / tableHeaderBackground . gif ) repeat-x top left # dddfcb ;
border : 1px solid # d2d6c6 ;
color : # 5a5b32 ;
cursor : pointer ;
2009-11-07 22:49:58 +00:00
}
2009-11-20 01:19:36 +00:00
. buttonFocus { color : #f6faea ; border : 1 px solid #666d51 ; background : #8a8f7a ; }
2009-11-07 22:49:58 +00:00
# permalink {
width : 200px ;
}
. inputText {
2009-11-20 01:19:36 +00:00
width : 80 % ;
2009-11-07 22:49:58 +00:00
}
. inputTextLarge {
font-size : 130 % ;
font-weight : 500 ;
}
. helperText {
margin : -4px 0 8px 0 ;
}
2009-11-20 01:19:36 +00:00
# Revision_Slug {
width : 245px ;
}
2009-11-07 22:49:58 +00:00
/* ---------- Sidebar forms ---------- */
. sideBar fieldset { margin : 0 px ; border : none ; }
# Date { width : 80 px ; margin : 4 px 4 px 4 px 16 px ; }
# Hour , # Minutes { width : 30 px ; }
/* ---------- Actions form elements and filtering ---------- */
ol . actions { margin : 20 px 0 0 0 ; }
ol . actions . button { margin : 4 px 4 px 4 px -8 px ; }
ol . actions label {
margin : 6px 0 0 0 ;
}
. filterActions {
float : right ;
margin : 10px 2px 0 0 ;
}
/ * Tables ;
---------------------------------------------------------- * /
table {
border-collapse : separate ;
width : 100 % ;
border-spacing : 0px ;
border : 1px solid # B0B083 ;
2009-11-20 01:19:36 +00:00
background : # fff ;
2009-11-07 22:49:58 +00:00
}
tbody
{
border-spacing : 0px ;
vertical-align : middle ;
}
thead , th {
font-weight : 700 ;
text-align : left ;
2009-11-20 01:19:36 +00:00
background : url ( images / tableHeaderBackground . gif ) repeat-x top left # dddfcb ;
2009-11-07 22:49:58 +00:00
overflow : hidden ;
}
. trhover { background-color : #f0f3d6 ; }
th , td {
padding : 8px 12px ;
border-spacing : 0px ;
display : table-cell ;
vertical-align : middle ;
border-bottom : 1px solid # EAE9D9 ;
}
caption {
text-indent : 0px ;
font-size : 110 % ;
padding : 8px 0 8px 0 ;
}
col {
border-spacing : 0px ;
display : table-column ;
}
colgroup
{
border-spacing : 0px ;
display : table-column-group ;
}
tr . critical { background : #e68585 ; border : inherit ; }
tr . warning { background : #fdf5bc ; border : inherit ; }
/ * Horizontal lists
---------------------------------------------------------- * /
ul . horizontal , ol . horizontal {
margin : 0 ;
padding : 0 ;
list-style : none ;
}
ul . horizontal li , ol . horizontal li {
float : left ;
margin : 0 4px ;
}
ul . horizontal li a , ul . horizontal li a : visited , ul . horizontal li a : active , ol . horizontal li a , ol . horizontal li a : visited , ol . horizontal li a : active {
display : block ;
text-decoration : none ;
}
2009-11-20 01:19:36 +00:00
/ * Miscellaneous ;
---------------------------------------------------------- * /
. templateThumbnail {
width : 124px ;
height : 144px ;
border : 1px solid # 000 ;
margin : 4px 4px 20px 16px ;
}
. previewImage {
width : 70 % ;
height : 70 % ;
border : 1px solid # 525e50 ;
}
2009-11-07 22:49:58 +00:00
/ * Extensions ;
---------------------------------------------------------- * /
. floatLeft { float : left ; } /*Use this class to float anything to the left*/
. floatRight { float : right ; } /*Use this class to float anything to the right*/
. alignRight { text-align : right ; }
. Inline { display : inline ; }
. center { margin : 0 auto ; } /*Center*/
. clearLayout { clear : both ; } /*Use this class clear layout*/
. disabled { color : #CCC ; }
. topSpacer { margin-top : 20 px ; }
. bottomSpacer { margin-bottom : 20 px ; }
. displayText { display : none ; }
. separator { border-bottom : 1 px dashed #E4E7DC ; margin-bottom : 8 px ; padding-bottom : 2 px ; }
2009-11-20 01:19:36 +00:00
/*TODO - Remove roundCorners class*/
2009-11-20 18:13:57 +00:00
# content , # navigation li ,
table , textarea , . button , . inputText , . inputTextLarge ,
. inputTextPermalink , . linkButton , div . confirmation ,
2009-11-20 16:30:23 +00:00
div . warning , div . critical , . roundCorners {
-moz-border-radius : 4px ;
-webkit-border-top-radius : 4px ;
2009-11-07 22:49:58 +00:00
}
2009-11-20 01:19:36 +00:00
/ * TinyMCE Overides
---------------------------------------------------------- * /
. defaultSkin table . mceLayout {
margin : 0 0 20px 0 ! important ;
width : 90 % ! important ;
}