From 5a2970dea12e7c36ee62054794fe98226324185e Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 10 Mar 2013 21:01:18 +0000 Subject: Redbasic - add stupid mode theme settings. Partial functionality. --- view/theme/redbasic/css/mod_home.css | 2 ++ view/theme/redbasic/css/mod_profile.css | 40 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 view/theme/redbasic/css/mod_home.css create mode 100644 view/theme/redbasic/css/mod_profile.css (limited to 'view/theme/redbasic/css') 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 -- cgit v1.2.3