source: consulta_publica/static/css/style.css @ ca9b0c5

baseconstituyenteestudiantesgeneralplan_patriasala
Last change on this file since ca9b0c5 was ca9b0c5, checked in by aosorio <aosorio@…>, 7 años ago

Primeros avances de la integración del captcha en el LoginForm?

  • Propiedad mode establecida a 100644
File size: 3.4 KB
Línea 
1/* Mensajes de Error */
2ul.errorlist {
3    background: transparent !important;
4    color: inherit !important;
5    margin: 0 !important;
6}
7ul.errorlist li {
8    font-size: inherit !important;
9    margin-bottom: 0 !important;
10    padding: 0 !important;
11}
12.errorlist {margin-bottom: 0}
13.msg-error {
14    color:#F56954 !important;
15    padding-left: 10px;
16    padding-right: 10px;
17    /*color: #3175AF !important;*/
18    /*font-weight: 700;*/
19}
20.error-notice {
21  margin: 5px 5px; /* Making sure to keep some distance from all side */
22}
23
24.oaerror {
25  margin: 0 auto; /* Centering Stuff */
26  background-color: #FFFFFF; /* Default background */
27  padding: 5px;
28  border: 1px solid #eee;
29  border-left-width: 5px;
30  border-radius: 3px;
31  font-family: 'Open Sans', sans-serif;
32  font-size: 12px;
33}
34.oaerror ul {
35    display: inline-block;
36    padding-left: 0;
37}
38.oaerror ul li {
39    list-style: none;
40    text-align: justify;
41}
42.danger {
43  border-left-color: #d9534f; /* Left side border color */
44  background-color: rgba(217, 83, 79, 0.1); /* Same color as the left border with reduced alpha to 0.1 */
45}
46
47.danger strong {
48  color:  #d9534f;
49}
50
51.warning {
52  border-left-color: #f0ad4e;
53  background-color: rgba(240, 173, 78, 0.1);
54}
55
56.container {
57    margin-top: 20px;
58}
59
60/* Carousel Styles */
61.carousel-indicators .active {
62    background-color: white;
63}
64
65.carousel-indicators li{
66    border: 1px solid white;   
67}
68
69.carousel-inner img {
70    width: 100%;
71    max-height: 460px
72}
73
74.carousel-control {
75    width: 0;
76}
77
78.carousel-control.left,
79.carousel-control.right {
80        opacity: 1;
81        background-image: none;
82        background-repeat: no-repeat;
83        text-shadow: none;
84}
85
86.carousel-control .glyphicon-chevron-left, 
87.carousel-control .glyphicon-chevron-right, 
88.carousel-control .icon-prev, 
89.carousel-control .icon-next {
90        position: absolute;
91        top: 45%;
92        z-index: 5;
93        display: inline-block;
94}
95
96.carousel-control .glyphicon-chevron-left,
97.carousel-control .icon-prev {
98        left: 10px;
99}
100
101.carousel-control .glyphicon-chevron-right,
102.carousel-control .icon-next {
103        right: 10px;
104}
105
106/*.carousel-control.left span,
107.carousel-control.right span {
108        background-color: #000;
109}*/
110
111.carousel-indicators .active {
112    background-color: gray;
113}
114
115.carousel-indicators li {
116    border: 1px solid gray;
117}
118
119.carousel-control.left span:hover,
120.carousel-control.right span:hover {
121        opacity: .7;
122}
123.navbar{
124    border-radius:0px;
125}
126
127body{
128    background-color: #db5637;
129    color: white;
130}
131
132#navbar-text{
133    padding-top: 15px;
134    color:#777;
135}
136
137.btn{
138    border-radius: 0;
139}
140
141.panel-body, .bootbox-body, .modal-header, span, a,#color_gray{
142    color:#777;
143}
144
145#nav_text .navbar-right {
146    margin-right: 5px;
147}
148
149.text_white{
150    color: white;
151}
152
153body, html { 
154  margin:; 
155  padding:; 
156  height:100%; 
157}
158
159.container{
160    padding-bottom: 50px;
161}
162
163#myCarousel{
164    height:350px;
165    background-color: white;
166    color: gray;
167    padding: 10px 10px 10px 10px;
168    border: solid 5px #deddde;
169}
170
171#content{
172    background-color: white;
173    color: gray;
174    padding: 10px 10px 10px 10px;
175    border: solid 5px #deddde;
176}
177
178#content .text-primary a,#content .text-primary span{
179    color: #337ab7;
180}
181
182#content .text-success a,#content .text-success span{
183    color: #3c763d;
184}
185
186hr{
187    width: 90%;
188}
189
190.init_button{
191    width: 250px;
192}
193
194/*.row {
195    border: ridge 1px red;
196}
197
198.col-xs-8 {
199    border: ridge 1px green;
200}
201
202.col-xs-4 {
203    border: ridge 1px blue;
204}
205
206.col-xs-12 {
207    border: ridge 1px yellow;
208}*/
209
210#id_captcha_1 {
211    color: gray;
212}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.