includes/clientside/css/enano-shared.css
changeset 1057 183111d8c46a
parent 909 94c1ff984286
child 1119 2e045975fc65
equal deleted inserted replaced
1056:f21d6e75b469 1057:183111d8c46a
   794  * Note: The colors and such given here are very minimal. It's really best to copy the definitions to your
   794  * Note: The colors and such given here are very minimal. It's really best to copy the definitions to your
   795  * theme's CSS, and remove all structure-related rules (margin, position, padding, etc.)
   795  * theme's CSS, and remove all structure-related rules (margin, position, padding, etc.)
   796  */
   796  */
   797  
   797  
   798 div.userpage_wrap {
   798 div.userpage_wrap {
       
   799   /* Content starts at 4.05em */
   799   position: relative;
   800   position: relative;
   800   top: 4em;
   801   top: 4em;
   801   margin-bottom: 4em;
   802   margin-bottom: 4em;
   802   border: 1px solid #a0a0a0;
   803   border: 0.05em solid #a0a0a0;
   803 }
   804 }
   804 
   805 
   805 ul.userpage_links {
   806 ul.userpage_links {
       
   807   top: -3.05em;
   806   position: absolute;
   808   position: absolute;
   807   top: -3.05em;
       
   808   padding-left: 10px;
   809   padding-left: 10px;
   809   list-style-type: none !important;
   810   list-style-type: none !important;
   810   list-style-image: none !important;
   811   list-style-image: none !important;
   811 }
   812 }
   812 
   813 
   813 ul.userpage_links li {
   814 ul.userpage_links li {
       
   815   line-height: 1.85em;
       
   816   border-width: 0.05em 0.05em 0 0.05em;
   814   float: left;
   817   float: left;
   815   margin-right: 5px;
   818   margin-right: 5px;
   816   padding: 0 7px;
   819   padding: 0 7px;
   817   line-height: 1.9em;
       
   818   list-style-type: none !important;
   820   list-style-type: none !important;
   819   list-style-image: none !important;
   821   list-style-image: none !important;
   820   border-style: solid;
   822   border-style: solid;
   821   border-color: #808080;
   823   border-color: #808080;
   822   border-width: 1px 1px 0 1px;
       
   823 }
   824 }
   824 
   825 
   825 ul.userpage_links li.userpage_tab_active {
   826 ul.userpage_links li.userpage_tab_active {
       
   827   border-bottom-color: #ffffff;
       
   828   border-bottom-width: 0.05em;
       
   829   line-height: 2.05em;
   826   margin-top: -0.2em;
   830   margin-top: -0.2em;
   827   line-height: 2.1em;
       
   828   border-width: 1px 1px 1px 1px;
       
   829   border-bottom-color: #ffffff;
       
   830   font-weight: bold;
   831   font-weight: bold;
   831 }
   832 }
   832 
   833 
   833 ul.userpage_links li:hover {
   834 ul.userpage_links li:hover {
   834   border-width: 1px 1px 1px 1px;
       
   835   border-bottom-color: #ffffff;
   835   border-bottom-color: #ffffff;
   836   cursor: pointer;
   836   cursor: pointer;
   837 }
   837 }
   838 
   838 
   839 div.userpage_block {
   839 div.userpage_block {