First commit
This commit is contained in:
42
cms/plugins/pagemanager/help/stylesheet.css
Normal file
42
cms/plugins/pagemanager/help/stylesheet.css
Normal file
@ -0,0 +1,42 @@
|
||||
body {
|
||||
font-family: Verdana, sans-serif;
|
||||
line-height: 150%;
|
||||
margin-left: 2em;
|
||||
margin-right: 2em;
|
||||
background: #ffffe1;
|
||||
}
|
||||
|
||||
#body {
|
||||
margin-left: 17em;
|
||||
}
|
||||
|
||||
#body p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
#nav {
|
||||
clear: both;
|
||||
margin-left: 0;
|
||||
float: left;
|
||||
width: 15em;
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#nav ul {
|
||||
list-style: none;
|
||||
font-size: small;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.image-right {
|
||||
float:right;
|
||||
border: 1px solid black;
|
||||
margin-left: 1em;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.toplink {
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user