Jump to content

User:Menegola/myskin.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.
/* <source lang="css"> */

@font-face {
 font-family: 'JunicodeRegular';
 src: url('junicode-regular-webfont.eot');
 src: local('Junicode-Regular'), url(' src: url('http://inf.ufrgs.br/~bmenegola/junicode/junicode-regular-webfont.woff') format('woff'), url(' src: url('http://inf.ufrgs.br/~bmenegola/junicode/junicode-regular-webfont.ttf') format('truetype'), url(' src: url('http://inf.ufrgs.br/~bmenegola/junicode/junicode-regular-webfont.svg#webfont2l5PT3pG') format('svg');
}

body {
 font-family: JunicodeRegular,Georgia,serif,monospace;
 font-variant-numeric: oldstyle-nums;
 color: #303030 !important;
 font-size: 10pt;
 margin: 0px !important;
}

#globalWrapper {
 margin: 0px;
}

#bodyContent {
 font-size: 15pt;
}

a:link, a:visited, a:active {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a:link, a:active, a:hover {
 color: #656565;
}

a:visited {
 color: #505050;
}

/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page #siteSub,
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
/* display: none !important;*/
}
 
body.page-Main_Page #mp-topbanner {
margin-top: 0 !important;
}
 
#coordinates {
 position: absolute;
 top: 0em;
 right: 0em;
 float: right;
 margin: 0.0em;
 padding: 0.0em;
 line-height: 1.5em;
 text-align: right;
 text-indent: 0;
 font-size: 85%;
 text-transform: none;
 white-space: nowrap;
}
 
/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
 position: absolute;
 top: -2em;
 margin-right: -10px;
 display: block !important;
}
 
/* FR topicon position */
div.flaggedrevs_short {
 position: absolute;
 top: -3em;
 right: 80px;
 z-index: 1;
 margin-left: 0;
 /* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
 margin-right: -10px;
}
 
/* Menu over FR box */
div.vectorMenu div {
 z-index: 2;
}
 
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
 
/* {{tl|Link GA}} */
#mw-panel div.portal div.body ul li.GA {
  background: url("http://upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
  margin-left: -10px;
  padding-left: 10px;
}
 
/* {{tl|Link FA}} */
#mw-panel div.portal div.body ul li.FA {
  background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
  margin-left: -10px;
  padding-left: 10px;
}
 
/* Increase fontsize of diffs */
td.diff-context, td.diff-addedline, td.diff-deletedline {
  font-size: 85%;
  vertical-align: top;
}
 
/* Adjust font-size for inline HTML generated TeX formulae */
.texhtml {
  font-size: 125%;
  line-height: 1.5em;
}
 
/* Blue instead of yellow padlock for secure links. */
#bodyContent a.external[href ^="https://"],
.link-https {
  background: url("http://upload.wikimedia.org/wikipedia/en/0/00/Lock_icon_blue.gif") center right no-repeat;
  padding-right: 16px;
}
 
/* Fix for empty diff-context lines. Remove when r75658 is live. */
td.diff-marker {
  height: 1.5em;
}
 
/*#p-navigation h5, #p-interaction h5, #p-search h5, #p-tb h5, #p-navclone h5, #p-lang h5 {
    display: block;
    height: 1em;
    font-size: 85%;
    font-weight: normal;
    white-space: nowrap;
    border-color: #aaa; 
    border-width: 1px;
    border-style: solid solid none solid;
    padding: 0 1em 1px 1em;
    text-transform: lowercase;
    background: white;
    -moz-border-radius-topright: 1em;
    overflow: visible;
}

#p-navigation, #p-interaction, #p-search, #p-tb, #p-navclone, #p-lang {
    padding-top: 2px;
}*/

#p-logo a {
 display: block;
 width: 15em;
 height: 180px;
 background: url(http://upload.wikimedia.org/wikipedia/commons/d/d6/Wikipedia-logo-v2-en.png) no-repeat 50% 100%;
}



#column-one {
 width: 100%;
 float: left;
 position: absolute;
 top: 0px;
}

#column-one #p-navigation,
#column-one #p-interaction,
#column-one #p-tb,
#column-one #p-coll-print_export,
#column-one #p-lang {
 width: 15em;
}

#column-one #p-navigation ul,
#column-one #p-interaction ul,
#column-one #p-tb ul,
#column-one #p-coll-print_export ul,
#column-one #p-lang ul {
 list-style: none;
}

#column-one #p-cactions, #column-one #p-search {
 height: 0px;
 widht: 0px;
 margin: 0px;
 float: left;
}

#column-one h5 {
 visibility: hidden;
 margin: 0px;
 width: 0px;
 height: 0px;
 float: left;
}

#column-one #p-personal {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 1.5em;
 border-bottom: solid 1px #A3BFB1;
 background-color: #D4F9E7;
}

#column-one #p-personal ul {
 position: absolute;
 top: 0px;
 right: 0px;
 margin: 0px;
}

#column-one #p-personal ul li {
 display: inline;
 list-style: none;
 margin-right: 10px;
}

#column-one #p-cactions h5 {
 visibility: hidden;
}

#column-one #p-cactions ul {
 position: absolute;
 top: 6em;
 right: 20em;
 margin: 0px;
 height: 1.5em;
}

#column-one #p-cactions ul li {
 display: inline;
 list-style: none;
 margin-right: 10px;
}

#column-one #p-search #searchBody {
 position: absolute;
 top: 5.8em;
 right: 1em;
 width: 19em;
}

#column-one #p-search #searchBody #searchInput {
 height: 1.5em;
 width: 17em;
 border: solid 1px #A3BFB1;
 padding-right: 2em;
}

#column-one #p-search #searchBody #searchGoButton {
 position: absolute;
 top: 0.3em;
 right: 0.3em;
 height: 1.3em;
 width: 12px;
 background: url(http://bits.wikimedia.org/skins-1.5/vector/images/search-ltr.png?283-5) no-repeat 50% 50%;
 border: 0px;
 cursor: pointer;
 color: transparent;
}

#column-one #p-search #searchBody #mw-searchButton {
 visibility: hidden;
 width: 0px;
 height: 0px;
}

#column-content {
 float: left;
 margin-left: 16em;
 margin-top: 8.5em;
 margin-right: 1em;
 border: solid 1px #CEF2E0;
 padding: 10px;
}

/* </source> */