User:Gubbubu/monobook.css

From Wikisource
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*
** Fejlecek Gubbubunak :)  <g>
**/
/* ezeket nem nagyon hasznalja, csak szivatasra vannak benne :-/ <g> */
h1 ( text-align: center; )
h2 { text-align: center; bgcolor: black; }
h3 { text-align: center; textcolor: red; }
h4 { text-align:left; textcolor: yellow; }

/* ez az igazi cimstilus <g> */
#bodyContent h1 { text-align: center; }
#bodyContent h2 { text-align: center; }
#bodyContent h3 { text-align: center; textcolor: yellow; }

/* tartalomjegyzekben ne kezdje beljebb a bekezdes elso sorait */
#toc .tocindent P { text-indent: 0px; }
#toc .tocline P { text-indent: 0px; }

/* bekezdesek elso sora beljebb kezdodik <g> */
p { text-indent: 1em; }
/* sorkizárt szövegek, div-ek is */
text-align: justify;

/* cikkek hattere <g> */
#content { background: #dce0dc; } /* esetleg #e6e9e8, #f0f0f0, #a0a0a0, ... */
.ns-0 * #content { background: #e6e9e9; }
#mytabs li { background: #f4e9e9; }
.ns-0 * #mytabs li { background: #e6e9e9; }
#mytabs li a { background-color: #d6d9e8; }
.ns-0 * #mytabs li a { background-color: #aaaaaa; }
#p-cactions li { background: #d6d9e8; }
.ns-0 * #p-cactions li { background: #e7e9f9; }
#p-cactions li a { background-color: #d6d9e9; }
.ns-0 * #p-cactions li a { background-color: #e5e9e9; }

/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/* don't use a smaller font */
td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 100% };

/* underline just the text that's different */
span.diffchange { text-decoration: underline; }
span.diffchange { color: gold; text-decoration: underline; font-weight: bold; }