Jump to content

User:Mkouklis(2)/timeless.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
 
Line 2: Line 2:
#mw-content { background-color: #fff1e0; }
#mw-content { background-color: #fff1e0; }
#bodyContent {
#bodyContent {
font-size: 140%;
font-size: 110%;
margin: -7px;
margin: -7px;
color: #333333;
color: #333333;
Line 9: Line 9:
#div.content-table-wrapper .mbox-text {
#div.content-table-wrapper .mbox-text {
width: 101%;
width: 101%;
margin-left: 0px !important;
margin-left: 0 !important;
}
}


Line 15: Line 15:
margin-left: -35px !important;
margin-left: -35px !important;
}
}
.mw-parser-output span.cs1-hidden-error {display: inline;}
.mw-parser-output .cs1-hidden-error {display: inline;}

Latest revision as of 07:51, 9 June 2024

body { margin:0; padding:0; }
#mw-content { background-color: #fff1e0; }
#bodyContent {
 font-size: 110%;
 margin: -7px;
 color: #333333;
 letter-spacing: 1px;
 }
#div.content-table-wrapper .mbox-text {
 width: 101%;
 margin-left: 0 !important;
 }

#div.ambox {
 margin-left: -35px !important;
 }
.mw-parser-output .cs1-hidden-error {display: inline;}