Difference between revisions of "MediaWiki:Common.css"
From Neocron Wiki
(Cleared file - since all CSS is now in local files) |
(Put back styles I missed out) |
||
Line 1: | Line 1: | ||
+ | /** 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; | ||
+ | } |
Revision as of 20:20, 1 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;
}