diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-10 21:01:18 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-10 21:01:18 +0000 |
commit | 5a2970dea12e7c36ee62054794fe98226324185e (patch) | |
tree | c6a144681994cb85fc0a74c5b30c864305e9dc58 /view/theme/redbasic/css | |
parent | 575874d0a895bda73be201affd351d5c8f1bb63d (diff) | |
download | volse-hubzilla-5a2970dea12e7c36ee62054794fe98226324185e.tar.gz volse-hubzilla-5a2970dea12e7c36ee62054794fe98226324185e.tar.bz2 volse-hubzilla-5a2970dea12e7c36ee62054794fe98226324185e.zip |
Redbasic - add stupid mode theme settings. Partial functionality.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/mod_home.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/mod_profile.css | 40 |
2 files changed, 42 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/mod_home.css b/view/theme/redbasic/css/mod_home.css new file mode 100644 index 000000000..e66d343ab --- /dev/null +++ b/view/theme/redbasic/css/mod_home.css @@ -0,0 +1,2 @@ +section {left: 20px;} + diff --git a/view/theme/redbasic/css/mod_profile.css b/view/theme/redbasic/css/mod_profile.css new file mode 100644 index 000000000..d3b546113 --- /dev/null +++ b/view/theme/redbasic/css/mod_profile.css @@ -0,0 +1,40 @@ +body { +background-color: #2e2f2e !important; +color: #fff !important; +} + +aside { +position: relative; +float: right; +margin-right: 15px; +} + +section { +right: 250px; +left: 450px; +} + +.aprofile dt { + background: none; /*#2e302e; */ + color: #eec; + font-weight: bold; +/* box-shadow: 1px 1px 5px 0 #111; */ + margin: 15px 0px 15px; + padding-left: 5px; +/* box-shadow: 5px 5px 5px #000; */ + width: 100%; + } + +.aprofile dd{ + background: #333; + box-shadow: 5px 5px 5px #222 inset; + border-radius: 5px 5px 5px 5px; + margin-left: 120px; + max-width: 100%; + padding: 10px; +} +#profile-extra-links ul { + margin-left: 0px; + padding-left: 0px; + list-style: none; +}
\ No newline at end of file |