-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpad.css
96 lines (95 loc) · 1.7 KB
/
pad.css
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
@charset "utf-8";
#header,#footer,#content{
width: 96%;
height: auto;
padding-right: 2%;
padding-left: 2%;
}
#header .header,#footer .footer,#content .content {
float: left;
height: auto;
width: 100%;
}
#header .search {
float: left;
margin-left: 0px;
width: 260px;
}
#header .menu #menu {
margin-left: 0px;
}
#header .menu {
width: 60px;
}
#header .downloadbox {
margin-right: 10px;
}
#header .box {
width: auto;
}
#header .search .keywords {
width: 200px;
}
#header .menu .menu_list {
margin-left: -53px;
}
.footer .webinfo {
height: 220px;
width: 80%;
padding-right: 20%;
text-indent: 10px;
border-bottom-width: medium;
border-bottom-style: solid;
border-bottom-color: #333;
}
.footer .weblink {
display: none;
}
.footer .subscribe {
float: left;
margin-left: 10px;
height: 250px;
}
.footer .copyright {
float: right;
margin-right: 10px;
}
#footer .top:before {
margin-top: 8px;
}
#content .latesticon ul li,#content .latestfonts ul li {
margin-right: 2%;
margin-left: 2%;
display: inline-block;
float: none;
}
#content .latesticon ul .x,#content .latestfonts ul .x {
margin-right: 2%;
}
.view .right {
display: none;
}
.view .left {
width: 100%;
}
.view .left .svg_info .svg_download .download_svg {
height: auto;
width: 635px;
}
.view .left .svg_info .svg_download .download_svg .svg_db.svg_add {
margin-top: 30px;
}
#content .content .i_free .tags {
width: 78%;
height: auto;
margin-top: 0px;
}
#content .content .i_free .tags a {
margin-top: 10px;
}
#content .index_packs ul li,#content .index_packs ul .x {
margin-right: 2%;
}
#content .view .left .pack_info .view_pack {
width: 50%;
}