codekasten/fotokiste/fotokiste/static/css/1024optimized.css
lars 82fc5c90e9 fixed display of the stream
completed the basic workflow
2008-06-15 17:37:08 +00:00

123 lines
1.8 KiB
CSS

body {
padding: 0;
margin: 0;
color: #454456;
text-align: center;
font: 1em Arial, Helvetica, sans-serif;
}
#header {
/** background: url(../static/images/header.jpg) top left no-repeat; **/
position: relative;
margin: 20px auto auto 50px;
padding-left: 85px;
font-size: 5em;
color: #777688;
width: 760px;
width: 89%;
height: 160px;
}
#nav {
position: relative;
margin: -18px 0 10px auto;
width: 760px;
width: 89%;
line-height: 2em;
}
#nav ul {
padding:5px;
margin:0;
padding:0;
}
#nav ul li {
float:right;
list-style:none;
margin:0;
padding:0;
}
#nav a, a:link {
display:block;
margin:0;
padding: 2px 15px;
text-align:center;
background: #EFE9ED;
}
#nav a:hover {
color: #EFE9ED;
background: #5684BF;
text-decoration: none;
}
/* dimensions are necessary - otherwise the picture/video
* fails to show up sometimes
*/
#mail_pic img {
width: 320px;
height: 240px;
}
#live_pic img {
width: 320px;
height: 240px;
}
/* Styles for the text area */
#main_content {
position: relative;
margin: 75px auto 50px auto;
padding: 0;
width: 760px;
width: 90%;
text-align: left;
line-height: 1.25em;
}
a, a:link {
color: #5684BF;
background-color: inherit;
text-decoration: none;
display: inline;
padding: 0;
}
a:hover {
color: #454456;
text-decoration: underline;
}
p {
margin: 0;
padding: 5px;
padding-left: 20px;
}
h1 {
font: 1.5em Garamond, serif;
color: #777688;
border-left: #777688 15px solid;
padding: 5px;
margin: 20px 0;
}
h2 {
font:1.25em Garamond, serif;
color: #777688;
margin: 0;
padding: 20px;
}
/* Style for the footer */
#footer {
padding: 2px;
margin: auto;
background-color: #EFE9ED;
font-size: 1em;
width: 70%;
}