MediaWiki:Common.css

From Camarilla Wiki
Revision as of 19:07, 4 December 2017 by BDH-015 (talk | contribs)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* Warning: Current CSS Layout is best suited for the skin Vector */
/* Created & Edited by Joan M. */

a:link {
color: #993333;
text-decoration: none;
}
a:visited {
color: #993333;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
h5 {
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
}
body {
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
background-image: url('../../imagens/bg_body.jpg');
background-color: #000000;
background-position: -275px -160px;
background-repeat: no-repeat;
background-attachment: fixed;
}
#mw-page-base {
height: 5em;
background: url('../../imagens/bg_body.jpg');
background-color: #000000;
background-position: -275px -160px;
background-repeat: no-repeat;
background-attachment: fixed;
}
#mw-panel {
text-transform: uppercase;
}
.portal {
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
text-transform: uppercase;
}
#content {
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
background-color: #e4d9c5;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(228, 217, 197);
/* RGBa with 0.6 opacity */
background: rgba(228, 217, 197, 0.6);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5)";
border-left: solid 1px #999999;
border-right: solid 1px #999999;
}
.portal a:link {
color: #993333;
text-decoration: none;
}
.portal a:visited {
color: #663300;
text-decoration: none;
}
.portal a:active {
color: #999999;
text-decoration: none;
}
.portal a:hover {
text-decoration: underline;
}
#bodyContent a:link {
color: #993333;
text-decoration: none;
}
#bodyContent a:visited {
color: #663300;
text-decoration: none;
}
#bodyContent a:active {
color: #999999;
text-decoration: none;
}
#bodyContent a:hover {
text-decoration: underline;
}
#bodyContent {
}
#toc {
background-color: #e4d9c5;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(228, 217, 197);
/* RGBa with 0.6 opacity */
background: rgba(228, 217, 197, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5)";
border-left: solid 1px #999999;
border-right: solid 1px #999999;
}
div.thumb {
border-color: transparent;
}
.thumbinner, .thumbcaption, {
background-color: #e4d9c5;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(228, 217, 197);
/* RGBa with 0.6 opacity */
background: rgba(228, 217, 197, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5)";
border-left: solid 1px #999999;
border-right: solid 1px #999999;
}
#catlinks {
background-color: #e4d9c5;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(228, 217, 197);
/* RGBa with 0.6 opacity */
background: rgba(228, 217, 197, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5)";
border-left: solid 1px #999999;
border-right: solid 1px #999999;
}
table {
background-color: #e4d9c5;
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(228, 217, 197);
/* RGBa with 0.6 opacity */
background: rgba(228, 217, 197, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e4d9c5, endColorstr=#e4d9c5)";
}

/** Collapsible tables *********************************************************
 *
 *  Description: Allows tables to be collapsed, showing only the header. See
 *                         http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
 *  Maintainers: [[en:User:R. Koot]]
 */
 
table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {                /* 'show'/'hide' buttons created dynamically by the               */
        float: right;               /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;        /* are styled here so they can be customised.               */
        text-align: right;
        width: auto;
}