User:Czarkoff/common.css: Difference between revisions
Appearance
Content deleted Content added
m following instruction more precisely |
+old-style lang-sh |
||
Line 10: | Line 10: | ||
/* Show all Citation Style 1 error messages */ |
/* Show all Citation Style 1 error messages */ |
||
.citation-comment {display: inline !important;} |
.citation-comment {display: inline !important;} |
||
/* Show old-style lang-sh templates in red */ |
|||
.lang-sh-old {font-weight: bold; color: #f00;} |
Revision as of 01:28, 17 June 2014
/* Commodity link: [[Web colors#X11 color names]] */
/* Making text boxes high and wide in graphical browsers (to allow slim boxes for [[Lynx]] */
#wpTextbox1 {height: 30em;}
#wpTextbox2 {height: 30em;}
/* Make <pre /> scrollable */
pre {overflow: auto;}
/* Show all Citation Style 1 error messages */
.citation-comment {display: inline !important;}
/* Show old-style lang-sh templates in red */
.lang-sh-old {font-weight: bold; color: #f00;}