[go: up one dir, main page]

Menu

[r2]: / www / templates / astyle.css  Maximize  Restore  History

Download this file

121 lines (102 with data), 2.0 kB

  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
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
a {
color : #113366;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
a.up {color : #0000cc;}
a.dn {color : #cc0000;}
body {
background-color : #2A7DA7;
font-family : Georgia, Times New Roman, "MS Serif", "New York", serif;
font-size : 12px;
margin : 10px 10px 0px 10px;
padding : 0px;
}
h1 {
font-size : 14px;
padding-top : 10px;
}
p,h1,pre, h2 {
margin : 0px 10px 10px 10px;
}
.date {
color : #113344;
float : right;
font-size : 12px;
font-style : italic;
font-weight : normal;
padding-bottom : 10px;
}
.floatright {
padding-right : 10px;
text-align : right;
}
#banner {
background-color : #1133AA;
border-left : 1px solid #000000;
border-right : 1px solid #000000;
border-top : 1px solid #000000;
color : #FFFFFF;
height : 29px;
padding : 15px;
}
#banner a {
color : #FFFFFF;
text-decoration : none;
}
#banner a:hover {
text-decoration : underline;
}
#banner h1 {
display : inline;
font-size : 22px;
height : 30px;
margin : 0px;
padding : 10px 10px 0px 0px;
}
#banner h2 {
display : inline;
font-size : 16px;
font-style : italic;
height : 30px;
margin : 0px;
padding : 10px 10px 0px 10px;
}
#centercontent {
background : #FFFFFF;
border : 1px solid #000000;
line-height : 18px;
margin-left : 161px;
margin-right : 201px;
}
#commentcontent {
background : #FFFFFF;
border : 1px solid #000000;
line-height : 18px;
}
#leftcontent {
background-color : #CCCDFF;
border : 1px solid #000000;
font-family : Tahoma, Georgia, Times New Roman, "MS Serif", "New York", serif;
font-size : 11px;
left : 10px;
position : absolute;
top : 70px;
width : 160px;
}
#rightcontent {
background-color : #CCCDFF;
border : 1px solid #000000;
font-family : Tahoma, Georgia, Times New Roman, "MS Serif", "New York", serif;
font-size : 11px;
position : absolute;
right : 10px;
top : 70px;
width : 200px;
}
#rightcontent p, #leftcontent p {
line-height : 16px;
margin-top : 10px;
}