mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 16:04:21 +00:00
1 line
2 KiB
CSS
1 line
2 KiB
CSS
|
*{box-sizing:border-box}body{background-color:#0d193b;color:#a0ccff;font-family:Arial,sans-serif}h1,h2,h3,h4,h5,h6{margin-top:4px;margin-bottom:4px;color:#fff;font-family:Verdana,sans-serif;font-weight:400;text-align:center}h1{font-size:xx-large}a{color:#00caca;text-decoration:none}a:hover{color:#0ff}a:active{color:#a0ffff}iframe,img{max-width:100%;max-height:300px;border-radius:4px}code,pre{font-family:Consolas,SFMono-Regular,Liberation Mono,Menlo,monospace;font-size:14px}blockquote{color:#a0ccff;border-left:3px solid rgba(160,204,255,.2);background-color:rgba(160,204,255,.05);padding:4px 4px 4px 8px;margin:8px 0}input[type=password],input[type=text]{color:#a0ccff;background-color:#0d193b;border:1px solid rgba(160,204,255,.1);border-radius:4px;padding:4px;font-size:medium}input[type=password].disabled,input[type=password]:disabled,input[type=text].disabled,input[type=text]:disabled{color:grey;background-color:#1f1f1f;border-style:dotted;cursor:not-allowed}button{color:#a0ccff;background-color:#0d193b;border:1px solid rgba(160,204,255,.1);border-radius:4px;padding:4px;font-size:medium}button.hover,button:hover{background-color:rgba(160,204,255,.1);border:1px solid #a0ccff;color:#a0ccff}button.active,button:active{background-color:hsla(0,0%,100%,.2);border:1px solid #fff;color:#fff}button.disabled,button:disabled{color:grey;background-color:#1f1f1f;border-style:dotted;cursor:not-allowed}hr{border:1px solid rgba(160,204,255,.2);margin-top:24px;margin-bottom:24px}table{border-spacing:0;border:2px solid rgba(160,204,255,.1);background-color:rgba(160,204,255,.05);border-collapse:collapse}table tbody td,table tbody th,table thead td,table thead th{padding:4px;border:1px solid rgba(160,204,255,.1)}table thead{background-color:rgba(160,204,255,.1);color:#fff}li{margin:10px 0}p:first-child{margin-top:0}p:last-child{margin-bottom:0}b{color:#fff}abbr{cursor:help}aside{margin:4px 0;padding:4px;font-size:smaller;background-color:rgba(160,204,255,.05);border-radius:4px}.footer__2wc45{margin-top:8px;color:#fff;text-align:center;font-size:x-small}
|