forked from haoduotnt/aspnetwebstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSite.css
More file actions
127 lines (101 loc) · 1.66 KB
/
Site.css
File metadata and controls
127 lines (101 loc) · 1.66 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
121
122
123
124
125
126
127
.validation-summary-errors li {
list-style-image: url(images/error.png);
}
.package-description {
padding: 0px;
margin: 5px 5px 3px 0px;
}
.package {
list-style-image: url(/s/com/github/G.https/chrisklingsater/aspnetwebstack/blob/master/src/System.Web.WebPages.Administration/packages/images/package.png);
padding-left: 10px;
margin-left: 10px;
margin-bottom: 5px;
}
.centered {
text-align: center;
}
.nav li {
font-size: 16px;
}
#package-name {
font-weight: bold;
}
.package-author {
font-style: oblique;
}
#package-list {
width: 100%;
border-collapse: collapse;
list-style-type: none;
}
#package-list li {
margin-bottom: 10px;
}
#package-list li:last {
margin-bottom: 0;
}
.column-left {
width: 90%;
float: left;
}
.column-right {
width: 10%;
float: left;
}
.package-info h4 {
background: url(/s/com/github/G.https/chrisklingsater/aspnetwebstack/blob/master/src/System.Web.WebPages.Administration/packages/"images/package.png") no-repeat scroll 0 50% transparent;
padding-left: 30px;
font-size: 16px;
line-height: 24px;
}
.package-info h4:hover {
text-decoration: underline;
cursor: pointer;
}
.pager {
font-size: 16px;
font-weight: bold;
margin: 20px auto;
}
.pager a, .pager span {
margin: 0 2px;
padding: 3px;
}
.pager span {
background-color: #699;
color: #fff;
}
.pager a, .pager a:hover {
text-decoration: none;
}
.nav li {
margin-bottom: 5px;
}
fieldset.no-border {
border: none;
margin: 10px 0;
padding: 10px 0;
}
.message h4 {
margin-top: 0;
}
.package-details .package-info {
width: 60%;
}
.notice {
font-size: 0.9em;
}
#searchForm fieldset {
margin: 0;
padding: 0;
}
#searchForm input[type="text"] {
width: auto;
}
fieldset.install {
margin: 0;
padding: 5px;
}
table#feed th, td {
padding: 4px;
}