Themes
[xdock.git] / www / default.css
blob1c84852a1dd0c3a9b367ad8bfc195db4fec1f171
1 html, body {
2 margin-left: 1%;
3 width: 99%;
4 height: 100%;
5 padding-top: 10px;
6 padding-bottom: 10px;
7 background-color:#AAAAAA;
8 /*font: 16pt;*/
9 /*font-size: 16pt;*/
10 font-family: Verdana, Geneva, sans-serif;
11 /*font-size: 100%;*//*80%;*/
12 line-height: 1.5em;
15 body {
16 margin: 0;
17 padding: 0;
19 font-family: "Bitstream Vera Sans", sans-serif;
20 font-size: 10pt;
21 /*color: #333;*/
24 .container {
25 padding : 20px;
26 width:auto;
27 height:auto;
28 background-color:#FFFFFF;
29 border: 1px solid black;
30 min-height:600px;
33 .pcenter {
34 text-align: center;
37 a {
38 color: #5a7ac7;
39 text-decoration: none;
40 font-weight: bold;
41 background-color: inherit;
44 .header {
45 text-align: center;
46 width:100%;
50 img {
51 border:0;
54 .se-screenshot {
55 float: right;
56 /*width: 300px; height: 200px;*/
57 margin-top: -160px;
58 padding-left: 40px;
59 padding-right: 30px;
62 .box {
63 margin-top: 10px;
64 padding-bottom: 20px;
65 border: 1px solid #dddddd;
68 .box img {
69 margin: 10px;
72 h2 {
73 padding: 5px;
74 margin-top: 0px;
75 margin-bottom: 20px;
76 padding-left: 5px;
77 background-color: #dedede;
79 color: rgb(107, 134, 164);
80 font-weight: bold;
81 border-bottom: 1px solid #aaaaaa;
84 h3 {
85 padding: 3px;
86 margin-left: 10px;
87 margin-right: 10px;
88 border-bottom: 2px dotted #E4E7E9;
91 .box p {
92 margin-left: 15px;
93 margin-right: 15px;
97 #header h1 {
98 display: none;
99 text-align: center;
102 #header {
103 background: white url("header.png") no-repeat left top;
104 height: 120px;
105 width: 100%;
108 #header a {
109 background: white url("header.png") no-repeat left top;
110 display: block;
111 height: 100%;
112 width:350px;
113 text-indent: -9000px;
114 text-decoration: none;
118 #home {
119 width: 336px;
120 height: 160px;
121 background: white url("header.png") no-repeat left top;
122 background-color: red;
126 #description {
127 padding: 0 0 15px;
130 #left {
131 float:left;
132 width: 52%;
133 height: 100%;
136 #right {
137 float:right;
138 width: 46%;
139 height: 100%;
143 #screenshots {
144 clear: both;
148 #link {
149 display: none;
150 clear: both;
151 float: left;
152 width: 52%;
155 #pied {
156 color: #75818A;
157 font-size: 11px;
158 text-align: center;
159 clear: both;
160 padding: 15px;