User:Jeysie/FranchiseNavs: Difference between revisions
From MediaWiki
Jump to navigationJump to searchmNo edit summary |
mNo edit summary |
||
| Line 10: | Line 10: | ||
|- | |- | ||
!class="franchise-button"| | !class="franchise-button"| | ||
![[Generation 1 | ![[Generation 1 continuity family|''Generation 1'' continuity]] | ||
!class="franchise-button"|[[Robots in Disguise (franchise)|»]] | !class="franchise-button"|[[Robots in Disguise (franchise)|»]] | ||
|- | |- | ||
| Line 52: | Line 52: | ||
|- | |- | ||
!class="franchise-button"| | !class="franchise-button"| | ||
![[Generation 1 | ![[Generation 1 continuity family|''Generation 1'' continuity]] | ||
!class="franchise-button"|[[Robots in Disguise (franchise)|»]] | !class="franchise-button"|[[Robots in Disguise (franchise)|»]] | ||
|} | |} | ||
|} | |} | ||
To see the styling for this, add this CSS to your [[Special:Mypage/monacobook.css]] page: | |||
<pre style="white-space:normal;">table.franchise-nav {margin:1em 0;} | |||
table.franchise-nav-inner {border-style:solid;border-width:2px 1px 2px 1px;border-color:#ccc #999 #999 #ccc;color:#333;background-color:#eee;} | |||
table td.franchise-logo {padding:0 2em;} | |||
table.franchise-nav-inner th {background: #f0f0f7 url(http://tfwiki.net/w2/images2/d/d6/Meta_titlegloss.png) left top;padding:0 1em;} | |||
table.franchise-nav-inner a:link {color:#333366;} | |||
table.franchise-nav-inner a:visited {color:#663366;} | |||
table.franchise-nav-inner a.new {color:#663333;} | |||
table.franchise-nav-inner th a {color:#777 !important;} | |||
table.franchise-nav-inner td.franchise-page-list {background-color:#fff;} | |||
table.franchise-nav-inner ul {font-size:smaller;margin:.5em 0;padding:0 .5em;text-align:center;} | |||
table.franchise-nav-inner ul li {display:inline-block;line-height:1.5em;margin:0;padding:0;} | |||
table.franchise-nav-inner ul li a {background:url(http://tfwiki.net/w2/images2/1/13/Meta-list_bullet.png) no-repeat left center;display:block;padding:0 15px;white-space:nowrap;} | |||
table.franchise-nav-inner ul li a:hover {background-color:#f0f0f7;} | |||
table.franchise-nav-inner th.franchise-button a {font-size:150%;border-style:solid;border-color:#ccc #999 #999 #ccc;border-width:2px;display:block;background-color:#eee;padding: .1em .1em .25em .1em;line-height:.5em;color:#666;} | |||
table.franchise-nav-inner th.franchise-button a:hover {background-color:#f9f9f9;text-decoration:none;border:solid 1px #999;margin:1px;} | |||
table.franchise-nav-inner th.franchise-button a:active {color:#600;} | |||
table.franchise-nav-inner th.franchise-button {padding:2px;width:20px;}</pre> | |||
Revision as of 14:34, 16 July 2009
| ||||||||||
| ||||||||||
To see the styling for this, add this CSS to your Special:Mypage/monacobook.css page:
table.franchise-nav {margin:1em 0;}
table.franchise-nav-inner {border-style:solid;border-width:2px 1px 2px 1px;border-color:#ccc #999 #999 #ccc;color:#333;background-color:#eee;}
table td.franchise-logo {padding:0 2em;}
table.franchise-nav-inner th {background: #f0f0f7 url(http://tfwiki.net/w2/images2/d/d6/Meta_titlegloss.png) left top;padding:0 1em;}
table.franchise-nav-inner a:link {color:#333366;}
table.franchise-nav-inner a:visited {color:#663366;}
table.franchise-nav-inner a.new {color:#663333;}
table.franchise-nav-inner th a {color:#777 !important;}
table.franchise-nav-inner td.franchise-page-list {background-color:#fff;}
table.franchise-nav-inner ul {font-size:smaller;margin:.5em 0;padding:0 .5em;text-align:center;}
table.franchise-nav-inner ul li {display:inline-block;line-height:1.5em;margin:0;padding:0;}
table.franchise-nav-inner ul li a {background:url(http://tfwiki.net/w2/images2/1/13/Meta-list_bullet.png) no-repeat left center;display:block;padding:0 15px;white-space:nowrap;}
table.franchise-nav-inner ul li a:hover {background-color:#f0f0f7;}
table.franchise-nav-inner th.franchise-button a {font-size:150%;border-style:solid;border-color:#ccc #999 #999 #ccc;border-width:2px;display:block;background-color:#eee;padding: .1em .1em .25em .1em;line-height:.5em;color:#666;}
table.franchise-nav-inner th.franchise-button a:hover {background-color:#f9f9f9;text-decoration:none;border:solid 1px #999;margin:1px;}
table.franchise-nav-inner th.franchise-button a:active {color:#600;}
table.franchise-nav-inner th.franchise-button {padding:2px;width:20px;}

