aboutsummaryrefslogtreecommitdiff
path: root/prototypes/c3b2/static/main.css
blob: 8a39fc8b1d6813329066f00b79350c280a1ff798 (plain) (blame)
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
body {
    background: url('bg.png');
    font-family: mono;
    color: #FEFEFE;
    font-size: 12px;
    line-height: 1.6em;
    padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: mono;
    text-shadow: 2px 2px 0px black;
    margin: 0px;
    padding: 0px;
    line-height: 1em;
}

p {
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited,
a:active {
    color: white;
    text-decoration: none;
}

body > div {
    background: hsla(0, 0%, 0%, 0.3);
    background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.1) 5px, hsla(0, 0%, 100%, 0.1));
    border-bottom: 1px solid hsla(0, 0%, 0%, 1);
    border-radius: 3px;
    border-right: 1px solid hsla(0, 0%, 0%, 1);
    box-shadow: -1px -1px 0px hsla(0, 0%, 100%, 0.3), 1px 1px 2px black;
    display: block;
    margin: auto;
    margin-bottom: 15px;
    max-width: 500px;
    padding: 15px;
    text-align: justify;
}

/* #container .repositories a {
   display: block;
   padding: 30px;
   border-bottom: 1px solid hsla(0, 0%, 0%, 0.7);
   background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.1) 5px, hsla(0, 0%, 100%, 0.1));
   }

   #container .repositories a:last-child {
   border-bottom: none;
   }

   #container .repositories a p {
   margin-top: 10px;
   }

   .branches {
   padding: 15px;
   background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.1) 5px, hsla(0, 0%, 100%, 0.1));
   }

   .branches > ul {
   list-style: outside none none;
   padding-left: 10px;
   } */