User:Emma/Sandbox: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
No edit summary
Line 129: Line 129:
}
}


.tabtest a:hover, .tabtest strong:hover, .tabtestselected a, .tabtestselected strong{
.tabtest a:hover, .tabtest strong:hover, .tabtestselected a, .tabtestselected strong,.tabtestselected a:hover, .tabtestselected strong:hover{
   border-bottom: 1px solid #F9F9F9!important;
   border-bottom: 1px solid #F9F9F9!important;
   color: black;
   color: black;
   background: white;
   background: white;
  background: -moz-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#E5E5E5),color-stop(55%,#F9F9F9));
  background: -webkit-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: -o-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: -ms-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
  background: linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%);
   box-shadow: 0 -1px 1px #ddd;
   box-shadow: 0 -1px 1px #ddd;
   -moz-box-shadow: 0 -1px 1px #ddd;
   -moz-box-shadow: 0 -1px 1px #ddd;
Line 145: Line 139:
.tabtest a:hover,.tabtest strong:hover {
.tabtest a:hover,.tabtest strong:hover {
   border-bottom: 1px solid #AAA!important;
   border-bottom: 1px solid #AAA!important;
  background: -moz-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#CAD1FA),color-stop(55%,#F9F9F9));
  background: -webkit-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: -o-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: -ms-linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
  background: linear-gradient(top,white 0,#CAD1FA 5%,#F9F9F9 55%);
}
}
.tabtestselected a:hover,.tabtestselected strong:hover {
.tabtestselected a, .tabtestselected strong,.tabtestselected a:hover, .tabtestselected strong:hover {
   border-bottom: 1px solid #F9F9F9!important;
   border-bottom: 1px solid #F9F9F9!important;
  background: -moz-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(5%,#E5E5E5),color-stop(55%,#F9F9F9))!important;
  background: -webkit-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: -o-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: -ms-linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
  background: linear-gradient(top,white 0,#E5E5E5 5%,#F9F9F9 55%)!important;
}
}


Line 156: Line 162:
   color:#000;
   color:#000;
   clear: left;
   clear: left;
  resize: vertical;
  overflow: auto;
  min-width: 50px;
  min-height 50px;
}
}
</css></span>
</css></span>

Revision as of 11:06, February 2, 2012



This is my personal sandbox I use for testing projects I'm working on.



New Messages box:

User Functions

Current user: Template:CURRENTUSER
User group: {{#usergroup:Template:CURRENTUSER|0}}, {{#usergroup:Template:CURRENTUSER|1}}, {{#usergroup:Template:CURRENTUSER|2}}

Tabs

  • tab1
  • tab2
  • tab3
Tab 1

Possible Alternative Formatting

Preliminary examples of concept:

Example
Example

  • tab1
  • tab2
  • tab3
Tab 1