source: branches/feature-module-update/html/test/kakinaka/css/screen.css @ 15079

Revision 15079, 3.6 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1html, body { padding: 0px 0px 10px 0px; border: 0; margin: 0; }
2body { font: normal 11px verdana, sans-serif; color: #333; line-height: 19px; margin: 0; }
3#container { clear: both; text-align: left; padding: 0 0; margin: 0 0; }
4#containerTop { height:48px; }
5#pad {  padding: 0px 20px 0px 20px; }
6a { text-decoration: underline; color: #46546C; }
7a:hover { text-decoration: underline; color: #4d77c3; }
8h1, h2, h3, h4, h5, h6 { font-family: palatino, georgia, "Times New Roman", serif; }
9h2 { font-size:16px; font-weight: bold; margin: 0 0 11px 0; }
10.border_2px { border: 1px solid #D8D8D8; padding: 2px; background: #fff; }
11.border_5px { border: 1px solid #D8D8D8; padding: 5px; background: #fff; margin: 0 0 4px 0; }
12img { padding: 0; margin: 0; border: 0; }
13form { padding: 0; margin: 0; }
14.input { width: 85px; font-size: 9px; }
15.submit { font-size: 9px; }
16#pageTitle { position:absolute;top:10px;left:90px; }
17#pageTitle H3 { font-size:14pt; color:#666666 }
18#header h1 { float:left; margin-top: 19px; margin-left: 50px;  }
19#header h1 a { display: block; height: 19px; text-decoration: none; }
20#header { height:  60px; border: 0px solid #CFFB00; margin-bottom:0px; }
21#header h4 { position: relative; float: right; font-size:11px;
22             letter-spacing: 1px; top: 10px; right: 30px;
23             line-height: 15px; padding: 0 0 0 13px; margin: 0px; }
24#content { float: left; width: 500px; min-height:400px; padding:10px 0px; border: 0px solid #C13B00;
25           margin-left: 50px; top:0px; }
26#content h1 { font-size:18px; margin:0px;      }
27.newsItem { padding-bottom:25px; margin-bottom:25px; overflow: hidden; }
28.newsItem h3 { font-size:18px; margin:0px; }
29.newsItem h3 a { text-decoration:none; color:#6A7981; }
30.newsItem h3 a:hover { text-decoration:underline; color:#000; }
31.newsItemFooter, .newsItemFooter a { font-size:9px; color:#999; font-weight:normal; }
32.newsItemFooter a:hover { color:#222; }
33#footer { padding: 0px 0px 20px 0px; clear: both; color: #999; border-top:0px #CCC solid; margin:0px 26px 0px 30px }
34#footer a { color: #999; }
35#footer a:hover { color: #222; }
36#footerContainer { clear: both; }
37
38#rightbar {
39    float: right;
40    padding: 5px 5px 5px 5px;
41    width: 304px; /* for IE5-Win */
42    width: 300px;
43    border: 1px solid #333333;
44    position:relative;
45    right:48px;
46    top:0px;
47    background-color:#eeeeee;
48    }
49#rightbar h2, #rightbar h3 {
50    font-size:12px;
51    text-align:center;
52    color:#FFF;
53   
54    border-bottom:#848B8F solid 1px;
55    border-right:#949B9F solid 1px;
56    border-top:#eee solid 1px;
57    padding:1px;
58    margin:0px 0px 0px 0px;
59    background-color:#383e45;
60    width:100%;
61    }
62#rightbar h2 a, #rightbar h3 a {
63    font-size:12px;
64    color:#FFF;
65    text-decoration:none;
66    display:block;
67    }
68#rightBarPad {
69    margin:0px;
70    }
71#sidenav {
72    margin: 0px 0;
73    border-bottom: 1px solid #ddd;
74    }
75#sidenav ul {
76    margin: 0;
77    padding: 0;
78    border: 0;
79   
80    }
81#sidenav ul li {
82    list-style: none;
83    list-style-image: none !important;
84    margin: 0;
85    padding:0;
86    }
87#sidenav ul li a {
88   text-decoration: none;
89   padding: 5px 0px 5px 0px;
90   color: #4C5250;
91   display: block;
92   width: 187px;
93   font-size: 11px !important;   
94   font-weight: bold;
95   border-top: 1px solid #ddd;
96   border-bottom: 1px solid #aaa;
97   border-left: 1px solid #C7CBD0;
98   text-shadow: -2px -2px 0px #FFF;
99}
100   
101
102#sidenav ul li a:hover {
103
104/* background: url(../img/navHover2.png) top no-repeat; */
105border-top: 1px solid #A1AAAF;
106border-bottom: 1px solid #CCC;
107border-right: 0px solid #C3C7CA;
108border-left: 1px solid #C3C7CA;
109text-shadow: 4px 4px 0px #C3C7CA;
110}
111
112.ylogo { position:absolute;top:5px;left:5px }
Note: See TracBrowser for help on using the repository browser.