From Design pattern
Jump to: navigation, search
Line 8: Line 8:
  
 
.mw-headline {
 
.mw-headline {
font-weight: 600;
+
font-weight: 100;
 
}
 
}
  
Line 23: Line 23:
  
 
.art-subpage {
 
.art-subpage {
background: #F7F7F7;
+
/*background: #F7F7F7;*/
 +
background: #111111 !important;
 
}
 
}
  

Revision as of 16:21, 29 May 2014

{{#css:
.mw-category-title {
color: #000000 !important;}
#mw-content-text h3 span {
font-weight: 600;
padding-left: 0px;
}

.mw-headline {
font-weight: 100;
}

span.mw-editsection {
font-weight: 200;
position: relative;
float:right;
margin-right: 25px
}

span.mw-editsection a {
font-weight: 200;
}

.art-subpage {
/*background: #F7F7F7;*/
background: #111111 !important;
}

#mw-content-text p {
padding-top: 0px; 
padding-bottom: 20px;
}

li {
margin-bottom: 5px
list-style-type: circle;
}

}}