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:Briess/monobook.css/tmp"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
#p-personal{
 +
z-index:10;
 +
}
 
#p-personal ul{
 
#p-personal ul{
 
position:fixed;
 
position:fixed;
 
text-align:center;
 
text-align:center;
 
margin: 0 auto;
 
margin: 0 auto;
 +
left:50%;
 +
margin-left:-25em;
 
min-width:50em;
 
min-width:50em;
max-width:55em;
+
max-width:50em;
 
     border: 1px solid #B3B3B3;  
 
     border: 1px solid #B3B3B3;  
 
     border-top:none;
 
     border-top:none;
Line 17: Line 22:
 
padding-left:10px;
 
padding-left:10px;
 
padding-right:10px;
 
padding-right:10px;
z-index:1000;
+
z-index:inherit;
 
}
 
}
  
Line 102: Line 107:
 
#pt-userpage{
 
#pt-userpage{
 
padding-left:0;
 
padding-left:0;
 +
}
 +
 +
#footer {
 +
width:100%;
 +
position:fixed;
 +
bottom:0px;
 +
z-index:10;
 +
margin:0;
 +
padding:0;
 
}
 
}

Latest revision as of 01:12, 25 April 2010

  1. p-personal{

z-index:10; }

  1. p-personal ul{

position:fixed; text-align:center; margin: 0 auto; left:50%; margin-left:-25em; min-width:50em; max-width:50em;

   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; }

  1. content{

border-color: #bd8; }

.pBody{ border-color: #bd8; }

  1. p-cactions li {

border-color: #9df; }

  1. p-cactions li a {

color: #08c; }

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

  1. 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; }
  1. p-search{

position: absolute; right:0; top:1em; min-width:14.8em; }

  1. searchBody{

background:none; border: none; }

  1. p-search h5{

display: none; }

  1. mw-searchButton{

display:none !important; }

  1. column-content{

margin-top:5px; }

  1. p-cactions{

margin-top:5px; left:30px !important; }

  1. p-logo{

display:none; }

  1. p-navigation{

display:none; }

  1. p-tb{

display:none; }

  1. p-googleadsense{

display:none; }

  1. p-newpages{

display:none; }

  1. p-lang{

display:none; }

  1. content{

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

  1. pt-userpage{

padding-left:0; }

  1. footer {

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