[dw-free] Funky Circles: new themes by ninetydegrees
[commit: http://hg.dwscoalition.org/dw-free/rev/2dc90bd1cc0c]
http://bugs.dwscoalition.org/show_bug.cgi?id=4116
Misc fixes: Remove q styling, inherited from Tabula Rasa. Remove outdatad
CSS (-moz props). Removed minor color settings which made some stuff
unreadable. Set some images in Dark Purple which have been unset.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4116
Misc fixes: Remove q styling, inherited from Tabula Rasa. Remove outdatad
CSS (-moz props). Removed minor color settings which made some stuff
unreadable. Set some images in Dark Purple which have been unset.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/funkycircles/layout.s2
- bin/upgrading/s2layers/funkycircles/themes.s2
-------------------------------------------------------------------------------- diff -r 5c0a14de261b -r 2dc90bd1cc0c bin/upgrading/s2layers/funkycircles/layout.s2 --- a/bin/upgrading/s2layers/funkycircles/layout.s2 Wed Dec 28 16:28:38 2011 +0800 +++ b/bin/upgrading/s2layers/funkycircles/layout.s2 Wed Dec 28 16:47:04 2011 +0800 @@ -276,9 +276,6 @@ text-decoration: underline; } -q { font-style: italic; - } - /* Header ***************************************************************************/ #header { @@ -286,9 +283,8 @@ padding: 0; padding-bottom: 1.65em; box-shadow: -.667em .067em .667em $*color_shadow; - -moz-box-shadow: -.667em .067em .667em $*color_shadow; + -khtml-box-shadow: -.667em .067em .667em $*color_shadow; -webkit-box-shadow: -.667em .067em .667em $*color_shadow; - -khtml-box-shadow: -.667em .067em .667em $*color_shadow; } #header .inner { @@ -309,9 +305,8 @@ text-transform: uppercase; word-spacing: .167em; box-shadow: inset -.667em .067em .667em $*color_shadow; - -moz-box-shadow: inset -.667em .067em .667em $*color_shadow; + -khtml-box-shadow: -.667em .067em .667em $*color_shadow; -webkit-box-shadow: -.667em .067em .667em $*color_shadow; - -khtml-box-shadow: -.667em .067em .667em $*color_shadow; } h2#subtitle, @@ -453,7 +448,6 @@ margin-left: 0; } - .comment-thread .partial { margin-left: -2em; margin-bottom: 2em !important; /* Needed */ @@ -528,9 +522,8 @@ border-right: none; margin-bottom: 1em; box-shadow: .067em .067em .667em $*color_shadow; - -moz-box-shadow: .067em .067em .667em $*color_shadow; + -khtml-box-shadow: .667em .067em .667em $*color_shadow; -webkit-box-shadow: .667em .067em .667em $*color_shadow; - -khtml-box-shadow: .667em .067em .667em $*color_shadow; } .no-userpic .contents, @@ -575,7 +568,6 @@ } .tags-container .tags_multilevel ul li { - color: $*color_entry_border; font-weight: normal; margin-top: 0; } @@ -584,10 +576,6 @@ list-style: circle; } - .tags-container .tags_multilevel ul ul li { - color: $*color_entry_text; - } - .icons-container .inner { margin: 0; padding: 2em; @@ -720,9 +708,8 @@ background-color: $*color_entry_userpic_border; padding: 10px; box-shadow: .067em .067em .2em $*color_shadow; - -moz-box-shadow: .067em .067em .2em $*color_shadow; + -khtml-box-shadow: .067em .067em .2em $*color_shadow; -webkit-box-shadow: .067em .067em .2em $*color_shadow; - -khtml-box-shadow: .067em .067em .2em $*color_shadow; } @@ -807,10 +794,6 @@ $entry_link_hover_colors } - #archive-year table td.day-has-entries a:visited { - color: $*color_entry_text; - } - #archive-year table td.day-has-entries p:hover, #archive-year table td.day-has-entries p:hover > a, #archive-year table td.day-has-entries a:hover { @@ -840,9 +823,8 @@ padding: 0 .5em; text-align: right; box-shadow: .067em .067em .667em $*color_shadow; - -moz-box-shadow: .067em .067em .667em $*color_shadow; + -khtml-box-shadow: .067em .067em .667em $*color_shadow; -webkit-box-shadow: .067em .067em .667em $*color_shadow; - -khtml-box-shadow: .067em .067em .667em $*color_shadow; } .tags-container .manage-tags-link { @@ -999,9 +981,8 @@ $entry_footer_colors padding: .5em; box-shadow: .067em .067em .667em $*color_shadow; - -moz-box-shadow: .067em .067em .667em $*color_shadow; + -khtml-box-shadow: .067em .067em .667em $*color_shadow; -webkit-box-shadow: .067em .067em .667em $*color_shadow; - -khtml-box-shadow: .067em .067em .667em $*color_shadow; } #postform a { @@ -1104,9 +1085,8 @@ background-color: $*color_header_background; padding: .7em; box-shadow: .067em .067em .2em $*color_shadow; - -moz-box-shadow: .067em .067em .2em $*color_shadow; + -khtml-box-shadow: .067em .067em .2em $*color_shadow; -webkit-box-shadow: .067em .067em .2em $*color_shadow; - -khtml-box-shadow: .067em .067em .2em $*color_shadow; } .module-userprofile .userlite-interaction-links li { @@ -1122,26 +1102,23 @@ padding: .3em; width: 14.285%; border-radius: .2em; - -moz-border-radius: .2em; + -khtml-border-radius: .2em; -webkit-border-radius: .2em; - -khtml-border-radius: .2em; } .module-calendar td.empty-day { background-color: $*color_specificmodule_background; color: $*color_specificmodule_text; box-shadow: .067em .067em .134em $*color_shadow; - -moz-box-shadow: .067em .067em .134em $*color_shadow; + -khtml-box-shadow: .067em .067em .134em $*color_shadow; -webkit-box-shadow: .067em .067em .134em $*color_shadow; - -khtml-box-shadow: .067em .067em .134em $*color_shadow; } .module-calendar td.entry-day { background-color: $*color_specificmodule_background_alt; box-shadow: .067em .067em .134em $*color_shadow_alt; - -moz-box-shadow: .067em .067em .134em $*color_shadow_alt; + -khtml-box-shadow: .067em .067em .134em $*color_shadow_alt; -webkit-box-shadow: .067em .067em .134em $*color_shadow_alt; - -khtml-box-shadow: .067em .067em .134em $*color_shadow_alt; } .module-calendar td.entry-day a { @@ -1204,9 +1181,8 @@ border: 0; padding: .3em; border-radius: .2em; - -moz-border-radius: .2em; + -khtml-border-radius: .2em; -webkit-border-radius: .2em; - -khtml-border-radius: .2em; } .module-search .search-box { @@ -1214,9 +1190,8 @@ color: $*color_specificmodule_text_alt; width: 90%; box-shadow: .067em .067em .134em $*color_shadow_alt; - -moz-box-shadow: .067em .067em .134em $*color_shadow_alt; + -khtml-box-shadow: .067em .067em .134em $*color_shadow_alt; -webkit-box-shadow: .067em .067em .134em $*color_shadow_alt; - -khtml-box-shadow: .067em .067em .134em $*color_shadow_alt; } .one-column .module-search .search-box { @@ -1232,9 +1207,8 @@ color: $*color_specificmodule_text; margin-top: .3em; box-shadow: .067em .067em .134em $*color_shadow; - -moz-box-shadow: .067em .067em .134em $*color_shadow; + -khtml-box-shadow: .067em .067em .134em $*color_shadow; -webkit-box-shadow: .067em .067em .134em $*color_shadow; - -khtml-box-shadow: .067em .067em .134em $*color_shadow; } .one-column .module-search .search-button { diff -r 5c0a14de261b -r 2dc90bd1cc0c bin/upgrading/s2layers/funkycircles/themes.s2 --- a/bin/upgrading/s2layers/funkycircles/themes.s2 Wed Dec 28 16:28:38 2011 +0800 +++ b/bin/upgrading/s2layers/funkycircles/themes.s2 Wed Dec 28 16:47:04 2011 +0800 @@ -1515,7 +1515,10 @@ set image_background_page_position = "bottom left"; set image_background_page_repeat = "no-repeat"; set image_background_page_url = "funkycircles/darkpurple-page.jpg"; +set image_entry_list_background_url = "funkycircles/darkpurple-entrybullet.png"; +set image_entry_list_background_repeat = "no-repeat"; set image_module_list = "funkycircles/darkpurple-modulebullet.jpg"; +set image_module_list_active = "funkycircles/darkpurple-modulebulletactive.png"; set image_module_list_hover = "funkycircles/darkpurple-modulebullethover.jpg"; --------------------------------------------------------------------------------