Skip to content

Commit a4eac0f

Browse files
committed
Compressed images and other style changes
1 parent 83a4a59 commit a4eac0f

18 files changed

+40
-0
lines changed

css/stylesheet.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ Full-Width Styles
303303
font-weight: 700;
304304
text-shadow: #111 0px 0px 10px;
305305
background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
306+
background-size: 64px 64px;
306307
}
307308

308309
#project_title > a {
@@ -373,6 +374,45 @@ acronym {
373374
padding: 1px;
374375
}
375376

377+
/*******************************************************************************
378+
* Topics using in Apple Help index page
379+
*******************************************************************************/
380+
381+
.topics-logo {
382+
text-align: center;
383+
float: left;
384+
margin-right: 40px;
385+
}
386+
387+
.topics-container {
388+
margin: 30px auto 50px;
389+
width: 450px;
390+
}
391+
392+
.topics {
393+
border-left: 1px solid silver;
394+
float: left;
395+
padding-left: 10px;
396+
width: 250px;
397+
}
398+
399+
.topics-list {
400+
list-style-type: none;
401+
}
402+
403+
.topics-appname {
404+
color: #475461;
405+
background-color: #F9F9F9;
406+
border: 1px solid #BFBFBF;
407+
-webkit-border-radius: 10px;
408+
-moz-border-radius: 10px;
409+
border-radius: 10px;
410+
text-align: center;
411+
font-size: 18px;
412+
font-weight: bold;
413+
margin-bottom: 10px;
414+
}
415+
376416
/*******************************************************************************
377417
Small Device Styles
378418
*******************************************************************************/

images/appicon16.png

925 Bytes
Loading
-30 Bytes
Loading

images/folder/folder-000@2x.png

-19 Bytes
Loading

images/folder/folder-011@2x.png

-41 Bytes
Loading
-25 Bytes
Loading

images/folder/folder-101@2x.png

-19 Bytes
Loading
-18 Bytes
Loading

images/folder/folder-110@2x.png

-7 Bytes
Loading
-18 Bytes
Loading

0 commit comments

Comments
 (0)