Difference between revisions of "MediaWiki:Monobook.css"

From WikiROMS
Jump to navigationJump to search
Line 106: Line 106:
.source {
.source {
   background-color: #FFF;
   background-color: #FFF;
/* font-weight: bold;*/
}
 
img.thumbborder {
  border: 1px solid #dddddd;
}
 
#toolbar {float: left;}
 
#wikiPreview {
  overflow: auto !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
 
#column-content {
  width: 100%;
  height:100%;
  float: none;
  margin: 0 0 .6em 12.2em;
  padding: 0;
}
#content {
  margin: 0;
  position: absolute;
  top: 2.8em;
  left: 12.2em;
  right: 0;
  bottom: 38px;
  padding: 0 1em 1.5em 1em;
  background: #f9f9f9 url('https://dale-linux/wiki/skins/monobook/content-bg.jpg') 0 0 no-repeat fixed;
  color: black;
  overflow: auto;
  border: 1px solid #aaa;
  border-right: none;
  border-bottom: none;
  line-height: 1.5em;
  z-index: 2;
}
 
body {
  font: x-small sans-serif;
  background: #f9f9f9 url('https://dale-linux/wiki/skins/monobook/bg.jpg') 0 0 no-repeat;
  color: black;
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}
 
/* scale back up to a sane default */
#globalWrapper {
  font-size: 127%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
 
a {
  text-decoration: none;
  color: #0098CD;
  background: none;
}
a:visited {
  color: #9932CC;
}
a.new {
  color: #45AB74 !important;
}
a.new:visited {
  color: #45AB74 !important;
}
#p-personal a.new {
  color: #03EB13;
}
#p-personal a.new:visited {
  color: #03EB13;
}
 
h1, h2, h3, h4, h5, h6 {
  color: black;
  background: none;
  font-weight: bold;
  margin: 0;
  padding-top: .5em;
  padding-bottom: .17em;
  border-bottom: 2px solid #aaa;
}
h1 .editsection { font-size: 53%; font-weight: normal; }
h2 .editsection { font-size: 67%; font-weight: normal; }
 
code {
  background-color: transparent;
  margin-left: 3em;
}
div.box {
  white-space: pre;
  font-family: monospace;
  margin: 1em 0 1em 0;
  padding: .5em;
  border: 1px dashed #2f6fab;
  color: black;
  background-color: transparent;;
  line-height: 11.5pt;
}
pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: black;
background-color: transparent;;
line-height: 1.1em;
}
 
.firstHeading {
  display: none;
  font-weight: bold;
  margin-bottom: 0;
}
 
/*
** content styles
*/
.alphabetlist {
  width:15px;
  text-align: center;
}
 
/* thumbnails */
div.thumb {
  margin-bottom: .5em;
  border-style: solid;
  border-color: white;
  border-width: 0px;
  width: auto;
}
 
div.tleft {
  float: left;
  margin-right: .5em;
  border-width: 0;
}
 
.portlet h5 {
  background: transparent;
  padding: 0 1em 0 .5em;
  display: inline;
  height: 1em;
  text-transform: none;
  font-size: 91%;
  font-weight: bold;
  white-space: nowrap;
  border: none;
}
 
.pBody {
  font-size: 95%;
  background-color: transparent;
  color: black;
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 0 .8em .3em .5em;
}
#p-cactions .pBody {
  border: none;
}
.pBody a {
  font-weight: bold;
  color: #000000;
}
.pBody a:visited {
  font-weight: bold;
  color: #000;
}
 
#lastmod {
  color: #000000;
  font-weight: bold;
}
#viewcount {
  color: #000000;
  font-weight: bold;
}
#privacy a{
  color: #2E0000;
  font-weight: bold;
}
#about a{
  color: #2E0000;
  font-weight: bold;
}
#disclaimer a{
  color: #2E0000;
  font-weight: bold;
}
 
.portlet ul {
  line-height: 1.5em;
  list-style-type: square;
  list-style-image: none;
  font-size: 95%;
}
 
/*
** the navigation portlet
*/
 
#p-navigation {
  position: relative;
  z-index: 3;
}
 
#p-navigation .pBody {
  padding-right: 0;
}
 
#p-navigation a {
  font-weight: bold;
  display: block;
}
 
#p-navigation li.active a, #p-navigation li.active a:hover {
  text-decoration: none;
  font-weight: bold;
}
 
#p-personal li a {
text-decoration: none;
color: #13F3F3;
padding-bottom: .2em;
background: none;
}
#p-personal li a:hover {
background-color: black;
padding-bottom: .2em;
text-decoration: none;
}
 
/*
** footer
*/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  margin: .6em 0 0 12.2em;
  padding: .4em 0 0 0;
  text-align: center;
  font-size: 90%;
  z-index: 10;
}
}


Line 121: Line 377:


table.main {
table.main {
  background-color: transparent;
   font-size: 13px;
   font-size: 13px;
}
}

Revision as of 14:48, 15 July 2008

/* CSS placed here will affect users of the Monobook skin */

.AdjointColor {
   font-weight: bold;
   color: #9900CC;
}
.TangentColor {
   font-weight: bold;
   color: #FF0000;
}

.aquamarine {
   font-weight: bold;
   color: #45AB74;
}
.darkTurquoise {
   font-weight: bold;
   color: #00CED1;
}
.forestGreen {
   font-weight: bold;
   color: #22AB22;
}
.limeGreen {
   font-weight: bold;
   color: #32CD32;
}
.darkGolderod {
   font-weight: bold;
   color: #BAA60B;
}
.peru {
   font-weight: bold;
   color: #CDA53F;
}
.sandyBrown{
   font-weight: bold;
   color: #F4A460;
}
.salmon {
   font-weight: bold;
   color: #FAA072;
}
.hotPink {
   font-weight: bold;
   color: #FF69B4;
}
.mediumOrchid {
   font-weight: bold;
   color: #BA55D3;
}

.red {
   font-weight: bold;
   color: #FF5555;
}
.orange {
   font-weight: bold;
   color: #FF6600;
}
.brown {
   font-weight: bold;
   color: #663333;
}
.green {
   font-weight: bold;
   color: #009900;
}
.olive {
   font-weight: bold;
   color: #929205;
}
.cyan {
   font-weight: bold;
   color: #02CBC9;
}
.blue {
   font-weight: bold;
   color: #0000FF;
}
.twilightBlue {
   font-weight: bold;
   color: #6666CC;
}
.purple {
   font-weight: bold;
   color: #9900CC;
}
.violet {
   font-weight: bold;
   color: #FF00FF;
}
.black {
   font-weight: bold;
   color: black;
}

.alphabet {
   font-weight: bold;
   font-family: "Courier New",monospace;
   border: solid black 1px;
   padding: 2px 6px 0 5px;
   background-color: #F1E8CA;
}

.source {
   background-color: #FFF;
}

img.thumbborder {
   border: 1px solid #dddddd;
}

#toolbar {float: left;}

#wikiPreview {
   overflow: auto !important;
   padding-bottom: 10px;
   margin-bottom: 10px;
}

#column-content {
   width: 100%;
   height:100%;
   float: none;
   margin: 0 0 .6em 12.2em;
   padding: 0;
}
#content {
   margin: 0;
   position: absolute;
   top: 2.8em;
   left: 12.2em;
   right: 0;
   bottom: 38px;
   padding: 0 1em 1.5em 1em;
   background: #f9f9f9 url('https://dale-linux/wiki/skins/monobook/content-bg.jpg') 0 0 no-repeat fixed;
   color: black;
   overflow: auto;
   border: 1px solid #aaa;
   border-right: none;
   border-bottom: none;
   line-height: 1.5em;
   z-index: 2;
}

body {
   font: x-small sans-serif;
   background: #f9f9f9 url('https://dale-linux/wiki/skins/monobook/bg.jpg') 0 0 no-repeat;
   color: black;
   margin: 0;
   padding: 0;
   height: 100%;
   max-height: 100%;
   width: 100%;
   overflow: hidden;
}

/* scale back up to a sane default */
#globalWrapper {
   font-size: 127%;
   width: 100%;
   height: 100%;
   max-height: 100%;
   margin: 0;
   padding: 0;
   overflow: hidden;
}

a {
   text-decoration: none;
   color: #0098CD;
   background: none;
}
a:visited {
   color: #9932CC;
}
a.new {
   color: #45AB74 !important;
}
a.new:visited {
   color: #45AB74 !important;
}
#p-personal a.new {
   color: #03EB13;
}
#p-personal a.new:visited {
   color: #03EB13;
}

h1, h2, h3, h4, h5, h6 {
   color: black;
   background: none;
   font-weight: bold;
   margin: 0;
   padding-top: .5em;
   padding-bottom: .17em;
   border-bottom: 2px solid #aaa;
}
h1 .editsection { font-size: 53%; font-weight: normal; }
h2 .editsection { font-size: 67%; font-weight: normal; }

code {
   background-color: transparent;
   margin-left: 3em;
}
div.box {
   white-space: pre;
   font-family: monospace;
   margin: 1em 0 1em 0;
   padding: .5em;
   border: 1px dashed #2f6fab;
   color: black;
   background-color: transparent;;
   line-height: 11.5pt;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: transparent;;
	line-height: 1.1em;
}

.firstHeading {
   display: none;
   font-weight: bold;
   margin-bottom: 0;
}

/*
** content styles
*/
.alphabetlist {
   width:15px;
   text-align: center;
}

/* thumbnails */
div.thumb {
   margin-bottom: .5em;
   border-style: solid;
   border-color: white;
   border-width: 0px;
   width: auto;
}

div.tleft {
   float: left;
   margin-right: .5em;
   border-width: 0;
}

.portlet h5 {
   background: transparent;
   padding: 0 1em 0 .5em;
   display: inline;
   height: 1em;
   text-transform: none;
   font-size: 91%;
   font-weight: bold;
   white-space: nowrap;
   border: none;
}

.pBody {
   font-size: 95%;
   background-color: transparent;
   color: black;
   border-collapse: collapse;
   border: 1px solid #000;
   padding: 0 .8em .3em .5em;
}
#p-cactions .pBody {
   border: none;
}
.pBody a {
   font-weight: bold;
   color: #000000;
}
.pBody a:visited {
   font-weight: bold;
   color: #000;
}

#lastmod {
   color: #000000;
   font-weight: bold;
}
#viewcount {
   color: #000000;
   font-weight: bold;
}
#privacy a{
   color: #2E0000;
   font-weight: bold;
}
#about a{
   color: #2E0000;
   font-weight: bold;
}
#disclaimer a{
   color: #2E0000;
   font-weight: bold;
}

.portlet ul {
   line-height: 1.5em;
   list-style-type: square;
   list-style-image: none;
   font-size: 95%;
}

/*
** the navigation portlet
*/

#p-navigation {
   position: relative;
   z-index: 3;
}

#p-navigation .pBody {
   padding-right: 0;
}

#p-navigation a {
   font-weight: bold;
   display: block;
}

#p-navigation li.active a, #p-navigation li.active a:hover {
   text-decoration: none;
   font-weight: bold;
}

#p-personal li a {
	text-decoration: none;
	color: #13F3F3;
	padding-bottom: .2em;
	background: none;
}
#p-personal li a:hover {
	background-color: black;
	padding-bottom: .2em;
	text-decoration: none;
}

/*
** footer
*/
#footer {
   position: absolute;
   bottom: 0;
   left: 0;
   overflow: auto;
   background-color: transparent;
   border-top: none;
   border-bottom: none;
   margin: .6em 0 0 12.2em;
   padding: .4em 0 0 0;
   text-align: center;
   font-size: 90%;
   z-index: 10;
}

BODY.page-Bibliography p { text-indent: -2em; margin-left: 2em; }

.title {
font-size: 155%;
font-weight: bold;
margin-bottom: .5em;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 2px solid #aaa;
}

table.main {
   background-color: transparent;
   font-size: 13px;
}

#bodyContent {
   font-size: 16px;
}