|
|
| Line 1: |
Line 1: |
| | /* CSS placed here will be applied to all skins */ | | /* 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 { | | body { |
| − | font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
| + | background-image: url('../../images/4/44/Cambgbody.jpg'); |
| − | background-image: url('../../imagens/bg_body.jpg'); | |
| − | background-color: #000000;
| |
| − | background-position: -275px -160px;
| |
| | background-repeat: no-repeat; | | background-repeat: no-repeat; |
| | background-attachment: fixed; | | background-attachment: fixed; |
| − | }
| + | background-color: #00000 |
| − | #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;
| |
| | } | | } |