OSDN Git Service

c8a3a26d5c0293a5e5f4cb91ae418346e7a5e404
[karesansui/karesansui.git] / karesansui / static / css / base.css
1 * {
2     margin: 0px;
3     padding: 0px;
4 }
5
6 body {
7     font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", Geneva,Arial, Verdana, sans-serif;
8     background-image: url(../images/body-back.jpg);
9     background-repeat: repeat-x;
10     color: #000000;
11     font-size: 12px;
12 }
13 #page{
14     height: auto;
15     margin-left: auto;
16     margin-right: auto;
17     margin-top: 10px;
18     max-width: 1900px;
19     min-width: 980px;
20     text-align: left;
21     width: 90%;
22 }
23
24 #job-run {
25     cursor: pointer;
26 }
27
28 #page #bar {
29     height:5px;
30     margin-left:0;
31     margin-right:0;
32     margin-top:4px;
33     text-align:left;
34     width:100%;
35 }
36 #page #main #content #show {
37 padding: 16px 5px 5px 5px;
38 }
39 #page #main #content #show #view {
40     float:left;
41     padding-left:12px;
42     width:97.7%;
43 }
44 #page #main #content #show #detail {}
45 a.path-a:link {
46     color: #335a00;
47     text-decoration:none;
48 }
49 a.path-a:visited {
50     color: #335a00;
51     text-decoration:none;
52 }
53
54 a.path-a:hover {
55     color: #335a00;
56     text-decoration:underline;
57 }
58
59 img {
60     border:0 none;
61     vertical-align:middle;
62 }
63
64 img#_screen_close {
65     cursor: pointer;
66 }
67
68 a.button {
69     color: #000000;
70     text-decoration:none;
71 }
72
73 a.button:link {
74 }
75 a.button:visited {
76 }
77 a.button:hover {
78 }
79 a.button>*{
80     display:inline-block;
81     height:23px;
82     line-height:23px;
83 }
84 a.button .button-left{
85     background: transparent url(../images/button-left.gif) no-repeat scroll left top;
86     width:6px;
87 }
88 a.button .button-right{
89     background: transparent url(../images/button-right.gif) no-repeat scroll right top;
90     padding-right:6px;
91 }
92 a.button .button-left.onclick{
93     background: transparent url(../images/button-left-onclick.gif) no-repeat scroll left top;
94 }
95 a.button .button-right.onclick{
96     background: transparent url(../images/button-right-onclick.gif) no-repeat scroll right top;
97 }
98
99 a {
100     outline: none;
101 }
102
103 #login_retry{
104     font-size: 12px;
105 }
106
107 span.require-text{
108     font-size: 10px;
109     color: #777777;
110     margin-left:8px;
111 }
112
113 span.notice-text{
114     color: #b70000;
115 }
116
117 span.light-text{
118     color: #335A00;
119 }
120
121 /* for Jquery UI */
122 .ui-widget-header {
123     font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "MS Pゴシック", Geneva,Arial, Verdana, sans-serif;
124 }
125 .ui-widget-header {
126     border: none;
127     background: none;
128 }
129 .ui-widget-content {
130     border: none;
131     background: none;
132 }
133 .ui-corner-all {
134     -moz-border-radius: 0px/*{cornerRadius}*/;
135     -webkit-border-radius: 0px/*{cornerRadius}*/;
136 }