Difference between revisions of "User:Skace/monobook.css"

From RoDpedia
Jump to: navigation, search
Line 12: Line 12:
 
   max-width: 600px;
 
   max-width: 600px;
 
   font-family: monospaced;
 
   font-family: monospaced;
   white-space: pre;
+
   white-space: nowrap;
 
}
 
}
  
Line 31: Line 31:
 
   line-height: 100%;
 
   line-height: 100%;
 
   font-family: monospaced;
 
   font-family: monospaced;
   white-space: pre;
+
   white-space: nowrap;
 
}
 
}

Revision as of 18:20, 4 September 2008

/* Sandbox testing for CSS based views */

:link:link {color: #00FF00}
:link:visited {color: #00FF00}

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

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

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

.mobeq {
  color: #00FF00;
  line-height: 100%;
  font-family: monospaced;
  white-space: nowrap;
}