aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-19 19:03:10 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-19 19:03:10 -0700
commit8ef81fc772a0e907751aa1003ac239cb01d05340 (patch)
tree680aed314f7a3d4915a14a332bb6c4a2b9063990 /view
parent43adabcd20ebd7b1792a4207913f426a9311c7bc (diff)
downloadvolse-hubzilla-8ef81fc772a0e907751aa1003ac239cb01d05340.tar.gz
volse-hubzilla-8ef81fc772a0e907751aa1003ac239cb01d05340.tar.bz2
volse-hubzilla-8ef81fc772a0e907751aa1003ac239cb01d05340.zip
some quick theming
Diffstat (limited to 'view')
-rw-r--r--view/theme/darkness/style.css32
-rw-r--r--view/theme/default/style.css47
-rw-r--r--view/theme/three-d/style.css35
3 files changed, 75 insertions, 39 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css
new file mode 100644
index 000000000..a93f87a90
--- /dev/null
+++ b/view/theme/darkness/style.css
@@ -0,0 +1,32 @@
+@import url('../default/style.css');
+
+body {
+ background: #000000;
+ color: #FF0000;
+}
+
+.nav-link {
+ color: #FF0000;
+ background: #888888;
+}
+
+.nav-commlink {
+ color: #FF0000;
+ background: #888888;
+}
+
+.profile-tabs {
+ color: #FF0000;
+ background: #888888;
+
+}
+
+a, a:visited {
+ color: #444444;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #FF0000;
+ text-decoration: underline;
+}
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 4c386afa6..53bbbd7a9 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -33,11 +33,9 @@ blockquote:before {
}
body {
- background: #FEFEFE;
+ background: #DDDDDD;
color: #444444;
font-family: "Lucida Grande", Tahoma, sans-serif;
-/* letter-spacing: 1px; */
-/* font-family: verdana, sans-serif; */
font-size: 90%;
margin-left: 10px;
}
@@ -113,14 +111,8 @@ footer {
border: 1px solid #FF8888;
background-color: #FFEEEE;
padding: 10px;
- -moz-box-shadow: 5px 5px 5px #888888;
- -webkit-box-shadow: 5px 5px 5px #888888;
- box-shadow: 5px 5px 5px #888888;
- -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
- filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
-
-
}
+
.nav-link {
float: right;
margin-left: 0px;
@@ -130,11 +122,6 @@ footer {
background: #F4F4F4;
font-size: 90%;
font-weight: bold;
- -moz-box-shadow: 5px 5px 5px #888888;
- -webkit-box-shadow: 5px 5px 5px #888888;
- box-shadow: 5px 5px 5px #888888;
- -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
- filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
}
@@ -164,13 +151,8 @@ footer {
font-size: 90%;
font-weight: bold;
text-decoration: none;
- -moz-box-shadow: 5px 5px 5px #888888;
- -webkit-box-shadow: 5px 5px 5px #888888;
- box-shadow: 5px 5px 5px #888888;
- -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
- filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
-
}
+
#nav-end {
clear: both;
}
@@ -434,16 +416,13 @@ input#dfrn-url {
#view-contact-end {
clear: both;
}
-
-
#profile-edit-default-desc {
color: #FF0000;
border: 1px solid #FF8888;
background-color: #FFEEEE;
padding: 7px;
-
-
}
+
#profile-edit-clone-link-wrapper {
float: left;
margin-left: 50px;
@@ -453,7 +432,6 @@ input#dfrn-url {
#profile-edit-drop-link-wrapper {
float: left;
-
}
#profile-edit-links-end {
@@ -606,11 +584,7 @@ input#dfrn-url {
.contact-entry-end {
clear: both;
}
-/*
-.contact-entry-nav-end {
- clear: both;
-}
-*/
+
#contact-edit-end {
clear: both;
}
@@ -621,7 +595,7 @@ input#dfrn-url {
.wall-item-content-wrapper.comment {
margin-left: 50px;
- background: #F7F7F7;
+ background: #CCCCCC;
}
.wall-item-photo-wrapper {
@@ -692,13 +666,13 @@ input#dfrn-url {
.comment-edit-wrapper {
margin-top: 15px;
- background: #F7F7F7;
+ background: #CCCCCC;
margin-left: 50px;
}
.comment-wwedit-wrapper {
margin-top: 15px;
- background: #F7F7F7;
+ background: #CCCCCC;
margin-left: 250px;
}
@@ -1088,11 +1062,6 @@ input#dfrn-url {
background: #F4F4F4;
font-size: 0.8em;
font-weight: bold;
- -moz-box-shadow: 5px 5px 5px #888888;
- -webkit-box-shadow: 5px 5px 5px #888888;
- box-shadow: 5px 5px 5px #888888;
- -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
- filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
}
#profile-tabs-end {
diff --git a/view/theme/three-d/style.css b/view/theme/three-d/style.css
new file mode 100644
index 000000000..e885a70d3
--- /dev/null
+++ b/view/theme/three-d/style.css
@@ -0,0 +1,35 @@
+@import url('../default/style.css');
+
+.error-message {
+ -moz-box-shadow: 5px 5px 5px #888888;
+ -webkit-box-shadow: 5px 5px 5px #888888;
+ box-shadow: 5px 5px 5px #888888;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
+
+}
+
+.nav-link {
+ -moz-box-shadow: 5px 5px 5px #888888;
+ -webkit-box-shadow: 5px 5px 5px #888888;
+ box-shadow: 5px 5px 5px #888888;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
+}
+
+.nav-commlink {
+ -moz-box-shadow: 5px 5px 5px #888888;
+ -webkit-box-shadow: 5px 5px 5px #888888;
+ box-shadow: 5px 5px 5px #888888;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
+
+}
+
+.profile-tabs {
+ -moz-box-shadow: 5px 5px 5px #888888;
+ -webkit-box-shadow: 5px 5px 5px #888888;
+ box-shadow: 5px 5px 5px #888888;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')";
+ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888');
+}