comparison build/reports/tests/classes/css/base-style.css @ 66:0c4a0a1c2f7f

gtadle
author Kanagawa TATSUKI <tatsuki@ie.u-ryukyu.ac.jp>
date Mon, 16 Jun 2014 16:47:12 +0900
parents
children
comparison
equal deleted inserted replaced
65:caad209bfbe3 66:0c4a0a1c2f7f
1
2 body {
3 margin: 0;
4 padding: 0;
5 font-family: sans-serif;
6 font-size: 12pt;
7 }
8
9 body, a, a:visited {
10 color: #303030;
11 }
12
13 #content {
14 padding-left: 50px;
15 padding-right: 50px;
16 padding-top: 30px;
17 padding-bottom: 30px;
18 }
19
20 #content h1 {
21 font-size: 160%;
22 margin-bottom: 10px;
23 }
24
25 #footer {
26 margin-top: 100px;
27 font-size: 80%;
28 white-space: nowrap;
29 }
30
31 #footer, #footer a {
32 color: #a0a0a0;
33 }
34
35 ul {
36 margin-left: 0;
37 }
38
39 h1, h2, h3 {
40 white-space: nowrap;
41 }
42
43 h2 {
44 font-size: 120%;
45 }
46
47 ul.tabLinks {
48 padding-left: 0;
49 padding-top: 10px;
50 padding-bottom: 10px;
51 overflow: auto;
52 min-width: 800px;
53 width: auto !important;
54 width: 800px;
55 }
56
57 ul.tabLinks li {
58 float: left;
59 height: 100%;
60 list-style: none;
61 padding-left: 10px;
62 padding-right: 10px;
63 padding-top: 5px;
64 padding-bottom: 5px;
65 margin-bottom: 0;
66 -moz-border-radius: 7px;
67 border-radius: 7px;
68 margin-right: 25px;
69 border: solid 1px #d4d4d4;
70 background-color: #f0f0f0;
71 behavior: url(htc/css3-pie-1.0beta3.htc);
72 }
73
74 ul.tabLinks li:hover {
75 background-color: #fafafa;
76 }
77
78 ul.tabLinks li.selected {
79 background-color: #c5f0f5;
80 border-color: #c5f0f5;
81 }
82
83 ul.tabLinks a {
84 font-size: 120%;
85 display: block;
86 outline: none;
87 text-decoration: none;
88 margin: 0;
89 padding: 0;
90 }
91
92 ul.tabLinks li h2 {
93 margin: 0;
94 padding: 0;
95 }
96
97 div.tab {
98 }
99
100 div.selected {
101 display: block;
102 }
103
104 div.deselected {
105 display: none;
106 }
107
108 div.tab table {
109 min-width: 350px;
110 width: auto !important;
111 width: 350px;
112 border-collapse: collapse;
113 }
114
115 div.tab th, div.tab table {
116 border-bottom: solid #d0d0d0 1px;
117 }
118
119 div.tab th {
120 text-align: left;
121 white-space: nowrap;
122 padding-left: 6em;
123 }
124
125 div.tab th:first-child {
126 padding-left: 0;
127 }
128
129 div.tab td {
130 white-space: nowrap;
131 padding-left: 6em;
132 padding-top: 5px;
133 padding-bottom: 5px;
134 }
135
136 div.tab td:first-child {
137 padding-left: 0;
138 }
139
140 div.tab td.numeric, div.tab th.numeric {
141 text-align: right;
142 }
143
144 span.code {
145 display: inline-block;
146 margin-top: 0em;
147 margin-bottom: 1em;
148 }
149
150 span.code pre {
151 font-size: 11pt;
152 padding-top: 10px;
153 padding-bottom: 10px;
154 padding-left: 10px;
155 padding-right: 10px;
156 margin: 0;
157 background-color: #f7f7f7;
158 border: solid 1px #d0d0d0;
159 min-width: 700px;
160 width: auto !important;
161 width: 700px;
162 }