Spaces:
Runtime error
Runtime error
File size: 1,087 Bytes
883428d 7fb2af9 16f3a78 883428d b9dde2b 1ae4e34 b523a20 883428d b523a20 883428d 7fb2af9 883428d 7fb2af9 883428d e933aeb 883428d 7fb2af9 883428d 7fb2af9 883428d |
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 |
body {
background-color: #18276b;
width: 95%;
color: #FFFFFF;
width: 100%;
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: #000000;
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;
} |