Gazelle/static/styles/public/style.css

120 lines
1.6 KiB
CSS
Raw Normal View History

2011-03-28 14:21:28 +00:00
* {
margin: 0;
padding: 0;
}
html, body {
height:100%;
}
body {
background-color: #343434;
font-family: Bitstream Vera Sans, Tahoma, sans-serif;
font-size: 11px;
color: #757575;
}
table {
font-size: inherit;
}
2011-03-28 14:21:28 +00:00
a {
color:#757575;
text-decoration: none;
}
a:hover {
color: #888888;
}
input[type="text"], input[type="password"] {
padding:1px 3px 0px 3px;
font-family: "tahoma", "arial", "helvetica", "sans-serif";
font-size: 8pt;
color: #000000;
width:200px;
}
input[type="text"]:valid, input[type="password"]:valid {
border-style: none;
}
input[type="text"]:invalid, input[type="password"]:invalid {
border-top-style: none;
border-bottom-style: none;
border-left-style: none;
border-right-style: solid 2px;
border-color: red;
}
#head, #foot {
height: 6%;
min-height: 25px;
width: 100%;
background-color: #151515;
overflow: hidden;
}
#foot {
text-align: center;
}
#foot > span,#head > span {
top: 35%;
position: relative;
padding: 20px;
}
#foot > span {
color: #393939;
}
#maincontent {
width:100%;
height:88%;
}
#logo {
height: 60px;
width: 244px;
background-image: url('images/logo.png');
background-repeat: no-repeat;
background-position: top left;
padding: 50px 0px 0px 0px;
text-align: center;
}
#logo ul {
2013-02-09 08:01:01 +00:00
float: left;
left: 50%;
margin: 0 auto;
position: relative;
2011-03-28 14:21:28 +00:00
}
#logo ul li {
2013-02-09 08:01:01 +00:00
float: left;
position: relative;
right: 50%;
2011-03-28 14:21:28 +00:00
margin: 0 1em 0 0;
list-style: none;
}
.poetry {
2013-02-22 08:00:24 +00:00
width: 320px;
2011-03-28 14:21:28 +00:00
text-align: justify;
}
.hidden {
display: none;
}
.info {
color: green;
font-weight: bold;
}
.warning {
color: red;
font-weight: bold;
}