Difference between revisions of "Foreground.css"

From Sega Retro

Line 3: Line 3:
 
.breakout{background-color:#F1F1F1;}
 
.breakout{background-color:#F1F1F1;}
 
.breakout th{background-color:#DDD;color:#555;text-align:center;padding:.3em;}
 
.breakout th{background-color:#DDD;color:#555;text-align:center;padding:.3em;}
.breakout td{text-align:left;}
+
.breakout td:nth-of-type(1){text-align:left;}
 
.bottomtemplate{background:#F1F1F1;padding:5px;}
 
.bottomtemplate{background:#F1F1F1;padding:5px;}
 
.bottomtemphead{background:#DDD;color:#555;text-align:center;}
 
.bottomtemphead{background:#DDD;color:#555;text-align:center;}

Revision as of 13:08, 3 January 2016

blockquote {display:inline-block !important; border-left:none}
textarea, input#wpSummary {width:100%;}
.breakout{background-color:#F1F1F1;}
.breakout th{background-color:#DDD;color:#555;text-align:center;padding:.3em;}
.breakout td:nth-of-type(1){text-align:left;}
.bottomtemplate{background:#F1F1F1;padding:5px;}
.bottomtemphead{background:#DDD;color:#555;text-align:center;}
.bottomtempalt{background-color:#CCC;font-size:.8em;padding:0.5rem;}
.bottomtemptext, .bottomtemptext p{font-size:.8em !important;}
#f-message {float:left; font-size:0.8em;}
#f-list {float:right; font-size:0.8em;}
#privacy, #about, #disclaimer, #f-designby {display: inline !important;}
#f-viewcount {display:block;}
#wpTextbox1 {width:100%;}
.tright {padding: 0 0 1rem 1rem;}
.button span {font-family:"Open Sans","Open Sans Regular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; !important;}
.bits-bar, .bits-bar .has-form, .bits-bar .top-bar-section ul li.active > a , .bits-bar .top-bar-section .dropdown li a{background:#0165A9 !important;}
.bits-bar input  {border: 1px solid #4b92bf;}
.bits-bar button {background: #4b92bf !important; box-shadow: none !important;}
.bits-bar .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]{border-color: #015188 !important;}
.bits-bar .top-bar-section .dropdown li a:hover {background-color: #015188 !important;}
ul#preftoc {list-style:none;}
ul#preftoc li.selected {
    background: #2ba6cb;
    color: #FFF;
    padding: 0.5em;
}
ul#preftoc li.selected a {color:#FFF; font-weight:bold;}
ul#preftoc li {
    display: inline;
    background: #EEE;
    padding: 0.5em;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
}
.top-bar, .top-bar-section .has-form {
    background: #0E0E0E !important;
}