source: branches/version-2_5-dev/html/user_data/packages/sphone/css/top.css @ 20727

Revision 20727, 1.4 KB checked in by nanasess, 13 years ago (diff)

#932 (商品をお気に入りに入れたかどうかの判別が動いていない。)

  • その他デザイン調整
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1@charset "utf-8";
2
3/* ヘッダー
4   ----------------------------------------------- */
5#topbox {
6    position: relative;
7    width: 106.8%;
8    margin-left: -3.4%;
9    background-color: #333333;
10}
11
12/* ヘッダーロゴ
13   ------------------------------------------------ */
14#header {
15    background-color: #fff;
16    margin: 0 auto;
17    padding-bottom: 10px;
18}
19#header h1 {
20    margin: 0;
21}
22#header h1 a {
23    text-align: center;
24    display: block;
25    margin: 0 auto;
26    width: 301px;
27    height: 66px;
28    background: url("../img/header/logo.gif") no-repeat;
29}
30#header em {
31    display: none;
32}
33
34/* 検索バー
35   ----------------------------------------------- */
36#searchbar {
37    border-top: 1px solid #5c5c5c;
38    border-bottom: 1px solid #000000;
39    background-color: #333333;
40    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#5C5C5C), color-stop(0.6,#2E2E2E));
41    width: 100%;
42    padding: 2px 0;
43}
44
45/* メンバーメニュー
46   ----------------------------------------------- */
47#block-login {
48    display: block;
49    font-size: 100%;
50    margin: 10px auto;
51    width: 301px;
52}
53
54/* ニュース
55   ----------------------------------------------- */
56#block-news{
57    position: relative;
58    width: 106.8%;
59    margin-left: -3.4%;
60    height: 1.8em;
61    border-bottom: 1px solid #ccc;
62}
63.anews{
64    color: #666666;
65    font: 90% Helvetica;
66    margin: 0.3em 10px;
67}
Note: See TracBrowser for help on using the repository browser.