Difference between revisions of "MediaWiki:Bkwikiskin.css"

From BK Wiki
Jump to: navigation, search
m (Reverted edits by Trwelman (talk) to last revision by Evanhetschip)
 
(5 intermediate revisions by 2 users not shown)
Line 50: Line 50:
 
}
 
}
  
tr.noBottomBorder td{
+
table tr.noBottomBorder td{
  border-bottom:0px;
+
  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
}