Difference between revisions of "MediaWiki:Common.css"
From Neocron Wiki
(Put back styles I missed out) |
(Stats CSS stolen from the THN main site :)) |
||
Line 42: | Line 42: | ||
padding: 0.2em; | padding: 0.2em; | ||
border-bottom: 0.1em solid #aaa; | border-bottom: 0.1em solid #aaa; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Server stats */ | ||
+ | #thn_stats | ||
+ | { | ||
+ | width: 150px; | ||
+ | border:1px solid #FF9933; | ||
+ | } | ||
+ | |||
+ | #thn_stats table th | ||
+ | { | ||
+ | background: none; | ||
+ | background-color: #303030; | ||
+ | padding-left: 0px; | ||
+ | height:0px; | ||
+ | } | ||
+ | |||
+ | #thn_stats table th | ||
+ | { | ||
+ | background: none; | ||
+ | background-color: #000000; | ||
+ | padding-left: 0px; | ||
+ | height:0px; | ||
+ | } | ||
+ | |||
+ | #thn_stats span.thn_server_status_online | ||
+ | { | ||
+ | color: #33CC00; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #thn_stats span.thn_server_status_offline | ||
+ | { | ||
+ | color: #D00000; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #thn_stats span.thn_server_percent | ||
+ | { | ||
+ | color: #999966; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | |||
+ | #thn_stats p.thn_servers_updated | ||
+ | { | ||
+ | margin: 0px; | ||
+ | padding-top:3px; | ||
+ | font-size: 10px; | ||
+ | color: #999966; | ||
+ | font-style: italic; | ||
} | } |
Revision as of 21:35, 23 October 2012
/** Flowplayer styles */
div.flowplayer_default
{
display:block;
width:425px;
height:300px;
}
div.flowplayer_center
{
display:block;
width:425px;
height:300px;
margin-left:auto;
margin-right:auto;
}
div.flowplayer_soundclip
{
display:block;
width:200px;
height:24px;
}
div.flowplayer
{
border:1px solid #FF9933
}
/* Styles for the RSS reader */
div.RSSReader-head
{
text-align: center;
padding: 0.2em;
border-bottom: 0.1em solid #aaa;
}
h3.RSSReader-head
{
text-align: center;
padding: 0.2em;
border-bottom: 0.1em solid #aaa;
}
/* Server stats */
#thn_stats
{
width: 150px;
border:1px solid #FF9933;
}
#thn_stats table th
{
background: none;
background-color: #303030;
padding-left: 0px;
height:0px;
}
#thn_stats table th
{
background: none;
background-color: #000000;
padding-left: 0px;
height:0px;
}
#thn_stats span.thn_server_status_online
{
color: #33CC00;
font-weight: bold;
}
#thn_stats span.thn_server_status_offline
{
color: #D00000;
font-weight: bold;
}
#thn_stats span.thn_server_percent
{
color: #999966;
font-style: italic;
}
#thn_stats p.thn_servers_updated
{
margin: 0px;
padding-top:3px;
font-size: 10px;
color: #999966;
font-style: italic;
}