605
edits
SadanYagci (talk | contribs) No edit summary |
SadanYagci (talk | contribs) No edit summary |
||
Line 1,160: | Line 1,160: | ||
body:not(.page-Main_Page) #mw-content-text > .mw-parser-output > ul { | body:not(.page-Main_Page) #mw-content-text > .mw-parser-output > ul { | ||
margin-left: 7em; | margin-left: 7em; | ||
} | |||
div#mw-panel div.portal div.body ul li, | |||
div#mw-panel div.portal h3 { | |||
font-size: 1em; /* original was 0.75em */ | |||
} | |||
div#mw-panel { | |||
width: 15em; /* increase width of the container; was 10em */ | |||
} | |||
.mw-body { | |||
margin-left: 18em; /* move content to a fitting place; was 13em */ | |||
} | |||
#p-cactions{ | |||
left:18.5em; | |||
} | |||
body #p-logo a, body #p-logo a:hover { | |||
height: 170px; | |||
width: 15.2em; | |||
background-size: cover; | |||
background-position: 45% 50% !important; | |||
} | |||
#sidebar { | |||
position:absolute; | |||
} | |||
.portlet { | |||
width: 17em; | |||
} | } |