summaryrefslogtreecommitdiff
path: root/static/css/style-sites.css
blob: f96a4a89f36e08f667c7c5910dba4992634b321e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@charset "utf-8"

section, article, aside, hgroup, header, footer, nav, figure { display: block; }

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS Pゴシック", Verdana, Geneva, Arial, Helvetica;
	text-align: center;
}

section {
	clear:both;
	text-align: left;
}

article {
}

img {
	border: none;
}

#content {
}

h1 {
    font-family: 'Verdana', 'Arial';
    padding: 0.5em;  margin-top: 0; margin-bottom: 0;
}

.subtitle {
    background: transparent url(../images/allow-right-orange.png) no-repeat scroll 0%;
    padding-left: 26px;
    line-height: 26px;
    text-decoration: underline;
}

.maintitle {
    background: transparent url(../images/allow-right-green.png) no-repeat scroll 0%;
    padding-left: 26px;
    line-height: 26px;
    text-decoration: underline;
}

.blocked-content {
    padding: 1em;
    border: 1px dotted gray;
    font-family: 'Verdana', 'Arial';
}

a{
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

li a, h3 a {
	padding-left:5px;
	padding-right:5px;
	background-color:none;
	text-decoration:none;
	color: #333333;
	text-shadow:1px 1px 1px #ffffff;
	line-height: 25px;
}
li a:hover, li a:active, h3 a:hover, li a:active {
	background-color:#334d55;
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 1px #000000;
}

pre.code {
    padding: 1em;
    border: 1px dotted gray;
    font-family: 'Verdana', 'Arial';
	color: white;
	background: gray;
	width: 500px;
}