-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
133 lines (111 loc) · 2.09 KB
/
style.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
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
128
129
130
131
132
133
/* @override http://localhost:9090/file/style.css */
/* @override http://localhost:9090/file/style.css */
body {
text-align: center;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 0.7em;
font-weight:100;
}
ul {
list-style: disc;
padding-left: 80px;
list-style-type: disc;
list-style-position: outside;
}
ul li {
text-align: left !important;
padding: 10px !important;
}
ul li ul {
font-size: inherit !important;
list-style-type: circle;
}
.images img {
vertical-align: top;
}
.content h1,
.content h2 {
background:#333;
padding: 10px;
color: white;
}
.content h3 {
font-size: 3em;
font-weight: bold;
padding-left: 20px;
}
.mini-browser-1.content::after {
position: absolute;
right: 10px;
bottom: 220px;
content: url('basics/imagebrowser_02_thumb.jpg');
}
.mini-browser.content::after {
position: absolute;
right: 10px;
bottom: 275px;
content: url('basics/imagebrowser_02_thumb.jpg');
}
.mini-browser.content ul li {
width: 575px;
}
pre {
text-align: left;
}
.ship-it.content::after {
position: absolute;
right: 350px;
top: 250px;
content: url('https://github.com/ctshryock/cvs-to-git/raw/master/images/git-logo.png');
}
.ship-it h1 {
position: absolute;
top: 10px;
width: 100%;
}
.ship-it h2 {
background: #fff;
color: #333;
text-align: left;
font-size: 2em;
margin: 0;
padding: 0;
padding-left: 150px;
}
.ship-it h3 {
margin-top: 45px;
}
.ship-it p {
padding-left: 15px;
text-align: left;
font-size: larger;
}
.ship-it ul {
margin-left:100px;
}
blockquote {
float: left;
width: 100%;
font-size: 2em;
direction: ltr;
text-align: left;
line-height: 1.2em;
font-style: italic;
}
blockquote p {
width: 50%;
margin: 0 auto;
}
.home p {
font-size: 3em;
text-align: right;
padding-right: 13px;
}
strong {
font-weight: bold;
}
.integration-manager {
margin: 0 !important;
height: 500px;
background: url(https://github.com/ctshryock/cvs-to-git/raw/master/images/integration.png) 275px 200px no-repeat;
}