includes/clientside/css/enano-shared.css
changeset 672 08a7875258b4
parent 652 26ce2694d43f
child 673 99c617146a34
equal deleted inserted replaced
671:267c9f93b51f 672:08a7875258b4
   843   background-image: url(../../../images/icons/applets/sprite.png);
   843   background-image: url(../../../images/icons/applets/sprite.png);
   844   background-position: center center;
   844   background-position: center center;
   845   background-repeat: no-repeat;
   845   background-repeat: no-repeat;
   846 }
   846 }
   847 
   847 
       
   848 /*
       
   849  * Userpage styles
       
   850  * Note: The colors and such given here are very minimal. It's really best to copy the definitions to your
       
   851  * theme's CSS, and remove all structure-related rules (margin, position, padding, etc.)
       
   852  */
       
   853  
       
   854 div.userpage_wrap {
       
   855   position: relative;
       
   856   top: 4em;
       
   857   margin-bottom: 4em;
       
   858   border: 1px solid #a0a0a0;
       
   859 }
       
   860 
       
   861 ul.userpage_links {
       
   862   position: absolute;
       
   863   top: -3em;
       
   864   padding-left: 10px;
       
   865   list-style-type: none !important;
       
   866   list-style-image: none !important;
       
   867 }
       
   868 
       
   869 ul.userpage_links li {
       
   870   float: left;
       
   871   margin-right: 5px;
       
   872   padding: 0 7px;
       
   873   line-height: 1.9em;
       
   874   list-style-type: none !important;
       
   875   list-style-image: none !important;
       
   876   border-style: solid;
       
   877   border-color: #808080;
       
   878   border-width: 1px 1px 0 1px;
       
   879 }
       
   880 
       
   881 ul.userpage_links li.userpage_tab_active {
       
   882   margin-top: -0.2em;
       
   883   line-height: 2.1em;
       
   884   border-width: 1px 1px 1px 1px;
       
   885   border-bottom-color: #ffffff;
       
   886   font-weight: bold;
       
   887 }
       
   888 
       
   889 ul.userpage_links li:hover {
       
   890   border-width: 1px 1px 1px 1px;
       
   891   border-bottom-color: #ffffff;
       
   892   cursor: pointer;
       
   893 }
       
   894 
       
   895 div.userpage_block {
       
   896   clear: both;
       
   897   padding: 10px;
       
   898 }
       
   899