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

Revision 20656, 1.5 KB checked in by nanasess, 13 years ago (diff)

#1128 (スマートフォンで、新着情報にリンクがある場合リンクが押せない)

  • jQuery を使用するよう修正
  • 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: #ffffff;
16    height: 95px;
17    margin: 0 auto;
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: 81px;
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}
43
44/* メンバーメニュー
45   ----------------------------------------------- */
46#block-login {
47    display: block;
48    font-size: 100%;
49    margin: 10px auto;
50    width: 301px;
51}
52
53/* ニュース
54   ----------------------------------------------- */
55#block-news{
56    position: relative;
57    width: 106.8%;
58    margin-left: -3.4%;
59    height: 1.8em;
60    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#7A7A7A), to(#CCCCCC), color-stop(.07,#FFFFFF),color-stop(.9,#FFFFFF));
61}
62.anews{
63    color: #666666;
64    font: 90% Helvetica;
65    margin: 0.3em 10px;
66}
Note: See TracBrowser for help on using the repository browser.