summaryrefslogtreecommitdiffstats
path: root/themes/default/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/stylesheet.css')
-rw-r--r--themes/default/stylesheet.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css
index 7771736..8fbee2f 100644
--- a/themes/default/stylesheet.css
+++ b/themes/default/stylesheet.css
@@ -55,6 +55,10 @@ div.searchfor {
border-bottom: solid 1px #000000;
}
+div.searchfor td.nowrap {
+ white-space: nowrap;
+}
+
.menu {
position: absolute;
left: 0px;
@@ -81,6 +85,7 @@ div.header {
padding: 10px;
vertical-align: middle;
white-space: nowrap;
+ text-align: left;
}
div.subheader {
@@ -90,6 +95,19 @@ div.subheader {
white-space: nowrap;
}
+div.welcome {
+ padding: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+div.welcome div {
+ float: left;
+ padding-right: 10px;
+ width: 150px;
+ text-align: center;
+}
+
img {
border: none;
}
@@ -192,6 +210,11 @@ div.thumb a.thumblink:hover {
line-height: 21px;
}
+span.tags {
+ vertical-align: middle;
+ text-decoration: underline;
+}
+
table.calendar tr td {
border: solid 1px #ffffff;
padding: 1px;
@@ -225,6 +248,16 @@ table.calendar tr td {
vertical-align: middle;
}
+#slide_close {
+ margin: 0 auto;
+ padding: 10px;
+}
+
+#slide_close img {
+ padding: 15px;
+ background-color: #000000;
+}
+
input.submit,input.checkbox {
background-color: transparent;
border: 0px;
@@ -236,3 +269,7 @@ input, select, textarea {
border: 1px solid #888888;
border-collapse: collapse;
}
+
+#slider-1{
+ margin: 0 auto;
+} \ No newline at end of file