User:Locke/Sandbox: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
No edit summary
Line 1: Line 1:
<css>
<css>
/* layout and borders */
.tabcontainer {
.tabcontainer {
   position: relative;
   position: relative;
Line 26: Line 27:
   padding: 0px 10px;
   padding: 0px 10px;
   margin: 0px;
   margin: 0px;
   border: 1px solid gray;
   border: 1px solid #5a7db5;
}
}


Line 54: Line 55:


.tabtarget {
.tabtarget {
   border: 1px solid gray;
   border: 1px solid #5a7db5;
   padding: 1em;
   padding: 1em;
   min-height: 200px;
   min-height: 200px;
}
/* colors and hover effects */
.tab2 {
  background-color: #e6e6e6;
}
.tabtarget {
  background-color: #f6f6f6;
}
.tabseth .tab2.active {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.tabsetv .tab2.active {
  border-right-color: #f6f6f6;
}
.tab2:hover {
  background-color: #5a7db5;
  color: #fefefe;
}
}
</css>
</css>