User:Outofspace/Other.css: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
For test search feature.
 
>Outofspace
I'll continue work here.
 
Line 1: Line 1:
//Coming soon!
/* CSS placed here will affect users of the Standard skin */
p {
  background-color: #000066
}
 
pre {
  background-color: #ffccff
}
 
table {
border:2px;
}
 
body {
    font: x-small Courier;
    background: #000033 url(headbg.jpg) 0 0 no-repeat;
    margin: 1;
    font-size : 17px;
    padding: 1;
}

Latest revision as of 22:40, 22 November 2008

/* CSS placed here will affect users of the Standard skin */
p {
  background-color: #000066
}

pre {
  background-color: #ffccff
}

table {
border:2px;
}

body {
    font: x-small Courier;
    background: #000033 url(headbg.jpg) 0 0 no-repeat;
    margin: 1;
    font-size : 17px;
    padding: 1;
}