- Timestamp:
- 2012/03/08 04:17:59 (14 years ago)
- Location:
- branches/version-2_12-dev/html/user_data/packages/default/css
- Files:
-
- 5 edited
-
bloc.css (modified) (6 diffs)
-
bloc_alpha.css (modified) (2 diffs)
-
contents.css (modified) (3 diffs)
-
popup.css (modified) (2 diffs)
-
reset.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/user_data/packages/default/css/bloc.css
r21612 r21616 70 70 font-size: 90%; 71 71 } 72 #container .block_outer .block_body dl.formlist span {72 #container .block_outer .block_body dl.formlist span { 73 73 vertical-align: top; 74 74 } … … 112 112 =============================================== */ 113 113 div#topcolumn { 114 margin: 0px;115 clear: both;114 margin: 0px; 115 clear: both; 116 116 } 117 117 div#bottomcolumn { 118 margin: 0px;118 margin: 0px; 119 119 clear: both; 120 120 } … … 133 133 #news_area .news_contents { 134 134 padding-right: 10px; 135 max-height: 260px;135 max-height: 260px; 136 136 height: auto !important; 137 137 height: 260px; 138 overflow: auto;139 overflow-y: scroll;138 overflow: auto; 139 overflow-y: scroll; 140 140 } 141 141 … … 181 181 ▼カテゴリ 182 182 =============================================== */ 183 #category_area .block_body {183 #category_area .block_body { 184 184 background-color: #fffaf0; 185 185 } 186 186 187 #category_area li {187 #category_area li { 188 188 padding-left: 5px; 189 189 } 190 #category_area li.level1 {190 #category_area li.level1 { 191 191 border-bottom: solid 1px #ccc; 192 192 } 193 #category_area li.level1 p {193 #category_area li.level1 p { 194 194 padding-left: 20px; 195 195 margin: 7px 3px; … … 224 224 border: none; 225 225 } 226 #guide_area li {226 #guide_area li { 227 227 margin-bottom: 5px; 228 228 letter-spacing: -0.05em; … … 320 320 border-top: 1px solid #ccc; 321 321 border-right: none; 322 text-align: center;322 text-align: center; 323 323 } 324 324 #calender_area th { -
branches/version-2_12-dev/html/user_data/packages/default/css/bloc_alpha.css
r21612 r21616 39 39 font-size: 90%; 40 40 } 41 #header_login_area ul.formlist li.forgot {41 #header_login_area ul.formlist li.forgot { 42 42 margin-top: 3px; 43 43 padding-right: 5px; … … 74 74 float: left; 75 75 } 76 .main_column .block_outer #banner_area .block_body ul li.sub_01 {76 .main_column .block_outer #banner_area .block_body ul li.sub_01 { 77 77 padding-right: 8px; 78 78 } -
branches/version-2_12-dev/html/user_data/packages/default/css/contents.css
r21612 r21616 63 63 } 64 64 div#mynavi_area .mynavi_list li { 65 margin: 0 15px 5px 0;65 margin: 0 15px 5px 0; 66 66 padding-left: 15px; 67 67 float: left; … … 172 172 =============================================== */ 173 173 div#undercolumn_error .message_area { 174 width: 80%;174 width: 80%; 175 175 margin: 30px auto; 176 176 padding: 30px; … … 570 570 } 571 571 572 div#customervoice_area ul li {572 div#customervoice_area ul li { 573 573 padding-bottom: 15px; 574 574 margin-bottom: 15px; -
branches/version-2_12-dev/html/user_data/packages/default/css/popup.css
r21612 r21616 28 28 padding-bottom: 20px; 29 29 width: 540px; 30 min-height: 300px;30 min-height: 300px; 31 31 height: auto !important; 32 32 } … … 104 104 } 105 105 106 div#zipsearch_area #completebox p {106 div#zipsearch_area #completebox p { 107 107 padding: 60px 5px; 108 108 text-align: center; -
branches/version-2_12-dev/html/user_data/packages/default/css/reset.css
r21612 r21616 9 9 small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 10 10 fieldset, form, label, legend, table, caption, tbody, tfoot, 11 thead, tr, th, td {11 thead, tr, th, td { 12 12 margin: 0; 13 13 padding: 0; … … 15 15 } 16 16 17 table, caption, th, td {17 table, caption, th, td { 18 18 margin: 0; 19 19 padding: 0; … … 26 26 } 27 27 28 a img, iframe {29 border: none;28 a img, iframe { 29 border: none; 30 30 } 31 ol,ul,li {32 list-style: none;31 ol,ul,li { 32 list-style: none; 33 33 } 34 34 35 input, textarea, select, button {36 font-size: 100%;37 font-family: inherit;35 input, textarea, select, button { 36 font-size: 100%; 37 font-family: inherit; 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.
