User:Skace/monobook.css: Difference between revisions

From RoDpedia
Jump to navigation Jump to search
Skace (talk | contribs)
No edit summary
Skace (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Sandbox testing for CSS based views */
/* Sandbox testing for CSS based views */
:link:link {color: #00FF00}
:link:visited {color: #00FF00}


.rodbox {
.rodbox {
Line 11: Line 8:
   line-height: 100%;
   line-height: 100%;
   max-width: 600px;
   max-width: 600px;
   font-family: monospaced;
   font-family: monospace;
  white-space: nowrap;
}
}


Line 18: Line 14:
   color: #3366FF;
   color: #3366FF;
   line-height: 100%;
   line-height: 100%;
   font-family: monospaced;
   font-family: monospace;
}
}


Line 24: Line 20:
   color: aqua;
   color: aqua;
   line-height: 100%;
   line-height: 100%;
   font-family: monospaced;
   font-family: monospace;
}
}


Line 30: Line 26:
   color: #00FF00;
   color: #00FF00;
   line-height: 100%;
   line-height: 100%;
   font-family: monospaced;
   font-family: monospace;
  white-space: nowrap;
}
}
.mobeq :link:link, .mobeq :link:visited {color: #00FF00}

Latest revision as of 18:28, 4 September 2008

/* Sandbox testing for CSS based views */

.rodbox {
  padding: 1em;
  border: 1px solid #C0C0C0;
  color: silver;
  background-color: black;
  line-height: 100%;
  max-width: 600px;
  font-family: monospace;
}

.ident1 {
  color: #3366FF;
  line-height: 100%;
  font-family: monospace;
}

.ident2 {
  color: aqua;
  line-height: 100%;
  font-family: monospace;
}

.mobeq {
  color: #00FF00;
  line-height: 100%;
  font-family: monospace;
}

.mobeq :link:link, .mobeq :link:visited {color: #00FF00}