v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User:VengefulDonut/monobook.css"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m (Blanked the page)
m
Line 1: Line 1:
 +
#p-personal{
 +
z-index:10;
 +
}
 +
#p-personal ul{
 +
position:fixed;
 +
text-align:center;
 +
margin: 0 auto;
 +
left:50%;
 +
margin-left:-27.5em;
 +
min-width:55em;
 +
max-width:55em;
 +
    border: 1px solid #B3B3B3;
 +
    border-top:none;
 +
    background: #FFF;
 +
    -webkit-border-bottom-left-radius: 4px;
 +
    -webkit-border-bottom-right-radius: 4px;
 +
    -moz-border-radius-bottomleft: 4px;
 +
    -moz-border-radius-bottomright: 4px;
 +
    border-bottom-left-radius: 4px;
 +
    border-bottom-right-radius: 4px;
 +
padding-bottom:2px;
 +
padding-left:10px;
 +
padding-right:10px;
 +
z-index:inherit;
 +
}
  
 +
#content{
 +
border-color: #bd8;
 +
}
 +
 +
.pBody{
 +
border-color:  #bd8;
 +
}
 +
 +
#p-cactions li {
 +
border-color:  #9df;
 +
}
 +
 +
#p-cactions li a {
 +
color:  #08c;
 +
}
 +
 +
.selected {
 +
border-color:  #bd8 !important;
 +
}
 +
 +
#ca-nstab-user, #ca-nstab-user a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; } #ca-talk, #ca-talk a{ -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-edit, #ca-edit a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; } #ca-protect, #ca-protect a{ -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-watch, #ca-watch a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-nstab-special, #ca-nstab-special a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-nstab-main, #ca-nstab-main a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; }
 +
 +
#p-search{
 +
position: absolute;
 +
right:0;
 +
top:1em;
 +
min-width:14.8em;
 +
}
 +
 +
#searchBody{
 +
background:none;
 +
border: none;
 +
}
 +
 +
#p-search h5{
 +
display: none;
 +
}
 +
 +
#mw-searchButton{
 +
display:none !important;
 +
}
 +
 +
#column-content{
 +
margin-top:5px;
 +
}
 +
#p-cactions{
 +
margin-top:5px;
 +
left:30px !important;
 +
}
 +
 +
#p-logo{
 +
display:none;
 +
}
 +
 +
#p-navigation{
 +
display:none;
 +
}
 +
 +
#p-tb{
 +
display:none;
 +
}
 +
 +
#p-googleadsense{
 +
display:none;
 +
}
 +
 +
#p-newpages{
 +
display:none;
 +
}
 +
 +
#p-lang{
 +
display:none;
 +
}
 +
 +
#content{
 +
margin-left:10px;
 +
margin-right:10px;
 +
border: 1px solid #bd8 !important;
 +
}
 +
 +
#pt-userpage{
 +
padding-left:0;
 +
}
 +
 +
#footer {
 +
width:100%;
 +
position:fixed;
 +
bottom:0px;
 +
z-index:10;
 +
margin:0;
 +
padding:0;
 +
}
 +
 +
#privacy
 +
{
 +
display: none !important;
 +
}
 +
 +
#about{
 +
display: none !important;
 +
}
 +
 +
#disclaimer{
 +
display: none !important;
 +
}
 +
 +
#lastmod{
 +
display: none !important;
 +
}
 +
 +
#body{
 +
padding-bottom: 4em;
 +
}

Revision as of 04:54, 25 April 2010

#p-personal{
z-index:10;
}
#p-personal ul{
position:fixed;
text-align:center;
margin: 0 auto;
left:50%;
margin-left:-27.5em;
min-width:55em;
max-width:55em;
    border: 1px solid #B3B3B3; 
    border-top:none;
    background: #FFF;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
padding-bottom:2px;
padding-left:10px;
padding-right:10px;
z-index:inherit;
}

#content{
border-color: #bd8;
}

.pBody{
border-color:  #bd8;
}

#p-cactions li {
border-color:  #9df;
}

#p-cactions li a {
color:  #08c;
}

.selected {
border-color:  #bd8 !important;
}

#ca-nstab-user, #ca-nstab-user a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; } #ca-talk, #ca-talk a{ -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-edit, #ca-edit a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; } #ca-protect, #ca-protect a{ -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-watch, #ca-watch a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-nstab-special, #ca-nstab-special a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; } #ca-nstab-main, #ca-nstab-main a{ -webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; border-top-left-radius: 6px; }

#p-search{
position: absolute;
right:0;
top:1em;
min-width:14.8em;
}

#searchBody{
background:none;
border: none;
}

#p-search h5{
display: none;
}

#mw-searchButton{
display:none !important;
}

#column-content{
margin-top:5px;
}
#p-cactions{
margin-top:5px;
left:30px !important;
}

#p-logo{
display:none;
}

#p-navigation{
display:none;
}

#p-tb{
display:none;
}

#p-googleadsense{
display:none;
}

#p-newpages{
display:none;
}

#p-lang{
display:none;
}

#content{
margin-left:10px;
margin-right:10px;
border: 1px solid #bd8 !important;
}

#pt-userpage{
padding-left:0;
}

#footer {
width:100%;
position:fixed;
bottom:0px;
z-index:10;
margin:0;
padding:0;
}

#privacy
{
display: none !important;
}

#about{
display: none !important;
}

#disclaimer{
display: none !important;
}

#lastmod{
display: none !important;
}

#body{
padding-bottom: 4em;
}