Difference between revisions of "MediaWiki:Bkwikiskin.css"
From BK Wiki
Evanhetschip (Talk | contribs) m |
m (Reverted edits by Trwelman (talk) to last revision by Evanhetschip) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
display:block; | display:block; | ||
height:100px; | height:100px; | ||
− | left: | + | left:150px; |
− | position: | + | position:relative; |
text-align:left; | text-align:left; | ||
− | top: | + | top:100px; |
width:340px; | width:340px; | ||
} | } | ||
Line 36: | Line 36: | ||
text-align:justify; | text-align:justify; | ||
width:290px; | width:290px; | ||
+ | } | ||
+ | table.simpleTable { | ||
+ | border-collapse:collapse; | ||
+ | } | ||
+ | table.simpleTable tr { | ||
+ | background-color:#f1f2f2; | ||
+ | } | ||
+ | table.simpleTable td { | ||
+ | border: 1px solid; | ||
+ | border-color: #c7c8ca; | ||
+ | padding: 4px 6px; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | table tr.noBottomBorder td{ | ||
+ | border-bottom:1px solid #F1F2F2; | ||
+ | } | ||
+ | |||
+ | .noCententAvailable { | ||
+ | background:#E5E5E5; | ||
+ | border:1px gray dashed; | ||
+ | color:#24A5FF; | ||
+ | text-align:center; | ||
+ | position:relative; | ||
+ | margin: 10px auto; | ||
+ | width:80%; | ||
+ | padding: 20px 10px | ||
} | } |
Latest revision as of 11:54, 13 January 2014
/*test voor BK wiki css*/ #wikiWelkom { background-image: url('/mw_bk-wiki/images/d/df/Wiki.jpg'); height: 304px; width:680px; } #wikiWelkom span { background:none; display:block; height:100px; left:150px; position:relative; text-align:left; top:100px; width:340px; } .browseButton { background-image: url('/mw_bk-wiki/images/b/bf/BrowseButton.jpg'); background-repeat: no-repeat; font-size:30px; height: 58px; line-height:58px; margin: 20px 0 10px 0; padding:10px 10px 10px 100px; vertical-align: center; width: 390px; } .browseInfobox { font-size: 90%; margin: 0 0 35px 0; padding: 0 0 0 53px; text-align:justify; width:290px; } table.simpleTable { border-collapse:collapse; } table.simpleTable tr { background-color:#f1f2f2; } table.simpleTable td { border: 1px solid; border-color: #c7c8ca; padding: 4px 6px; text-align:center; } table tr.noBottomBorder td{ border-bottom:1px solid #F1F2F2; } .noCententAvailable { background:#E5E5E5; border:1px gray dashed; color:#24A5FF; text-align:center; position:relative; margin: 10px auto; width:80%; padding: 20px 10px }