Jump to content

User:Fylwind/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@import "http://pt.wikipedia.org/w/index.php?title=User:Get_It/p-personal.css&action=raw&ctype=text/css";

.usermessage/*, #editpage-specialchars, #editpage-copywarn*/ {
  display: none;
}
#catlinks {
  border:1px solid #eee;
  border-top: 2px dotted #aaaaaa;
}

/*
 * BLOCKQUOTE
 */
blockquote [type ^="cite"], blockquote.cite {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

/* ESQ
 * v1.4 (<): #p-nav
 * v1.5: #p-navigation
 * Commons: #p-goodies, #p-support
 */
#p-navigation, #p-search, #p-tb, #p-goodies, #p-support, #p-lang {
  margin-left: 0.5em;
  width: 11.2em;
}

#searchInput {
  border: 1px solid #aaaaaa;
  padding-left: 3px;
  background-image: url('http://192.168.0.33/~get-it/img/bg_textbox.gif');
  background-repeat: repeat-x;
  background-position: left top;
}

#wpPreview {
  font-weight: bold;
}

/* Carregar ficheiro [local] */
#p-tb li#t-upload { display: none; }

li#njs-pt-watchlist-en {
  margin-left: -0.3em;
}
li#njs-pt-watchlist-en:hover {
  border: 1px solid blue;
}

<div class="portlet" id="p-personal">
          <h5><?php $this->msg('personaltools') ?></h5>
          <div class="pBody">
          <ul>

<?php if($this->data['viewcount' ]) { ?>
<li id="f-viewcount"><?php  $this->html('viewcount')  ?></li>
<?php } ?>

<?php if($this->data['numberofwatchingusers' ]) { ?>
<li id="f-numberofwatchingusers"><?php $this->html('numberofwatchingusers') ?></li>
<?php } ?>

#content 
{ 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}

div.pBody 
{
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

#p-cactions li
{
    position: relative;
    float: left;
    border: 2px solid lightgrey;
}

#p-cactions li li
{
    float: none;
    display: block;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
  -moz-border-radius-topleft: .0em;
  -moz-border-radius-topright: .0em;
  -moz-border-radius-bottomright: .0em;
  -moz-border-radius-bottomleft: .0em;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: grey;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}