Skip to content

Commit a7c5949

Browse files
committed
Minor styling changes for docs...
1 parent 1a8cfe9 commit a7c5949

File tree

6 files changed

+37
-19
lines changed

6 files changed

+37
-19
lines changed

FlashDevelop/Bin/Debug/Docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>FlashDevelop</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6+
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css" />
67
<link href="styles.css" rel="stylesheet" type="text/css" title="styles" media="all" />
78
</head>
89
<body>

FlashDevelop/Bin/Debug/Docs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
body
22
{
33
font-size: 9pt;
4-
font-family: "Trebuchet MS", Georgia, Times, serif;
4+
font-family: "Open Sans", "Trebuchet MS", Georgia, Times, serif;
55
padding-top: 12px;
66
}
77
h4

FlashDevelop/Bin/Debug/StartPage/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title>Start Page</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
66
<link href="styles.css" rel="stylesheet" type="text/css" title="styles" media="all" />
7+
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css" />
78
<script type="text/javascript" language="JavaScript" src="javascript/localization.js"></script>
89
<script type="text/javascript" language="JavaScript" src="javascript/startpage.js"></script>
910
</head>

FlashDevelop/Bin/Debug/StartPage/styles.css

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
*
22
{
33
font-size: 9pt;
4-
font-family: "Trebuchet MS", Georgia, Times, serif;
4+
font-family: "Open Sans", "Trebuchet MS", Georgia, Times, serif;
55
color: #111111;
66
}
77
body
88
{
9-
background-color: #f9f9f9;
10-
padding: 0px;
119
margin: 0px;
10+
padding: 0px;
11+
background-color: #f9f9f9;
1212
background-image: url(images/pageHeader.png);
1313
background-repeat: repeat-x;
1414
background-position: top;
@@ -17,8 +17,10 @@ hr
1717
{
1818
margin: 0px;
1919
padding: 0px;
20-
margin-top: 5px;
21-
margin-bottom: 5px;
20+
border: none;
21+
border-bottom: 1px solid #ececec;
22+
margin-bottom: 15px;
23+
margin-top: 15px;
2224
color: #ececec;
2325
height: 1px;
2426
width: 100%;
@@ -44,10 +46,10 @@ div#wrapper
4446
}
4547
div#title
4648
{
49+
height: 75px;
4750
background-image: url(images/pageTitle.png);
4851
background-repeat: no-repeat;
4952
background-position: 0px 10px;
50-
height: 75px;
5153
}
5254
div#links
5355
{
@@ -72,7 +74,7 @@ div#tooltip
7274
position: absolute;
7375
background-color: #f9f7e3;
7476
border: 1px solid #555555;
75-
padding: 4px 7px 3px 7px;
77+
padding: 4px 7px 6px 7px;
7678
}
7779
table#holder
7880
{
@@ -109,7 +111,16 @@ div#projectsContent li
109111
padding-bottom: 2px;
110112
padding-left: 21px;
111113
}
112-
div#rssContent ul,li
114+
div#rssContent ul
115+
{
116+
margin: 0px;
117+
padding: 0px;
118+
padding-top: 4px;
119+
padding-left: 1px;
120+
padding-bottom: 5px;
121+
list-style-type: none;
122+
}
123+
div#rssContent li
113124
{
114125
list-style-type: none;
115126
padding: 0px;
@@ -124,7 +135,7 @@ div#rssContent li
124135
{
125136
font-size: 9pt;
126137
text-transform: uppercase;
127-
margin-bottom: 5px;
138+
margin-bottom: 10px;
128139
display: block;
129140
}
130141
.rssItemContent
@@ -186,35 +197,35 @@ div#rssContent li span a:hover
186197
.windowTop
187198
{
188199
background-color: #e9e9e9;
189-
height: 24px;
200+
height: 28px;
190201
}
191202
.windowTopLeft
192203
{
193204
background-color: #e9e9e9;
194-
height: 24px;
205+
height: 28px;
195206
width: 10px;
196207
}
197208
.windowTopRight
198209
{
199210
background-color: #e9e9e9;
200-
height: 24px;
211+
height: 28px;
201212
width: 20px;
202213
}
203214
.windowBottom
204215
{
205216
background-color: #e9e9e9;
206-
height: 3px;
217+
height: 4px;
207218
}
208219
.windowBottomLeft
209220
{
210221
background-color: #e9e9e9;
211-
height: 3px;
222+
height: 4px;
212223
width: 10px;
213224
}
214225
.windowBottomRight
215226
{
216227
background-color: #e9e9e9;
217-
height: 3px;
228+
height: 4px;
218229
width: 20px;
219230
}
220231
.social
@@ -248,4 +259,4 @@ div#rssContent li span a:hover
248259
.alertRed
249260
{
250261
color: #ff0000;
251-
}
262+
}

FlashDevelop/Bin/Debug/Tools/asdocgen/Help/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>ASDocGen</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
6+
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet" type="text/css" />
67
<link href="styles.css" rel="stylesheet" type="text/css" title="styles" media="all" />
78
</head>
89
<body>

FlashDevelop/Bin/Debug/Tools/asdocgen/Help/styles.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
body
22
{
33
font-size: 9pt;
4-
font-family: "Trebuchet MS", Georgia, Times, serif;
4+
font-family: "Open Sans", "Trebuchet MS", Georgia, Times, serif;
55
padding-top: 12px;
66
}
77
h4
88
{
99
font-size: 12pt;
1010
border-bottom: 1px dotted #999999;
1111
}
12+
h5
13+
{
14+
font-size: 10pt;
15+
}
1216
ul
1317
{
1418
margin: 0px;
@@ -39,7 +43,7 @@ a:hover
3943
#header h3
4044
{
4145
font-size: 15pt;
42-
color: orange;
46+
color: #eea21a;
4347
}
4448
#content
4549
{

0 commit comments

Comments
 (0)