User:Arthurteb303/modern.css: Difference between revisions
Appearance
Content deleted Content added
Arthurteb303 (talk | contribs) No edit summary |
Arthurteb303 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
body { |
body { |
||
margin-left:auto; |
|||
margin-right:auto; |
|||
width:80%; |
|||
font-family: monospace; |
font-family: monospace; |
||
font-size:11pt; |
font-size:11pt; |
||
Line 8: | Line 11: | ||
#mw-content-text |
#mw-content-text |
||
{ |
{ |
||
width: |
width:89%; |
||
margin-left:auto; |
|||
margin-right:auto; |
|||
border-top:1px solid black; |
|||
border-bottom:1px solid black; |
|||
border-left:1px solid black; |
|||
border-right:1px solid black; |
|||
} |
} |
||
li { |
li { |
Revision as of 14:47, 23 January 2017
body {
margin-left:auto;
margin-right:auto;
width:80%;
font-family: monospace;
font-size:11pt;
}
#p-navigation, #p-interaction, #p-search, #p-tb{
background-color:red;
}
#mw-content-text
{
width:89%;
margin-left:auto;
margin-right:auto;
border-top:1px solid black;
border-bottom:1px solid black;
border-left:1px solid black;
border-right:1px solid black;
}
li {
position: relative;
list-style: none;
left:30px;
}
li:before {
content: "";
position: absolute;
top: 8px;
left: -50px;
width: 30px;
height: 30px;
background-image: url('http://192.168.0.28/~Arthur/ko.gif');
}
a {
color:blue;
}