Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
header {
2
	padding: 20px;
3
	background-image: url('header.png');
4
	background-size: 256px 256px;
5
}
6
footer {
7
	text-align: center;
8
}
9
.nyt-logo {
10
	max-height: 40px;
11
	margin-top: 5px;
12
	margin-right: 5px;
13
}
14
 
15
nav.navbar {
16
	margin-bottom: 10px;
17
	background-color: #fff;
18
	border: 0px;
19
	border-radius: 2px;
20
}
21
#navbar {
22
	margin: 0px;
23
}
24
#navbar .navbar-nav li iframe {
25
	margin-top: 15px;
26
}
27
#navbar .navbar-nav li:last-child iframe {
28
	margin-right: 15px;
29
}
30
 
31
@media screen and (max-width: 767px) {
32
	#navbar .navbar-nav li iframe {
33
		display: none;
34
	}
35
}
36
 
37
.mast-head {
38
	margin: 10px 0;
39
}
40
.mast-head h1 {
41
	margin-bottom: 15px;
42
	color: #fff;
43
}
44
.mast-head p {
45
	color: #fff;
46
}
47
 
48
.mast-links {
49
	padding-top: 10px;
50
}
51
 
52
.mast-links > * {
53
	vertical-align: middle;
54
	margin-bottom: 10px;
55
}
56
 
57
.mast-links > .btn {
58
	margin-right: 30px;
59
}
60
main {
61
	margin: 10px 20px;
62
}
63
main .container {
64
	margin-bottom: 40px;
65
}
66
 
67
code.hljs {
68
	border: 1px solid #ccc;
69
	padding: 1em;
70
	white-space: pre;
71
	margin-bottom: 10px;
72
}
73
 
74
.example {
75
	position: relative;
76
	border: 1px solid #ccc;
77
	padding: 1em 1em 0.5em 1em;
78
	border-radius: 4px 4px 0 0;
79
}
80
 
81
.example:after {
82
	content: "Example";
83
	position: absolute;
84
	top: 0px;
85
	right: 0px;
86
	padding: 3px 7px;
87
	font-size: 12px;
88
	font-weight: bold;
89
	background-color: #f5f5f5;
90
	border: 1px solid #ccc;
91
	color: #9da0a4;
92
	border-radius: 0px 4px 0px 4px;
93
	border-width: 0px 0px 1px 1px;
94
}
95
 
96
.example + code.hljs {
97
	border-top: 0;
98
	border-radius: 0px 0px 4px 4px;
99
}
100
 
101
.example > * {
102
	margin-bottom: 10px;
103
}
104
 
105
.example > div.toggle {
106
	margin-right: 10px;
107
}
108
 
109
.table-striped code {
110
	background-color: inherit;
111
}