Difference between revisions of "MediaWiki:Common.css"

From NorCon MUSH
Line 95: Line 95:
 
     font-family: "ridiculous", Verdana, Tahoma;
 
     font-family: "ridiculous", Verdana, Tahoma;
 
     font-size: 12pt;
 
     font-size: 12pt;
 +
}
 +
 +
.circular img {
 +
-webkit-border-radius: 50%;
 +
-moz-border-radius: 50%;
 +
-ms-border-radius: 50%;
 +
-o-border-radius: 50%;
 +
border-radius: 50%;
 
}
 
}

Revision as of 08:48, 1 January 2016

li.gallerybox {text-indent:0px;}

.panel-ftw {border-color: #46382b}
.panel-hrw {border-color: #1f4770}

.ui-tabs {overflow: auto;}

.panel-hrw > .panel-heading {
    box-shadow: 0 1px 10px rgba(0,0,0,0.1); 
color:#FFFFFF;
text-shadow: 2px 2px #000000;
    background-color: #1f4770;
    border-color: #FFFFFF;
}

.panel-ftw > .panel-heading {
    box-shadow: 0 1px 10px rgba(0,0,0,0.1); 
color:#FFFFFF;
text-shadow: 2px 2px #000000;
    background-color: #46382b;
    border-color: #FFFFFF;
}


.panel-hrw > .panel-heading a.external:link, .panel-hrw > .panel-heading a:link, .panel-hrw > .panel-heading a:visited {
color: #FFFFFF !important;
}

.panel-ftw > .panel-heading a.external:link, .panel-ftw > .panel-heading a:link, .panel-ftw > .panel-heading a:visited  {
color: #FFFFFF !important;
}

p.dragon, .dragon-talk {color:#342D7E;}
p.galleries{color:#236B8E;}
p.st{color:red;}

.navbar-inverse > li > a {color: #FFFFFF !important}

a:link {color: #11249E;}
.mw-body a.external:link {color: #11249E;}
ul > li.gallerybox:before {background: inherit;}

#content table.wikitable {
border: 0;
background: inherit !important;
}

#content table.wikitable th, #content table.wikitable td {
border: 0;
background: inherit !important;
}

table.wikitable ul {
background: inherit !important;
}

body {background-color: #F0F0F0;color: #000000;}

span.dynatree-node a { padding-left: 13px;}

.treeview .checkbox {display: inline;}

.treeview input[type=checkbox] {margin-left: 5px; margin-right: 5px;}

.treeview ul > li:before {background-color: inherit}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {border: 0px}

table.wikitable {border: 0px}

table.wikitable > tr > th, table.wikitable > * > tr > th {background-color: inherit}

img {max-width: 100%}

.container-fluid { padding-left: 0px;}

.gallerytext { text-align: center;}

ul.gallery {text-indent: 0px !important; padding-left: 0px !important;}

table.padded td, th { padding:10px;}

html {text-align:justify}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #FFFFFF;
}

@font-face {
    font-family: "ridiculous";
    src: url(http://hrweyr.com/fonts/ridiculous.ttf) format("truetype");
}
.pia { 
    font-family: "ridiculous", Verdana, Tahoma;
    font-size: 12pt;
}

.circular img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}