diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
commit | ffb1997902facb36b78a7cfa522f41f2b3d71cda (patch) | |
tree | e9fe47acf26c5fd2c742677f2610b60d3008eb26 /view/theme | |
parent | b49858b038a0a05bbe7685929e88071d0e125538 (diff) | |
download | volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.gz volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.bz2 volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.zip |
mistpark 2.0 infrasturcture lands
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 29 | ||||
-rw-r--r-- | view/theme/goldenrod/style.css | 58 |
2 files changed, 83 insertions, 4 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 92fb93887..3f169905d 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -383,16 +383,37 @@ input#dfrn-url { padding: 30px; } -.intro-approve-form, .intro-form { +.intro-form { float: left; } +.intro-approve-form { + clear: both; +} +.intro-approve-as-friend-end { + clear: both; +} .intro-submit-approve, .intro-submit-ignore { margin-right: 20px; } -.intro-top { - width: 500px; - margin-bottom: 30px; +.intro-approve-as-friend-label, .intro-approve-as-fan-label { + float: left; + width: 100px; + margin-left: 20px; } +.intro-approve-as-friend, .intro-approve-as-fan { + float: left; +} +.intro-form-end { + clear: both; +} +.intro-approve-as-friend-desc { + margin-top: 15px; +} +.intro-approve-as-end { + clear: both; + margin-bottom: 10px; +} + .intro-end { clear: both; margin-bottom: 30px; diff --git a/view/theme/goldenrod/style.css b/view/theme/goldenrod/style.css new file mode 100644 index 000000000..4f5773a4a --- /dev/null +++ b/view/theme/goldenrod/style.css @@ -0,0 +1,58 @@ +@import url('../default/style.css'); + +body { + background: #FFDDAA; + color: #444444; +} + +.nav-link { + color: #444444; + background: #FFCC55; +} + +.nav-commlink { + color: #444444; + background: #FFCC55; +} + +.profile-tabs { + color: #444444; + background: #FFCC55; + +} + +a, a:visited { + color: #8888FF; + text-decoration: none; +} + +a:hover { + color: #0000FF; + text-decoration: underline; +} +.wall-item-content-wrapper.comment { + background: #FFCC55; +} + +.comment-edit-wrapper { + background: #FFCC55; +} + +.comment-wwedit-wrapper { + background: #FFCC55; +} + +#photos-upload-perms-menu, #photos-upload-perms-menu:visited { + color: #8888FF; +} + +#photos-upload-perms-menu:hover { + color: #0000FF; +} +#settings-default-perms-menu, #settings-default-perms-menu:visited { + color: #8888FF; +} + +#settings-default-perms-menu:hover { + color: #0000FF; +} |