.anycomment-dashboard *, .anycomment-dashboard *:before, .anycomment-dashboard *:after { box-sizing: border-box; } .anycomment-dashboard { font-family: Roboto, Arial, Verdana, sans-serif; background-color: #fff; font-weight: 300; position: relative; -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px; } .anycomment-dashboard h2 { font-size: 25px; font-weight: 300; color: #484848; padding: 0; } .anycomment-dashboard__container, .anycomment-dashboard__sidebar { display: inline-block; float: left; } .anycomment-dashboard__container { width: 75%; padding: 37px 0 37px 37px; } .anycomment-dashboard__sidebar { padding: 37px; width: 25%; position: absolute; height: 100%; -webkit-border-radius: 0 16px 16px 0; -moz-border-radius: 0 16px 16px 0; -ms-border-radius: 0 16px 16px 0; border-radius: 0 16px 16px 0; background-color: #282828; } .anycomment-dashboard__sidebar h2 { color: #fff; margin-top: 0; } .anycomment-dashboard__sidebar-news li { color: #fff; list-style: disc; } .anycomment-dashboard__sidebar-news-title { font-size: 17px; font-weight: 700; margin-bottom: 5px; } .anycomment-dashboard__sidebar-news-summary { font-size: 15px; font-weight: 500; } .anycomment-dashboard__sidebar-news-summary * { margin: 0; padding: 0; } .anycomment-dashboard__sidebar ul { list-style: none; margin: 0; padding: 0; } .anycomment-dashboard__sidebar ul li { margin-bottom: 10px; } .anycomment-dashboard__sidebar ul li:last-of-type { margin-bottom: 0; } .anycomment-dashboard__sidebar ul li * { color: #fff; } .anycomment-dashboard a { color: #484848; text-decoration: none; } .anycomment-dashboard__header { margin-bottom: 30px; padding-right: 37px; } .anycomment-dashboard__header-logo { float: left; text-align: left; } .anycomment-dashboard__header-logo img { height: 38px; margin-right: 20px; vertical-align: top; margin-top: -10px; } .anycomment-dashboard__header-logo img, .anycomment-dashboard__header-logo h2 { display: inline-block; float: left; } .anycomment-dashboard__header-logo h2 { color: #484848; margin: 0; } .anycomment-dashboard__header-official { float: right; text-align: right; color: #373737; font-size: 28px; } .anycomment-dashboard__tabs { width: 100%; } .anycomment-dashboard__tabs ul { list-style: none; padding: 0; margin: 0; } .anycomment-dashboard__tabs ul li { display: inline-block; float: left; margin: 0 25px 0 0; } .anycomment-dashboard__tabs ul li:last-of-type { margin-right: 0; } .anycomment-dashboard__tabs ul li a { color: #686868; font-size: 20px; font-weight: 300; display: block; padding: 15px 0; } .anycomment-dashboard__tabs ul li a:hover { color: #484848; } .anycomment-dashboard__tabs ul li.active a { color: #000; border-bottom: 5px solid #44cdac; padding: 15px 0; } .anycomment-dashboard__splitter { border-top: 2px solid #d8d8d8; border-bottom: 2px solid #d8d8d8; } .anycomment-dashboard__splitter-half { padding: 30px 0; width: 50%; float: left; } .anycomment-dashboard__splitter-half:first-child { border-right: 2px solid #d8d8d8; } .anycomment-dashboard__splitter-half-comments span:first-child { color: #ec4568; } .anycomment-dashboard__splitter-half-commentators { color: #53146c; } .anycomment-dashboard__splitter-half-center { display: table; margin: 0 auto; } .anycomment-dashboard__splitter-half-center img { float: left; margin-right: 20px; } .anycomment-dashboard__splitter-half-description { padding-top: 50px; float: right; } .anycomment-dashboard__splitter-half-description span { text-align: center; font-weight: 300; display: block; } .anycomment-dashboard__splitter-half-description span:first-child { font-size: 86px; font-weight: 300; margin-bottom: 50px; } .anycomment-dashboard__splitter-half-description span:last-of-type { color: #747474; font-size: 22px; } .anycomment-dashboard__statistics { width: 100%; } .anycomment-dashboard__statistics h2 { color: #484848; width: 100%; margin: 45px 0; text-align: left; } .anycomment-dashboard__statistics-graph, .anycomment-dashboard__statistics-userlist { display: inline-block; float: left; } .anycomment-dashboard__statistics-graph { width: 65%; border-right: 2px solid #d8d8d8; padding-right: 37px; } .anycomment-dashboard__statistics-userlist { width: 35%; padding-left: 37px; padding-right: 37px; } .anycomment-dashboard__statistics-userlist-counter { float: right; margin-top: 20px; } .anycomment-dashboard__statistics-userlist-avatar { background-size: cover; background-position: center; width: 64px; height: 64px; display: inline-block; margin-right: 19px; vertical-align: middle; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .anycomment-dashboard__statistics-userlist ul { list-style: none; margin: 0; padding: 0; } .anycomment-dashboard__statistics-userlist ul li { margin-bottom: 20px; font-size: 20px; font-weight: 300; text-align: left; } .anycomment-dashboard__statistics-userlist ul li:last-of-type { margin-bottom: 0; } @media screen and (max-width: 1600px) { .anycomment-dashboard__statistics-graph, .anycomment-dashboard__statistics-userlist { width: 100%; } } @media screen and (max-width: 1400px) { .anycomment-dashboard__splitter-half { width: 100%; } } @media screen and (max-width: 1000px) { .anycomment-dashboard__container, .anycomment-dashboard__sidebar { display: block; width: 100%; } .anycomment-dashboard__sidebar { position: relative; -webkit-border-radius: 0 0 16px 16px; -moz-border-radius: 0 0 16px 16px; -ms-border-radius: 0 0 16px 16px; border-radius: 0 0 16px 16px; } } .clearfix:after { content: ""; visibility: hidden; display: block; height: 0; clear: both; }