﻿* { margin: auto; padding: 0; /* font-family: 'Roboto', sans-serif;*/ font-family: "Archivo", sans-serif; scrollbar-face-color: #9e9e9e; /*inner stripe (scroll)*/ scrollbar-shadow-color: #9e9e9e; /*border on main stripe*/ scrollbar-highlight-color: #9e9e9e; /*weet nie*/ scrollbar-3dlight-color: #9e9e9e; /*weet nie*/ scrollbar-darkshadow-color: #9e9e9e; /*weet nie*/ scrollbar-track-color: #9e9e9e; /*full stripe*/ scrollbar-arrow-color: #9e9e9e; /*arrows color*/ } /*scollbar*/ /* width */ ::-webkit-scrollbar { width: 10px; height: 10px; } /* Track */ ::-webkit-scrollbar-track { background: #9e9e9e; } /* Handle */ ::-webkit-scrollbar-thumb { background: #9e9e9e; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #9e9e9e; } ::-webkit-scrollbar-corner { background: #9e9e9e; } /*scollbar*/ html { height: 100%; } /* unvisited link */ a:link { /*color: #1c66de;*/ color: #F33535; font-size: 13px; font-weight: bold; } /* visited link */ a:visited { color: #F33535; font-size: 13px; font-weight: bold; } /* mouse over link */ a:hover { color: #F33535; font-size: 13px; font-weight: bold; } /* selected link */ a:active { color: #F33535; font-size: 13px; font-weight: bold; }