Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
* {
2
  box-sizing: border-box;
3
  -moz-box-sizing: border-box; }
4
 
5
body {
6
  margin: 20px;
7
  font-size: 14px;
8
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
9
  color: #555; }
10
 
11
.iti__hide {
12
  display: none; }
13
 
14
pre {
15
  margin: 0 !important;
16
  display: inline-block; }
17
 
18
.token.operator,
19
.token.entity,
20
.token.url,
21
.language-css .token.string,
22
.style .token.string,
23
.token.variable {
24
  background: none; }
25
 
26
input, button {
27
  height: 35px;
28
  margin: 0;
29
  padding: 6px 12px;
30
  border-radius: 2px;
31
  font-family: inherit;
32
  font-size: 100%;
33
  color: inherit; }
34
  input[disabled], button[disabled] {
35
    background-color: #eee; }
36
 
37
input, select {
38
  border: 1px solid #CCC;
39
  width: 250px; }
40
 
41
::-webkit-input-placeholder {
42
  color: #BBB; }
43
 
44
::-moz-placeholder {
45
  /* Firefox 19+ */
46
  color: #BBB;
47
  opacity: 1; }
48
 
49
:-ms-input-placeholder {
50
  color: #BBB; }
51
 
52
button {
53
  color: #FFF;
54
  background-color: #428BCA;
55
  border: 1px solid #357EBD; }
56
  button:hover {
57
    background-color: #3276B1;
58
    border-color: #285E8E;
59
    cursor: pointer; }
60
 
61
#result {
62
  margin-bottom: 100px; }