Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
88
modules/nickpage/templates/default/styles.css
Normal file
88
modules/nickpage/templates/default/styles.css
Normal file
|
@ -0,0 +1,88 @@
|
|||
html,body{margin:0;padding:0}
|
||||
body{
|
||||
font: 76% arial,sans-serif;text-align:center;
|
||||
background:#FFFFFF url(/npimages/body_background.gif) repeat-x scroll 0 135px;
|
||||
}
|
||||
p{margin:0 10px 10px}
|
||||
a{
|
||||
text-decoration:none;
|
||||
color:#000000;
|
||||
}
|
||||
div#header{
|
||||
background:transparent url(/npimages/nickpage.jpg) no-repeat scroll 4px 0;
|
||||
height:125px;
|
||||
margin:0 auto 11px;
|
||||
overflow:hidden;
|
||||
text-align:left;
|
||||
background-color:#FFFFFF;
|
||||
float:left;
|
||||
width: 659px;
|
||||
}
|
||||
#wrapper {
|
||||
clear:both;
|
||||
display:block;
|
||||
margin:0 auto;
|
||||
text-align:justify;
|
||||
width:700px;
|
||||
}
|
||||
|
||||
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
|
||||
div#container{text-align:left}
|
||||
div#content p{line-height:1.4}
|
||||
div#navigation{background:#F6F0E0;}
|
||||
div#navigation ul{
|
||||
padding:5px;
|
||||
margin:15px 0;
|
||||
list-style-type:none;
|
||||
}
|
||||
div#links ul{
|
||||
padding:5px;
|
||||
margin:15px 0;
|
||||
list-style-type:none;
|
||||
}
|
||||
.dropnav {
|
||||
border:medium none;
|
||||
clear:both;
|
||||
color:#FFFFFF;
|
||||
float:none;
|
||||
font-size:125%;
|
||||
font-weight:bold;
|
||||
height:34px;
|
||||
margin:0 auto;
|
||||
text-align:center;
|
||||
white-space:nowrap;
|
||||
width:700px;
|
||||
}
|
||||
style.css (Zeile 988)
|
||||
|
||||
div#navigation li{margin-bottom:5px;}
|
||||
div#links{background:#CCC8B3;}
|
||||
div#footer{background:#BFBD93;}
|
||||
div#footer p{margin:0;padding:5px 10px}
|
||||
div#container{width:700px;margin:0 auto}
|
||||
div#content{float:left;width:500px}
|
||||
div#navigation{float:right;width:200px}
|
||||
div#links{float:right;clear:right;width:200px}
|
||||
div#footer{clear:both;width:100%}
|
||||
.image{
|
||||
float:left;
|
||||
margin: 5px;
|
||||
}
|
||||
.details{
|
||||
float:left;
|
||||
margin-left:5px;
|
||||
}
|
||||
.friends{
|
||||
background:#C0C0C0 none repeat scroll 0 0;
|
||||
clear:both;
|
||||
margin:5px;
|
||||
padding:3px;
|
||||
}
|
||||
.text{
|
||||
clear:both
|
||||
}
|
||||
|
||||
div#gender{
|
||||
background-color:#FFFFFF;
|
||||
float:right;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue