Parent: [85cd32] (diff)

Download this file

style.css    129 lines (103 with data), 1.6 kB

  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
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/* Put your CSS here */
body{
padding-top: 70px;
padding-bottom: 90px;
font-size: 16px;
line-height: 24px;
color: #29315e;
}
p{
font-size: 1em;
}
h1{
font-size: 1.4em;
}
h2,h3{
font-size: 1.1em;
}
.mgbtm{
padding-bottom: 20px;
background-color: white;
}
.question h1{
text-align: center;
margin-top:10px;
}
.navbar{
background-color: #29315e;
}
.navbar .btn{
margin-top: 5px;
}
.navbar .btn span{
font-size: 1.5em;
}
.btn-danger-custom{
background-color: #eca426;
border-color: #eca426;
}
.btn-success-custom{
background-color: #33aa40;
}
.btn-danger-custom:hover, .btn-danger-custom:focus, .btn-danger-custom:active{
background-color: #f36233;
border-color: #f36233;
}
.choice-list{
text-align: center;
list-style: none;
}
.choice-list li{
margin-bottom: 10px;
}
.choice-list .col-xs-6{
font-size: .8em;
}
.btn-primary{
background-color: #29315e;
border: none;
}
.about{
font-size: 1em;
text-align: center;
padding-bottom: 70px;
}
input[type="checkbox"]{
-webkit-transform: scale(1.6,1.6);
-moz-transform: scale(1.6,1.6);
-o-transform: scale(1.6,1.6);
margin-right: 20px;
}
.dropdown-menu{
font-size: .8em;
}
.btmpad{
padding-bottom: 70px;
}
.features{
font-size: 1.2em;
}
.panel-body{
font-size: 16px;
line-height: 1.5em;
}
.defInfo{
font-size: .5em;
}
.lowercase{
text-transform:lowercase;
}
.faq{
list-style: none;
padding-bottom: 70px;
}
.character img{
width: 60%;
height:auto;
margin: 0 auto;
}
@media only screen and (max-device-width: 480px) {
.character{
height: 300px;
}
}