Files
flowers/static/styles.css
T
2025-03-25 20:32:26 +00:00

114 lines
1.3 KiB
CSS

body {
background-color: #f6f6f6;
background-image: url("logo.png");
background-repeat: no-repeat;
}
#namespace {
top: 15px;
left: 90%;
width: 10%;
height: 20px;
position: absolute;
}
#servererror {
top: 15px;
left: 75%;
width: 10%;
position: absolute;
color: orange;
font-family: Verdana;
font-size: 0.7em;
border: 1px solid red;
padding: 4px;
}
input#username {
width: 80%;
border: none;
border-bottom: 1px solid #999;
color: #999;
background-color: #fefefe;
}
.icon {
width: 12px;
height: 12px;
}
#pluginArea {
padding-top: 50px;
}
#intern1 {
width: 100%;
background-color: #fefefe;
}
table.big {
width: 100%;
}
td.column {
width: 33.33%;
vertical-align: top;
}
#editarea {
display: none;
top: 100px;
left: 30px;
width: 80%;
position: absolute;
}
textarea {
width: 70em;
height: 40em;
}
.plugtitle, .plugheader{
background-color: #ccc;
font-family: Verdana;
font-size: 0.9em;
}
.plugheader {
text-align: right;
}
div.plugbody {
width: 100%;
background-color: #fefefe;
font-family: Helvetica;
font-size: 0.8em;
}
div.textblock {
background-color: #fefefe;
width: 100%;
}
a.rss {
text-decoration: none;
color: #222;
}
a.rss:hover {
text-decoration: none;
color: green;
}
img {
border-style: none;
}
img.plugbody {
width: 100%;
}