summaryrefslogtreecommitdiffstats
path: root/cannabis.css
blob: acc99c5f4c963cd7bb328c26dd0e855c9338b3ef (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
69
70
71
72
73
74
75
body {
    background-color: black;
/*    color: orange;
    padding: 12px 20% 12px 5%;
    margin: 10em;
    outline: 3px double orange;
    outline-offset: 10px;*/
}

h1 {
    background-color: green;
    color: black;
}

p {
    outline: 3px double red;
    padding: 15px;
    line-height: 1.2;
    margin-left: 10em;
    margin-right: 10em;
}

.aside img 
{
    float: left;
    border-radius: 3px;
    border-top: 2px groove purple;
    border-left: 2px groove purple;
    border-right: 3px solid purple;
    border-bottom: 3px solid purple;
}

.right
{
text-align: right;
}

#nav a
{
    display: block;
    float: right;
    width: 60px;
    padding:0px 1px 0px 1px;
    margin: 1px;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#nav a:link
{
    background-color: orange;
    color: black;
    outline: 1px solid gray;
    outline-offset: 1px;
}

#nav a:hover
{
    background-color: red;
    color: black;
}

#nav a:active
{
    background-color: blue;
    color: white;
}

#nav a:visited
{
    background-color: purple;
    color: white;
}
Un proyecto texto-plano.xyz