User:Der Idiot/tab2.css

From AniDB
Revision as of 18:33, 4 January 2008 by Der Idiot (talk | contribs) (New page: @import "http://static.anidb.net/css/zakura/zakura.css"; #layout-content { margin-top: 1px; } #layout-tabs { margin-left: 165px; padding: 1em; padding-bottom: 0; margin-top: 0; pad...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import "http://static.anidb.net/css/zakura/zakura.css";

#layout-content
{
	margin-top: 1px;
}

#layout-tabs
{
	margin-left: 165px;
	padding: 1em;
	padding-bottom: 0;
	margin-top: 0;
	padding: 0;
}

#layout-tabs ul
{
	margin-left: 6px;
	display: inline;
	cursor: pointer;
	border: none;
	background-color: inherit;
}
#layout-tabs ul li
{
	display: inline;
	padding: 1px 6px 1px 6px;
	border: 1px #867f6a solid;
	border-bottom: 0;
}
#layout-tabs ul li:hover,
#layout-tabs ul li.selected
{
	background-color: silver;
}
#layout-tabs ul li.selected
{
	border-bottom: 2px solid #inherit;
}

#layout-tabs ul li+li
{
	margin-left: 6px;
}

*.i_icon
{
	text-indent: 0px;
	overflow: hidden;
	line-height: 500px;
}

*.icons
{
	float: right;
}