OSDN Git Service

Homeの幅を詰めたときに横スクロールで表示するようにデザイン調節 design
authorCake <cake_67@users.sourceforge.jp>
Fri, 25 Feb 2011 14:18:13 +0000 (23:18 +0900)
committerCake <cake_67@users.sourceforge.jp>
Fri, 25 Feb 2011 14:18:13 +0000 (23:18 +0900)
app/webroot/css/base.css
app/webroot/css/box.css
app/webroot/css/character-sheet.css

index 9bef728..91d730c 100644 (file)
@@ -94,6 +94,7 @@ html, body {
 
 #header {
        width: 100%;
+       min-width: 800px;
        font-weight: bold;
        background-color: #000;
        color: #FFF;
@@ -330,6 +331,7 @@ ul#navAdmin li {
 #footer {
        font-size: 80%;
        width: 100%;
+       min-width: 800px;
        height: auto;
        display: inline-block;
        text-align: left;
index 3b77a40..5db1bbb 100644 (file)
@@ -39,7 +39,9 @@
        padding: 0 5px;
 }
 .boxHeader {
-       overflow: hidden;
+       overflow: visible;
+       white-space: nowrap;
+       height: 30px;
        padding: 2px 8px 3px 10px;
        background: transparent url('skin/default/boxHeader.gif') repeat-x 0 100%;
        text-align: left;
 .boxHeader a:hover {
        color: #003399;
 }
+.boxHeader h2,
 .boxHeader h3 {
        display: inline;
-       overflow: hidden;
+       overflow: visible;
+       white-space: nowrap;
 }
 .boxHeader div.edit {
-       overflow: hidden;
        display: inline;
        padding-left: 10px;
        width: 350px;
 }
 .boxHeader span {
-       overflow: hidden;
        padding-left: 10px;
        font-size: 80%;
 }
@@ -243,10 +245,10 @@ div.users .user_data .box {
 }
 div.users .user_data .boxHeader {
        padding-bottom: 0;
+       height: 50px;
 }
 div.users .user_data .boxHeader h3 {
        width: 720px;
-       overflow: hidden;
        font-size: 250%;
 }
 div.users .user_data .boxHeader span {
@@ -258,23 +260,26 @@ div.users .user_data .boxBody {
 }
 div.users .user_data .boxFooter {
        width: 720px;
-       overflow: hidden;
        padding-left: 10px;
 }
 div.users .characters .box {
        margin-bottom: 20px;
 }
 
+div.characters .boxHeader {
+       width: 762px;
+}
+
 div.systems .system_data .box {
        width: 720px;
        margin-bottom: 20px;
 }
 div.systems .system_data .boxHeader {
        padding-bottom: 0;
+       height: 50px;
 }
 div.systems .system_data .boxHeader h3 {
        width: 720px;
-       overflow: hidden;
        font-size: 250%;
 }
 div.systems .system_data .boxHeader span {
@@ -286,7 +291,6 @@ div.systems .system_data .boxBody {
 }
 div.systems .system_data .boxFooter {
        width: 720px;
-       overflow: hidden;
        padding-left: 10px;
 }
 div.systems .characters .box {
@@ -404,8 +408,11 @@ div.characterProfileArchives .boxBody {
 
 .CharacterTable_m_5
 {
-       overflow: hidden;
        max-width: 685px;
+       overflow: visible;
+       white-space: nowrap;
+       height: 200px;
+       margin-bottom: 15px;
 }
 .CharacterTable_m_5 td
 {
@@ -500,7 +507,7 @@ div.news .SimpleBox {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 10px;
-       max-width: 655px;
+       width: 590px;
 }
 
 .SimpleBox ul li {
index 3d554a2..f0b63d2 100644 (file)
@@ -251,6 +251,7 @@ th.Notes {
 #Characters_mycharacter .full .boxHeader {
        white-space: nowrap;
        overflow: visible;
+       height: 35px;
 }
 
 /* search */