diff -r 267c9f93b51f -r 08a7875258b4 includes/clientside/css/enano-shared.css --- a/includes/clientside/css/enano-shared.css Mon Jul 28 13:10:22 2008 -0600 +++ b/includes/clientside/css/enano-shared.css Mon Jul 28 13:13:09 2008 -0600 @@ -845,3 +845,55 @@ background-repeat: no-repeat; } +/* + * Userpage styles + * Note: The colors and such given here are very minimal. It's really best to copy the definitions to your + * theme's CSS, and remove all structure-related rules (margin, position, padding, etc.) + */ + +div.userpage_wrap { + position: relative; + top: 4em; + margin-bottom: 4em; + border: 1px solid #a0a0a0; +} + +ul.userpage_links { + position: absolute; + top: -3em; + padding-left: 10px; + list-style-type: none !important; + list-style-image: none !important; +} + +ul.userpage_links li { + float: left; + margin-right: 5px; + padding: 0 7px; + line-height: 1.9em; + list-style-type: none !important; + list-style-image: none !important; + border-style: solid; + border-color: #808080; + border-width: 1px 1px 0 1px; +} + +ul.userpage_links li.userpage_tab_active { + margin-top: -0.2em; + line-height: 2.1em; + border-width: 1px 1px 1px 1px; + border-bottom-color: #ffffff; + font-weight: bold; +} + +ul.userpage_links li:hover { + border-width: 1px 1px 1px 1px; + border-bottom-color: #ffffff; + cursor: pointer; +} + +div.userpage_block { + clear: both; + padding: 10px; +} +