Line 77: |
Line 77: |
| | | |
| /* CSS sheet for fp.html*/ | | /* CSS sheet for fp.html*/ |
| + | |
| #widgetcontainer{ | | #widgetcontainer{ |
| line-height:1.2 !important; | | line-height:1.2 !important; |
| + | max-width:1446px; |
| + | margin-left:auto; |
| + | margin-right:auto; /*Mediawiki max space for 1080p is some 1600px*/ |
| + | min-width:930px; |
| + | padding-left:18px; |
| + | |
| } | | } |
| #leftcolumn{ | | #leftcolumn{ |
| width:710px; | | width:710px; |
| margin:auto; | | margin:auto; |
| + | float:left; |
| + | margin-right: 1%; |
| } | | } |
| #mainboxtext{ | | #mainboxtext{ |
Line 198: |
Line 207: |
| text-align:center; | | text-align:center; |
| height:98px; | | height:98px; |
− | border-radius:4px;
| + | border-top-right-radius:12px; |
− | border-top-left-radius:12px; | + | border-bottom-right-radius:12px; |
− | border-bottom-left-radius:12px; | |
| background:transparent url(skins/common/images/worldv2.png) no-repeat; | | background:transparent url(skins/common/images/worldv2.png) no-repeat; |
| | | |
Line 207: |
Line 215: |
| font-family: Arial, Helvetica, sans-serif; | | font-family: Arial, Helvetica, sans-serif; |
| text-decoration:none; | | text-decoration:none; |
| + | |
| + | margin-bottom:2%; |
| } | | } |
| .wor1{ | | .wor1{ |
Line 305: |
Line 315: |
| font-size:13px; | | font-size:13px; |
| } | | } |
| + | .rightcol{ |
| + | width:auto; |
| + | min-width:200px; |
| + | max-width:750px; |
| + | margin-right:0.5%; |
| + | overflow:hidden; |
| + | } |
| + | .leftcol{ |
| + | width:710px; |
| + | margin:auto; |
| + | float:left; |
| + | margin-right: 1%; |
| + | margin-bottom:1%; |
| + | position:relative; |
| + | } |
| + | #twidget{ |
| + | border:2px solid #333; |
| + | border-radius:4px; |
| + | background-color:#333; |
| + | height:552px; |
| + | width:522px; |
| + | float:left; |
| + | } |
| + | .iconbar{ |
| + | float:left; |
| + | width:178px; |
| + | margin-left:4px; |
| + | height:552px; |
| + | background-color:#333; |
| + | border-radius:6px; |
| + | text-align:center; |
| + | font-family: Arial, Helvetica, sans-serif; |
| + | border:1px solid black; |
| + | } |
| + | .const{ |
| + | width:176px; |
| + | height:70px; |
| + | background: transparent url(skins/common/images/const.png) no-repeat; |
| + | display:block; |
| + | margin-top:4px; |
| + | margin-left:auto; |
| + | margin-right:auto; |
| + | } |
| + | .const:hover{ |
| + | background-position:0 100%; |
| + | } |
| + | .iconname{ |
| + | font-size:18px; |
| + | align:center; |
| + | color:white; |
| + | } |
| + | .devel{ |
| + | width:176px; |
| + | height:70px; |
| + | background: transparent url(skins/common/images/dev.png) no-repeat; |
| + | display:block; |
| + | margin-top:8px; |
| + | margin-left:auto; |
| + | margin-right:auto; |
| + | } |
| + | .devel:hover{ |
| + | background-position:0 100%; |
| + | } |
| + | .iconplat{ |
| + | background:transparent url(skins/common/images/iconplat.png) no-repeat; |
| + | display:block; |
| + | width:182px; |
| + | height:10px; |
| + | position:relative; |
| + | left:0px; |
| + | z-index:1000; |
| + | } |
| + | .kaisyu{ |
| + | margin-top:8px; |
| + | margin-bottom:8px; |
| + | background:transparent url(skins/common/images/kindai.png) no-repeat; |
| + | display:block; |
| + | width:171px; |
| + | height:47px; |
| + | margin-left:auto; |
| + | margin-right:auto; |
| + | } |
| + | .kaisyu:hover{ |
| + | background-position:0 100%; |
| + | } |
| + | .kaisou{ |
| + | margin-top:8px; |
| + | margin-bottom:8px; |
| + | background:transparent url(skins/common/images/kaisou.png) no-repeat; |
| + | display:block; |
| + | width:171px; |
| + | height:47px; |
| + | margin-left:auto; |
| + | margin-right:auto; |
| + | } |
| + | .kaisou:hover{ |
| + | background-position:0 100%; |
| + | } |
| + | .revamp{ |
| + | margin-top:8px; |
| + | margin-bottom:8px; |
| + | background:transparent url(skins/common/images/revamp.png) no-repeat; |
| + | display:block; |
| + | width:155px; |
| + | height:95px; |
| + | margin-left:auto; |
| + | margin-right:auto; |
| + | } |
| + | .revamp:hover{ |
| + | background-position:0 100%; |
| + | } |
| + | #iconbartitle{ |
| + | border-top-left-radius:6px; |
| + | border-top-right-radius:6px; |
| + | padding:2px 4px 2px 4px; |
| + | background-color:#3090C7; |
| + | } |
| + | #wikidesc{ |
| + | border-radius:4px; |
| + | border-top-left-radius:18px; |
| + | border-bottom-right-radius:18px; |
| + | width:auto; |
| + | max-width:710px; |
| + | height:auto; |
| + | background-color:#3090c7; |
| + | min-height:103px; |
| + | } |
| + | .craneicon{ |
| + | float:left; |
| + | width:101px; |
| + | height:87px; |
| + | align:left; |
| + | border:1px solid #333; |
| + | border-radius:18px; |
| + | overflow:hidden; |
| + | margin-right:8px; |
| + | } |
| + | .desctext{ |
| + | height:auto; |
| + | margin-left:auto; |
| + | margin-right:auto; |
| + | font-family: Arial, Helvetica, sans-serif; |
| + | color:white; |
| + | } |
| + | #descbox{ |
| + | padding:10px 8px 10px 8px; |
| + | } |
| + | #nihontext{ |
| + | font-family: Yu Gothic, 遊ゴシック, Meiryo, メイリオ, Serif; |
| + | } |
| + | .worldside{ |
| + | background:transparent url(skins/common/images/worldside.png) no-repeat; |
| + | width:26px; |
| + | height:98px; |
| + | position:absolute; |
| + | left:-21px; |
| + | } |
| + | |
| /**************************************************************/ | | /**************************************************************/ |
| /* Global Language Stylesheet */ | | /* Global Language Stylesheet */ |