Spaces:
Runtime error
Runtime error
File size: 1,062 Bytes
a685efa 2c239f0 e2f3ca4 a685efa |
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 |
body {
background: #FFFFFF;
width: 100%;
color: #FFFFFF;
padding: 20px;
border-radius: 10px;
border: 1px solid #1b0202;
}
gr.blocks {
background-color: #758bec;
width: 100%;
color: #FFFFFF;
}
h3 {
background-color:#758bec;
color: #FFFFF;
text-align: center;
font-family: verdana;
font-size: 24px;
border: 1px solid #FFFFFF;
border-radius: 10px;
}
p {
font-family: verdana;
font-size: 14px;
}
label {
font-family: verdana;
color: #FFB76B;
font-weight: 700;
font-size: 14px;
border: 1px solid #000000;
}
gr.Textbox {
font-family: verdana;
background-color: #000000;
color: #FFFFFF;
font-weight: 700;
font-size: 14px;
border: 1px solid #FFFFFF;
border-radius: 6px;
}
gr.Botton {
font-family: verdana;
background-color: #758bec;
color: #FFFFFF;
font-weight: 700;
font-size: 14px;
border: 1px solid #000000;
border-radius: 6px;
}
a a:active a.hover
{
font-family: verdana;
color: #572430;
text-decoration: none;
font-weight: 700;
font-size: 14px;
} |