pajuan commited on
Commit
e76f7e9
·
verified ·
1 Parent(s): d41c9da

Upload 5 files

Browse files
Files changed (5) hide show
  1. www/arbol.png +0 -0
  2. www/guia.png +0 -0
  3. www/portada.png +0 -0
  4. www/styles.css +54 -0
  5. www/unal.png +0 -0
www/arbol.png ADDED
www/guia.png ADDED
www/portada.png ADDED
www/styles.css ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .col-sm-8 {
2
+ background-color: black;
3
+ color: white;
4
+ padding: 30px;
5
+ border-radius: 6px;
6
+ }
7
+
8
+ .col-sm-8 h1,
9
+ .col-sm-8 h2 {
10
+ color: white;
11
+ }
12
+
13
+ .col-sm-8 p {
14
+ color: white;
15
+ }
16
+
17
+ .guide-title {
18
+ color: white;
19
+ }
20
+
21
+ .guide-content {
22
+ color: white;
23
+ }
24
+
25
+ .guide-content .step {
26
+ color: white;
27
+ }
28
+
29
+ .guide-content ol {
30
+ list-style-type: decimal;
31
+ }
32
+
33
+ .guide-content li::before {
34
+ color: white;
35
+ }
36
+
37
+ .col-sm-12 {
38
+ color:black;
39
+
40
+ }
41
+
42
+ .well {
43
+ min-height: 20px;
44
+ padding: 19px;
45
+ margin-bottom: 20px;
46
+ background-color: #000000;
47
+ border: 1px solid #e3e3e3;
48
+ border-radius: 4px;
49
+
50
+ }
51
+
52
+ .col-sm-4 label {
53
+ color: white;
54
+ }
www/unal.png ADDED