Skip to content

Commit ac3f3c4

Browse files
committed
CSS file started for github.php
This file now has display also (for commit actions)
1 parent 6857dad commit ac3f3c4

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

lib/github.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
/* First, reset everything to a standard */
2+
html, body, div, span, applet, object, iframe,
3+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4+
a, abbr, acronym, address, big, cite, code,
5+
del, dfn, em, font, img, ins, kbd, q, s, samp,
6+
small, strike, strong, sub, sup, tt, var,
7+
b, u, i, center,
8+
dl, dt, dd, ol, ul, li,
9+
fieldset, form, label, legend,
10+
table, caption, tbody, tfoot, thead, tr, th, td {
11+
border: 0;
12+
margin: 0;
13+
padding: 0;
14+
outline: 0;
15+
font-size: 12px;
16+
vertical-align: top;
17+
}
18+
19+
body {overflow: hidden;
20+
-webkit-user-select: none;
21+
-moz-user-select: none;
22+
-ms-user-select: none;
23+
user-select: none;
24+
}
25+
26+
h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}
27+
a {color: #fff; text-decoration: none}
28+
input, textarea {padding: 4px; border: 1px solid #555; background-color: #444; color: #fff}
29+
input:focus, textarea:focus {
30+
outline: none;
31+
-webkit-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7);
32+
-moz-box-shadow: 0 0 10px 1px rgba(0,198,255,0.7);
33+
box-shadow: 0 0 10px 1px rgba(0,198,255,0.7);
34+
}
35+
36+
.githubAction {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px}

0 commit comments

Comments
 (0)