[dw-free] Drifting Layout Tweaks
[commit: http://hg.dwscoalition.org/dw-free/rev/66e2c002df3e]
http://bugs.dwscoalition.org/show_bug.cgi?id=1493
Profile links to text, border around userpic/name, make all lists in modules
look alike.
Patch by
av8rmike.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1493
Profile links to text, border around userpic/name, make all lists in modules
look alike.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/drifting/layout.s2
-------------------------------------------------------------------------------- diff -r 9dd098af2f63 -r 66e2c002df3e bin/upgrading/s2layers/drifting/layout.s2 --- a/bin/upgrading/s2layers/drifting/layout.s2 Sat Aug 01 12:03:33 2009 +0000 +++ b/bin/upgrading/s2layers/drifting/layout.s2 Sat Aug 01 12:42:04 2009 +0000 @@ -152,6 +152,7 @@ set linklist_support = true; set linklist_support = true; set entry_management_links = "text"; set comment_management_links = "text"; +set userlite_interaction_links = "text"; set custom_colors_template = "%%new%% .friends-color-wrapper {background-color: %%background%%} %%new%% .friends-color-wrapper a {color: %%foreground%%}"; # CUSTOM CSS @@ -419,31 +420,40 @@ function print_stylesheet() font-weight: bold; } - .module-navlinks .module-list { - list-style: none; - padding-left: 20px; - } - - /* Page Summary + /* Module Lists ***************************************************************************/ - .module-pagesummary .module-list { + #secondary .userlite-interaction-links, + #secondary .module-list { list-style: none; padding-left: 20px; font-size: 0.8em; padding-right: 5px; } - /* Link List - ***************************************************************************/ - .module-typelist .module-list { - list-style: none; - padding-left: 20px; + #secondary .manage-tags-link { font-size: 0.8em; - padding-right: 5px; + margin-bottom: 1em; + text-align: center; } /* Userpics ***************************************************************************/ + .module-userprofile .userpic { + border: 1px solid $*color_module_border; + border-bottom: none; + margin: 0 auto; + padding: 10px 10px 0; + width: 100px; + } + + .module-userprofile .journal-name { + border: 1px solid $*color_module_border; + border-top: none; + text-align: center; + margin: 0 auto; + width: 120px; + } + .friends-color-wrapper, .comment-userpic { float: right; --------------------------------------------------------------------------------