2023-03-09 14:40:29 +01:00
|
|
|
div#resume_js_app {
|
|
|
|
background: #303030;
|
|
|
|
width:640px;
|
|
|
|
height:480px;
|
|
|
|
border: 1px solid #e1e1e1;
|
|
|
|
font-family: monospace;
|
|
|
|
box-shadow: 0 2px 4px #30303060;
|
2023-03-10 13:00:52 +01:00
|
|
|
color: #e1e1e1 !important;
|
2023-03-09 14:40:29 +01:00
|
|
|
}
|
|
|
|
div#resume_js_app p.js_loading_indicator {
|
2023-03-09 16:50:22 +01:00
|
|
|
padding: 0; margin: 0;
|
2023-03-09 14:40:29 +01:00
|
|
|
position: relative;
|
|
|
|
top: 50%; left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
width: fit-content;
|
|
|
|
text-align: center;
|
2023-03-10 13:00:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div#resume_js_app * {
|
|
|
|
color: #e1e1e1;
|
2023-03-09 14:40:29 +01:00
|
|
|
}
|