User:Tepples/monobook.sandbox: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(first try)
 
m (Don't forget about the CSS plugin for testing)
 
Line 8: Line 8:
| cell 4 || cell 5 || cell 6
| cell 4 || cell 5 || cell 6
|}
|}
----
Note:
By the way, don't forget that the css plug-in is installed and you can test some style on the site directly without the need to upload a CSS by doing, for example:
  {{#css:
  #content {
  background: black;
  color: #90C090;
  border: 1px solid #aaa;
  border-right: none;
  line-height: 1.5em;
        link: #C0F0C0
        vlink: #8080A0
  }
  a:link {color: #C0F0C0 }
  a:visited {color: #8080A0 }
  a.external.text { color: #C0F0C0 }
  .portlet {
        //display: none;
  }
[[User:Banshaku|Banshaku]] 23:35, 2 April 2010 (UTC)

Latest revision as of 23:35, 2 April 2010

While developing site styles, I put things in User:Tepples/monobook.css and test them here before I su ndwiki and apply them.

heading 1 heading 2 heading 3
cell 1 cell 2 cell 3
cell 4 cell 5 cell 6



Note:

By the way, don't forget that the css plug-in is installed and you can test some style on the site directly without the need to upload a CSS by doing, for example:

 {{#css:
 #content {
 	background: black;
  	color: #90C090;
 	border: 1px solid #aaa;
 	border-right: none;
 	line-height: 1.5em;
       link: #C0F0C0 
       vlink: #8080A0
 }
 a:link {color: #C0F0C0 }
 a:visited {color: #8080A0 }
 a.external.text { color: #C0F0C0 }
 .portlet {
       //display: none;
 }

Banshaku 23:35, 2 April 2010 (UTC)