Files
brewblogger/css/haze.css
2010-08-30 20:45:35 +00:00

586 lines
15 KiB
CSS

/* CSS Document
Colors
Yellow: #ffcd34
Purple: #39294a
Gray: #d1d2d4
Alternating row colors
#EFE5D1
#e8dabe
*/
body {
background-color: #baa076;
color: #030016;
margin: 0;
padding: 0;
line-height: 1.25;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 13px;
background-image: url(../images/Haze/page_bknd.png);
background-repeat: repeat-x;
}
/* ***************************** Custom Theme Elements ***************************** */
tr, td, p, input, menu {
font-family: Helvetica, Verdana, Arial, sans-serif;
}
button, textarea, select {
border: 1px solid #9a9a9a;
font-family: Helvetica, Verdana, Arial, sans-serif;
}
input:focus {
border: 1px solid #39294a;
}
/* ------------------ Global links ------------------ */
a:link, .add_button, .update_button, .button {
color: #d16c00; text-decoration: none;
}
a:visited, .add_button:visited, .update_button:visited, .button:visited {
color: #d16c00; text-decoration: none;
}
a:hover, .add_button:hover, .add_button:focus, .update_button:hover, .update_button:focus, .button:hover, .button:focus {
color: #0e0545; text-decoration: none;
}
a:active, .add_button:active, update_button:active, .button:active {
color: #0e0545; text-decoration: none;
}
/* ------------------ layout divs ------------------ */
#maincontainer {
width: 990px;
margin-right: auto;
margin-left: auto;
padding: 0px;
text-align: left;
}
#contentwrapper {
float: left;
width: 990px;
background-image: url(../images/Haze/mainbknd.png);
margin: 0px;
padding: 0;
overflow: hidden;
}
/*
#contentwrapperAdmin {
float: left;
width: 990px;
background-image: url(../images/Haze/mainbknd.png);
margin-top: 0px;
padding: 0px 0px 0px 0px;
}
*/
#contentcolumn {
margin: 0px -250px 12px 24px;
width: 685px;
border-right: 250px solid #ffffff; /* The width and color of the right*/
}
#contentWide { /* if no sidebar content */
width: 940px;
margin-right: auto;
margin-left: auto;
margin-bottom: 25px;
}
#rightcolumn { /* sidebar content - holds links, brewlog lists, recipe lists, upcoming brewing sessions, etc. */
float: left;
width: 250px;
margin: 0 0 0 12px;
padding: 5px;
}
/* ------------------ header elements ------------------ */
#header {
background-image: url(../images/Haze/header.png);
background-repeat: no-repeat;
height: 110px;
background-position: bottom left;
text-align: right;
}
.titleText {
font-size: 20px;
color: #ffffff;
font-weight: bold;
padding-left: 0px;
padding-top: 35px;
padding-bottom: 0px;
padding-right: 25px;
}
.quoteText {
padding-left: 10px;
padding-right: 25px;
font-size: 80%;
font-style: italic;
color: #ffffff;
}
#subtitle, #subtitleAdmin, #subtitleWide {
height: 50px;
padding: 0;
margin-top: 0;
margin-bottom: 0;
font-size: 150%;
font-weight: bold;
}
#breadcrumbWide, #breadcrumb , #breadcrumbAdmin {
padding: 0;
font-size: .8em;
margin: 10px 0 10px 0;
width: 100%;
}
#paginate {
text-align: right;
padding: 8px 0px 0px 3px;
font-size: .8em;
}
/* ------------------ main navigation ------------------ */
#nav {
background-image: url(../images/Haze/nav.png);
background-repeat: no-repeat;
background-position: middle left;
margin-top: 0px;
padding: 15px 25px 0px 25px;
height: 30px;
}
#nav ul
{
}
#nav li
{
}
#nav a:link { color: #39294a; text-decoration: none; }
#nav a:visited { color: #39294a; text-decoration: none; }
#nav a:hover { color: #990000; text-decoration: none; }
#nav a:active { color: #990000; text-decoration: none; }
#nav .ultra_lt { color: #39294a; }
/* ------------------ drop-down menu elements ------------------ */
div.menuBar, div.menuBar a.menuButton, div.menu, div.menu a.menuItem {
}
div.menuBar {
}
div.menuBar a.menuButton {
}
div.menuBar a.menuButton:hover {
}
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover {
color: #ffffff;
}
div.menu {
background-color: #ffdd73;
border: 1px solid #553e2a;
font-size: .9em;
}
div.menu a.menuItem {
}
div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
background-color: #FFC929;
}
div.menu a.menuItem span.menuItemText {
}
div.menu a.menuItem span.menuItemArrow {
}
div.menu div.menuItemSep {
border: 1px solid #e0e0e0;
}
/* Legacy
#dropmenudiv { position: absolute; border: 1px solid #553e2a; border-bottom-width: 0; line-height:15px; z-index:100; background-color: #ffdd73; }
#dropmenudiv a { color: #610800; width: 100%; display: block; text-indent: 2px; border-bottom: 1px solid #553e2a; padding: 1px 0; text-decoration: none; }
#dropmenudiv a:hover { background-color: #d16c00; text-decoration: none; color: #000099; }
*/
/* ------------------ footer elements ------------------ */
#footer {
background-image: url(../images/Haze/footer.png);
background-repeat: no-repeat;
background-position: top;
clear: left;
width: 100%;
height: 40px;
padding: 5px 0px 0px 0px;
text-align: center;
font-size: 90%;
color: #FFFFFF;
margin: 0;
}
#footer a {
color: #FFFFFF;
}
#footerInclude {
font-size: 80%;
margin-top: 5px;
}
/* ------------------ content display ------------------ */
.headerContent {
clear: left;
width: 682px;
height: 20px;
background-image: url(../images/Haze/content_header.png);
background-repeat: no-repeat;
border-bottom: 1px solid #39294a;
padding: 5px 5px 5px 2px;
text-align: left;
font-size: 125%;
color: #39294a;
font-weight: bold;
margin: 0px 5px 5px -2px;
}
.headerContentAdmin {
clear: left;
width: 940px;
height: 20px;
border-bottom: 1px dashed #39294a;
padding: 5px 5px 5px 0px;
text-align: left;
font-size: 125%;
color: #39294a;
font-weight: bold;
margin-bottom: 10px;
margin-top: 15px;
}
/* ***************************** Tools/Reference Elements ***************************** */
#wideWrapper { /* Use for tools and reference pages */
width: 450px;
text-align: left;
background: #E5D4BD;
border: 1px solid #553e2a;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}
#referenceWrapper {
text-align: left;
margin-top: 5px;
}
#wideWrapperReference { /* Use for tools and reference pages */
width: 930px;
text-align: left;
background: #E5D4BD;
border: 1px solid #553e2a;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}
#wideWrapperCalc { /* Use for tools and reference pages */
width: 740px;
text-align: left;
background: #E5D4BD;
border: 1px solid #553e2a;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}
#wideWrapperReview { /* Use for reviews */
width: 100%;
text-align: left;
background: #E5D4BD;
border: 1px solid #553e2a;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}
.carbonationTable { /* specialized style for carbonation tables */
text-align: center;
font-size: .90em;
background: #FFFFFF;
width: 100%;
border-collapse: collapse;
}
#referenceHeader {
background-color: #9A713C;;
font-weight: bold;
padding: 4px;
color: #FFFFFF;
margin: 0 0 5px 0;
}
/* ***************************** Sidebar Elements ***************************** */
#sidebarWrapper {
width: 235px;
padding: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
#sidebarHeader {
height: 22px;
font-weight: bold;
color: #39294a;
margin-bottom: 5px;
font-size: 105%;
}
#sidebarHeaderSmall { /* use for inner table div within dataTables */
background: #ffdd73;
padding: 2px 2px 2px 4px;
font-weight: bold;
color: #0a0434;
}
#sidebarInnerWrapper {
width: 235px;
font-size: 90%;
}
/* ***************************** Theme Specific Color Elements ***************************** */
.ultra_lt { color: #E5D4BD; }
.lt { color: #ffdd73; }
.mid { color: #9A713C; }
.dk { color: #553e2a; }
.bknd_white { background-color: #FFFFFF; }
.bknd_ultra_lt { background-color: #E5D4BD; }
.bknd_lt { background-color: #ffdd73; }
.bknd_mid { background-color: #9A713C; }
.bknd_dk { background-color: #553e2a; }
/* ultra light border styles */
.bdr1_ultra_lt { border: 1px solid #E5D4BD; }
.bdr1_ultra_lt_dashed { border: 1px dashed #E5D4BD; }
.bdr1_ultra_lt_dotted { border: 1px dotted #E5D4BD; }
.bdr2_ultra_lt { border: 2px solid #E5D4BD; }
.bdr2_ultra_lt_dashed { border: 2px dashed #E5D4BD; }
.bdr2_ultra_lt_dotted { border: 2px dotted #E5D4BD; }
.bdr1L_ultra_lt { border-left: 1px solid #E5D4BD; }
.bdr1L_ultra_lt_dashed { border-left: 1px dashed #E5D4BD; }
.bdr1L_ultra_lt_dotted { border-left: 1px dotted #E5D4BD; }
.bdr1R_ultra_lt { border-right: 1px solid #E5D4BD; }
.bdr1R_ultra_lt_dashed { border-right: 1px dashed #E5D4BD; }
.bdr1R_ultra_lt_dotted { border-right: 1px dotted #E5D4BD; }
.bdr1T_ultra_lt { border-top: 1px solid #E5D4BD; }
.bdr1T_ultra_lt_dashed { border-top: 1px dashed #E5D4BD; }
.bdr1T_ultra_lt_dotted { border-top: 1px dotted #E5D4BD; }
.bdr1B_ultra_lt { border-bottom: 1px solid #E5D4BD; }
.bdr1B_ultra_lt_dashed { border-bottom: 1px dashed #E5D4BD; }
.bdr1B_ultra_lt_dotted { border-bottom: 1px dotted #E5D4BD; }
/* light border styles */
.bdr1_light { border: 1px solid #ffdd73; }
.bdr1_light_dashed { border: 1px dashed #ffdd73; }
.bdr1_light_dotted { border: 1px dotted #ffdd73; }
.bdr2_light { border: 2px solid #ffdd73; }
.bdr2_light_dashed { border: 2px dashed #ffdd73; }
.bdr2_light_dotted { border: 2px dotted #ffdd73; }
.bdr1L_light { border-left: 1px solid #ffdd73; }
.bdr1L_light_dashed { border-left: 1px dashed #ffdd73; }
.bdr1L_light_dotted { border-left: 1px dotted #ffdd73; }
.bdr1R_light { border-right: 1px solid #ffdd73; }
.bdr1R_light_dashed { border-right: 1px dashed #ffdd73; }
.bdr1R_light_dotted { border-right: 1px dotted #ffdd73; }
.bdr1T_light { border-top: 1px solid #ffdd73; }
.bdr1T_light_dashed { border-top: 1px dashed #ffdd73; }
.bdr1T_light_dotted { border-top: 1px dotted #ffdd73; }
.bdr1B_light { border-bottom: 1px solid #ffdd73; }
.bdr1B_light_dashed { border-bottom: 1px dashed #ffdd73; }
.bdr1B_light_dotted { border-bottom: 1px dotted #ffdd73; }
/* midtone border styles */
.bdr1_mid { border: 1px solid #9A713C; }
.bdr1_mid_dashed { border: 1px dashed #9A713C; }
.bdr1_mid_dotted { border: 1px dotted #9A713C; }
.bdr2_mid { border: 2px solid #9A713C; }
.bdr2_mid_dashed { border: 2px dashed #9A713C; }
.bdr2_mid_dotted { border: 2px dotted #9A713C; }
.bdr1L_mid { border-left: 1px solid #9A713C; }
.bdr1L_mid_dashed { border-left: 1px dashed #9A713C; }
.bdr1L_mid_dotted { border-left: 1px dotted #9A713C; }
.bdr1R_mid { border-right: 1px solid #9A713C; }
.bdr1R_mid_dashed { border-right: 1px dashed #9A713C; }
.bdr1R_mid_dotted { border-right: 1px dotted #9A713C; }
.bdr1T_mid { border-top: 1px solid #9A713C; }
.bdr1T_mid_dashed { border-top: 1px dashed #9A713C; }
.bdr1T_mid_dotted { border-top: 1px dotted #9A713C; }
.bdr1B_mid { border-bottom: 1px solid #9A713C; }
.bdr1B_mid_dashed { border-bottom: 1px dashed #9A713C; }
.bdr1B_mid_dotted { border-bottom: 1px dotted #9A713C; }
/* dark border styles */
.bdr1_dark { border: 1px solid #553e2a; }
.bdr1_dark_dashed { border: 1px dashed #553e2a; }
.bdr1_dark_dotted { border: 1px dotted #553e2a; }
.bdr2_dark { border: 2px solid #553e2a; }
.bdr2_dark_dashed { border: 2px dashed #553e2a; }
.bdr2_dark_dotted { border: 2px dotted #553e2a; }
.bdr1L_dark { border-left: 1px solid #553e2a; }
.bdr1L_dark_dashed { border-left: 1px dashed #553e2a; }
.bdr1L_dark_dotted { border-left: 1px dotted #553e2a; }
.bdr1R_dark { border-right: 1px solid #553e2a; }
.bdr1R_dark_dashed { border-right: 1px dashed #553e2a; }
.bdr1R_dark_dotted { border-right: 1px dotted #553e2a; }
.bdr1T_dark { border-top: 1px solid #553e2a; }
.bdr1T_dark_dashed { border-top: 1px dashed #553e2a; }
.bdr1T_dark_dotted { border-top: 1px dotted #553e2a; }
.bdr1B_dark { border-bottom: 1px solid #553e2a; }
.bdr1B_dark_dashed { border-bottom: 1px dashed #553e2a; }
.bdr1B_dark_dotted { border-bottom: 1px dotted #553e2a; }
/* non-theme specific border styles */
.bdr1_black { border: 1px solid #000000; }
.bdr1_white { border: 1px solid #FFFFFF; }
.bdr1_red { border: 1px solid #FF0000; }
#shadowbox {
width: 250px;
position: absolute;
background: url(../images/25black.png) repeat;
float: right;
top: 235px;
right: 235px;
}
#caution {
top: -4px;
left: -4px;
background-color: #FFFAE5;
border-top: 3px solid #FFcc00;
border-left: 3px solid #FFcc00;
border-right: 3px solid #E6B800;
border-bottom: 3px solid #E6B800;
padding: 10px 10px 10px 10px;
text-align: justify;
font-size: 90%;
background-repeat: no-repeat;
position: relative;
}
/* ***************************** More Info Rollover Elements ***************************** */
#moreInfo a span {
display: none;
}
#moreInfo a:hover span {
display: block;
position: absolute;
height: auto;
padding: 5px;
z-index: 100;
color: #0a0434;
}
#moreInfoWrapper { /* Use for tools and reference pages */
width: 450px;
text-align: left;
background: #e8dabe;
border: 1px solid #553e2a;
padding: 2px 2px 2px 2px;
margin-top: 10px;
}
#psiWrapper {
width: 99%;
background: #ffffff;
border: 1px solid #9A713C;
padding: 2px 2px 2px 2px;
margin-top: 3px;
margin-right: 5px;
font-size: inherit;
}
/* ***************************** Calendar Display Elements ***************************** */
.calendar { border: 1px solid #0a0434; border-collapse: collapse; color: #0a0434; width: 100%; }
.tableContain { color: #0a0434; }
.none { color: #0a0434; }
.today { border: 1px solid #0a0434; color: #0a0434; background:#cfcfcf; padding: 2px;}
.monthdays { border: 1px solid #0a0434; color: #0a0434; padding: 2px; height: 100px; }
.nonmonthdays { border: 1px solid #0a0434; color: #0a0434; background: #efefef; padding: 2px; height: 100px; }
.day { vertical-align:top; height: 50px; }
.header { border: 1px solid #0a0434; color: #0a0434; background-color:#cfcfcf; padding: 2px; }
.weekdays { border: 1px solid #0a0434; background-color: #dddddd; color: #0a0434; padding: 2px; }
.calInfo { padding-left: 2px; }
/* Recipe Calculator Styles */
#calculate {
width: 350px;
position: absolute;
background: url(../images/25black.png) repeat;
float: right;
top: 165px;
right: 60px;
z-index: 2;
}
#calculateInner {
top: -4px;
left: -4px;
background-color: #E5D4BD;
border-top: 3px solid #9A713C;
border-left: 3px solid #9A713C;
border-right: 3px solid #553e2a;
border-bottom: 3px solid #553e2a;
padding: 10px 10px 10px 10px;
text-align: left;
font-size: 90%;
background-repeat: no-repeat;
position: relative;
}
.bdr1L_black {
border-left: 1px solid #0a0434;
}
#quickEdit { padding: 5px; width: 229px; }
.quickEdit { font-size: .90em; height: auto; margin: 2px 0px 2px 2px; }
.quickEdit2 { font-size: .90em; font-weight: bold; margin: 4px 0px 2px 2px; }
.referenceTop {
border: 1px solid #0a0434;
background-color: #E5D4BD;
width: 500px;
}