Difference between revisions of "MediaWiki:Common.css"

From Camarilla Wiki
Jump to: navigation, search
 
(32 intermediate revisions by the same user not shown)
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 {
+
@import url('https://fonts.googleapis.com/css?family=Philosopher');
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;
+
font-family: 'Philosopher', sans-serif;
background-image: url('../../imagens/bg_body.jpg');
+
 
background-color: #000000;
+
background-image: url('../../images/4/44/Cambgbody.jpg');
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-repeat: no-repeat;
 
background-attachment: fixed;
 
background-attachment: fixed;
}
+
background-color: #00000
#mw-panel {
 
text-transform: uppercase;
 
 
}
 
}
 
.portal {
 
.portal {
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
+
font-family: 'Philosopher', sans-serif;
 
text-transform: uppercase;
 
text-transform: uppercase;
 
}
 
}
 
#content {
 
#content {
font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
+
font-family: 'Philosopher', sans-serif;
background-color: #e4d9c5;
+
font-size: 16px
/* 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 {
 
.portal a:link {
Line 75: Line 34:
 
text-decoration: underline;
 
text-decoration: underline;
 
}
 
}
#bodyContent a:link {
+
 
color: #993333;
+
div#content h1, div#content h2 {font-family: 'Philosopher', sans-serif;}
text-decoration: none;
+
/* no background for these */
 +
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
 +
  background: none !important;
 
}
 
}
#bodyContent a:visited {
+
#content {
color: #663300;
+
  background: none !important;
text-decoration: none;
 
 
}
 
}
#bodyContent a:active {
+
 
color: #999999;
+
div.vectorTabs {
text-decoration: none;
+
  background: transparent;
 +
  font-size: 110%;
 
}
 
}
#bodyContent a:hover {
+
 
text-decoration: underline;
+
div.vectorTabs ul {
 +
  background: transparent;
 
}
 
}
#bodyContent {
+
 
 +
div.vectorTabs ul li, div.vectorTabs ul li.selected {
 +
  background: transparent;
 +
  border: none;
 
}
 
}
#toc {
+
 
background-color: #e4d9c5;
+
div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
/* Fallback for web browsers that doesn't support RGBa */
+
  background: transparent;
background: rgb(228, 217, 197);
+
  border: none;
/* 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 *********************************************************
+
div.vectorMenu h5 a {
*
+
  border: none;
*  Description: Allows tables to be collapsed, showing only the header. See
+
  background: transparent;
*                        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;
 
}
 

Latest revision as of 00:32, 3 May 2018

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css?family=Philosopher');
body {
font-family: 'Philosopher', sans-serif;

background-image: url('../../images/4/44/Cambgbody.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #00000
}
.portal {
font-family: 'Philosopher', sans-serif;
text-transform: uppercase;
}
#content {
font-family: 'Philosopher', sans-serif;
font-size: 16px

}
.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;
}

div#content h1, div#content h2 {font-family: 'Philosopher', sans-serif;}
/* no background for these */
#mw-page-base, #mw-head, #mw-head-base, #footer, code {
  background: none !important;
}
#content {
  background: none !important;
}

div.vectorTabs {
  background: transparent;
  font-size: 110%;
}

div.vectorTabs ul {
  background: transparent;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  background: transparent;
  border: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  background: transparent;
  border: none;

}

div.vectorMenu h5 a {
  border: none;
  background: transparent;