aboutsummaryrefslogtreecommitdiff
path: root/prototypes/c3b2/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/c3b2/static/main.css')
-rw-r--r--prototypes/c3b2/static/main.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/prototypes/c3b2/static/main.css b/prototypes/c3b2/static/main.css
new file mode 100644
index 0000000..8a39fc8
--- /dev/null
+++ b/prototypes/c3b2/static/main.css
@@ -0,0 +1,68 @@
1body {
2 background: url('bg.png');
3 font-family: mono;
4 color: #FEFEFE;
5 font-size: 12px;
6 line-height: 1.6em;
7 padding: 15px;
8}
9
10h1, h2, h3, h4, h5, h6 {
11 font-family: mono;
12 text-shadow: 2px 2px 0px black;
13 margin: 0px;
14 padding: 0px;
15 line-height: 1em;
16}
17
18p {
19 margin: 0px;
20 padding: 0px;
21}
22
23a:link,
24a:visited,
25a:active {
26 color: white;
27 text-decoration: none;
28}
29
30body > div {
31 background: hsla(0, 0%, 0%, 0.3);
32 background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.1) 5px, hsla(0, 0%, 100%, 0.1));
33 border-bottom: 1px solid hsla(0, 0%, 0%, 1);
34 border-radius: 3px;
35 border-right: 1px solid hsla(0, 0%, 0%, 1);
36 box-shadow: -1px -1px 0px hsla(0, 0%, 100%, 0.3), 1px 1px 2px black;
37 display: block;
38 margin: auto;
39 margin-bottom: 15px;
40 max-width: 500px;
41 padding: 15px;
42 text-align: justify;
43}
44
45/* #container .repositories a {
46 display: block;
47 padding: 30px;
48 border-bottom: 1px solid hsla(0, 0%, 0%, 0.7);
49 background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.1) 5px, hsla(0, 0%, 100%, 0.1));
50 }
51
52 #container .repositories a:last-child {
53 border-bottom: none;
54 }
55
56 #container .repositories a p {
57 margin-top: 10px;
58 }
59
60 .branches {
61 padding: 15px;
62 background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.1) 5px, hsla(0, 0%, 100%, 0.1));
63 }
64
65 .branches > ul {
66 list-style: outside none none;
67 padding-left: 10px;
68 } */