code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
display: inline-block;
max-width: 300px;
margin-top: 50px;
margin-left: 30px;
border: 2px solid #F3F3F3;
border-radius: 5px;
box-shadow: 2px 2px 3px #E3E3e3;
padding: 5px;
}
#header {
height: 200px;
width: 300px;
margin-left: auto;
margin-right: auto;
background-color: #F3F3F3;
background-size: 300px 200px;
}
#photo {
width: 30%;
height: 40%;
margin: 20px;
z-index: 1;
display: inline-block;
}
#profilephoto {
width: 100px;
height: 90px;
border: solid #F3F3F3 1px;
}
#bio {
margin-top: 20px;
z-index: 1;
font-family: 'Tahoma', Arial, sans-serif;
background-color: white;
}
#edit_details {
font-family: 'smallFont', Arial, sans-serif;
float: middle;
width: 500px;
height: auto;
margin-left: 50px;
margin-right: auto;
background-color: white;
}
#userbody .main {
display: inline-block;
vertical-align: top;
border: 2px solid #F3F3F3;
border-radius: 5px;
margin-top: 20px;
margin-left: 5%;
padding: 10px;
width: 60%;
min-width: 500px;
font-family: 'smallFont', Arial, sans-serif;
background-color: white;
box-shadow: 2px 2px 3px #E3E3e3;
text-align: center;
}
#editdetailslink {
clear: both;
}
#fname_text {
width: 200px;
margin-top: 20px;
float: middle;
display:inline-block;
}
#desc_text {
width: 200px;
height: 100px;
margin-top: 20px;
float: middle;
display:inline-block;
}
#genres_text {
width: 200px;
height: 100px;
margin-top: 20px;
float: middle;
display:inline-block;
}
#addProfilePic {
margin-top: 5px;
margin-bottom: 5px;
}
#addHeaderPic {
float: middle;
}
#following {
float: left;
border: none;
background: none;
color: #E94418;
font-size: 20px;
font-weight: bold;
}
#nooffollowing {
float: left;
font-weight: bold;
margin-left: 40px;
font-size: 32px;
}
#followers {
color: #E94418;
font-size: 20px;
margin-left: 20px;
float: right;
border: none;
background: none;
font-weight: bold;
}
#nooffollowers {
font-weight: bold;
float: right;
margin-right: 40px;
font-size: 32px;
}
#followers-container {
float: right;
}
#following-container {
float: left;
}
#follow-buttons-container {
margin-top: 20px;
}
.follows-buttons {
display: inline-block;
}
#timelinebutton{
font-size: 15px;
color: #E94418;
border: none;
background-color: white;
}
#recordingsbutton{
font-size: 15px;
color: #E94418;
border: none;
background-color: white;
}
#recordings, #suggestions {
font-family: 'smallFont';
font-style: bold;
font-size: 20px;
}
#timeline {
font-family: 'smallFont';
font-style: bold;
font-size: 20px;
}
label {
display:inline-block;
width:200px;
margin-right:30px;
text-align:middle;
}
fieldset {
border:none;
width:500px;
margin: 20 auto 20 auto;
}
.dark-background {
z-index: 4000;
position: absolute;
background-color: rgba(29,29,29, .7);
width: 100%;
height: 100%;
top: 0;
}
#save-details-wrapperr, #list-followers-wrapperr, #list-following-wrapperr {
z-index: 5000;
border: solid;
background-color: rgba(255, 255, 255, 1);
width: auto;
height: auto;
position: absolute;
margin-top: 40px;
margin-left: 370px;
padding: 15px 20px;
vertical-align: middle;
box-shadow: 5px 5px 3px #222;
}
.save-details, .list-followers, .list-following, .profile-list-followers, .profile-list-following {
display: none;
}
.closebox {
float: right;
background: white;
border: none;
margin-left: 150px;
}
.follow-buttons {
color: #E94418;
font-size: 14px;
}
#unfollow-button:hover span {
display: none;
}
#update {
float: right;
margin-top: 25px;
}
#unfollow-button:hover:before {
content: "Unfollow";
}
.follow-button-container {
overflow: hidden;
clear: both;
text-align: center;
}
.fflist {
border-bottom-color: black;
border-bottom: 1px solid;
width: 200px;
height: 50px;
margin-top: 30px;
}
#suggestions-container {
float: left;
display: inline-block;
width: 100%;
max-width: 300px;
margin-top: 50px;
margin-left: 30px;
border: 2px solid #F3F3F3;
border-radius: 5px;
box-shadow: 2px 2px 3px #E3E3e3;
padding: 5px;
margin-bottom: 50px;
z-index: 2;
}
.suggested {
border-bottom-color: black;
border-bottom: 1px solid;
height: 50px;
margin-top: 30px;
}
.userlink {
color: #E94418;
text-decoration: none;
}
#personaldetailswrapper {
width: 300px;
margin-right: 30px;
display: inline-block;
} | client/stylesheets/user.css | display: inline-block;
max-width: 300px;
margin-top: 50px;
margin-left: 30px;
border: 2px solid #F3F3F3;
border-radius: 5px;
box-shadow: 2px 2px 3px #E3E3e3;
padding: 5px;
}
#header {
height: 200px;
width: 300px;
margin-left: auto;
margin-right: auto;
background-color: #F3F3F3;
background-size: 300px 200px;
}
#photo {
width: 30%;
height: 40%;
margin: 20px;
z-index: 1;
display: inline-block;
}
#profilephoto {
width: 100px;
height: 90px;
border: solid #F3F3F3 1px;
}
#bio {
margin-top: 20px;
z-index: 1;
font-family: 'Tahoma', Arial, sans-serif;
background-color: white;
}
#edit_details {
font-family: 'smallFont', Arial, sans-serif;
float: middle;
width: 500px;
height: auto;
margin-left: 50px;
margin-right: auto;
background-color: white;
}
#userbody .main {
display: inline-block;
vertical-align: top;
border: 2px solid #F3F3F3;
border-radius: 5px;
margin-top: 20px;
margin-left: 5%;
padding: 10px;
width: 60%;
min-width: 500px;
font-family: 'smallFont', Arial, sans-serif;
background-color: white;
box-shadow: 2px 2px 3px #E3E3e3;
text-align: center;
}
#editdetailslink {
clear: both;
}
#fname_text {
width: 200px;
margin-top: 20px;
float: middle;
display:inline-block;
}
#desc_text {
width: 200px;
height: 100px;
margin-top: 20px;
float: middle;
display:inline-block;
}
#genres_text {
width: 200px;
height: 100px;
margin-top: 20px;
float: middle;
display:inline-block;
}
#addProfilePic {
margin-top: 5px;
margin-bottom: 5px;
}
#addHeaderPic {
float: middle;
}
#following {
float: left;
border: none;
background: none;
color: #E94418;
font-size: 20px;
font-weight: bold;
}
#nooffollowing {
float: left;
font-weight: bold;
margin-left: 40px;
font-size: 32px;
}
#followers {
color: #E94418;
font-size: 20px;
margin-left: 20px;
float: right;
border: none;
background: none;
font-weight: bold;
}
#nooffollowers {
font-weight: bold;
float: right;
margin-right: 40px;
font-size: 32px;
}
#followers-container {
float: right;
}
#following-container {
float: left;
}
#follow-buttons-container {
margin-top: 20px;
}
.follows-buttons {
display: inline-block;
}
#timelinebutton{
font-size: 15px;
color: #E94418;
border: none;
background-color: white;
}
#recordingsbutton{
font-size: 15px;
color: #E94418;
border: none;
background-color: white;
}
#recordings, #suggestions {
font-family: 'smallFont';
font-style: bold;
font-size: 20px;
}
#timeline {
font-family: 'smallFont';
font-style: bold;
font-size: 20px;
}
label {
display:inline-block;
width:200px;
margin-right:30px;
text-align:middle;
}
fieldset {
border:none;
width:500px;
margin: 20 auto 20 auto;
}
.dark-background {
z-index: 4000;
position: absolute;
background-color: rgba(29,29,29, .7);
width: 100%;
height: 100%;
top: 0;
}
#save-details-wrapperr, #list-followers-wrapperr, #list-following-wrapperr {
z-index: 5000;
border: solid;
background-color: rgba(255, 255, 255, 1);
width: auto;
height: auto;
position: absolute;
margin-top: 40px;
margin-left: 370px;
padding: 15px 20px;
vertical-align: middle;
box-shadow: 5px 5px 3px #222;
}
.save-details, .list-followers, .list-following, .profile-list-followers, .profile-list-following {
display: none;
}
.closebox {
float: right;
background: white;
border: none;
margin-left: 150px;
}
.follow-buttons {
color: #E94418;
font-size: 14px;
}
#unfollow-button:hover span {
display: none;
}
#update {
float: right;
margin-top: 25px;
}
#unfollow-button:hover:before {
content: "Unfollow";
}
.follow-button-container {
overflow: hidden;
clear: both;
text-align: center;
}
.fflist {
border-bottom-color: black;
border-bottom: 1px solid;
width: 200px;
height: 50px;
margin-top: 30px;
}
#suggestions-container {
float: left;
display: inline-block;
width: 100%;
max-width: 300px;
margin-top: 50px;
margin-left: 30px;
border: 2px solid #F3F3F3;
border-radius: 5px;
box-shadow: 2px 2px 3px #E3E3e3;
padding: 5px;
margin-bottom: 50px;
z-index: 2;
}
.suggested {
border-bottom-color: black;
border-bottom: 1px solid;
height: 50px;
margin-top: 30px;
}
.userlink {
color: #E94418;
text-decoration: none;
}
#personaldetailswrapper {
width: 300px;
margin-right: 30px;
display: inline-block;
} | 0.231701 | 0.071267 |
body {font-family: Arial, Helvetica, sans-serif;}
/*Code By <NAME>*/
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #d10606;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
border-bottom: 3px solid #f1f1f1;
}
button:hover {
opacity: 0.6;
}
h2 {
display: inline-block;
color: #333;
}
footer{
border: 2px solid #f1f1f1;
width: auto;
padding: 5px 5px;
color: #f1f1f1;
bottom: 0px;
font-size: 8px;
margin-top: 10px;
}
.mycontainer {
border: 3px solid #f1f1f1;
width: auto;
padding: 10px 18px;
}
a.goto{
position: relative;
top:-60px;
display: block;
height: 0;
width:0;
}
.copyCellButton{
background-color: #d10606;
color: white;
border: none;
cursor: pointer;
padding: 5px 5px;
text-align: center;
width: 40%;
height: 80%;
}
.copyCellButton:hover {
opacity: 0.6;
}
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
img.avatar {
width: 40%;
border-radius: 50%;
}
.container {
padding: 16px;
}
span.psw {
float: right;
padding-top: 16px;
}
.hideShowButton {
/* background-color: #d10606;
color: white;
padding: 10px 10px;
margin: 0px 0px; */
border: none;
cursor: pointer;
width: 100%
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
#navbar {
overflow: hidden;
border: 4px solid #f1f1f1;
box-sizing: border-box;
background-color: #f9f9f9;
z-index: 10;
}
#navbar a {
float: left;
display: block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
#navbar a:hover {
background-color: #d10606;
opacity: 0.8;
color: white;
}
.navbaritem.active {
background-color: #d10606;
color: white;
}
.navbaritem {
background-color: inherit;
color: inherit;
}
.content {
padding: 16px;
padding-top: 60px;
}
.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.sticky + .content {
padding-top: 60px;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #d10606;
width: 50px;
height: 50px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
z-index: 5;
left: 50%;
margin-left: -39px;
position: relative;
display: none;
}
/*<!--Code by <NAME>-->*/
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | ServerRoot/css/style.css | body {font-family: Arial, Helvetica, sans-serif;}
/*Code By <NAME>*/
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #d10606;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
border-bottom: 3px solid #f1f1f1;
}
button:hover {
opacity: 0.6;
}
h2 {
display: inline-block;
color: #333;
}
footer{
border: 2px solid #f1f1f1;
width: auto;
padding: 5px 5px;
color: #f1f1f1;
bottom: 0px;
font-size: 8px;
margin-top: 10px;
}
.mycontainer {
border: 3px solid #f1f1f1;
width: auto;
padding: 10px 18px;
}
a.goto{
position: relative;
top:-60px;
display: block;
height: 0;
width:0;
}
.copyCellButton{
background-color: #d10606;
color: white;
border: none;
cursor: pointer;
padding: 5px 5px;
text-align: center;
width: 40%;
height: 80%;
}
.copyCellButton:hover {
opacity: 0.6;
}
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
}
img.avatar {
width: 40%;
border-radius: 50%;
}
.container {
padding: 16px;
}
span.psw {
float: right;
padding-top: 16px;
}
.hideShowButton {
/* background-color: #d10606;
color: white;
padding: 10px 10px;
margin: 0px 0px; */
border: none;
cursor: pointer;
width: 100%
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
#navbar {
overflow: hidden;
border: 4px solid #f1f1f1;
box-sizing: border-box;
background-color: #f9f9f9;
z-index: 10;
}
#navbar a {
float: left;
display: block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
#navbar a:hover {
background-color: #d10606;
opacity: 0.8;
color: white;
}
.navbaritem.active {
background-color: #d10606;
color: white;
}
.navbaritem {
background-color: inherit;
color: inherit;
}
.content {
padding: 16px;
padding-top: 60px;
}
.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
.sticky + .content {
padding-top: 60px;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #d10606;
width: 50px;
height: 50px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
z-index: 5;
left: 50%;
margin-left: -39px;
position: relative;
display: none;
}
/*<!--Code by <NAME>-->*/
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | 0.310172 | 0.050168 |
html, body {
margin: 0;
padding: 0;
outline: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
display: block;
}
img {
vertical-align: middle;
}
/* ==================================================================== */
/* === Global ========================================================= */
/* ==================================================================== */
body {
font-size: 16px;
font-weight: 400;
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
line-height: 1.42857143;
letter-spacing: 0.01em;
background-color: #F9F9F9;
color: #333;
}
html, body {
height: 100%;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
}
.wrapper {
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}
/* ==================================================================== */
/* === MAIN HEADER ==================================================== */
/* ==================================================================== */
.main-header {
height: 55px;
overflow: hidden;
background: #367fa9;
color: #fff;
}
.main-header h1 {
float: left;
margin: 12px 0 0 15px;
font-size: 22px;
}
.main-header h1 span {
font-weight: 400;
}
.main-header nav {
float: right;
margin-right: 15px;
padding-top: 15px;
}
.main-header nav .fa {
color: #fff;
margin-left: 8px;
font-size: 20px;
opacity: 0.8;
}
.main-header nav .fa:hover {
opacity: 1.0;
}
.main-header nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-header nav ul li a,
.main-header nav ul li .user_menu {
display: block;
cursor: pointer;
padding: 15px 15px;
user-select: none;
text-decoration: none;
font-size: 14px;
color: #fff;
}
.main-header nav ul li a:hover {
background: rgba(0,0,0,0.1);
color: #f6f6f6;
}
.main-header nav ul li:hover {
background: rgba(0,0,0,0.1);
color: #f6f6f6;
}
.menubar ul li ul {
display: none;
position: absolute;
background: #367fa9;
z-index: 999;
}
.menubar i.fa {
margin-right: 6px;
}
.menubar img {
width: 25px;
height: 25px;
border-radius: 50%;
}
i.fa-power-off {
font-size: 18px;
}
.menubar .user_fullname {
vertical-align: middle;
margin-right: 8px;
}
.clicked {
display: block !important;
background: rgba(0,0,0,0.1);
}
/* ==================================================================== */
/* === MAIN SIDEBAR =================================================== */
/* ==================================================================== */
.main-sidebar {
width: 230px;
height: 100%;
position: absolute;
background: #222d32;
padding: 15px 0;
}
.main-sidebar nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-sidebar nav ul li a {
display: block;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
text-decoration: none;
color: #ccc;
}
.main-sidebar nav ul li.active a,
.main-sidebar nav ul li a:hover {
background: #000;
color: #fff;
}
/* ==================================================================== */
/* === MAIN CONTENT =================================================== */
/* ==================================================================== */
.content {
margin-left: 230px;
padding: 0 30px 60px 30px;
}
/* ==================================================================== */
/* === DASHBOARD ====================================================== */
/* ==================================================================== */
.dashboard {
margin: 0;
padding: 0;
list-style: none;
}
.infobox {
float: left;
margin: 0 8px 8px 0;
position: relative;
text-align: center;
border: 1px solid #eee;
background: #fff;
width: 200px;
height: 200px;
}
.infobox h3 {
margin: 0;
font-weight: 300;
text-transform: uppercase;
}
.infobox p {
margin: 0 0 14px 0;
font-size: 42px;
font-weight: 300;
}
.infobox-inner {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}
/* ==================================================================== */
/* === POSTS ========================================================== */
/* ==================================================================== */
.posts {
margin: 0;
padding: 0;
list-style: none;
}
.post-entry {
background: #fff;
border: 1px solid #eee;
margin-bottom: 1px;
padding: 12px;
}
.post-entry .row {
overflow: hidden;
}
.post-entry h3 {
float: left;
font-size: 16px;
font-weight: 600;
margin: 0;
}
.post-entry a {
color: #23527c;
}
.post-entry a:hover {
color: #337ab7;
}
.post-entry span {
float: right;
}
.post-entry time {
float: right;
font-size: 12px;
margin-top: 8px;
}
.post-entry-menu {
margin: 2px 0 0 0;
padding: 0;
list-style: none;
overflow: hidden;
float: left;
}
.post-entry-menu li {
float: left;
margin-right: 8px;
}
.post-entry-menu a {
font-size: 12px;
text-transform: uppercase;
}
.post-entry-menu button[type="submit"] {
-webkit-appearance: none !important;
text-transform: uppercase;
background: transparent;
cursor: pointer;
font-size: 12px;
color: #337ab7;
border: none;
margin: 0;
padding: 0;
}
.button {
border: 0;
margin-top: 24px;
display: inline-block;
background: #E6E6E6;
padding: .5em 1em;
cursor: pointer;
color: #000;
}
.button:hover {
background: #b8b8b8;
color: #000;
}
.btn-edit {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #0078e7;
padding: 2px 4px;
}
.btn-delete {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #dc3545;
padding: 2px 4px;
}
.btn-disable {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #868e96;
padding: 2px 4px;
}
.btn-approve {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #1A741D;
padding: 2px 4px;
}
/* ==================================================================== */
/* === ADD POSTS & PAGES ============================================== */
/* ==================================================================== */
.permalink {
font-size: 12px;
margin: 8px 0 32px 0;
}
.permalink span {
background: #FFFBCC;
}
/* ==================================================================== */
/* === FORMS (Add new post & Settings) ================================ */
/* ==================================================================== */
.form label {
display: block;
margin-bottom: 8px;
}
.form #post_url,
.form #post_title,
.form #post_content,
.form #post_tags,
.form #page_url,
.form #page_title,
.form #page_content,
.form #enter_tags,
.form .form-control {
width: 100%;
padding: 8px;
margin-bottom: 28px;
border: 1px solid #ccc;
}
.form #post_url,
.form #post_content,
.form .form-control {
margin-bottom: 28px;
}
.form #post_url {
font-size: 12px;
}
.form #post_url:focus,
.form #post_title:focus,
.form #post_tags:focus,
.form #enter_tags:focus,
.form .form-control:focus {
outline: none;
border: 1px solid #888;
}
.form input[type="submit"] {
border: 0;
border-radius: unset;
margin-top: 24px;
background: #E6E6E6;
padding: .5em 1em;
cursor: pointer;
}
.form input[type="submit"]:hover {
background: #b8b8b8;
}
.form__group {
overflow: hidden;
}
/* .form__content {
float: left;
width: 78%;
} */
.form__tags {
float: right;
width: 20%;
}
.form__tags input {
padding: 4px 8px;
}
.tags_list {
margin: 0;
padding: 0;
list-style: none;
}
.tags_item {
margin-bottom: 4px;
padding: 8px 8px;
background: #eee;
color: #999;
}
.tags_item .fa {
float: right;
margin-top: 3px;
cursor: pointer;
}
.tags_item .fa:hover {
color: #444;
}
/* ==================================================================== */
/* === USERS ========================================================== */
/* ==================================================================== */
.table_users {
border-collapse: collapse;
width: 100%;
}
.table_users th {
text-align: left;
}
.table_users > thead > tr > td,
.table_users > thead > tr > th,
.table_users > tbody > tr > td,
.table_users > tbody > tr > th,
.table_users > tfoot > tr > td,
.table_users > tfoot > tr > th {
padding: 8px;
line-height: 1.42857143;
border-top: 1px solid #ddd;
}
.table_users img {
margin-right: 12px;
border-radius: 50%;
width: 50px !important;
height: 50px !important;
}
/* ==================================================================== */
/* === LOGIN FORM ===================================================== */
/* ==================================================================== */
.login-box {
padding: 0 0 40px 0;
background: #eee;
border: 2px solid #ddd;
text-align: center;
width: 337px;
}
.login-box h2 {
margin-bottom: 0;
}
.login-box p {
margin: 0 0 30px 0;
font-size: 10px;
}
.login-box a {
display: inline-block;
margin-top: 30px;
}
.login-box input {
display: block;
padding: 8px 14px;
margin: 12px auto 0 auto;
border-radius: 2px;
border: 1px solid #CDCDCD;
width: 80%;
}
.login-box input[type="submit"] {
margin: 20px auto 0 auto;
background: #4d90fe;
background: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background: -moz-linear-gradient(top,#4d90fe,#4787ed);
background: -ms-linear-gradient(top,#4d90fe,#4787ed);
background: -o-linear-gradient(top,#4d90fe,#4787ed);
background: linear-gradient(top,#4d90fe,#4787ed);
font-weight: 600;
color: #fff;
}
.login-box input[type="submit"]:hover {
background: #357ae8;
background: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background: -moz-linear-gradient(top,#4d90fe,#357ae8);
background: -ms-linear-gradient(top,#4d90fe,#357ae8);
background: -o-linear-gradient(top,#4d90fe,#357ae8);
background: linear-gradient(top,#4d90fe,#357ae8);
}
.invalid-feedback {
display: block;
color: #f00;
font-size: 10px;
margin-top: 4px;
}
.is-invalid {
border: 1px solid #f00 !important;
}
.alert-success {
margin-bottom: 28px;
border-radius: 2px;
border: 1px solid transparent;
padding: .75rem 1.25rem;
border-color: #c3e6cb;
background: #d4edda;
color: #155724;
}
.vcenter {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}
.visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
.comments_list {
margin: 0;
padding: 0;
list-style: none;
}
.comments_list__item {
padding: 14px;
overflow: hidden;
border: 1px solid #EFEBE8;
margin-bottom: 1px;
background: #fff;
font-size: 14px;
}
.comments_list_item__author {
margin-bottom: 8px;
}
.comments_list_item__author span {
font-weight: 600;
}
.comments_list_item__options {
margin: 8px 0 0 0;
padding: 0;
list-style: none;
}
.comments_list_item__options li {
float: left;
margin-right: 8px;
}
.comments_list_item_option__approve a {
color: #1A741D;
}
.comments_list_item_option__delete a {
color: #CA2A3B;
} | public/admin/css/style.css |
html, body {
margin: 0;
padding: 0;
outline: 0;
border: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, section, summary {
display: block;
}
img {
vertical-align: middle;
}
/* ==================================================================== */
/* === Global ========================================================= */
/* ==================================================================== */
body {
font-size: 16px;
font-weight: 400;
font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
line-height: 1.42857143;
letter-spacing: 0.01em;
background-color: #F9F9F9;
color: #333;
}
html, body {
height: 100%;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
}
.wrapper {
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}
/* ==================================================================== */
/* === MAIN HEADER ==================================================== */
/* ==================================================================== */
.main-header {
height: 55px;
overflow: hidden;
background: #367fa9;
color: #fff;
}
.main-header h1 {
float: left;
margin: 12px 0 0 15px;
font-size: 22px;
}
.main-header h1 span {
font-weight: 400;
}
.main-header nav {
float: right;
margin-right: 15px;
padding-top: 15px;
}
.main-header nav .fa {
color: #fff;
margin-left: 8px;
font-size: 20px;
opacity: 0.8;
}
.main-header nav .fa:hover {
opacity: 1.0;
}
.main-header nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-header nav ul li a,
.main-header nav ul li .user_menu {
display: block;
cursor: pointer;
padding: 15px 15px;
user-select: none;
text-decoration: none;
font-size: 14px;
color: #fff;
}
.main-header nav ul li a:hover {
background: rgba(0,0,0,0.1);
color: #f6f6f6;
}
.main-header nav ul li:hover {
background: rgba(0,0,0,0.1);
color: #f6f6f6;
}
.menubar ul li ul {
display: none;
position: absolute;
background: #367fa9;
z-index: 999;
}
.menubar i.fa {
margin-right: 6px;
}
.menubar img {
width: 25px;
height: 25px;
border-radius: 50%;
}
i.fa-power-off {
font-size: 18px;
}
.menubar .user_fullname {
vertical-align: middle;
margin-right: 8px;
}
.clicked {
display: block !important;
background: rgba(0,0,0,0.1);
}
/* ==================================================================== */
/* === MAIN SIDEBAR =================================================== */
/* ==================================================================== */
.main-sidebar {
width: 230px;
height: 100%;
position: absolute;
background: #222d32;
padding: 15px 0;
}
.main-sidebar nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-sidebar nav ul li a {
display: block;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
text-decoration: none;
color: #ccc;
}
.main-sidebar nav ul li.active a,
.main-sidebar nav ul li a:hover {
background: #000;
color: #fff;
}
/* ==================================================================== */
/* === MAIN CONTENT =================================================== */
/* ==================================================================== */
.content {
margin-left: 230px;
padding: 0 30px 60px 30px;
}
/* ==================================================================== */
/* === DASHBOARD ====================================================== */
/* ==================================================================== */
.dashboard {
margin: 0;
padding: 0;
list-style: none;
}
.infobox {
float: left;
margin: 0 8px 8px 0;
position: relative;
text-align: center;
border: 1px solid #eee;
background: #fff;
width: 200px;
height: 200px;
}
.infobox h3 {
margin: 0;
font-weight: 300;
text-transform: uppercase;
}
.infobox p {
margin: 0 0 14px 0;
font-size: 42px;
font-weight: 300;
}
.infobox-inner {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}
/* ==================================================================== */
/* === POSTS ========================================================== */
/* ==================================================================== */
.posts {
margin: 0;
padding: 0;
list-style: none;
}
.post-entry {
background: #fff;
border: 1px solid #eee;
margin-bottom: 1px;
padding: 12px;
}
.post-entry .row {
overflow: hidden;
}
.post-entry h3 {
float: left;
font-size: 16px;
font-weight: 600;
margin: 0;
}
.post-entry a {
color: #23527c;
}
.post-entry a:hover {
color: #337ab7;
}
.post-entry span {
float: right;
}
.post-entry time {
float: right;
font-size: 12px;
margin-top: 8px;
}
.post-entry-menu {
margin: 2px 0 0 0;
padding: 0;
list-style: none;
overflow: hidden;
float: left;
}
.post-entry-menu li {
float: left;
margin-right: 8px;
}
.post-entry-menu a {
font-size: 12px;
text-transform: uppercase;
}
.post-entry-menu button[type="submit"] {
-webkit-appearance: none !important;
text-transform: uppercase;
background: transparent;
cursor: pointer;
font-size: 12px;
color: #337ab7;
border: none;
margin: 0;
padding: 0;
}
.button {
border: 0;
margin-top: 24px;
display: inline-block;
background: #E6E6E6;
padding: .5em 1em;
cursor: pointer;
color: #000;
}
.button:hover {
background: #b8b8b8;
color: #000;
}
.btn-edit {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #0078e7;
padding: 2px 4px;
}
.btn-delete {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #dc3545;
padding: 2px 4px;
}
.btn-disable {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #868e96;
padding: 2px 4px;
}
.btn-approve {
font-weight: 700;
font-size: 9px !important;
color: #fff !important;
background: #1A741D;
padding: 2px 4px;
}
/* ==================================================================== */
/* === ADD POSTS & PAGES ============================================== */
/* ==================================================================== */
.permalink {
font-size: 12px;
margin: 8px 0 32px 0;
}
.permalink span {
background: #FFFBCC;
}
/* ==================================================================== */
/* === FORMS (Add new post & Settings) ================================ */
/* ==================================================================== */
.form label {
display: block;
margin-bottom: 8px;
}
.form #post_url,
.form #post_title,
.form #post_content,
.form #post_tags,
.form #page_url,
.form #page_title,
.form #page_content,
.form #enter_tags,
.form .form-control {
width: 100%;
padding: 8px;
margin-bottom: 28px;
border: 1px solid #ccc;
}
.form #post_url,
.form #post_content,
.form .form-control {
margin-bottom: 28px;
}
.form #post_url {
font-size: 12px;
}
.form #post_url:focus,
.form #post_title:focus,
.form #post_tags:focus,
.form #enter_tags:focus,
.form .form-control:focus {
outline: none;
border: 1px solid #888;
}
.form input[type="submit"] {
border: 0;
border-radius: unset;
margin-top: 24px;
background: #E6E6E6;
padding: .5em 1em;
cursor: pointer;
}
.form input[type="submit"]:hover {
background: #b8b8b8;
}
.form__group {
overflow: hidden;
}
/* .form__content {
float: left;
width: 78%;
} */
.form__tags {
float: right;
width: 20%;
}
.form__tags input {
padding: 4px 8px;
}
.tags_list {
margin: 0;
padding: 0;
list-style: none;
}
.tags_item {
margin-bottom: 4px;
padding: 8px 8px;
background: #eee;
color: #999;
}
.tags_item .fa {
float: right;
margin-top: 3px;
cursor: pointer;
}
.tags_item .fa:hover {
color: #444;
}
/* ==================================================================== */
/* === USERS ========================================================== */
/* ==================================================================== */
.table_users {
border-collapse: collapse;
width: 100%;
}
.table_users th {
text-align: left;
}
.table_users > thead > tr > td,
.table_users > thead > tr > th,
.table_users > tbody > tr > td,
.table_users > tbody > tr > th,
.table_users > tfoot > tr > td,
.table_users > tfoot > tr > th {
padding: 8px;
line-height: 1.42857143;
border-top: 1px solid #ddd;
}
.table_users img {
margin-right: 12px;
border-radius: 50%;
width: 50px !important;
height: 50px !important;
}
/* ==================================================================== */
/* === LOGIN FORM ===================================================== */
/* ==================================================================== */
.login-box {
padding: 0 0 40px 0;
background: #eee;
border: 2px solid #ddd;
text-align: center;
width: 337px;
}
.login-box h2 {
margin-bottom: 0;
}
.login-box p {
margin: 0 0 30px 0;
font-size: 10px;
}
.login-box a {
display: inline-block;
margin-top: 30px;
}
.login-box input {
display: block;
padding: 8px 14px;
margin: 12px auto 0 auto;
border-radius: 2px;
border: 1px solid #CDCDCD;
width: 80%;
}
.login-box input[type="submit"] {
margin: 20px auto 0 auto;
background: #4d90fe;
background: -webkit-linear-gradient(top,#4d90fe,#4787ed);
background: -moz-linear-gradient(top,#4d90fe,#4787ed);
background: -ms-linear-gradient(top,#4d90fe,#4787ed);
background: -o-linear-gradient(top,#4d90fe,#4787ed);
background: linear-gradient(top,#4d90fe,#4787ed);
font-weight: 600;
color: #fff;
}
.login-box input[type="submit"]:hover {
background: #357ae8;
background: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background: -moz-linear-gradient(top,#4d90fe,#357ae8);
background: -ms-linear-gradient(top,#4d90fe,#357ae8);
background: -o-linear-gradient(top,#4d90fe,#357ae8);
background: linear-gradient(top,#4d90fe,#357ae8);
}
.invalid-feedback {
display: block;
color: #f00;
font-size: 10px;
margin-top: 4px;
}
.is-invalid {
border: 1px solid #f00 !important;
}
.alert-success {
margin-bottom: 28px;
border-radius: 2px;
border: 1px solid transparent;
padding: .75rem 1.25rem;
border-color: #c3e6cb;
background: #d4edda;
color: #155724;
}
.vcenter {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
}
.visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
.comments_list {
margin: 0;
padding: 0;
list-style: none;
}
.comments_list__item {
padding: 14px;
overflow: hidden;
border: 1px solid #EFEBE8;
margin-bottom: 1px;
background: #fff;
font-size: 14px;
}
.comments_list_item__author {
margin-bottom: 8px;
}
.comments_list_item__author span {
font-weight: 600;
}
.comments_list_item__options {
margin: 8px 0 0 0;
padding: 0;
list-style: none;
}
.comments_list_item__options li {
float: left;
margin-right: 8px;
}
.comments_list_item_option__approve a {
color: #1A741D;
}
.comments_list_item_option__delete a {
color: #CA2A3B;
} | 0.321567 | 0.041385 |
body.transition,
body.transition * {
transition-property: background-color, color;
transition-duration: .5s;
}
body {
margin: 0 auto;
background-color: var(--page-bg-color);
min-height: 100vh;
display: flex;
flex-direction: column;
max-width: 100vw;
}
p,
span,
h1, h2, h3, h4, h5, h6,
i,
a,
input,
textarea,
select,
label,
li {
font-family: sans-serif;
color: var(--page-text-color);
}
p {
margin: 0;
}
.button div, button {
border-radius: 5px;
background-color: var(--page-button-bg-color);
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
border: none;
cursor: pointer;
}
.button div:hover, button:hover {
filter: brightness(0.9);
}
.button, .button p, button span {
text-decoration: none;
text-align: center;
}
.title-container {
width: 100%;
}
.title-container p {
font-size: 2.5em;
font-weight: bold;
margin: 1em 0.5em 0.5em;
}
.card {
background-color: var(--main-container-bg-color);
border-radius: 15px;
box-shadow: 0px 0px 5px 0px black;
}
.main-area > a {
text-decoration: none;
}
select {
font-size: 1em;
min-width: 10em;
padding: 5px;
margin: 5px;
background-color: var(--page-input-bg-color);
border: none;
}
.dropdown-list {
display: flex;
flex-direction: column;
margin-left: 0.5em;
}
.dropdown-item {
margin: 0.5em 0.5em 0.5em 0;
}
.dropdown-item-header {
margin-left: 0.2em;
margin-bottom: 0.1em;
}
.dropdown-item-select {
background-color: var(--page-dropdown-bg-color);
border-radius: 5px;
}
.dropdown-item-select label {
width: 100%;
}
.dropdown-item-select select {
width: calc(100% - 0.5em);
}
.dropdown-item-select select:focus {
outline: none;
}
.dropdown-item-select option:hover {
background-color: white;
}
.main-page {
width: 100%;
display: flex;
justify-content: center;
margin-top: 2em;
flex-grow: 1;
}
.main-area {
max-width: calc(1920px / 2);
display: flex;
flex-direction: column;
margin: 0 1em;
}
@media (max-width: 960px) {
.main-area {
max-width: 85vw;
}
}
.offer-sold {
filter: grayscale(1);
}
.offer-sold .price-tag::after {
content: none !important;
}
.offer-sold .price-tag *::after {
content: none !important;
}
@media (min-width: 1921px) {
.main-area {
max-width: calc(100vw / 2);
}
} | public/css/shared/page.css | body.transition,
body.transition * {
transition-property: background-color, color;
transition-duration: .5s;
}
body {
margin: 0 auto;
background-color: var(--page-bg-color);
min-height: 100vh;
display: flex;
flex-direction: column;
max-width: 100vw;
}
p,
span,
h1, h2, h3, h4, h5, h6,
i,
a,
input,
textarea,
select,
label,
li {
font-family: sans-serif;
color: var(--page-text-color);
}
p {
margin: 0;
}
.button div, button {
border-radius: 5px;
background-color: var(--page-button-bg-color);
box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
border: none;
cursor: pointer;
}
.button div:hover, button:hover {
filter: brightness(0.9);
}
.button, .button p, button span {
text-decoration: none;
text-align: center;
}
.title-container {
width: 100%;
}
.title-container p {
font-size: 2.5em;
font-weight: bold;
margin: 1em 0.5em 0.5em;
}
.card {
background-color: var(--main-container-bg-color);
border-radius: 15px;
box-shadow: 0px 0px 5px 0px black;
}
.main-area > a {
text-decoration: none;
}
select {
font-size: 1em;
min-width: 10em;
padding: 5px;
margin: 5px;
background-color: var(--page-input-bg-color);
border: none;
}
.dropdown-list {
display: flex;
flex-direction: column;
margin-left: 0.5em;
}
.dropdown-item {
margin: 0.5em 0.5em 0.5em 0;
}
.dropdown-item-header {
margin-left: 0.2em;
margin-bottom: 0.1em;
}
.dropdown-item-select {
background-color: var(--page-dropdown-bg-color);
border-radius: 5px;
}
.dropdown-item-select label {
width: 100%;
}
.dropdown-item-select select {
width: calc(100% - 0.5em);
}
.dropdown-item-select select:focus {
outline: none;
}
.dropdown-item-select option:hover {
background-color: white;
}
.main-page {
width: 100%;
display: flex;
justify-content: center;
margin-top: 2em;
flex-grow: 1;
}
.main-area {
max-width: calc(1920px / 2);
display: flex;
flex-direction: column;
margin: 0 1em;
}
@media (max-width: 960px) {
.main-area {
max-width: 85vw;
}
}
.offer-sold {
filter: grayscale(1);
}
.offer-sold .price-tag::after {
content: none !important;
}
.offer-sold .price-tag *::after {
content: none !important;
}
@media (min-width: 1921px) {
.main-area {
max-width: calc(100vw / 2);
}
} | 0.61555 | 0.083928 |
#webamp #playlist-window {
display: flex;
flex-direction: column;
}
#webamp .playlist-top {
width: 100%;
min-height: 20px;
max-height: 20px;
position: relative;
display: flex;
}
#webamp .playlist-top-left {
width: 25px;
}
#webamp .playlist-top-left-spacer {
width: 12px;
}
#webamp .playlist-top-left-fill {
flex-grow: 1;
background-position: right;
}
#webamp .playlist-top-right-spacer {
/* This goes to the right of the center */
width: 13px;
}
#webamp .playlist-top-right-fill {
flex-grow: 1;
background-position: right;
}
#webamp .playlist-top-title {
width: 100px;
}
#webamp .playlist-top-right {
width: 25px;
}
#webamp .playlist-middle {
flex-grow: 1;
display: flex;
flex-direction: row;
overflow: hidden;
}
#webamp .playlist-middle-left {
background-repeat: repeat-y;
width: 12px;
min-width: 12px;
}
#webamp .playlist-middle-center {
flex-grow: 1;
padding: 3px 0;
min-width: 0; /* Not sure why this is needed */
}
#webamp .playlist-tracks {
display: flex;
flex: 1 0 auto;
}
#webamp .playlist-tracks .track-cell {
height: 13px;
line-height: 13px;
font-size: 9px;
letter-spacing: 0.5px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
#webamp .playlist-track-durations > div {
padding-right: 3px;
text-align: right;
}
#webamp .playlist-track-titles {
flex: 1 1 auto;
overflow: hidden;
}
#webamp .playlist-track-titles > div {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#webamp .playlist-middle-right {
background-repeat: repeat-y;
background-position: top right;
width: 20px;
min-width: 20px;
position: relative;
padding-bottom: 18px;
}
#webamp .playlist-scrollbar {
height: 100%;
width: 8px;
margin-left: 5px;
}
#webamp .playlist-scrollbar-handle {
width: 8x;
height: 18px;
}
#webamp .playlist-bottom {
width: 100%;
height: 38px;
min-height: 38px;
max-height: 38px;
position: relative;
}
#webamp .playlist-bottom-left {
width: 125px;
height: 100%;
position: absolute;
}
#webamp .playlist-menu li {
list-style: none;
display: none;
width: 22px;
height: 18px;
padding: 0;
margin: 0;
}
#webamp .playlist-menu li > div {
height: 100%;
}
#webamp .playlist-menu ul {
padding: 0;
margin: 0;
position: absolute;
bottom: 0;
}
#webamp .playlist-menu.selected li {
display: block;
}
#webamp .playlist-menu .bar {
position: absolute;
bottom: 0;
left: -3px;
width: 3px;
height: 54px;
}
#webamp #playlist-add-menu {
position: absolute;
bottom: 12px;
left: 14px;
width: 22px;
height: 18px;
}
#webamp #playlist-remove-menu.playlist-menu .bar {
height: 72px;
}
#webamp #playlist-remove-menu {
position: absolute;
bottom: 12px;
left: 43px;
width: 22px;
height: 18px;
}
#webamp #playlist-selection-menu {
position: absolute;
bottom: 12px;
left: 72px;
width: 22px;
height: 18px;
}
#webamp #playlist-misc-menu {
position: absolute;
bottom: 12px;
left: 101px;
width: 22px;
height: 18px;
}
#webamp #playlist-list-menu {
position: absolute;
bottom: 12px;
right: 22px;
width: 22px;
height: 18px;
}
#webamp .playlist-bottom-right {
width: 150px;
height: 100%;
position: absolute;
right: 0;
}
#webamp .playlist-running-time-display {
position: absolute;
top: 10px;
left: 7px;
height: 10px;
}
#webamp .playlist-action-buttons {
position: absolute;
top: 22px;
left: 3px;
display: flex;
}
#webamp .playlist-action-buttons > div {
height: 10px;
width: 10px;
}
#webamp #playlist-window .playlist-visualizer {
width: 75px;
height: 100%;
position: absolute;
right: 150px;
display: none; /* Only show if the window is wide enough */
}
#webamp #playlist-window.wide .playlist-visualizer {
display: block;
}
#webamp #playlist-window .mini-time {
position: absolute;
top: 23px;
left: 66px;
}
#webamp #playlist-window #playlist-resize-target {
position: absolute;
right: 0;
bottom: 0;
height: 20px;
width: 20px;
}
#webamp #playlist-close-button {
position: absolute;
right: 2px;
height: 9px;
width: 9px;
top: 3px;
}
#webamp #playlist-shade-button {
position: absolute;
right: 12px;
height: 9px;
width: 9px;
top: 3px;
}
#webamp #playlist-window-shade {
height: 14px;
}
#webamp #playlist-window-shade .left {
height: 14px;
background-repeat: no-repeat;
}
#webamp #playlist-window-shade .right {
height: 14px;
background-repeat: no-repeat;
background-position-x: right;
}
#webamp #playlist-window #playlist-scroll-up-button,
#webamp #playlist-window #playlist-scroll-down-button {
position: absolute;
width: 8px;
height: 5px;
right: 7px;
}
#webamp #playlist-window #playlist-scroll-up-button {
top: 2px;
}
#webamp #playlist-window #playlist-scroll-down-button {
top: 8px;
}
#webamp #playlist-window-shade #playlist-resize-target {
position: absolute;
right: 20px;
top: 3px;
height: 9px;
width: 9px;
}
#webamp #playlist-shade-track-title {
position: absolute;
top: 4px;
left: 5px;
}
#webamp #playlist-shade-time {
position: absolute;
top: 4px;
right: 30px;
}
#webamp #playlist-window #visualizer {
position: absolute;
/* TODO: These numbers are not quite right */
top: 10px;
left: 5px;
} | css/playlist-window.css | #webamp #playlist-window {
display: flex;
flex-direction: column;
}
#webamp .playlist-top {
width: 100%;
min-height: 20px;
max-height: 20px;
position: relative;
display: flex;
}
#webamp .playlist-top-left {
width: 25px;
}
#webamp .playlist-top-left-spacer {
width: 12px;
}
#webamp .playlist-top-left-fill {
flex-grow: 1;
background-position: right;
}
#webamp .playlist-top-right-spacer {
/* This goes to the right of the center */
width: 13px;
}
#webamp .playlist-top-right-fill {
flex-grow: 1;
background-position: right;
}
#webamp .playlist-top-title {
width: 100px;
}
#webamp .playlist-top-right {
width: 25px;
}
#webamp .playlist-middle {
flex-grow: 1;
display: flex;
flex-direction: row;
overflow: hidden;
}
#webamp .playlist-middle-left {
background-repeat: repeat-y;
width: 12px;
min-width: 12px;
}
#webamp .playlist-middle-center {
flex-grow: 1;
padding: 3px 0;
min-width: 0; /* Not sure why this is needed */
}
#webamp .playlist-tracks {
display: flex;
flex: 1 0 auto;
}
#webamp .playlist-tracks .track-cell {
height: 13px;
line-height: 13px;
font-size: 9px;
letter-spacing: 0.5px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
#webamp .playlist-track-durations > div {
padding-right: 3px;
text-align: right;
}
#webamp .playlist-track-titles {
flex: 1 1 auto;
overflow: hidden;
}
#webamp .playlist-track-titles > div {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
#webamp .playlist-middle-right {
background-repeat: repeat-y;
background-position: top right;
width: 20px;
min-width: 20px;
position: relative;
padding-bottom: 18px;
}
#webamp .playlist-scrollbar {
height: 100%;
width: 8px;
margin-left: 5px;
}
#webamp .playlist-scrollbar-handle {
width: 8x;
height: 18px;
}
#webamp .playlist-bottom {
width: 100%;
height: 38px;
min-height: 38px;
max-height: 38px;
position: relative;
}
#webamp .playlist-bottom-left {
width: 125px;
height: 100%;
position: absolute;
}
#webamp .playlist-menu li {
list-style: none;
display: none;
width: 22px;
height: 18px;
padding: 0;
margin: 0;
}
#webamp .playlist-menu li > div {
height: 100%;
}
#webamp .playlist-menu ul {
padding: 0;
margin: 0;
position: absolute;
bottom: 0;
}
#webamp .playlist-menu.selected li {
display: block;
}
#webamp .playlist-menu .bar {
position: absolute;
bottom: 0;
left: -3px;
width: 3px;
height: 54px;
}
#webamp #playlist-add-menu {
position: absolute;
bottom: 12px;
left: 14px;
width: 22px;
height: 18px;
}
#webamp #playlist-remove-menu.playlist-menu .bar {
height: 72px;
}
#webamp #playlist-remove-menu {
position: absolute;
bottom: 12px;
left: 43px;
width: 22px;
height: 18px;
}
#webamp #playlist-selection-menu {
position: absolute;
bottom: 12px;
left: 72px;
width: 22px;
height: 18px;
}
#webamp #playlist-misc-menu {
position: absolute;
bottom: 12px;
left: 101px;
width: 22px;
height: 18px;
}
#webamp #playlist-list-menu {
position: absolute;
bottom: 12px;
right: 22px;
width: 22px;
height: 18px;
}
#webamp .playlist-bottom-right {
width: 150px;
height: 100%;
position: absolute;
right: 0;
}
#webamp .playlist-running-time-display {
position: absolute;
top: 10px;
left: 7px;
height: 10px;
}
#webamp .playlist-action-buttons {
position: absolute;
top: 22px;
left: 3px;
display: flex;
}
#webamp .playlist-action-buttons > div {
height: 10px;
width: 10px;
}
#webamp #playlist-window .playlist-visualizer {
width: 75px;
height: 100%;
position: absolute;
right: 150px;
display: none; /* Only show if the window is wide enough */
}
#webamp #playlist-window.wide .playlist-visualizer {
display: block;
}
#webamp #playlist-window .mini-time {
position: absolute;
top: 23px;
left: 66px;
}
#webamp #playlist-window #playlist-resize-target {
position: absolute;
right: 0;
bottom: 0;
height: 20px;
width: 20px;
}
#webamp #playlist-close-button {
position: absolute;
right: 2px;
height: 9px;
width: 9px;
top: 3px;
}
#webamp #playlist-shade-button {
position: absolute;
right: 12px;
height: 9px;
width: 9px;
top: 3px;
}
#webamp #playlist-window-shade {
height: 14px;
}
#webamp #playlist-window-shade .left {
height: 14px;
background-repeat: no-repeat;
}
#webamp #playlist-window-shade .right {
height: 14px;
background-repeat: no-repeat;
background-position-x: right;
}
#webamp #playlist-window #playlist-scroll-up-button,
#webamp #playlist-window #playlist-scroll-down-button {
position: absolute;
width: 8px;
height: 5px;
right: 7px;
}
#webamp #playlist-window #playlist-scroll-up-button {
top: 2px;
}
#webamp #playlist-window #playlist-scroll-down-button {
top: 8px;
}
#webamp #playlist-window-shade #playlist-resize-target {
position: absolute;
right: 20px;
top: 3px;
height: 9px;
width: 9px;
}
#webamp #playlist-shade-track-title {
position: absolute;
top: 4px;
left: 5px;
}
#webamp #playlist-shade-time {
position: absolute;
top: 4px;
right: 30px;
}
#webamp #playlist-window #visualizer {
position: absolute;
/* TODO: These numbers are not quite right */
top: 10px;
left: 5px;
} | 0.30965 | 0.032868 |
body{
font-size: 1.5em;
color: rgb(0,0,0);
}
section{
width: 100%;
}
a{
text-decoration: none;
color: rgb(0,0,0);
}
a:active{
text-decoration: none;
color: rgb(0,0,0);
}
h1{
text-align: center;
font-size: 2em;
line-height: 2em;
}
p.content{
line-height: 1.6em;
font-size: 1.4em;
padding-top: 10px;
}
.color-w{
color: white;
}
.border-t1{
border-top: 1px solid #CCC;
}
.border-b1{
border-bottom: 1px solid #CCC;
}
.border-l1{
border-left: 1px solid #CCC;
}
.border-r1{
border-right: 1px solid #CCC;
}
.bt{
background-color: rgb(0,122,255);
border-radius: 10px;
color: white;
text-align: center;
}
.top{
position: relative;
}
.top .shop-image{
width: 100%;
}
.top .part{
position: absolute;
width: 100%;
}
.top .part.comment{
bottom: 62px;
}
.top .part.comment .star{
font-size: 2em;
margin-left: 5%;
}
.top .part.comment .followers{
margin-right: 5%;
width: 190px;
height: 50px;
line-height: 50px;
margin-top: 8px;
}
.top .part.info{
bottom: 0px;
background-color: rgba(255,255,255,.7);
color: rgb(0,0,0);
padding: 10px 0px;
}
.top .part.info .coupon{
margin-left: 5%;
}
.top .part.info .command{
margin-right: 5%;
}
.shop-info{
padding: 10px 0;
}
.shop-info .name .name-txt{
font-size: 1.6em;
margin-left: 5%;
}
.shop-info .name .bt{
width: 190px;
height: 50px;
line-height: 50px;
margin-top: 8px;
margin-right: 5%;
}
.shop-info .notice{
padding-left: 5%;
line-height: 1.6em;
}
.contact{
padding: 20px 0;
}
.contact .address{
font-size: 1.4em;
margin-left: 5%;
}
.contact .address i{
font-size: 1.8em;
margin-top: 10px;
}
.contact .icon-phone{
margin-right: 5%;
padding-left: 5%;
}
.contact .icon-phone i{
font-size: 3em;
}
.activity img{
width: 100%;
}
.activity p.title{
font-size: 1.4em;
padding-left: 5%;
line-height: 2em;
}
.pro-list{
padding-left: 5%;
}
.pro-list h2{
font-size: 1.4em;
}
.pro-list .description{
margin: 10px 0;
padding-right: 5%;
}
.pro-list ul li{
float: left;
width: 26%;
}
.pro-list ul li img{
width: 100%;
}
.pro-list ul li:nth-child(2){
margin-left: 6%;
}
.pro-list ul li:nth-child(3){
margin-left: 6%;
margin-right: 5%;
} | assets/css/shop.css | body{
font-size: 1.5em;
color: rgb(0,0,0);
}
section{
width: 100%;
}
a{
text-decoration: none;
color: rgb(0,0,0);
}
a:active{
text-decoration: none;
color: rgb(0,0,0);
}
h1{
text-align: center;
font-size: 2em;
line-height: 2em;
}
p.content{
line-height: 1.6em;
font-size: 1.4em;
padding-top: 10px;
}
.color-w{
color: white;
}
.border-t1{
border-top: 1px solid #CCC;
}
.border-b1{
border-bottom: 1px solid #CCC;
}
.border-l1{
border-left: 1px solid #CCC;
}
.border-r1{
border-right: 1px solid #CCC;
}
.bt{
background-color: rgb(0,122,255);
border-radius: 10px;
color: white;
text-align: center;
}
.top{
position: relative;
}
.top .shop-image{
width: 100%;
}
.top .part{
position: absolute;
width: 100%;
}
.top .part.comment{
bottom: 62px;
}
.top .part.comment .star{
font-size: 2em;
margin-left: 5%;
}
.top .part.comment .followers{
margin-right: 5%;
width: 190px;
height: 50px;
line-height: 50px;
margin-top: 8px;
}
.top .part.info{
bottom: 0px;
background-color: rgba(255,255,255,.7);
color: rgb(0,0,0);
padding: 10px 0px;
}
.top .part.info .coupon{
margin-left: 5%;
}
.top .part.info .command{
margin-right: 5%;
}
.shop-info{
padding: 10px 0;
}
.shop-info .name .name-txt{
font-size: 1.6em;
margin-left: 5%;
}
.shop-info .name .bt{
width: 190px;
height: 50px;
line-height: 50px;
margin-top: 8px;
margin-right: 5%;
}
.shop-info .notice{
padding-left: 5%;
line-height: 1.6em;
}
.contact{
padding: 20px 0;
}
.contact .address{
font-size: 1.4em;
margin-left: 5%;
}
.contact .address i{
font-size: 1.8em;
margin-top: 10px;
}
.contact .icon-phone{
margin-right: 5%;
padding-left: 5%;
}
.contact .icon-phone i{
font-size: 3em;
}
.activity img{
width: 100%;
}
.activity p.title{
font-size: 1.4em;
padding-left: 5%;
line-height: 2em;
}
.pro-list{
padding-left: 5%;
}
.pro-list h2{
font-size: 1.4em;
}
.pro-list .description{
margin: 10px 0;
padding-right: 5%;
}
.pro-list ul li{
float: left;
width: 26%;
}
.pro-list ul li img{
width: 100%;
}
.pro-list ul li:nth-child(2){
margin-left: 6%;
}
.pro-list ul li:nth-child(3){
margin-left: 6%;
margin-right: 5%;
} | 0.372962 | 0.074366 |
.container section {
text-align: center;
}
.editar--perfil, .editar--senha {
background-color: white;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
padding: 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 60px;
}
.editar--senha {
margin-top: 30px;
margin-bottom: 60px;
}
h1 {
margin-bottom: 32px;
font-size: 32px;
}
.figure__user img {
width: 225px;
height: 225px;
border-radius: 100%;
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin-top: 15px;
margin-right: 49px;
}
.editar__container--perfil {
margin-right: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
padding-left: 2.4rem;
padding-right: 4.8rem;
}
.form__edit--perfil, .form__edit--senha {
padding: auto;
max-width: 350px;
text-align: center;
margin-top: 0px;
margin-right: 0%;
float: left;
}
@media screen and (max-width: 728px) {
.figure__user {
margin-left: 55px;
justify-content: center;
align-items: center;
width: 100%;
}
.editar__container--perfil {
margin-right: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.form__edit--perfil {
margin-top: 10px;
width: 100%;
}
}
/* para o input da imagens */
/*#mediaFile {
display: none;
}*/
/* Tirando pq o javaScript não funcionou se o javaScript funcionar colocar novamente */
.input-group {
display: -webkit-inline-flex;
width: 100%;
max-width: 350px;
}
.input-group input + input {
margin-left: 5px;
}
.form__edit--perfil input, .form__edit--senha input {
width: 100%;
height: 40px;
color: #333;
border: 1px solid #dcdce6;
border-radius: 8px;
padding: 0 24px;
margin-top: 5px;
}
.form__edit--perfil textarea{
width: 100%;
resize: vertical;
min-height: 100px;
color: #333;
border: 1px solid #dcdce6;
border-radius: 8px;
padding: 16px 24px;
line-height: 24px;
margin-top: 5px;
}
.form__edit--perfil .input-group select {
width: 100%;
height: 40px;
color: #333;
border: 1px solid #dcdce6;
border-radius: 8px;
padding: 0 24px;
margin-top: 5px;
margin-right: 5px;
text-align: center;
}
.form__edit--perfil button, .form__edit--senha button {
width: 100%;
height: 40px;
background: #ff6006;
border: 0;
border-radius: 8px;
color: #FFF;
margin-top: 16px;
display: inline-block;
text-align: center;
text-decoration: none;
font-size: 18px;
line-height: 40px;
transition: filter 0.2s;
cursor: pointer;
margin-bottom: 20px;
} | resources/css/editUser.css | .container section {
text-align: center;
}
.editar--perfil, .editar--senha {
background-color: white;
border-radius: 10px;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
padding: 15px;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 60px;
}
.editar--senha {
margin-top: 30px;
margin-bottom: 60px;
}
h1 {
margin-bottom: 32px;
font-size: 32px;
}
.figure__user img {
width: 225px;
height: 225px;
border-radius: 100%;
box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
cursor: pointer;
margin-top: 15px;
margin-right: 49px;
}
.editar__container--perfil {
margin-right: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
padding-left: 2.4rem;
padding-right: 4.8rem;
}
.form__edit--perfil, .form__edit--senha {
padding: auto;
max-width: 350px;
text-align: center;
margin-top: 0px;
margin-right: 0%;
float: left;
}
@media screen and (max-width: 728px) {
.figure__user {
margin-left: 55px;
justify-content: center;
align-items: center;
width: 100%;
}
.editar__container--perfil {
margin-right: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 0;
}
.form__edit--perfil {
margin-top: 10px;
width: 100%;
}
}
/* para o input da imagens */
/*#mediaFile {
display: none;
}*/
/* Tirando pq o javaScript não funcionou se o javaScript funcionar colocar novamente */
.input-group {
display: -webkit-inline-flex;
width: 100%;
max-width: 350px;
}
.input-group input + input {
margin-left: 5px;
}
.form__edit--perfil input, .form__edit--senha input {
width: 100%;
height: 40px;
color: #333;
border: 1px solid #dcdce6;
border-radius: 8px;
padding: 0 24px;
margin-top: 5px;
}
.form__edit--perfil textarea{
width: 100%;
resize: vertical;
min-height: 100px;
color: #333;
border: 1px solid #dcdce6;
border-radius: 8px;
padding: 16px 24px;
line-height: 24px;
margin-top: 5px;
}
.form__edit--perfil .input-group select {
width: 100%;
height: 40px;
color: #333;
border: 1px solid #dcdce6;
border-radius: 8px;
padding: 0 24px;
margin-top: 5px;
margin-right: 5px;
text-align: center;
}
.form__edit--perfil button, .form__edit--senha button {
width: 100%;
height: 40px;
background: #ff6006;
border: 0;
border-radius: 8px;
color: #FFF;
margin-top: 16px;
display: inline-block;
text-align: center;
text-decoration: none;
font-size: 18px;
line-height: 40px;
transition: filter 0.2s;
cursor: pointer;
margin-bottom: 20px;
} | 0.359027 | 0.093099 |
* {
font-family: "Open Sans", sans-serif;
color: var(--text-color);
font-size: var(--body-size);
}
button:focus {
outline: 0;
}
button:active {
background-color: white;
}
.mainview_admin_panel {
display: flex;
flex: 1;
flex-direction: column;
}
.mainview_approve_button {
background-color: var(--primary-color-light);
color: white;
}
.mainview_decline_button {
background-color: var(--primary-color-grey);
color: white;
}
.mainview_neutral_button {
background-color: white;
color: var(--primary-color-dark);
border: 1px solid var(--primary-color-dark);
}
.mainview_show_more_button {
color: var(--primary-color-dark);
background-color: white;
border: none;
}
.mainview_bold {
font-weight: bold;
}
.mainview_container {
margin: 0px 16px;
display: flex;
flex-direction: column;
min-height: 0px;
flex-grow: 1;
}
.react-tabs {
display: flex;
flex-direction: column;
min-height: 0px;
flex-grow: 1;
}
.react-tabs__tab-panel--selected {
min-height: 0px;
flex-grow: 1;
}
.mainview_content {
display: flex;
width: 100%;
}
.mainview_padded_row {
padding-top: 5px;
padding-bottom: 5px;
}
.mainview_tasklist {
min-width: 25vw;
display: flex;
flex-direction: column;
}
.mainview_flag_box {
border: 1px solid darkred;
background-color: lightpink;
margin: 10px;
padding: 10px;
}
.mainview_manual_flag {
border: 1px solid darkblue;
background-color: lightblue;
}
.mainview_claim_action_stats {
margin: 10px;
}
.mainview_claim_action_stats span {
padding: 0px 10px;
border-left: 1px solid black;
}
.mainview_claim_action_stats span:first-child {
border-left: none;
}
.mainview_claim_action_stats span.warn {
font-weight: bold;
}
.mainview_claim_action_stats span.good {
font-weight: bold;
color: var(--primary-color-dark);
}
.mainview_button_row {
display: flex;
flex-direction: row;
}
.mainview_spaced_row {
display: flex;
justify-content: space-between;
margin: 5px;
}
.mainview_checkbox {
margin-right: 5px;
}
.mainview_button_disabled {
background-color: #cccccc;
}
.mainview_search_container {
padding: 7px;
border-bottom: 1px solid var(--border-color);
min-width: 25vw;
}
.mainview_clear_search_button {
border: none;
color: var(--primary-color-light);
min-width: 150px;
height: 20px;
}
.mainview_search_row {
display: flex;
flex-direction: row;
align-items: center;
margin: 10px 0px;
}
.mainview_search_input {
display: flex;
flex: 1;
height: 18px;
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
padding: 3px;
max-width: 300px;
margin: 10px;
}
.mainview_hide_search {
display: none;
}
.mainview_date_picker {
width: 215px;
padding-left: 10px;
}
.mainview_details {
display: flex;
flex-direction: column;
flex: 4;
}
.mainview_details_text {
margin: 10px;
}
.mainview_instructions_header {
margin: 10px;
font-weight: bold;
}
.mainview_actions_so_far_header {
color: var(--primary-color-dark);
margin-top: 12px;
margin: 10px;
font-weight: bold;
}
.mainview_loading_fullscreen {
position: fixed;
top: 0px;
left: 0px;
min-width: 100%;
min-height: 100%;
}
.mainview_text_primary {
color: var(--primary-color-light);
font-weight: bold;
}
.mainview_row {
display: flex;
flex-direction: row;
align-items: center;
}
.mainview_button {
color: var(--primary-color-dark);
border: 1px solid var(--primary-color-dark);
background-color: white;
}
.mainview_header_text {
color: var(--primary-color-dark);
}
.mainview_padded {
padding: 10px;
}
.react-tabs__tab {
border: none;
}
.mainview_table_id {
cursor: pointer;
}
.ReactTable {
border: none;
}
.react-tabs__tab--selected {
border-bottom: 5px solid var(--primary-color-light);
color: var(--primary-color-dark);
}
.ReactTable .rt-thead .rt-resizable-header-content {
text-align: left;
color: var(--primary-color-grey);
}
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
box-shadow: inset 0 -3px 0 0 var(--primary-color-dark);
}
.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc {
box-shadow: inset 0 3px 0 0 var(--primary-color-dark);
}
.mainview_instructions_edit {
margin: 10px;
width: 250px;
height: 100px;
} | src/Screens/MainView.css | * {
font-family: "Open Sans", sans-serif;
color: var(--text-color);
font-size: var(--body-size);
}
button:focus {
outline: 0;
}
button:active {
background-color: white;
}
.mainview_admin_panel {
display: flex;
flex: 1;
flex-direction: column;
}
.mainview_approve_button {
background-color: var(--primary-color-light);
color: white;
}
.mainview_decline_button {
background-color: var(--primary-color-grey);
color: white;
}
.mainview_neutral_button {
background-color: white;
color: var(--primary-color-dark);
border: 1px solid var(--primary-color-dark);
}
.mainview_show_more_button {
color: var(--primary-color-dark);
background-color: white;
border: none;
}
.mainview_bold {
font-weight: bold;
}
.mainview_container {
margin: 0px 16px;
display: flex;
flex-direction: column;
min-height: 0px;
flex-grow: 1;
}
.react-tabs {
display: flex;
flex-direction: column;
min-height: 0px;
flex-grow: 1;
}
.react-tabs__tab-panel--selected {
min-height: 0px;
flex-grow: 1;
}
.mainview_content {
display: flex;
width: 100%;
}
.mainview_padded_row {
padding-top: 5px;
padding-bottom: 5px;
}
.mainview_tasklist {
min-width: 25vw;
display: flex;
flex-direction: column;
}
.mainview_flag_box {
border: 1px solid darkred;
background-color: lightpink;
margin: 10px;
padding: 10px;
}
.mainview_manual_flag {
border: 1px solid darkblue;
background-color: lightblue;
}
.mainview_claim_action_stats {
margin: 10px;
}
.mainview_claim_action_stats span {
padding: 0px 10px;
border-left: 1px solid black;
}
.mainview_claim_action_stats span:first-child {
border-left: none;
}
.mainview_claim_action_stats span.warn {
font-weight: bold;
}
.mainview_claim_action_stats span.good {
font-weight: bold;
color: var(--primary-color-dark);
}
.mainview_button_row {
display: flex;
flex-direction: row;
}
.mainview_spaced_row {
display: flex;
justify-content: space-between;
margin: 5px;
}
.mainview_checkbox {
margin-right: 5px;
}
.mainview_button_disabled {
background-color: #cccccc;
}
.mainview_search_container {
padding: 7px;
border-bottom: 1px solid var(--border-color);
min-width: 25vw;
}
.mainview_clear_search_button {
border: none;
color: var(--primary-color-light);
min-width: 150px;
height: 20px;
}
.mainview_search_row {
display: flex;
flex-direction: row;
align-items: center;
margin: 10px 0px;
}
.mainview_search_input {
display: flex;
flex: 1;
height: 18px;
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
padding: 3px;
max-width: 300px;
margin: 10px;
}
.mainview_hide_search {
display: none;
}
.mainview_date_picker {
width: 215px;
padding-left: 10px;
}
.mainview_details {
display: flex;
flex-direction: column;
flex: 4;
}
.mainview_details_text {
margin: 10px;
}
.mainview_instructions_header {
margin: 10px;
font-weight: bold;
}
.mainview_actions_so_far_header {
color: var(--primary-color-dark);
margin-top: 12px;
margin: 10px;
font-weight: bold;
}
.mainview_loading_fullscreen {
position: fixed;
top: 0px;
left: 0px;
min-width: 100%;
min-height: 100%;
}
.mainview_text_primary {
color: var(--primary-color-light);
font-weight: bold;
}
.mainview_row {
display: flex;
flex-direction: row;
align-items: center;
}
.mainview_button {
color: var(--primary-color-dark);
border: 1px solid var(--primary-color-dark);
background-color: white;
}
.mainview_header_text {
color: var(--primary-color-dark);
}
.mainview_padded {
padding: 10px;
}
.react-tabs__tab {
border: none;
}
.mainview_table_id {
cursor: pointer;
}
.ReactTable {
border: none;
}
.react-tabs__tab--selected {
border-bottom: 5px solid var(--primary-color-light);
color: var(--primary-color-dark);
}
.ReactTable .rt-thead .rt-resizable-header-content {
text-align: left;
color: var(--primary-color-grey);
}
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
box-shadow: inset 0 -3px 0 0 var(--primary-color-dark);
}
.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc {
box-shadow: inset 0 3px 0 0 var(--primary-color-dark);
}
.mainview_instructions_edit {
margin: 10px;
width: 250px;
height: 100px;
} | 0.568536 | 0.083329 |
.login{ overflow: hidden; padding: 10px;}
.login .lv-box{ margin: 0;}
.login .btn_bar{ overflow: hidden; margin-top: 10px;}
.login .btn_bar a{ color: #d30775; line-height: 44px;}
.login .btn_bar .btn_style_1{ height: 36px; line-height: 36px; font-size: 18px; border:none; border-radius: 4px; color: #fff;}
.lv-proinfo-list { margin-bottom: -1px}
.lv-proinfo-list li { border-bottom: 1px solid #d2d2d2; width: 100%; position: relative; padding: 5px 0}
.lv-proinfo-list li:last-child { border-bottom: none; }
.lv-proinfo-list li label { padding-left: 10px; font-size: 14px; width: 70px; display: inline-block; vertical-align: middle;}
.lv-proinfo-list li .lv-text-input { background: #fff; border: 0; font-size: 14px; height: 34px; padding: 0 10px 0 0; width: 68%}
.login_other { border-top: 1px solid #c7c7c7; width: 100%; margin: 10px 0 0 0}
.login_other2 { display: block; margin: -13px auto 0 auto; font-size: 14px; color: #999; text-align: center; width: 126px; background: #fff}
.login_other p { display: block; padding: 15px 0; text-align: center}
.login_sina, .login_qq, .login_qqweibo { display: inline-block; width: 60px; height: 60px; border:1px #c3c3c3 solid; border-radius: 60px; box-shadow: 0 0 5px #ccc inset; background-image: url(../images/login_other.png); background-repeat: no-repeat; background-size: 40px}
.login_sina{ background-position: center 10px }
.login_qq { background-position: center -38px}
.login_qqweibo { background-position: center -88px}
.login_other a { margin: 0 13px 0 0; }
/* Login */
/* Reg */
.lv-reg-content{ margin:10px;}
.lv-reg .btn_style_1.disable{ background: #e456a3;}
.lv-reg .btn_style_1{ height: 44px; display: block; line-height: 44px; font-size: 18px; border:none; border-radius: 4px; color: #fff; margin-top:10px;}
.lv-reg .tab_select{}
.lv-reg .tab_select ul{ display: block; overflow: hidden;}
.lv-reg .tab_select li{ width: 33.3%; line-height:20px; height: 40px; padding: 5px 0; text-align:center; border:none; float: left;}
.lv-reg .view_more{ margin:10px 0;}
.lv-reg .clear-icon{ right:10px;}
.lv-reg .lv-text-input{ border: 1px solid #D2D2D2; border-radius: 4px; height: 44px; padding-left:10px; position:relative; background:#fff; }
.lv-reg .lv-text-input input{ height:20px; line-height:20px; padding: 11px 0; width:100%; border:none; background:none; font-size: 14px;}
.lv-progress { color: #FFFFFF; height: 20px; font-size:14px;}
.lv-progress-active { width: 23px; height: 23px; line-height: 23px; background: #de1482; border-radius: 23px; display: inline-block;}
.lv-progress-node {width: 23px; height: 23px; line-height: 23px; border-radius: 23px; display: inline-block;background: #a5a5a5;}
.agreement{ color:#999; margin: 10px;}
.agreement input{ vertical-align:middle;}
.agreement a{ color:#39a2e3;}
/* Reg */ | Public/Mobile/css/login.css | .login{ overflow: hidden; padding: 10px;}
.login .lv-box{ margin: 0;}
.login .btn_bar{ overflow: hidden; margin-top: 10px;}
.login .btn_bar a{ color: #d30775; line-height: 44px;}
.login .btn_bar .btn_style_1{ height: 36px; line-height: 36px; font-size: 18px; border:none; border-radius: 4px; color: #fff;}
.lv-proinfo-list { margin-bottom: -1px}
.lv-proinfo-list li { border-bottom: 1px solid #d2d2d2; width: 100%; position: relative; padding: 5px 0}
.lv-proinfo-list li:last-child { border-bottom: none; }
.lv-proinfo-list li label { padding-left: 10px; font-size: 14px; width: 70px; display: inline-block; vertical-align: middle;}
.lv-proinfo-list li .lv-text-input { background: #fff; border: 0; font-size: 14px; height: 34px; padding: 0 10px 0 0; width: 68%}
.login_other { border-top: 1px solid #c7c7c7; width: 100%; margin: 10px 0 0 0}
.login_other2 { display: block; margin: -13px auto 0 auto; font-size: 14px; color: #999; text-align: center; width: 126px; background: #fff}
.login_other p { display: block; padding: 15px 0; text-align: center}
.login_sina, .login_qq, .login_qqweibo { display: inline-block; width: 60px; height: 60px; border:1px #c3c3c3 solid; border-radius: 60px; box-shadow: 0 0 5px #ccc inset; background-image: url(../images/login_other.png); background-repeat: no-repeat; background-size: 40px}
.login_sina{ background-position: center 10px }
.login_qq { background-position: center -38px}
.login_qqweibo { background-position: center -88px}
.login_other a { margin: 0 13px 0 0; }
/* Login */
/* Reg */
.lv-reg-content{ margin:10px;}
.lv-reg .btn_style_1.disable{ background: #e456a3;}
.lv-reg .btn_style_1{ height: 44px; display: block; line-height: 44px; font-size: 18px; border:none; border-radius: 4px; color: #fff; margin-top:10px;}
.lv-reg .tab_select{}
.lv-reg .tab_select ul{ display: block; overflow: hidden;}
.lv-reg .tab_select li{ width: 33.3%; line-height:20px; height: 40px; padding: 5px 0; text-align:center; border:none; float: left;}
.lv-reg .view_more{ margin:10px 0;}
.lv-reg .clear-icon{ right:10px;}
.lv-reg .lv-text-input{ border: 1px solid #D2D2D2; border-radius: 4px; height: 44px; padding-left:10px; position:relative; background:#fff; }
.lv-reg .lv-text-input input{ height:20px; line-height:20px; padding: 11px 0; width:100%; border:none; background:none; font-size: 14px;}
.lv-progress { color: #FFFFFF; height: 20px; font-size:14px;}
.lv-progress-active { width: 23px; height: 23px; line-height: 23px; background: #de1482; border-radius: 23px; display: inline-block;}
.lv-progress-node {width: 23px; height: 23px; line-height: 23px; border-radius: 23px; display: inline-block;background: #a5a5a5;}
.agreement{ color:#999; margin: 10px;}
.agreement input{ vertical-align:middle;}
.agreement a{ color:#39a2e3;}
/* Reg */ | 0.26218 | 0.124905 |
@charset "utf-8";/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: 'Ubuntu', sans-serif;
}
a {
outline: none;
color: #62addf;
}
a:focus {
outline: none;
}
ul, li {
list-style: none;
}
.clearfix {
clear: both;
font-size: 0;
line-height: 0;
margin: 0;
padding: 0;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-moz-selection {
text-shadow: none;
background: #060426;
color:#fff;
}
a, input, select, textarea, img {
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
::selection {
text-shadow: none;
background: #060426;
color: #fff;
}
a:hover, a:focus {
color: #7bb113;
text-decoration: none;
}
header {
z-index: 1030;
}
.top-bar {
background: #2d3f4b;
padding: 8px 0;
height: 44px;
}
.secondary-nav {
list-style: none;
margin: 0;
padding: 0;
}
.secondary-nav li {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
display: inline-block;
margin: 6px -3px;
border-left: 2px solid #fff;
line-height: 14px;
}
.secondary-nav li:first-child {
border-left: none;
}
.secondary-nav li:first-child a {
padding-left: 0;
}
.secondary-nav li a {
color: #fff;
display: block;
padding: 0 14px;
}
.secondary-nav li a:hover {
color: #7bb113;
}
.secondary-nav-new {
display: inline-block;
vertical-align: top;
}
header .container {
position: relative;
}
.navbar-header {
width: 100%;
padding-bottom: 40px;
}
.navbar-header.stick {
background: rgba(0, 0, 0, 0.7);
padding-bottom: 10px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.header-main {
background: #ffffff none repeat scroll 0 0;
height: 102px;
padding: 12px 0;
width: 100%;
}
.navbar-brand {
color: #ffffff;
font-size: 38px;
height: auto;
line-height: 1.5;
margin: 25px 0;
padding: 0;
text-transform: uppercase;
width: 100%;
}
.navbar-brand img {
max-width: 100%;
height: auto;
}
.navbar-nav {
width: 100%;
text-align: center;
}
.navbar-nav > li {
float: none;
display: inline-block;
margin: 0 -3px;
}
.nav > li > a {
color: #3a6b8c;
font-size: 14px;
font-weight: 500;
line-height: 71px;
margin-top: 0;
padding: 0 44px 0;
text-transform: uppercase;
border-left: 1px solid #e7e7e7;
}
.nav > li:first-child > a {
border-left: none;
}
.nav > li:nth-child(4) > a {
border-left: medium none;
margin-top: -26px;
position: relative;
top: -11px;
}
.nav > li:nth-child(5) > a {
border-left: medium none;
}
.nav-bar .navbar-nav > .active > a, .nav-bar .navbar-nav > .active > a:hover, .nav-bar .navbar-nav > .current-menu-item > a:focus, .nav-bar .navbar-nav > .current-menu-item > a:focus, .nav-bar .navbar-nav > .current-menu-item > a {
color: #7bb113;
}
.nav-bar .navbar-nav > li > a:hover, .nav-bar .navbar-nav > li > a:focus {
color: #7bb113;
background: none;
}
.searchbox {
float: right;
height: 27px;
margin-top: 0;
min-width: 50px;
overflow: hidden;
position: relative;
transition: width 0.3s ease 0s;
width: 0;
}
.searchbox-input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
color: #ffffff;
font-size: 14px;
height: 27px;
margin: 0;
outline: 0 none;
padding: 0 55px 0 20px;
right: 0;
top: 0;
width: 100%;
}
.searchbox-input::-webkit-input-placeholder {
color: #fff;
}
.searchbox-input:-moz-placeholder {
color: #fff;
}
.searchbox-input::-moz-placeholder {
color: #fff;
}
.searchbox-input:-ms-input-placeholder {
color: #fff;
}
.searchbox-icon, .searchbox-submit {
width: 45px;
height: 27px;
display: block;
position: absolute;
top: 0;
font-family: verdana;
font-size: 22px;
right: 0;
padding: 0;
margin: 0;
border: 0;
outline: 0;
line-height: 27px;
text-align: center;
cursor: pointer;
color: #dcddd8;
background: rgba(0, 0, 0, 0) url("../images/search-btn.png") no-repeat scroll center center;
}
.searchbox-open {
width: 36%;
}
.social {
float: right;
margin-left: 12px;
}
.social a:hover {
opacity: 0.5;
}
.slider {
position: relative;
z-index: 1020;
}
.slider-shadow {
background: rgba(0, 0, 0, 0) url("../images/slider-shadow.png") repeat-x scroll 0 0;
bottom: 0;
height: 446px;
position: absolute;
width: 100%;
z-index: 99;
}
.sl-txt-box {
bottom: 0;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 1183px;
z-index: 999;
}
.slide_text-second {
border: 0 none;
bottom: 10px;
margin: 0;
padding: 0;
position: absolute;
right: 0;
width: 100%;
padding-bottom: 62px;
z-index: 999;
}
.slide_text-second h2 {
font-size: 35px;
color: #fff;
line-height: 42px;
}
.slide_text-second h2 span {
font-size: 45px;
}
.slide_text-second p {
font-size: 22px;
color: #fff;
line-height: 26px;
margin: 0 0 34px;
font-family: 'Oswald', sans-serif;
}
.nopadd {
padding: 0 !important;
}
.click-arrow {
bottom: 0;
cursor: pointer;
display: block;
height: 17px;
left: -60px;
margin: 0 auto;
position: absolute;
right: 0;
width: 51px;
z-index: 999;
}
.college-search-box {
display: table;
margin: 0 auto;
padding: 207px 0 95px;
width: 687px;
}
.college-search-box h2 {
margin: 0 0 38px;
font-size: 35px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
background: #394952;
line-height: 62px;
text-align: center;
}
.tan-tabs {
text-align: center;
border: none;
margin-bottom: 12px;
}
.tan-tabs li {
float: none;
display: inline-block;
margin: 0 -3px;
}
.tan-tabs li a {
background: rgba(0, 0, 0, 0) url("../images/tab--nav-bg.png") repeat-x scroll 0 0;
border: medium none;
color: #394952;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 54px;
margin: 0;
padding: 0 30px;
border-radius: 0;
text-transform: capitalize;
}
.tan-tabs > li:nth-child(4) > a {
margin-top: 0;
top: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background: url(../images/tab--nav-bg-hover.png) repeat-x;
color: #fff;
border: none;
}
.tab-box {
background: #fff;
padding: 20px 32px;
border-bottom: 4px solid #7bb113;
}
.rowspan {
margin-left: -11px;
margin-right: -11px;
}
.brdBtm {
border-bottom: 1px solid #c9c9c9;
padding-bottom: 16px;
}
.rowspan .col-lg-6, .rowspan .col-md-6, .rowspan .col-sm-6, .rowspan .col-xs-6 {
padding-left: 11px;
padding-right: 11px;
}
.select-form-box {
width: 100%;
}
.select-form-box label {
font-size: 16px;
color: #3a4a53;
font-weight: 500;
display: block;
padding-bottom: 10px;
}
.select-box {
background: url(../images/select-box.png) no-repeat;
height: 39px;
overflow: hidden;
margin-bottom: 4px;
}
.select-box select {
background: none;
border: none;
height: 39px;
padding: 0 10px;
font-size: 14px;
color: #3a4a53;
width: 330px;
cursor: pointer;
}
.mrgnB {
margin-bottom: 12px !important;
}
.btn {
background: #2d3f4b none repeat scroll 0 0;
border-radius: 0;
text-transform: uppercase;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: bold;
line-height: 47px;
padding: 0 50px;
}
.btn:hover {
background: #7bb113;
color: #fff;
}
.over-icon {
background: url(../images/icon-1.png) no-repeat;
width: 77px;
height: 77px;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: -40px;
z-index: 99;
}
.gray-background {
background: #f8f8f8;
}
.content {
padding: 0 0 54px;
}
.content h1 {
font-size: 30px;
color: #474747;
border-bottom: 2px solid #7bb113;
text-transform: uppercase;
margin: 78px 0 48px;
line-height: 44px;
text-align: center;
display: inline-block;
font-weight: 500;
}
.content h1 span {
color: #7bb113;
}
.coursesSlider {
padding: 20px 0 30px;
display: inline-block;
width: 100%;
position: relative;
}
.coursesSlider ul {
list-style: none;
margin: 0;
padding: 0;
}
.coursesSlider li {
text-align: center;
width: 25%;
padding: 0 9px;
display: inline-block;
margin: 0 -3px;
}
.coursesSlider .carousel-inner {
margin: 0 auto;
overflow: hidden;
position: relative;
width: 90%;
padding-bottom: 30px;
}
.courses-list {
background: #fff;
padding: 17px 9px 5px 9px;
box-shadow: 3px 3px 3px rgba(0,0,0,0.06);
width: 90%;
margin: 0 auto;
margin-bottom: 20px;
}
.courses-list img {
max-width: 100%;
height: auto;
}
.c-box-content {
padding: 24px 14px;
}
.c-box-content h4 {
font-size: 16px;
color: #2d3f4b;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 20px;
}
.c-box-content p {
font-size: 16px;
color: #8e8e8e;
line-height: 24px;
font-weight: 500;
margin: 0 0 20px;
}
.c-box-content p span {
font-size: 16px;
color: #7bb113;
line-height: 24px;
font-weight: bold;
text-transform: uppercase;
}
.new-btn {
font-size: 14px;
color: #2d3f4b;
line-height: 43px;
padding: 0 30px;
border-radius: 30px;
border: 1px solid #959595;
display: inline-block;
}
.new-btn:hover {
color: #7bb113;
border: 1px solid #7bb113;
}
.jcarousel-control-prev, .jcarousel-control-next, .carousel-control.left, .carousel-control.right {
position: absolute;
top: 0;
width: 34px;
height: 34px;
text-align: center;
background: url(../images/arrows.png) no-repeat !important;
text-indent: -9999px;
outline: none;
opacity: 1;
bottom: 0;
margin: auto;
}
.jcarousel-control-prev, .carousel-control.left {
left: 10px;
outline: none
}
.jcarousel-control-next, .carousel-control.right {
background-position: right 0 !important;
outline: medium none;
right: 10px !important;
}
.content-padd {
padding: 65px 0;
}
.text-box h4 {
font-size: 25px;
color: #5e5e5e;
font-weight: 500;
margin: 0 0 35px;
}
.text-box h4 span {
color: #7bb113;
}
.text-box p {
color: #7a7a7a;
font-size: 14px;
line-height: 24px;
padding: 0 200px;
}
.cntrl-nav-new .jcarousel-control-prev, .cntrl-nav-new .jcarousel-control-next, .cntrl-nav-new .carousel-control.left, .cntrl-nav-new .carousel-control.right {
background: url(../images/arrows2.png) no-repeat left center !important;
}
.paralax-background h1 {
color: #fff;
border-color: #7bb113;
}
.overlay-dark {
background: rgba(35,48,71,0.89);
}
.circle-box {
padding: 20px 15px 116px;
margin-bottom: 30px;
display: inline-block;
margin-left: -3px;
margin-right: -3px;
}
.circle-box h3 {
font-size: 25px;
color: #ffffff;
font-weight: 500;
margin: 15px 0;
}
.circle-icon {
width: 142px;
height: 142px;
display: inline-block;
background: #7bb113;
font-size: 40px;
color: #fff;
font-weight: 500;
line-height: 142px;
text-align: center;
border-radius: 50%;
}
.blue-back-icon {
background: #0f8ee2;
}
.click-arrow img {
cursor: pointer;
}
.jcarousel-wrapper {
margin: 0 auto;
position: relative;
}
.jcarousel {
margin: 0 auto;
max-width: 1080px;
overflow: hidden;
position: relative;
}
.jcarousel ul {
width: 20000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
.jcarousel li {
float: left;
height: auto;
margin: 0;
text-align: center;
}
.jcarousel li a {
display: block;
text-decoration: none;
}
.cntrl-nav {
bottom: 0;
left: 0;
margin: auto;
right: 0;
top: 0;
width: 100%;
}
.scroll-slider-section {
padding: 40px 0;
text-align: center;
}
.scroll-slider-section p {
font-size: 18px;
margin-bottom: 38px;
color: #000;
}
.parallax {
position: relative;
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
}
footer {
background: #1a2127;
position: relative;
width: 100%;
float: left;
}
.footer-top {
padding: 110px 0 65px;
}
.footer-top .subscrib-form{
margin-left: 50px;
}
.foot-logo {
width: 152px;
height: 152px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: -48px;
}
footer .col-lg-2, footer .col-md-2 {
width: 20%;
}
footer h4 {
font-size: 16px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
background: url(../images/line.png) no-repeat center bottom;
text-align: center;
padding-bottom: 22px;
margin-bottom: 28px;
}
footer p {
font-size: 14px;
color: #62addf;
line-height: 26px;
text-align: center;
}
.newsletter input[type="text"] {
background: #2d3f4b;
border: none;
display: inline-block;
margin: 0 -3px;
width: 156px;
height: 38px;
padding: 0 10px;
font-size: 12px;
color: #62addf;
vertical-align: top;
}
.newsletter input[type="submit"] {
background: url(../images/icon-6.png) no-repeat;
border: none;
cursor: pointer;
width: 30px;
height: 38px;
}
.foot-nav {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
}
.foot-nav li {
list-style: none;
font-size: 14px;
color: #62addf;
padding: 0;
line-height: 26px;
}
.foot-nav li a {
color: #62addf;
}
.foot-nav li a:hover {
color: #7bb113;
}
.foot-social {
float: none;
margin: 18px 0 0;
text-align: center;
}
.copy-txt {
background: #252e35;
text-align: center;
padding: 24px 0;
font-size: 13px;
color: #62addf;
}
.copy-txt p {
margin: 0;
}
/****** SUDIPTA ********/
.top_gap {
padding: 180px 0 100px 0;
}
.commondiv {
width: 100%;
float: left;
}
.commonpad {
padding: 60px 0;
}
.nobor {
border: 0 !important;
}
.nomar {
margin: 0 !important;
}
.gray {
background: #F5F5F5;
}
.bread_new li a {
font-size: 12px;
font-weight: 200;
color: #000;
padding: 10px 20px 10px 14px;
background: url(../images/arbread.PNG) no-repeat right;
background-size: 5px;
}
.bread_new li:last-child a {
background: none;
}
.bread_new li:first-child a {
padding-left: 0;
}
.bread_new ul {
padding-left: 15px;
}
.bread_new:last-child li {
padding-right: 14px;
}
.bread_new li {
float: left;
font-size: 12px;
font-weight: 200;
color: #000;
}
.panel-default>.panel-heading {
color: #333;
background-color: #fff;
padding: 0;
border: 0 !important;
}
.panel-default {
border: 0;
}
.custom_tabs li {
margin: 0;
border: 0;
width: 100%;
float: left;
}
.custom_tabs li a {
font-size: 13px;
font-weight: 600;
padding: 20px 10px;
line-height: normal;
border-radius: 0;
border-left: 1px solid #ededed !important;
border-bottom: 0px !important;
border-top: 0px !important;
margin: 0;
width: 100%;
float: left;
border-right: 1px solid #ededed;
}
.custom_tabs li:nth-child(4) > a {
border-left: medium none;
margin-top: 0px;
position: relative;
top: 0px;
}
.custom_tabs .active {
background: #7bb113;
}
.custompane {
background: #fff;
}
.custom_panel h5 {
font-size: 16px;
color: #7bb113;
}
.custom_panel h6 {
font-size: 16px;
color: #777;
}
.small_pad {
padding-bottom: 15px;
}
.custom_panel p {
margin-bottom: 5px;
}
.custom_panel p span {
color: #7bb113;
}
.left_section h2 {
margin: 20px 0;
}
.grayarea {
padding: 15px;
margin-bottom: 5px;
}
.bl_but {
padding: 10px;
border-radius: 3px;
background: #39F;
color: #fff;
font-size: 13px;
margin-top: 10px;
display: inline-block;
}
.bl_but:hover {
background: #1a2127;
color: #fff;
}
.grayarea h5 {
margin-top: 0;
}
.table_price th {
background: #ededed;
padding: 10px;
font-size: 14px;
}
.table_price td {
background: #fff;
border-bottom: 1px solid #ededed;
padding: 10px;
font-size: 13px;
}
.gmat {
padding: 5px 10px;
border: 2px solid #ccc;
float: left;
margin-right: 20px;
font-weight: 600;
}
.sidelink p {
padding: 10px 0;
border-bottom: 1px solid #ccc;
display: block;
}
.img_rightpan {
width: 150px;
float: left;
margin-right: 15px;
overflow: hidden;
}
.img_rightpan img {
width: 100%;
}
.img_left_pane {
width: 60%;
float: left;
}
.sidebar {
border: 1px solid #ccc;
margin-bottom: 20px;
}
.side_header {
background: #2d3f4b;
padding: 10px;
}
.side_header h4 {
color: #fff;
}
.side_cont {
background: #fff;
padding: 10px;
}
.side_cont li {
background: url(../images/arbread.PNG) no-repeat left;
background-size: 5px;
padding-left: 15px;
}
.course_long li {
background: url(../images/arbread.PNG) no-repeat 5px 5px;
background-size: 5px;
}
.side_cont ul {
padding-left: 0;
}
.but1 img {
position: relative;
margin-right: 10px;
}
.green_but1 {
background: #7bb113;
color: #fff;
text-transform: uppercase;
font-size: 14px;
text-transform: uppercase;
padding: 13px;
font-weight: 600;
display: block;
text-align: center;
border-radius: 3px;
}
.green_but1:hover {
background: #0f8ee2;
color: #fff;
}
.dark_but1 {
background: #2d3f4b;
color: #fff;
text-transform: uppercase;
font-size: 14px;
text-transform: uppercase;
padding: 13px;
font-weight: 600;
display: block;
text-align: center;
border-radius: 3px;
}
.dark_but1:hover {
background: #0f8ee2;
color: #fff;
}
.clear_height {
height: 50px;
}
.image_photo img {
width: 100%;
}
.image_photo {
height: 100px;
overflow: hidden;
margin-bottom: 15px;
}
.closecustom {
color: #FFFFFF !important;
font-size: 14px;
font-weight: 600;
outline: none;
right: -18px;
position: absolute;
top: -18px;
opacity: 0.9;
background: #0FB492 !important;
width: 30px;
height: 30px;
border-radius: 50%;
text-shadow: none;
opacity: 1 !important;
}
.imgpop {
width: 100%;
float: left;
}
.imgpop img {
width: 100%;
float: left;
}
.popmod {
background: #fff;
padding: 15px;
}
.imgpop iframe {
width: 100% !important;
}
.formbrochure {
background: #fff;
padding: 20px;
}
.formbrochure h5 {
font-size: 18px;
}
.blockform {
padding: 25px 0;
border-bottom: 2px solid #ededed;
}
.formbrochure h6 {
font-size: 18px;
color: #000;
}
.blockform input[type="radio"] {
float: left;
margin-right: 5px;
}
.blockform label {
float: left !important;
margin-right: 25px;
}
.blockform select {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
border-radius: 3px;
}
.blockform input[type="text"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform input[type="password"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform input[type="email"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform textarea {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 120px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform td {
padding: 5px;
}
.blockform span {
width: 33.3%;
float: left;
padding-right: 20px;
margin-bottom: 15px;
}
.blockform input[type="checkbox"] {
float: left;
margin-right: 5px;
}
.small_fil {
width: 60px !important;
}
.small_bol input[type="checkbox"] {
margin-top: 14px;
}
.small_bol label {
margin-top: 11px;
}
.small_mar {
margin-top: 15px;
}
.title h1 {
font-size: 30px;
color: #474747;
border-bottom: 2px solid #7bb113;
text-transform: uppercase;
line-height: 44px;
margin-bottom: 30px;
text-align: center;
display: inline-block;
font-weight: 500;
}
.title h1 span {
color: #7bb113;
}
.center_div {
display: inline-block;
float: none;
text-align: left;
margin-bottom: 40px;
}
.banner {
max-height: 250px;
overflow: hidden;
margin-bottom: 40px;
}
.banner img {
width: 100%;
}
.tablecollage th {
background: #fff;
}
.tablecollage h3 {
font-size: 18px;
text-align: center;
color: #7bb113;
margin-top: 0;
}
.tablecollage p {
font-weight: 500;
font-size: 13px;
color: #888;
}
.tablecollage th {
text-align: center;
vertical-align: middle !important;
padding-top: 0px;
padding-bottom: 15px;
}
.numbers {
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #888;
font-size: 22px;
color: #777;
text-align: center;
padding-top: 7px;
display: inline-block;
}
.downbut {
font-size: 11px;
font-weight: 500;
}
.search {
position: relative;
margin: 10px 0;
}
.search input[type="text"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 35px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.search input[type="submit"] {
background: url(../images/search2.png) no-repeat;
width: 25px;
height: 25px;
position: absolute;
top: 8px;
right: 7px;
border: 0;
outline: none;
}
.search select {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
border-radius: 3px;
}
.estab {
margin-top: 10px;
}
.title h2 {
font-size: 18px;
margin-bottom: 30px;
margin-top: 0;
}
.searchres h3 {
border-bottom: 2px solid #ccc;
margin-bottom: 20px;
padding-bottom: 12px;
}
.searchresdiv h4 {
margin-top: 0;
}
.searchresdiv {
background: #fff;
}
.searchresdiv span {
color: #888;
font-size: 11px;
}
.search_left_pane {
width: 80%;
}
.course_search h5 {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #7bb113;
}
.course_search img {
position: relative;
margin-right: 10px;
}
.compa {
margin-top: 10px;
}
.compa label {
font-weight: 400;
top: -2px;
position: relative;
left: 5px;
}
.jcarousel a p {
color: #7bb113;
text-transform: uppercase;
}
.addre {
padding: 10px 0;
}
.addre h6 {
font-size: 20px;
text-transform: uppercase;
color: #7bb113;
font-weight: 800;
margin-bottom: 4px;
margin-top: 25px;
}
.addre p {
margin-bottom: 18px;
font-weight: 600;
font-size: 15px;
color: #2d3f4b;
}
.contact_form {
background: #fff;
padding: 0 25px 25px 25px;
margin-top: 40px;
}
.contact_form textarea {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 120px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.common_slide {
background: #fff;
padding: 25px;
border-radius: 5px;
}
.common_slide h3 {
margin-top: 7px;
}
.common_slide h4 {
margin-top: 25px;
color: #7bb113;
}
.common_slide li {
background: url(../images/ddot.png) no-repeat 0px 2px;
padding-left: 27px;
margin: 7px 0;
}
.common_slide ul {
padding: 0;
margin: 0;
}
.st_img {
max-height: 300px;
overflow: hidden;
margin-bottom: 30px;
}
.st_img img {
width: 100%;
}
.fade_normal {
opacity: 0.5;
}
.userview {
background: #fff;
padding: 25px;
margin-bottom: 30px;
border-bottom: 3px solid #ccc;
}
.user_image {
width: 160px;
height: 160px;
overflow: hidden;
border: 5px solid #ccc;
background: #fff;
float: left;
margin-right: 20px;
}
.user_image img {
height: 100%;
}
.usernames {
float: left;
width: 30%;
}
.usernames h2 {
margin-top: 0;
color: #7bb113;
margin-bottom: 13px;
}
.usernames span {
font-size: 13px;
float: left;
margin-right: 15px;
color: #666;
}
.public_pro {
margin-top: 5%;
}
.profile_sep {
border: 2px solid #ccc;
border-radius: 4px;
padding: 25px;
margin: 10px 0;
}
.profile_sep p {
font-size: 14px;
}
.profile_sep h5 {
border-bottom: 2px solid #7bb113;
padding-bottom: 15px;
margin-bottom: 20px;
text-transform: uppercase;
}
.editbut {
float: right;
border: 1px solid #62addf;
padding: 5px;
position: relative;
font-size: 15px;
top: -5px;
}
.bold {
color: #3a6b8c;
font-size: 16px;
}
.bold span {
float: left;
width: 200px;
margin-right: 10px;
}
.information p {
margin: 6px 0;
float: left;
width: 100%;
font-size: 14px;
}
.profile_sep img {
margin-right: 2px;
margin-top: -2px;
}
.switch-field {
padding: 20px 0;
overflow: hidden;
display: inline-block;
}
.switch-title {
margin-bottom: 6px;
}
.switch-field input {
display: none;
}
.switch-field label {
float: left;
}
.switch-field label {
display: inline-block;
width: auto;
background-color: #bdbdbd;
color: #fff;
font-size: 14px;
font-weight: normal;
text-align: center;
text-shadow: none;
padding: 8px 29px;
border: 0;
text-transform: uppercase;
font-weight: 800 !important;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
cursor: pointer;
}
.switch-field input:checked + label {
background-color: #7bb113;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.switch-field label:first-of-type {
border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
border-radius: 0 4px 4px 0;
}
.degree {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ededed;
}
.des_pro {
width: 70% !important;
float: left;
color: #2d3f4b !important;
}
.add {
margin-top: 10px;
}
.tabs_two li {
width: auto;
float: left;
border: 1px solid #7bb113;
margin: 0 2px;
}
.tabs_two li a {
padding: 30px 10px;
text-align: center;
border: 0 !important;
}
.tabs_two h2 {
margin: 0;
position: absolute;
background: #95c734;
color: #fff;
font-size: 16px;
padding: 2px 10px;
border-radius: 0;
bottom: 0;
text-align: center;
left: 0;
}
.tab_con {
width: 100%;
float: left;
margin: 20px 0 0 0;
padding: 25px;
border: 1px solid #ededed !important;
}
.time {
float: right;
font-size: 12px;
color: #888;
}
.tabs_two .active a {
background: #7bb113 !important;
}
.hiddenclass {
display: none;
}
/*.hiddenclass {*/
/*transition: all 0.4s;*/
/*padding: 25px 0 0 0;*/
/*border: 0;*/
/*}*/
.form_info {
margin-bottom: 14px;
}
.butwrap input {
width: auto;
display: inline-block;
margin-right: 5px;
border: 0;
}
.labelform {
float: left;
margin: 15px 15px 15px 0;
}
.logo-edit{
}
.unilogo {
width: 150px;
overflow: hidden;
margin: 20px auto;
float: none;
}
.unilogo img {
width: 100%;
}
.tab-pane {
background: #fff !important;
}
.logopart h5 {
border-bottom: 2px solid #7bb113;
padding-bottom: 15px;
margin-bottom: 20px;
text-transform: uppercase;
text-align: center;
}
.uniparts {
border-bottom: 2px solid #ccc;
}
.uniparts h6 {
color: #000;
text-transform: uppercase;
padding: 10px 0;
}
.small_hei {
margin-bottom: 20px;
}
.border_bot {
border-bottom: 2px solid #ccc !important;
}
.edit_butnew {
position: absolute;
right: 25px;
margin-top: -44px !important;
}
.custompane .dropdown-menu {
width: 100% !important;
border: 0 !important;
text-transform: uppercase;
min-width: 100% !important;
}
.displayall {
display: block !important;
}
.nav_scond {
border: 0;
background: transparent;
margin: 0;
}
.nav_two {
margin-top: 3px;
}
.current-menu-item > a {
color: #7bb113 !important;
}
.nav_two .profile-image{
border-radius: 30px;
}
.nav_two a {
color: #3a6b8c;
}
/****************************** OWL-CAROUSEL *******************************************/
.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-item.loading {
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
/****************************** OWL-CAROUSEL *******************************************/
.owl-prev {
position: absolute;
left: -36px;
top: 43%;
background: url(../images/arrows.png) no-repeat;
font-size: 0px !important;
height: 44px;
width: 39px;
border-radius: 0 !important;
padding: 0 !important;
opacity: 1 !important;
}
.owl-prev:hover {
opacity: 0.8 !important;
}
.owl-next {
position: absolute;
right: -38px;
top: 43%;
background: url(../images/arrows.png) no-repeat;
font-size: 0px !important;
height: 44px;
width: 35px;
border-radius: 0 !important;
padding: 0 !important;
opacity: 1 !important;
background-position: right top;
}
.owl-next:hover {
opacity: 0.8 !important;
}
.univers .owl-next {
background: url(../images/arrows2.png) no-repeat;
background-position: right top;
}
.univers .owl-prev {
background: url(../images/arrows2.png) no-repeat;
}
.chatuser {
padding: 7px 5px;
position: relative;
border-bottom: 1px solid #fff;
background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(30,28,29,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(30,28,29,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,255,255,1) 0%, rgba(30,28,29,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#1a1e1c1d', GradientType=0 ); /* IE6-9 */
}
.imgchat {
width: 40px;
height: 30px;
float: left;
overflow: hidden;
margin-right: 10px;
margin-top: 10px;
}
.imgchat img {
width: 100%;
}
.usernamechat {
width: 70%;
float: left;
}
.usernamechat h6 {
font-size: 14px;
color: #36C;
margin: 6px 0 3px 0;
}
.usernamechat a {
color: #36C !important;
}
.usernamechat a:hover {
color: #000 !important;
}
.usernamechat p {
font-size: 12px;
margin: 0;
}
.chat_users {
max-height: 400px;
overflow: auto;
}
.userone {
width: 60px;
height: 60px;
overflow: hidden;
float: left;
margin-right: 10px;
}
.userone img {
width: 100%;
}
.chattext {
width: 70%;
float: left;
margin-right: 10px;
}
.chatboard {
border-bottom: 1px solid #ededed;
padding: 10px;
}
.chatboxmain {
max-height: 400px;
overflow: auto;
}
.smallmar {
margin-top: 15px !important;
}
.conver p {
width: auto;
margin-right: 15px;
}
.chatdash {
border: 2px solid #ededed;
padding-right: 0;
padding-left: 0;
}
.new_mes {
position: absolute;
top: 9px;
right: 5px;
height: 20px;
width: 20px;
border-radius: 50%;
color: #fff;
background: #7bb113;
text-align: center;
font-size: 12px;
padding-top: 1px;
}
.exportbut {
position: absolute;
right: 20px;
top: 16px;
}
.unilogo img {
max-width: 100%;
}
.filter {
padding-top: 0;
}
.filter h5 {
padding-left: 15px;
}
.unidescr p {
display: inline-block;
width: 100%;
}
.notify span {
position: relative;
width: 18px;
background: #8BC34A;
color: #fff;
border-radius: 30px;
display: inline-block;
text-align: center;
font-weight: 600;
line-height: 18px;
top: -10px;
}
.dark_but2 {
font-size: 13px;
font-weight: 200;
text-transform: none;
padding: 10px;
width: auto !important;
display: block;
margin-top: 5px;
}
.displaybl {
display: block;
}
.new_nav ul li a {
padding: 0 !important;
background: #fff !important;
}
.new_nav ul li a {
padding: 0 !important;
}
.new_nav ul li ul {
border: 0;
padding: 0;
border-radius: 5px;
overflow: hidden;
min-width: 200px;
box-shadow: 0 5px 12px rgba(0,0,0,.5);
}
.new_nav ul li ul li a {
border: 0;
padding: 15px 15px!important;
border-radius: 0;
font-size: 16px;
border-bottom: 1px solid #ccc;
text-align: center;
font-weight: 500;
color: #2d3f4b;
}
.new_nav ul li ul li a:hover {
color: #fff;
background: #2d3f4b !important;
}
.new_nav ul li ul li:last-child a {
border-bottom: 0px solid #ccc;
}
.logonew {
padding: 5px 25px 0 35px;
}
.logonew img {
width: 90px;
}
/**** FLAG *****/
.flagstrap {
display: inline-block;
position: relative;
width: 100%;
}
.flagstrap-icon {
display: inline-block;
width: 16px;
height: 11px;
background: url(../images/flags.png) no-repeat
}
.flagstrap-placeholder, .flagstrap-placeholder i {
display: none
}
.flagstrap-icon.flagstrap-ad {
background-position: -16px 0
}
.flagstrap-icon.flagstrap-ae {
background-position: -32px 0
}
.flagstrap-icon.flagstrap-af {
background-position: -48px 0
}
.flagstrap-icon.flagstrap-ag {
background-position: -64px 0
}
.flagstrap-icon.flagstrap-ai {
background-position: -80px 0
}
.flagstrap-icon.flagstrap-al {
background-position: -96px 0
}
.flagstrap-icon.flagstrap-am {
background-position: -112px 0
}
.flagstrap-icon.flagstrap-an {
background-position: -128px 0
}
.flagstrap-icon.flagstrap-ao {
background-position: -144px 0
}
.flagstrap-icon.flagstrap-ar {
background-position: -160px 0
}
.flagstrap-icon.flagstrap-as {
background-position: -176px 0
}
.flagstrap-icon.flagstrap-at {
background-position: -192px 0
}
.flagstrap-icon.flagstrap-au {
background-position: -208px 0
}
.flagstrap-icon.flagstrap-aw {
background-position: -224px 0
}
.flagstrap-icon.flagstrap-az {
background-position: -240px 0
}
.flagstrap-icon.flagstrap-ba {
background-position: 0 -11px
}
.flagstrap-icon.flagstrap-bb {
background-position: -16px -11px
}
.flagstrap-icon.flagstrap-bd {
background-position: -32px -11px
}
.flagstrap-icon.flagstrap-be {
background-position: -48px -11px
}
.flagstrap-icon.flagstrap-bf {
background-position: -64px -11px
}
.flagstrap-icon.flagstrap-bg {
background-position: -80px -11px
}
.flagstrap-icon.flagstrap-bh {
background-position: -96px -11px
}
.flagstrap-icon.flagstrap-bi {
background-position: -112px -11px
}
.flagstrap-icon.flagstrap-bj {
background-position: -128px -11px
}
.flagstrap-icon.flagstrap-bm {
background-position: -144px -11px
}
.flagstrap-icon.flagstrap-bn {
background-position: -160px -11px
}
.flagstrap-icon.flagstrap-bo {
background-position: -176px -11px
}
.flagstrap-icon.flagstrap-br {
background-position: -192px -11px
}
.flagstrap-icon.flagstrap-bs {
background-position: -208px -11px
}
.flagstrap-icon.flagstrap-bt {
background-position: -224px -11px
}
.flagstrap-icon.flagstrap-bv {
background-position: -240px -11px
}
.flagstrap-icon.flagstrap-bw {
background-position: 0 -22px
}
.flagstrap-icon.flagstrap-by {
background-position: -16px -22px
}
.flagstrap-icon.flagstrap-bz {
background-position: -32px -22px
}
.flagstrap-icon.flagstrap-ca {
background-position: -48px -22px
}
.flagstrap-icon.flagstrap-catalonia {
background-position: -64px -22px
}
.flagstrap-icon.flagstrap-cd {
background-position: -80px -22px
}
.flagstrap-icon.flagstrap-cf {
background-position: -96px -22px
}
.flagstrap-icon.flagstrap-cg {
background-position: -112px -22px
}
.flagstrap-icon.flagstrap-ch {
background-position: -128px -22px
}
.flagstrap-icon.flagstrap-ci {
background-position: -144px -22px
}
.flagstrap-icon.flagstrap-ck {
background-position: -160px -22px
}
.flagstrap-icon.flagstrap-cl {
background-position: -176px -22px
}
.flagstrap-icon.flagstrap-cm {
background-position: -192px -22px
}
.flagstrap-icon.flagstrap-cn {
background-position: -208px -22px
}
.flagstrap-icon.flagstrap-co {
background-position: -224px -22px
}
.flagstrap-icon.flagstrap-cr {
background-position: -240px -22px
}
.flagstrap-icon.flagstrap-cu {
background-position: 0 -33px
}
.flagstrap-icon.flagstrap-cv {
background-position: -16px -33px
}
.flagstrap-icon.flagstrap-cw {
background-position: -32px -33px
}
.flagstrap-icon.flagstrap-cy {
background-position: -48px -33px
}
.flagstrap-icon.flagstrap-cz {
background-position: -64px -33px
}
.flagstrap-icon.flagstrap-de {
background-position: -80px -33px
}
.flagstrap-icon.flagstrap-dj {
background-position: -96px -33px
}
.flagstrap-icon.flagstrap-dk {
background-position: -112px -33px
}
.flagstrap-icon.flagstrap-dm {
background-position: -128px -33px
}
.flagstrap-icon.flagstrap-do {
background-position: -144px -33px
}
.flagstrap-icon.flagstrap-dz {
background-position: -160px -33px
}
.flagstrap-icon.flagstrap-ec {
background-position: -176px -33px
}
.flagstrap-icon.flagstrap-ee {
background-position: -192px -33px
}
.flagstrap-icon.flagstrap-eg {
background-position: -208px -33px
}
.flagstrap-icon.flagstrap-eh {
background-position: -224px -33px
}
.flagstrap-icon.flagstrap-england {
background-position: -240px -33px
}
.flagstrap-icon.flagstrap-er {
background-position: 0 -44px
}
.flagstrap-icon.flagstrap-es {
background-position: -16px -44px
}
.flagstrap-icon.flagstrap-et {
background-position: -32px -44px
}
.flagstrap-icon.flagstrap-eu {
background-position: -48px -44px
}
.flagstrap-icon.flagstrap-fi {
background-position: -64px -44px
}
.flagstrap-icon.flagstrap-fj {
background-position: -80px -44px
}
.flagstrap-icon.flagstrap-fk {
background-position: -96px -44px
}
.flagstrap-icon.flagstrap-fm {
background-position: -112px -44px
}
.flagstrap-icon.flagstrap-fo {
background-position: -128px -44px
}
.flagstrap-icon.flagstrap-fr {
background-position: -144px -44px
}
.flagstrap-icon.flagstrap-ga {
background-position: -160px -44px
}
.flagstrap-icon.flagstrap-gb {
background-position: -176px -44px
}
.flagstrap-icon.flagstrap-gd {
background-position: -192px -44px
}
.flagstrap-icon.flagstrap-ge {
background-position: -208px -44px
}
.flagstrap-icon.flagstrap-gf {
background-position: -224px -44px
}
.flagstrap-icon.flagstrap-gg {
background-position: -240px -44px
}
.flagstrap-icon.flagstrap-gh {
background-position: 0 -55px
}
.flagstrap-icon.flagstrap-gi {
background-position: -16px -55px
}
.flagstrap-icon.flagstrap-gl {
background-position: -32px -55px
}
.flagstrap-icon.flagstrap-gm {
background-position: -48px -55px
}
.flagstrap-icon.flagstrap-gn {
background-position: -64px -55px
}
.flagstrap-icon.flagstrap-gp {
background-position: -80px -55px
}
.flagstrap-icon.flagstrap-gq {
background-position: -96px -55px
}
.flagstrap-icon.flagstrap-gr {
background-position: -112px -55px
}
.flagstrap-icon.flagstrap-gs {
background-position: -128px -55px
}
.flagstrap-icon.flagstrap-gt {
background-position: -144px -55px
}
.flagstrap-icon.flagstrap-gu {
background-position: -160px -55px
}
.flagstrap-icon.flagstrap-gw {
background-position: -176px -55px
}
.flagstrap-icon.flagstrap-gy {
background-position: -192px -55px
}
.flagstrap-icon.flagstrap-hk {
background-position: -208px -55px
}
.flagstrap-icon.flagstrap-hm {
background-position: -224px -55px
}
.flagstrap-icon.flagstrap-hn {
background-position: -240px -55px
}
.flagstrap-icon.flagstrap-hr {
background-position: 0 -66px
}
.flagstrap-icon.flagstrap-ht {
background-position: -16px -66px
}
.flagstrap-icon.flagstrap-hu {
background-position: -32px -66px
}
.flagstrap-icon.flagstrap-ic {
background-position: -48px -66px
}
.flagstrap-icon.flagstrap-id {
background-position: -64px -66px
}
.flagstrap-icon.flagstrap-ie {
background-position: -80px -66px
}
.flagstrap-icon.flagstrap-il {
background-position: -96px -66px
}
.flagstrap-icon.flagstrap-im {
background-position: -112px -66px
}
.flagstrap-icon.flagstrap-in {
background-position: -128px -66px
}
.flagstrap-icon.flagstrap-io {
background-position: -144px -66px
}
.flagstrap-icon.flagstrap-iq {
background-position: -160px -66px
}
.flagstrap-icon.flagstrap-ir {
background-position: -176px -66px
}
.flagstrap-icon.flagstrap-is {
background-position: -192px -66px
}
.flagstrap-icon.flagstrap-it {
background-position: -208px -66px
}
.flagstrap-icon.flagstrap-je {
background-position: -224px -66px
}
.flagstrap-icon.flagstrap-jm {
background-position: -240px -66px
}
.flagstrap-icon.flagstrap-jo {
background-position: 0 -77px
}
.flagstrap-icon.flagstrap-jp {
background-position: -16px -77px
}
.flagstrap-icon.flagstrap-ke {
background-position: -32px -77px
}
.flagstrap-icon.flagstrap-kg {
background-position: -48px -77px
}
.flagstrap-icon.flagstrap-kh {
background-position: -64px -77px
}
.flagstrap-icon.flagstrap-ki {
background-position: -80px -77px
}
.flagstrap-icon.flagstrap-km {
background-position: -96px -77px
}
.flagstrap-icon.flagstrap-kn {
background-position: -112px -77px
}
.flagstrap-icon.flagstrap-kp {
background-position: -128px -77px
}
.flagstrap-icon.flagstrap-kr {
background-position: -144px -77px
}
.flagstrap-icon.flagstrap-kurdistan {
background-position: -160px -77px
}
.flagstrap-icon.flagstrap-kw {
background-position: -176px -77px
}
.flagstrap-icon.flagstrap-ky {
background-position: -192px -77px
}
.flagstrap-icon.flagstrap-kz {
background-position: -208px -77px
}
.flagstrap-icon.flagstrap-la {
background-position: -224px -77px
}
.flagstrap-icon.flagstrap-lb {
background-position: -240px -77px
}
.flagstrap-icon.flagstrap-lc {
background-position: 0 -88px
}
.flagstrap-icon.flagstrap-li {
background-position: -16px -88px
}
.flagstrap-icon.flagstrap-lk {
background-position: -32px -88px
}
.flagstrap-icon.flagstrap-lr {
background-position: -48px -88px
}
.flagstrap-icon.flagstrap-ls {
background-position: -64px -88px
}
.flagstrap-icon.flagstrap-lt {
background-position: -80px -88px
}
.flagstrap-icon.flagstrap-lu {
background-position: -96px -88px
}
.flagstrap-icon.flagstrap-lv {
background-position: -112px -88px
}
.flagstrap-icon.flagstrap-ly {
background-position: -128px -88px
}
.flagstrap-icon.flagstrap-ma {
background-position: -144px -88px
}
.flagstrap-icon.flagstrap-mc {
background-position: -160px -88px
}
.flagstrap-icon.flagstrap-md {
background-position: -176px -88px
}
.flagstrap-icon.flagstrap-me {
background-position: -192px -88px
}
.flagstrap-icon.flagstrap-mg {
background-position: -208px -88px
}
.flagstrap-icon.flagstrap-mh {
background-position: -224px -88px
}
.flagstrap-icon.flagstrap-mk {
background-position: -240px -88px
}
.flagstrap-icon.flagstrap-ml {
background-position: 0 -99px
}
.flagstrap-icon.flagstrap-mm {
background-position: -16px -99px
}
.flagstrap-icon.flagstrap-mn {
background-position: -32px -99px
}
.flagstrap-icon.flagstrap-mo {
background-position: -48px -99px
}
.flagstrap-icon.flagstrap-mp {
background-position: -64px -99px
}
.flagstrap-icon.flagstrap-mq {
background-position: -80px -99px
}
.flagstrap-icon.flagstrap-mr {
background-position: -96px -99px
}
.flagstrap-icon.flagstrap-ms {
background-position: -112px -99px
}
.flagstrap-icon.flagstrap-mt {
background-position: -128px -99px
}
.flagstrap-icon.flagstrap-mu {
background-position: -144px -99px
}
.flagstrap-icon.flagstrap-mv {
background-position: -160px -99px
}
.flagstrap-icon.flagstrap-mw {
background-position: -176px -99px
}
.flagstrap-icon.flagstrap-mx {
background-position: -192px -99px
}
.flagstrap-icon.flagstrap-my {
background-position: -208px -99px
}
.flagstrap-icon.flagstrap-mz {
background-position: -224px -99px
}
.flagstrap-icon.flagstrap-na {
background-position: -240px -99px
}
.flagstrap-icon.flagstrap-nc {
background-position: 0 -110px
}
.flagstrap-icon.flagstrap-ne {
background-position: -16px -110px
}
.flagstrap-icon.flagstrap-nf {
background-position: -32px -110px
}
.flagstrap-icon.flagstrap-ng {
background-position: -48px -110px
}
.flagstrap-icon.flagstrap-ni {
background-position: -64px -110px
}
.flagstrap-icon.flagstrap-nl {
background-position: -80px -110px
}
.flagstrap-icon.flagstrap-no {
background-position: -96px -110px
}
.flagstrap-icon.flagstrap-np {
background-position: -112px -110px
}
.flagstrap-icon.flagstrap-nr {
background-position: -128px -110px
}
.flagstrap-icon.flagstrap-nu {
background-position: -144px -110px
}
.flagstrap-icon.flagstrap-nz {
background-position: -160px -110px
}
.flagstrap-icon.flagstrap-om {
background-position: -176px -110px
}
.flagstrap-icon.flagstrap-pa {
background-position: -192px -110px
}
.flagstrap-icon.flagstrap-pe {
background-position: -208px -110px
}
.flagstrap-icon.flagstrap-pf {
background-position: -224px -110px
}
.flagstrap-icon.flagstrap-pg {
background-position: -240px -110px
}
.flagstrap-icon.flagstrap-ph {
background-position: 0 -121px
}
.flagstrap-icon.flagstrap-pk {
background-position: -16px -121px
}
.flagstrap-icon.flagstrap-pl {
background-position: -32px -121px
}
.flagstrap-icon.flagstrap-pm {
background-position: -48px -121px
}
.flagstrap-icon.flagstrap-pn {
background-position: -64px -121px
}
.flagstrap-icon.flagstrap-pr {
background-position: -80px -121px
}
.flagstrap-icon.flagstrap-ps {
background-position: -96px -121px
}
.flagstrap-icon.flagstrap-pt {
background-position: -112px -121px
}
.flagstrap-icon.flagstrap-pw {
background-position: -128px -121px
}
.flagstrap-icon.flagstrap-py {
background-position: -144px -121px
}
.flagstrap-icon.flagstrap-qa {
background-position: -160px -121px
}
.flagstrap-icon.flagstrap-re {
background-position: -176px -121px
}
.flagstrap-icon.flagstrap-ro {
background-position: -192px -121px
}
.flagstrap-icon.flagstrap-rs {
background-position: -208px -121px
}
.flagstrap-icon.flagstrap-ru {
background-position: -224px -121px
}
.flagstrap-icon.flagstrap-rw {
background-position: -240px -121px
}
.flagstrap-icon.flagstrap-sa {
background-position: 0 -132px
}
.flagstrap-icon.flagstrap-sb {
background-position: -16px -132px
}
.flagstrap-icon.flagstrap-sc {
background-position: -32px -132px
}
.flagstrap-icon.flagstrap-scotland {
background-position: -48px -132px
}
.flagstrap-icon.flagstrap-sd {
background-position: -64px -132px
}
.flagstrap-icon.flagstrap-se {
background-position: -80px -132px
}
.flagstrap-icon.flagstrap-sg {
background-position: -96px -132px
}
.flagstrap-icon.flagstrap-sh {
background-position: -112px -132px
}
.flagstrap-icon.flagstrap-si {
background-position: -128px -132px
}
.flagstrap-icon.flagstrap-sk {
background-position: -144px -132px
}
.flagstrap-icon.flagstrap-sl {
background-position: -160px -132px
}
.flagstrap-icon.flagstrap-sm {
background-position: -176px -132px
}
.flagstrap-icon.flagstrap-sn {
background-position: -192px -132px
}
.flagstrap-icon.flagstrap-so {
background-position: -208px -132px
}
.flagstrap-icon.flagstrap-somaliland {
background-position: -224px -132px
}
.flagstrap-icon.flagstrap-sr {
background-position: -240px -132px
}
.flagstrap-icon.flagstrap-ss {
background-position: 0 -143px
}
.flagstrap-icon.flagstrap-st {
background-position: -16px -143px
}
.flagstrap-icon.flagstrap-sv {
background-position: -32px -143px
}
.flagstrap-icon.flagstrap-sx {
background-position: -48px -143px
}
.flagstrap-icon.flagstrap-sy {
background-position: -64px -143px
}
.flagstrap-icon.flagstrap-sz {
background-position: -80px -143px
}
.flagstrap-icon.flagstrap-tc {
background-position: -96px -143px
}
.flagstrap-icon.flagstrap-td {
background-position: -112px -143px
}
.flagstrap-icon.flagstrap-tf {
background-position: -128px -143px
}
.flagstrap-icon.flagstrap-tg {
background-position: -144px -143px
}
.flagstrap-icon.flagstrap-th {
background-position: -160px -143px
}
.flagstrap-icon.flagstrap-tj {
background-position: -176px -143px
}
.flagstrap-icon.flagstrap-tk {
background-position: -192px -143px
}
.flagstrap-icon.flagstrap-tl {
background-position: -208px -143px
}
.flagstrap-icon.flagstrap-tm {
background-position: -224px -143px
}
.flagstrap-icon.flagstrap-tn {
background-position: -240px -143px
}
.flagstrap-icon.flagstrap-to {
background-position: 0 -154px
}
.flagstrap-icon.flagstrap-tr {
background-position: -16px -154px
}
.flagstrap-icon.flagstrap-tt {
background-position: -32px -154px
}
.flagstrap-icon.flagstrap-tv {
background-position: -48px -154px
}
.flagstrap-icon.flagstrap-tw {
background-position: -64px -154px
}
.flagstrap-icon.flagstrap-tz {
background-position: -80px -154px
}
.flagstrap-icon.flagstrap-ua {
background-position: -96px -154px
}
.flagstrap-icon.flagstrap-ug {
background-position: -112px -154px
}
.flagstrap-icon.flagstrap-um {
background-position: -128px -154px
}
.flagstrap-icon.flagstrap-us {
background-position: -144px -154px
}
.flagstrap-icon.flagstrap-uy {
background-position: -160px -154px
}
.flagstrap-icon.flagstrap-uz {
background-position: -176px -154px
}
.flagstrap-icon.flagstrap-va {
background-position: -192px -154px
}
.flagstrap-icon.flagstrap-vc {
background-position: -208px -154px
}
.flagstrap-icon.flagstrap-ve {
background-position: -224px -154px
}
.flagstrap-icon.flagstrap-vg {
background-position: -240px -154px
}
.flagstrap-icon.flagstrap-vi {
background-position: 0 -165px
}
.flagstrap-icon.flagstrap-vn {
background-position: -16px -165px
}
.flagstrap-icon.flagstrap-vu {
background-position: -32px -165px
}
.flagstrap-icon.flagstrap-wales {
background-position: -48px -165px
}
.flagstrap-icon.flagstrap-wf {
background-position: -64px -165px
}
.flagstrap-icon.flagstrap-ws {
background-position: -80px -165px
}
.flagstrap-icon.flagstrap-ye {
background-position: -96px -165px
}
.flagstrap-icon.flagstrap-yt {
background-position: -112px -165px
}
.flagstrap-icon.flagstrap-za {
background-position: -128px -165px
}
.flagstrap-icon.flagstrap-zanzibar {
background-position: -144px -165px
}
.flagstrap-icon.flagstrap-zm {
background-position: -160px -165px
}
.flagstrap-icon.flagstrap-zw {
background-position: -176px -165px
}
/**** FLAG *****/
.searchtop {
width: 62%;
float: left;
margin: 6px 40px;
background: #ededed;
height: 65px;
border-radius: 40px;
padding: 9px 20px 15px 20px;
position: relative;
}
.searchtop button {
background: #fff !important;
font-size: 0;
color: #2d3f4b !important;
padding: 4px 5px;
height: 23px;
line-height: normal;
outline: none;
width: 57px;
position: relative;
overflow: visible;
border: 2px solid #ffffff;
}
.searchtop p {
margin: 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
.searchtop .caret {
margin-left: 0;
position: absolute;
right: 5px;
top: 8px;
}
.searchinput {
width: 100%;
float: left;
position: absolute;
padding-left: 130px;
top: 6px;
left: 0;
}
.searchinput input[type="text"] {
width: 99%;
float: left;
height: 52px;
background: #fff;
border: 0;
border-radius: 0 30px 30px 0;
text-indent: 10px;
font-size: 14px;
outline: none;
}
.searchinput input[type="submit"] {
width: 30px;
height: 30px;
position: absolute;
right: 20px;
top: 10px;
background: url(../images/searcg.png) #fff no-repeat;
border: 0;
outline: none;
}
.country {
position: relative;
z-index: 999;
width: 15%;
float: left;
}
.profile_de {
float: left;
}
.new_nav2 ul li ul {
right: 0;
left: initial !important;
}
.notifybottom {
float: left;
margin-left: 33px;
margin-top: 16px;
position: relative;
}
.notifybottom a span {
position: absolute;
right: -15px;
height: 30px;
width: 30px;
background: #2d3f4b;
font-size: 14px;
padding-top: 5px;
color: #fff;
border-radius: 30px;
font-weight: 600;
text-align: center;
top: -11px;
}
.homebg {
background: #2d3f4b;
}
/*Login by Facebook API*/
/* Shared */
.signwith {
margin-top: 20px;
}
.loginBtn {
box-sizing: border-box;
position: relative;
/* width: 13em; - apply for fixed size */
margin: 0.2em;
padding: 5px 15px 9px 46px;
border: none;
text-align: left;
line-height: 34px;
white-space: nowrap;
border-radius: 0.2em;
font-size: 16px;
color: #FFF;
cursor: pointer;
}
.loginBtn:before {
content: "";
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
width: 34px;
height: 100%;
}
.loginBtn:focus {
outline: none;
}
.loginBtn:active {
box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
/* Facebook */
.loginBtn--facebook {
background-color: #4C69BA;
background-image: linear-gradient(#4C69BA, #3B55A0);
/*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
border-right: #364e92 1px solid;
background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
background-color: #5B7BD5;
background-image: linear-gradient(#5B7BD5, #4864B1);
}
.loginpopup {
padding: 40px 20px;
}
.loginpopup h2 {
font-size: 28px;
}
.logindiv input[type="email"] {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv input[type="email"]:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv input[type="text"] {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv input[type="text"]:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv select {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv select:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv input[type="password"] {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv input[type="password"]:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv {
width: 40%;
float: none;
margin: 0 auto;
background: #fff;
padding: 30px;
border-radius: 3px;
}
.clear_border {
height: 1px;
background: #ccc;
width: 100%;
float: left;
margin: 20px 0;
}
.forgot {
margin-top: 20px;
}
.forgot a {
font-size: 13px;
color: #0e9fb4;
}
.forgot a:hover {
color: #0fb492;
}
.but_login {
border: 0;
display: inline-block;
outline: none;
}
.filer_left {
background: #fff;
margin-top: 57px;
padding: 7px;
}
.custom_acc {
text-align: left;
padding: 15px 10px;
width: 100%;
display: block;
text-transform: uppercase;
font-size: 15px;
border-bottom: 1px solid #ececec;
}
.panel_acc p {
width: 100%;
float: left;
margin: 5px 0;
text-align: left;
}
.panel_acc p label {
margin-bottom: 0;
font-weight: 400;
}
.modal-body_login {
position: relative;
padding: 15px;
float: left;
width: 100%;
}
.tablog {
padding: 0 0 0 15px;
}
.tablog li {
width: auto;
float: left;
}
.tablog li a {
padding: 22px 40px;
}
.padsarea {
padding: 15px;
}
.logindivpop {
width: 100%;
float: left;
margin: 0;
padding: 0;
text-align: left;
}
.clear_border2 {
height: 1px;
background: #ccc;
width: 100%;
float: left;
margin: 20px 0;
}
.signoption {
font-size: 17px;
font-weight: 600;
}
.switch-field5 {
padding-top: 0;
}
.tablog .active a {
background: #7bb113 !important;
}
.panel-bodyt {
padding: 15px;
border-top: 2px solid #7bb113;
}
.closecustom {
color: #FFFFFF !important;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
outline: none;
right: 1px;
position: absolute;
top: 4px;
opacity: 0.9;
background: #7bb113 !important;
width: 30px;
height: 30px;
border-radius: 50%;
text-shadow: none;
z-index: 99;
}
.whitebody {
background: #fff;
padding: 20px;
border-radius: 5px;
}
.poptable {
width: 100%;
float: left;
}
.poptable td {
font-weight: 600;
padding: 8px 20px;
font-size: 15px;
}
.allply input[type="checkbox"] {
float: left;
}
.allply label {
float: left;
margin-left: 10px;
width: 90%;
}
.allply {
margin: 20px 0;
}
.popright {
padding: 15px 0;
}
.popright h4 {
font-size: 20px;
color: #7bb113;
margin: 0;
}
.whitebody p {
margin-bottom: 25px;
}
.for_mob {
display:none;
}
.imgarrows {
width:auto !important;
}
/****** SUDIPTA ********/
/*Regisrtation form*/
.registration_label{
display: flex;
}
#subscription_btn {
background: url(../images/icon-6.png) no-repeat;
border: none;
cursor: pointer;
width: 30px;
height: 38px;
} | public/css/style.css | @charset "utf-8";/* CSS Document */
body {
margin: 0;
padding: 0;
font-family: 'Ubuntu', sans-serif;
}
a {
outline: none;
color: #62addf;
}
a:focus {
outline: none;
}
ul, li {
list-style: none;
}
.clearfix {
clear: both;
font-size: 0;
line-height: 0;
margin: 0;
padding: 0;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-moz-selection {
text-shadow: none;
background: #060426;
color:#fff;
}
a, input, select, textarea, img {
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
::selection {
text-shadow: none;
background: #060426;
color: #fff;
}
a:hover, a:focus {
color: #7bb113;
text-decoration: none;
}
header {
z-index: 1030;
}
.top-bar {
background: #2d3f4b;
padding: 8px 0;
height: 44px;
}
.secondary-nav {
list-style: none;
margin: 0;
padding: 0;
}
.secondary-nav li {
font-size: 14px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
display: inline-block;
margin: 6px -3px;
border-left: 2px solid #fff;
line-height: 14px;
}
.secondary-nav li:first-child {
border-left: none;
}
.secondary-nav li:first-child a {
padding-left: 0;
}
.secondary-nav li a {
color: #fff;
display: block;
padding: 0 14px;
}
.secondary-nav li a:hover {
color: #7bb113;
}
.secondary-nav-new {
display: inline-block;
vertical-align: top;
}
header .container {
position: relative;
}
.navbar-header {
width: 100%;
padding-bottom: 40px;
}
.navbar-header.stick {
background: rgba(0, 0, 0, 0.7);
padding-bottom: 10px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.header-main {
background: #ffffff none repeat scroll 0 0;
height: 102px;
padding: 12px 0;
width: 100%;
}
.navbar-brand {
color: #ffffff;
font-size: 38px;
height: auto;
line-height: 1.5;
margin: 25px 0;
padding: 0;
text-transform: uppercase;
width: 100%;
}
.navbar-brand img {
max-width: 100%;
height: auto;
}
.navbar-nav {
width: 100%;
text-align: center;
}
.navbar-nav > li {
float: none;
display: inline-block;
margin: 0 -3px;
}
.nav > li > a {
color: #3a6b8c;
font-size: 14px;
font-weight: 500;
line-height: 71px;
margin-top: 0;
padding: 0 44px 0;
text-transform: uppercase;
border-left: 1px solid #e7e7e7;
}
.nav > li:first-child > a {
border-left: none;
}
.nav > li:nth-child(4) > a {
border-left: medium none;
margin-top: -26px;
position: relative;
top: -11px;
}
.nav > li:nth-child(5) > a {
border-left: medium none;
}
.nav-bar .navbar-nav > .active > a, .nav-bar .navbar-nav > .active > a:hover, .nav-bar .navbar-nav > .current-menu-item > a:focus, .nav-bar .navbar-nav > .current-menu-item > a:focus, .nav-bar .navbar-nav > .current-menu-item > a {
color: #7bb113;
}
.nav-bar .navbar-nav > li > a:hover, .nav-bar .navbar-nav > li > a:focus {
color: #7bb113;
background: none;
}
.searchbox {
float: right;
height: 27px;
margin-top: 0;
min-width: 50px;
overflow: hidden;
position: relative;
transition: width 0.3s ease 0s;
width: 0;
}
.searchbox-input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
color: #ffffff;
font-size: 14px;
height: 27px;
margin: 0;
outline: 0 none;
padding: 0 55px 0 20px;
right: 0;
top: 0;
width: 100%;
}
.searchbox-input::-webkit-input-placeholder {
color: #fff;
}
.searchbox-input:-moz-placeholder {
color: #fff;
}
.searchbox-input::-moz-placeholder {
color: #fff;
}
.searchbox-input:-ms-input-placeholder {
color: #fff;
}
.searchbox-icon, .searchbox-submit {
width: 45px;
height: 27px;
display: block;
position: absolute;
top: 0;
font-family: verdana;
font-size: 22px;
right: 0;
padding: 0;
margin: 0;
border: 0;
outline: 0;
line-height: 27px;
text-align: center;
cursor: pointer;
color: #dcddd8;
background: rgba(0, 0, 0, 0) url("../images/search-btn.png") no-repeat scroll center center;
}
.searchbox-open {
width: 36%;
}
.social {
float: right;
margin-left: 12px;
}
.social a:hover {
opacity: 0.5;
}
.slider {
position: relative;
z-index: 1020;
}
.slider-shadow {
background: rgba(0, 0, 0, 0) url("../images/slider-shadow.png") repeat-x scroll 0 0;
bottom: 0;
height: 446px;
position: absolute;
width: 100%;
z-index: 99;
}
.sl-txt-box {
bottom: 0;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 1183px;
z-index: 999;
}
.slide_text-second {
border: 0 none;
bottom: 10px;
margin: 0;
padding: 0;
position: absolute;
right: 0;
width: 100%;
padding-bottom: 62px;
z-index: 999;
}
.slide_text-second h2 {
font-size: 35px;
color: #fff;
line-height: 42px;
}
.slide_text-second h2 span {
font-size: 45px;
}
.slide_text-second p {
font-size: 22px;
color: #fff;
line-height: 26px;
margin: 0 0 34px;
font-family: 'Oswald', sans-serif;
}
.nopadd {
padding: 0 !important;
}
.click-arrow {
bottom: 0;
cursor: pointer;
display: block;
height: 17px;
left: -60px;
margin: 0 auto;
position: absolute;
right: 0;
width: 51px;
z-index: 999;
}
.college-search-box {
display: table;
margin: 0 auto;
padding: 207px 0 95px;
width: 687px;
}
.college-search-box h2 {
margin: 0 0 38px;
font-size: 35px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
background: #394952;
line-height: 62px;
text-align: center;
}
.tan-tabs {
text-align: center;
border: none;
margin-bottom: 12px;
}
.tan-tabs li {
float: none;
display: inline-block;
margin: 0 -3px;
}
.tan-tabs li a {
background: rgba(0, 0, 0, 0) url("../images/tab--nav-bg.png") repeat-x scroll 0 0;
border: medium none;
color: #394952;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 54px;
margin: 0;
padding: 0 30px;
border-radius: 0;
text-transform: capitalize;
}
.tan-tabs > li:nth-child(4) > a {
margin-top: 0;
top: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background: url(../images/tab--nav-bg-hover.png) repeat-x;
color: #fff;
border: none;
}
.tab-box {
background: #fff;
padding: 20px 32px;
border-bottom: 4px solid #7bb113;
}
.rowspan {
margin-left: -11px;
margin-right: -11px;
}
.brdBtm {
border-bottom: 1px solid #c9c9c9;
padding-bottom: 16px;
}
.rowspan .col-lg-6, .rowspan .col-md-6, .rowspan .col-sm-6, .rowspan .col-xs-6 {
padding-left: 11px;
padding-right: 11px;
}
.select-form-box {
width: 100%;
}
.select-form-box label {
font-size: 16px;
color: #3a4a53;
font-weight: 500;
display: block;
padding-bottom: 10px;
}
.select-box {
background: url(../images/select-box.png) no-repeat;
height: 39px;
overflow: hidden;
margin-bottom: 4px;
}
.select-box select {
background: none;
border: none;
height: 39px;
padding: 0 10px;
font-size: 14px;
color: #3a4a53;
width: 330px;
cursor: pointer;
}
.mrgnB {
margin-bottom: 12px !important;
}
.btn {
background: #2d3f4b none repeat scroll 0 0;
border-radius: 0;
text-transform: uppercase;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: bold;
line-height: 47px;
padding: 0 50px;
}
.btn:hover {
background: #7bb113;
color: #fff;
}
.over-icon {
background: url(../images/icon-1.png) no-repeat;
width: 77px;
height: 77px;
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
bottom: -40px;
z-index: 99;
}
.gray-background {
background: #f8f8f8;
}
.content {
padding: 0 0 54px;
}
.content h1 {
font-size: 30px;
color: #474747;
border-bottom: 2px solid #7bb113;
text-transform: uppercase;
margin: 78px 0 48px;
line-height: 44px;
text-align: center;
display: inline-block;
font-weight: 500;
}
.content h1 span {
color: #7bb113;
}
.coursesSlider {
padding: 20px 0 30px;
display: inline-block;
width: 100%;
position: relative;
}
.coursesSlider ul {
list-style: none;
margin: 0;
padding: 0;
}
.coursesSlider li {
text-align: center;
width: 25%;
padding: 0 9px;
display: inline-block;
margin: 0 -3px;
}
.coursesSlider .carousel-inner {
margin: 0 auto;
overflow: hidden;
position: relative;
width: 90%;
padding-bottom: 30px;
}
.courses-list {
background: #fff;
padding: 17px 9px 5px 9px;
box-shadow: 3px 3px 3px rgba(0,0,0,0.06);
width: 90%;
margin: 0 auto;
margin-bottom: 20px;
}
.courses-list img {
max-width: 100%;
height: auto;
}
.c-box-content {
padding: 24px 14px;
}
.c-box-content h4 {
font-size: 16px;
color: #2d3f4b;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 20px;
}
.c-box-content p {
font-size: 16px;
color: #8e8e8e;
line-height: 24px;
font-weight: 500;
margin: 0 0 20px;
}
.c-box-content p span {
font-size: 16px;
color: #7bb113;
line-height: 24px;
font-weight: bold;
text-transform: uppercase;
}
.new-btn {
font-size: 14px;
color: #2d3f4b;
line-height: 43px;
padding: 0 30px;
border-radius: 30px;
border: 1px solid #959595;
display: inline-block;
}
.new-btn:hover {
color: #7bb113;
border: 1px solid #7bb113;
}
.jcarousel-control-prev, .jcarousel-control-next, .carousel-control.left, .carousel-control.right {
position: absolute;
top: 0;
width: 34px;
height: 34px;
text-align: center;
background: url(../images/arrows.png) no-repeat !important;
text-indent: -9999px;
outline: none;
opacity: 1;
bottom: 0;
margin: auto;
}
.jcarousel-control-prev, .carousel-control.left {
left: 10px;
outline: none
}
.jcarousel-control-next, .carousel-control.right {
background-position: right 0 !important;
outline: medium none;
right: 10px !important;
}
.content-padd {
padding: 65px 0;
}
.text-box h4 {
font-size: 25px;
color: #5e5e5e;
font-weight: 500;
margin: 0 0 35px;
}
.text-box h4 span {
color: #7bb113;
}
.text-box p {
color: #7a7a7a;
font-size: 14px;
line-height: 24px;
padding: 0 200px;
}
.cntrl-nav-new .jcarousel-control-prev, .cntrl-nav-new .jcarousel-control-next, .cntrl-nav-new .carousel-control.left, .cntrl-nav-new .carousel-control.right {
background: url(../images/arrows2.png) no-repeat left center !important;
}
.paralax-background h1 {
color: #fff;
border-color: #7bb113;
}
.overlay-dark {
background: rgba(35,48,71,0.89);
}
.circle-box {
padding: 20px 15px 116px;
margin-bottom: 30px;
display: inline-block;
margin-left: -3px;
margin-right: -3px;
}
.circle-box h3 {
font-size: 25px;
color: #ffffff;
font-weight: 500;
margin: 15px 0;
}
.circle-icon {
width: 142px;
height: 142px;
display: inline-block;
background: #7bb113;
font-size: 40px;
color: #fff;
font-weight: 500;
line-height: 142px;
text-align: center;
border-radius: 50%;
}
.blue-back-icon {
background: #0f8ee2;
}
.click-arrow img {
cursor: pointer;
}
.jcarousel-wrapper {
margin: 0 auto;
position: relative;
}
.jcarousel {
margin: 0 auto;
max-width: 1080px;
overflow: hidden;
position: relative;
}
.jcarousel ul {
width: 20000em;
position: relative;
list-style: none;
margin: 0;
padding: 0;
}
.jcarousel li {
float: left;
height: auto;
margin: 0;
text-align: center;
}
.jcarousel li a {
display: block;
text-decoration: none;
}
.cntrl-nav {
bottom: 0;
left: 0;
margin: auto;
right: 0;
top: 0;
width: 100%;
}
.scroll-slider-section {
padding: 40px 0;
text-align: center;
}
.scroll-slider-section p {
font-size: 18px;
margin-bottom: 38px;
color: #000;
}
.parallax {
position: relative;
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
}
footer {
background: #1a2127;
position: relative;
width: 100%;
float: left;
}
.footer-top {
padding: 110px 0 65px;
}
.footer-top .subscrib-form{
margin-left: 50px;
}
.foot-logo {
width: 152px;
height: 152px;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: -48px;
}
footer .col-lg-2, footer .col-md-2 {
width: 20%;
}
footer h4 {
font-size: 16px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
background: url(../images/line.png) no-repeat center bottom;
text-align: center;
padding-bottom: 22px;
margin-bottom: 28px;
}
footer p {
font-size: 14px;
color: #62addf;
line-height: 26px;
text-align: center;
}
.newsletter input[type="text"] {
background: #2d3f4b;
border: none;
display: inline-block;
margin: 0 -3px;
width: 156px;
height: 38px;
padding: 0 10px;
font-size: 12px;
color: #62addf;
vertical-align: top;
}
.newsletter input[type="submit"] {
background: url(../images/icon-6.png) no-repeat;
border: none;
cursor: pointer;
width: 30px;
height: 38px;
}
.foot-nav {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
}
.foot-nav li {
list-style: none;
font-size: 14px;
color: #62addf;
padding: 0;
line-height: 26px;
}
.foot-nav li a {
color: #62addf;
}
.foot-nav li a:hover {
color: #7bb113;
}
.foot-social {
float: none;
margin: 18px 0 0;
text-align: center;
}
.copy-txt {
background: #252e35;
text-align: center;
padding: 24px 0;
font-size: 13px;
color: #62addf;
}
.copy-txt p {
margin: 0;
}
/****** SUDIPTA ********/
.top_gap {
padding: 180px 0 100px 0;
}
.commondiv {
width: 100%;
float: left;
}
.commonpad {
padding: 60px 0;
}
.nobor {
border: 0 !important;
}
.nomar {
margin: 0 !important;
}
.gray {
background: #F5F5F5;
}
.bread_new li a {
font-size: 12px;
font-weight: 200;
color: #000;
padding: 10px 20px 10px 14px;
background: url(../images/arbread.PNG) no-repeat right;
background-size: 5px;
}
.bread_new li:last-child a {
background: none;
}
.bread_new li:first-child a {
padding-left: 0;
}
.bread_new ul {
padding-left: 15px;
}
.bread_new:last-child li {
padding-right: 14px;
}
.bread_new li {
float: left;
font-size: 12px;
font-weight: 200;
color: #000;
}
.panel-default>.panel-heading {
color: #333;
background-color: #fff;
padding: 0;
border: 0 !important;
}
.panel-default {
border: 0;
}
.custom_tabs li {
margin: 0;
border: 0;
width: 100%;
float: left;
}
.custom_tabs li a {
font-size: 13px;
font-weight: 600;
padding: 20px 10px;
line-height: normal;
border-radius: 0;
border-left: 1px solid #ededed !important;
border-bottom: 0px !important;
border-top: 0px !important;
margin: 0;
width: 100%;
float: left;
border-right: 1px solid #ededed;
}
.custom_tabs li:nth-child(4) > a {
border-left: medium none;
margin-top: 0px;
position: relative;
top: 0px;
}
.custom_tabs .active {
background: #7bb113;
}
.custompane {
background: #fff;
}
.custom_panel h5 {
font-size: 16px;
color: #7bb113;
}
.custom_panel h6 {
font-size: 16px;
color: #777;
}
.small_pad {
padding-bottom: 15px;
}
.custom_panel p {
margin-bottom: 5px;
}
.custom_panel p span {
color: #7bb113;
}
.left_section h2 {
margin: 20px 0;
}
.grayarea {
padding: 15px;
margin-bottom: 5px;
}
.bl_but {
padding: 10px;
border-radius: 3px;
background: #39F;
color: #fff;
font-size: 13px;
margin-top: 10px;
display: inline-block;
}
.bl_but:hover {
background: #1a2127;
color: #fff;
}
.grayarea h5 {
margin-top: 0;
}
.table_price th {
background: #ededed;
padding: 10px;
font-size: 14px;
}
.table_price td {
background: #fff;
border-bottom: 1px solid #ededed;
padding: 10px;
font-size: 13px;
}
.gmat {
padding: 5px 10px;
border: 2px solid #ccc;
float: left;
margin-right: 20px;
font-weight: 600;
}
.sidelink p {
padding: 10px 0;
border-bottom: 1px solid #ccc;
display: block;
}
.img_rightpan {
width: 150px;
float: left;
margin-right: 15px;
overflow: hidden;
}
.img_rightpan img {
width: 100%;
}
.img_left_pane {
width: 60%;
float: left;
}
.sidebar {
border: 1px solid #ccc;
margin-bottom: 20px;
}
.side_header {
background: #2d3f4b;
padding: 10px;
}
.side_header h4 {
color: #fff;
}
.side_cont {
background: #fff;
padding: 10px;
}
.side_cont li {
background: url(../images/arbread.PNG) no-repeat left;
background-size: 5px;
padding-left: 15px;
}
.course_long li {
background: url(../images/arbread.PNG) no-repeat 5px 5px;
background-size: 5px;
}
.side_cont ul {
padding-left: 0;
}
.but1 img {
position: relative;
margin-right: 10px;
}
.green_but1 {
background: #7bb113;
color: #fff;
text-transform: uppercase;
font-size: 14px;
text-transform: uppercase;
padding: 13px;
font-weight: 600;
display: block;
text-align: center;
border-radius: 3px;
}
.green_but1:hover {
background: #0f8ee2;
color: #fff;
}
.dark_but1 {
background: #2d3f4b;
color: #fff;
text-transform: uppercase;
font-size: 14px;
text-transform: uppercase;
padding: 13px;
font-weight: 600;
display: block;
text-align: center;
border-radius: 3px;
}
.dark_but1:hover {
background: #0f8ee2;
color: #fff;
}
.clear_height {
height: 50px;
}
.image_photo img {
width: 100%;
}
.image_photo {
height: 100px;
overflow: hidden;
margin-bottom: 15px;
}
.closecustom {
color: #FFFFFF !important;
font-size: 14px;
font-weight: 600;
outline: none;
right: -18px;
position: absolute;
top: -18px;
opacity: 0.9;
background: #0FB492 !important;
width: 30px;
height: 30px;
border-radius: 50%;
text-shadow: none;
opacity: 1 !important;
}
.imgpop {
width: 100%;
float: left;
}
.imgpop img {
width: 100%;
float: left;
}
.popmod {
background: #fff;
padding: 15px;
}
.imgpop iframe {
width: 100% !important;
}
.formbrochure {
background: #fff;
padding: 20px;
}
.formbrochure h5 {
font-size: 18px;
}
.blockform {
padding: 25px 0;
border-bottom: 2px solid #ededed;
}
.formbrochure h6 {
font-size: 18px;
color: #000;
}
.blockform input[type="radio"] {
float: left;
margin-right: 5px;
}
.blockform label {
float: left !important;
margin-right: 25px;
}
.blockform select {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
border-radius: 3px;
}
.blockform input[type="text"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform input[type="password"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform input[type="email"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform textarea {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 120px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.blockform td {
padding: 5px;
}
.blockform span {
width: 33.3%;
float: left;
padding-right: 20px;
margin-bottom: 15px;
}
.blockform input[type="checkbox"] {
float: left;
margin-right: 5px;
}
.small_fil {
width: 60px !important;
}
.small_bol input[type="checkbox"] {
margin-top: 14px;
}
.small_bol label {
margin-top: 11px;
}
.small_mar {
margin-top: 15px;
}
.title h1 {
font-size: 30px;
color: #474747;
border-bottom: 2px solid #7bb113;
text-transform: uppercase;
line-height: 44px;
margin-bottom: 30px;
text-align: center;
display: inline-block;
font-weight: 500;
}
.title h1 span {
color: #7bb113;
}
.center_div {
display: inline-block;
float: none;
text-align: left;
margin-bottom: 40px;
}
.banner {
max-height: 250px;
overflow: hidden;
margin-bottom: 40px;
}
.banner img {
width: 100%;
}
.tablecollage th {
background: #fff;
}
.tablecollage h3 {
font-size: 18px;
text-align: center;
color: #7bb113;
margin-top: 0;
}
.tablecollage p {
font-weight: 500;
font-size: 13px;
color: #888;
}
.tablecollage th {
text-align: center;
vertical-align: middle !important;
padding-top: 0px;
padding-bottom: 15px;
}
.numbers {
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #888;
font-size: 22px;
color: #777;
text-align: center;
padding-top: 7px;
display: inline-block;
}
.downbut {
font-size: 11px;
font-weight: 500;
}
.search {
position: relative;
margin: 10px 0;
}
.search input[type="text"] {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 35px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.search input[type="submit"] {
background: url(../images/search2.png) no-repeat;
width: 25px;
height: 25px;
position: absolute;
top: 8px;
right: 7px;
border: 0;
outline: none;
}
.search select {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 40px;
padding: 7px;
font-size: 13px;
outline: none;
border-radius: 3px;
}
.estab {
margin-top: 10px;
}
.title h2 {
font-size: 18px;
margin-bottom: 30px;
margin-top: 0;
}
.searchres h3 {
border-bottom: 2px solid #ccc;
margin-bottom: 20px;
padding-bottom: 12px;
}
.searchresdiv h4 {
margin-top: 0;
}
.searchresdiv {
background: #fff;
}
.searchresdiv span {
color: #888;
font-size: 11px;
}
.search_left_pane {
width: 80%;
}
.course_search h5 {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #7bb113;
}
.course_search img {
position: relative;
margin-right: 10px;
}
.compa {
margin-top: 10px;
}
.compa label {
font-weight: 400;
top: -2px;
position: relative;
left: 5px;
}
.jcarousel a p {
color: #7bb113;
text-transform: uppercase;
}
.addre {
padding: 10px 0;
}
.addre h6 {
font-size: 20px;
text-transform: uppercase;
color: #7bb113;
font-weight: 800;
margin-bottom: 4px;
margin-top: 25px;
}
.addre p {
margin-bottom: 18px;
font-weight: 600;
font-size: 15px;
color: #2d3f4b;
}
.contact_form {
background: #fff;
padding: 0 25px 25px 25px;
margin-top: 40px;
}
.contact_form textarea {
width: 100%;
float: left;
border: 2px solid #ccc;
height: 120px;
padding: 7px;
font-size: 13px;
outline: none;
float: left;
border-radius: 3px;
}
.common_slide {
background: #fff;
padding: 25px;
border-radius: 5px;
}
.common_slide h3 {
margin-top: 7px;
}
.common_slide h4 {
margin-top: 25px;
color: #7bb113;
}
.common_slide li {
background: url(../images/ddot.png) no-repeat 0px 2px;
padding-left: 27px;
margin: 7px 0;
}
.common_slide ul {
padding: 0;
margin: 0;
}
.st_img {
max-height: 300px;
overflow: hidden;
margin-bottom: 30px;
}
.st_img img {
width: 100%;
}
.fade_normal {
opacity: 0.5;
}
.userview {
background: #fff;
padding: 25px;
margin-bottom: 30px;
border-bottom: 3px solid #ccc;
}
.user_image {
width: 160px;
height: 160px;
overflow: hidden;
border: 5px solid #ccc;
background: #fff;
float: left;
margin-right: 20px;
}
.user_image img {
height: 100%;
}
.usernames {
float: left;
width: 30%;
}
.usernames h2 {
margin-top: 0;
color: #7bb113;
margin-bottom: 13px;
}
.usernames span {
font-size: 13px;
float: left;
margin-right: 15px;
color: #666;
}
.public_pro {
margin-top: 5%;
}
.profile_sep {
border: 2px solid #ccc;
border-radius: 4px;
padding: 25px;
margin: 10px 0;
}
.profile_sep p {
font-size: 14px;
}
.profile_sep h5 {
border-bottom: 2px solid #7bb113;
padding-bottom: 15px;
margin-bottom: 20px;
text-transform: uppercase;
}
.editbut {
float: right;
border: 1px solid #62addf;
padding: 5px;
position: relative;
font-size: 15px;
top: -5px;
}
.bold {
color: #3a6b8c;
font-size: 16px;
}
.bold span {
float: left;
width: 200px;
margin-right: 10px;
}
.information p {
margin: 6px 0;
float: left;
width: 100%;
font-size: 14px;
}
.profile_sep img {
margin-right: 2px;
margin-top: -2px;
}
.switch-field {
padding: 20px 0;
overflow: hidden;
display: inline-block;
}
.switch-title {
margin-bottom: 6px;
}
.switch-field input {
display: none;
}
.switch-field label {
float: left;
}
.switch-field label {
display: inline-block;
width: auto;
background-color: #bdbdbd;
color: #fff;
font-size: 14px;
font-weight: normal;
text-align: center;
text-shadow: none;
padding: 8px 29px;
border: 0;
text-transform: uppercase;
font-weight: 800 !important;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.switch-field label:hover {
cursor: pointer;
}
.switch-field input:checked + label {
background-color: #7bb113;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
.switch-field label:first-of-type {
border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
border-radius: 0 4px 4px 0;
}
.degree {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ededed;
}
.des_pro {
width: 70% !important;
float: left;
color: #2d3f4b !important;
}
.add {
margin-top: 10px;
}
.tabs_two li {
width: auto;
float: left;
border: 1px solid #7bb113;
margin: 0 2px;
}
.tabs_two li a {
padding: 30px 10px;
text-align: center;
border: 0 !important;
}
.tabs_two h2 {
margin: 0;
position: absolute;
background: #95c734;
color: #fff;
font-size: 16px;
padding: 2px 10px;
border-radius: 0;
bottom: 0;
text-align: center;
left: 0;
}
.tab_con {
width: 100%;
float: left;
margin: 20px 0 0 0;
padding: 25px;
border: 1px solid #ededed !important;
}
.time {
float: right;
font-size: 12px;
color: #888;
}
.tabs_two .active a {
background: #7bb113 !important;
}
.hiddenclass {
display: none;
}
/*.hiddenclass {*/
/*transition: all 0.4s;*/
/*padding: 25px 0 0 0;*/
/*border: 0;*/
/*}*/
.form_info {
margin-bottom: 14px;
}
.butwrap input {
width: auto;
display: inline-block;
margin-right: 5px;
border: 0;
}
.labelform {
float: left;
margin: 15px 15px 15px 0;
}
.logo-edit{
}
.unilogo {
width: 150px;
overflow: hidden;
margin: 20px auto;
float: none;
}
.unilogo img {
width: 100%;
}
.tab-pane {
background: #fff !important;
}
.logopart h5 {
border-bottom: 2px solid #7bb113;
padding-bottom: 15px;
margin-bottom: 20px;
text-transform: uppercase;
text-align: center;
}
.uniparts {
border-bottom: 2px solid #ccc;
}
.uniparts h6 {
color: #000;
text-transform: uppercase;
padding: 10px 0;
}
.small_hei {
margin-bottom: 20px;
}
.border_bot {
border-bottom: 2px solid #ccc !important;
}
.edit_butnew {
position: absolute;
right: 25px;
margin-top: -44px !important;
}
.custompane .dropdown-menu {
width: 100% !important;
border: 0 !important;
text-transform: uppercase;
min-width: 100% !important;
}
.displayall {
display: block !important;
}
.nav_scond {
border: 0;
background: transparent;
margin: 0;
}
.nav_two {
margin-top: 3px;
}
.current-menu-item > a {
color: #7bb113 !important;
}
.nav_two .profile-image{
border-radius: 30px;
}
.nav_two a {
color: #3a6b8c;
}
/****************************** OWL-CAROUSEL *******************************************/
.owl-theme .owl-controls {
margin-top: 10px;
text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;
margin: 5px;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
filter: Alpha(Opacity=100);
opacity: 1;
text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-item.loading {
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
/****************************** OWL-CAROUSEL *******************************************/
.owl-prev {
position: absolute;
left: -36px;
top: 43%;
background: url(../images/arrows.png) no-repeat;
font-size: 0px !important;
height: 44px;
width: 39px;
border-radius: 0 !important;
padding: 0 !important;
opacity: 1 !important;
}
.owl-prev:hover {
opacity: 0.8 !important;
}
.owl-next {
position: absolute;
right: -38px;
top: 43%;
background: url(../images/arrows.png) no-repeat;
font-size: 0px !important;
height: 44px;
width: 35px;
border-radius: 0 !important;
padding: 0 !important;
opacity: 1 !important;
background-position: right top;
}
.owl-next:hover {
opacity: 0.8 !important;
}
.univers .owl-next {
background: url(../images/arrows2.png) no-repeat;
background-position: right top;
}
.univers .owl-prev {
background: url(../images/arrows2.png) no-repeat;
}
.chatuser {
padding: 7px 5px;
position: relative;
border-bottom: 1px solid #fff;
background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(30,28,29,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(30,28,29,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,255,255,1) 0%, rgba(30,28,29,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#1a1e1c1d', GradientType=0 ); /* IE6-9 */
}
.imgchat {
width: 40px;
height: 30px;
float: left;
overflow: hidden;
margin-right: 10px;
margin-top: 10px;
}
.imgchat img {
width: 100%;
}
.usernamechat {
width: 70%;
float: left;
}
.usernamechat h6 {
font-size: 14px;
color: #36C;
margin: 6px 0 3px 0;
}
.usernamechat a {
color: #36C !important;
}
.usernamechat a:hover {
color: #000 !important;
}
.usernamechat p {
font-size: 12px;
margin: 0;
}
.chat_users {
max-height: 400px;
overflow: auto;
}
.userone {
width: 60px;
height: 60px;
overflow: hidden;
float: left;
margin-right: 10px;
}
.userone img {
width: 100%;
}
.chattext {
width: 70%;
float: left;
margin-right: 10px;
}
.chatboard {
border-bottom: 1px solid #ededed;
padding: 10px;
}
.chatboxmain {
max-height: 400px;
overflow: auto;
}
.smallmar {
margin-top: 15px !important;
}
.conver p {
width: auto;
margin-right: 15px;
}
.chatdash {
border: 2px solid #ededed;
padding-right: 0;
padding-left: 0;
}
.new_mes {
position: absolute;
top: 9px;
right: 5px;
height: 20px;
width: 20px;
border-radius: 50%;
color: #fff;
background: #7bb113;
text-align: center;
font-size: 12px;
padding-top: 1px;
}
.exportbut {
position: absolute;
right: 20px;
top: 16px;
}
.unilogo img {
max-width: 100%;
}
.filter {
padding-top: 0;
}
.filter h5 {
padding-left: 15px;
}
.unidescr p {
display: inline-block;
width: 100%;
}
.notify span {
position: relative;
width: 18px;
background: #8BC34A;
color: #fff;
border-radius: 30px;
display: inline-block;
text-align: center;
font-weight: 600;
line-height: 18px;
top: -10px;
}
.dark_but2 {
font-size: 13px;
font-weight: 200;
text-transform: none;
padding: 10px;
width: auto !important;
display: block;
margin-top: 5px;
}
.displaybl {
display: block;
}
.new_nav ul li a {
padding: 0 !important;
background: #fff !important;
}
.new_nav ul li a {
padding: 0 !important;
}
.new_nav ul li ul {
border: 0;
padding: 0;
border-radius: 5px;
overflow: hidden;
min-width: 200px;
box-shadow: 0 5px 12px rgba(0,0,0,.5);
}
.new_nav ul li ul li a {
border: 0;
padding: 15px 15px!important;
border-radius: 0;
font-size: 16px;
border-bottom: 1px solid #ccc;
text-align: center;
font-weight: 500;
color: #2d3f4b;
}
.new_nav ul li ul li a:hover {
color: #fff;
background: #2d3f4b !important;
}
.new_nav ul li ul li:last-child a {
border-bottom: 0px solid #ccc;
}
.logonew {
padding: 5px 25px 0 35px;
}
.logonew img {
width: 90px;
}
/**** FLAG *****/
.flagstrap {
display: inline-block;
position: relative;
width: 100%;
}
.flagstrap-icon {
display: inline-block;
width: 16px;
height: 11px;
background: url(../images/flags.png) no-repeat
}
.flagstrap-placeholder, .flagstrap-placeholder i {
display: none
}
.flagstrap-icon.flagstrap-ad {
background-position: -16px 0
}
.flagstrap-icon.flagstrap-ae {
background-position: -32px 0
}
.flagstrap-icon.flagstrap-af {
background-position: -48px 0
}
.flagstrap-icon.flagstrap-ag {
background-position: -64px 0
}
.flagstrap-icon.flagstrap-ai {
background-position: -80px 0
}
.flagstrap-icon.flagstrap-al {
background-position: -96px 0
}
.flagstrap-icon.flagstrap-am {
background-position: -112px 0
}
.flagstrap-icon.flagstrap-an {
background-position: -128px 0
}
.flagstrap-icon.flagstrap-ao {
background-position: -144px 0
}
.flagstrap-icon.flagstrap-ar {
background-position: -160px 0
}
.flagstrap-icon.flagstrap-as {
background-position: -176px 0
}
.flagstrap-icon.flagstrap-at {
background-position: -192px 0
}
.flagstrap-icon.flagstrap-au {
background-position: -208px 0
}
.flagstrap-icon.flagstrap-aw {
background-position: -224px 0
}
.flagstrap-icon.flagstrap-az {
background-position: -240px 0
}
.flagstrap-icon.flagstrap-ba {
background-position: 0 -11px
}
.flagstrap-icon.flagstrap-bb {
background-position: -16px -11px
}
.flagstrap-icon.flagstrap-bd {
background-position: -32px -11px
}
.flagstrap-icon.flagstrap-be {
background-position: -48px -11px
}
.flagstrap-icon.flagstrap-bf {
background-position: -64px -11px
}
.flagstrap-icon.flagstrap-bg {
background-position: -80px -11px
}
.flagstrap-icon.flagstrap-bh {
background-position: -96px -11px
}
.flagstrap-icon.flagstrap-bi {
background-position: -112px -11px
}
.flagstrap-icon.flagstrap-bj {
background-position: -128px -11px
}
.flagstrap-icon.flagstrap-bm {
background-position: -144px -11px
}
.flagstrap-icon.flagstrap-bn {
background-position: -160px -11px
}
.flagstrap-icon.flagstrap-bo {
background-position: -176px -11px
}
.flagstrap-icon.flagstrap-br {
background-position: -192px -11px
}
.flagstrap-icon.flagstrap-bs {
background-position: -208px -11px
}
.flagstrap-icon.flagstrap-bt {
background-position: -224px -11px
}
.flagstrap-icon.flagstrap-bv {
background-position: -240px -11px
}
.flagstrap-icon.flagstrap-bw {
background-position: 0 -22px
}
.flagstrap-icon.flagstrap-by {
background-position: -16px -22px
}
.flagstrap-icon.flagstrap-bz {
background-position: -32px -22px
}
.flagstrap-icon.flagstrap-ca {
background-position: -48px -22px
}
.flagstrap-icon.flagstrap-catalonia {
background-position: -64px -22px
}
.flagstrap-icon.flagstrap-cd {
background-position: -80px -22px
}
.flagstrap-icon.flagstrap-cf {
background-position: -96px -22px
}
.flagstrap-icon.flagstrap-cg {
background-position: -112px -22px
}
.flagstrap-icon.flagstrap-ch {
background-position: -128px -22px
}
.flagstrap-icon.flagstrap-ci {
background-position: -144px -22px
}
.flagstrap-icon.flagstrap-ck {
background-position: -160px -22px
}
.flagstrap-icon.flagstrap-cl {
background-position: -176px -22px
}
.flagstrap-icon.flagstrap-cm {
background-position: -192px -22px
}
.flagstrap-icon.flagstrap-cn {
background-position: -208px -22px
}
.flagstrap-icon.flagstrap-co {
background-position: -224px -22px
}
.flagstrap-icon.flagstrap-cr {
background-position: -240px -22px
}
.flagstrap-icon.flagstrap-cu {
background-position: 0 -33px
}
.flagstrap-icon.flagstrap-cv {
background-position: -16px -33px
}
.flagstrap-icon.flagstrap-cw {
background-position: -32px -33px
}
.flagstrap-icon.flagstrap-cy {
background-position: -48px -33px
}
.flagstrap-icon.flagstrap-cz {
background-position: -64px -33px
}
.flagstrap-icon.flagstrap-de {
background-position: -80px -33px
}
.flagstrap-icon.flagstrap-dj {
background-position: -96px -33px
}
.flagstrap-icon.flagstrap-dk {
background-position: -112px -33px
}
.flagstrap-icon.flagstrap-dm {
background-position: -128px -33px
}
.flagstrap-icon.flagstrap-do {
background-position: -144px -33px
}
.flagstrap-icon.flagstrap-dz {
background-position: -160px -33px
}
.flagstrap-icon.flagstrap-ec {
background-position: -176px -33px
}
.flagstrap-icon.flagstrap-ee {
background-position: -192px -33px
}
.flagstrap-icon.flagstrap-eg {
background-position: -208px -33px
}
.flagstrap-icon.flagstrap-eh {
background-position: -224px -33px
}
.flagstrap-icon.flagstrap-england {
background-position: -240px -33px
}
.flagstrap-icon.flagstrap-er {
background-position: 0 -44px
}
.flagstrap-icon.flagstrap-es {
background-position: -16px -44px
}
.flagstrap-icon.flagstrap-et {
background-position: -32px -44px
}
.flagstrap-icon.flagstrap-eu {
background-position: -48px -44px
}
.flagstrap-icon.flagstrap-fi {
background-position: -64px -44px
}
.flagstrap-icon.flagstrap-fj {
background-position: -80px -44px
}
.flagstrap-icon.flagstrap-fk {
background-position: -96px -44px
}
.flagstrap-icon.flagstrap-fm {
background-position: -112px -44px
}
.flagstrap-icon.flagstrap-fo {
background-position: -128px -44px
}
.flagstrap-icon.flagstrap-fr {
background-position: -144px -44px
}
.flagstrap-icon.flagstrap-ga {
background-position: -160px -44px
}
.flagstrap-icon.flagstrap-gb {
background-position: -176px -44px
}
.flagstrap-icon.flagstrap-gd {
background-position: -192px -44px
}
.flagstrap-icon.flagstrap-ge {
background-position: -208px -44px
}
.flagstrap-icon.flagstrap-gf {
background-position: -224px -44px
}
.flagstrap-icon.flagstrap-gg {
background-position: -240px -44px
}
.flagstrap-icon.flagstrap-gh {
background-position: 0 -55px
}
.flagstrap-icon.flagstrap-gi {
background-position: -16px -55px
}
.flagstrap-icon.flagstrap-gl {
background-position: -32px -55px
}
.flagstrap-icon.flagstrap-gm {
background-position: -48px -55px
}
.flagstrap-icon.flagstrap-gn {
background-position: -64px -55px
}
.flagstrap-icon.flagstrap-gp {
background-position: -80px -55px
}
.flagstrap-icon.flagstrap-gq {
background-position: -96px -55px
}
.flagstrap-icon.flagstrap-gr {
background-position: -112px -55px
}
.flagstrap-icon.flagstrap-gs {
background-position: -128px -55px
}
.flagstrap-icon.flagstrap-gt {
background-position: -144px -55px
}
.flagstrap-icon.flagstrap-gu {
background-position: -160px -55px
}
.flagstrap-icon.flagstrap-gw {
background-position: -176px -55px
}
.flagstrap-icon.flagstrap-gy {
background-position: -192px -55px
}
.flagstrap-icon.flagstrap-hk {
background-position: -208px -55px
}
.flagstrap-icon.flagstrap-hm {
background-position: -224px -55px
}
.flagstrap-icon.flagstrap-hn {
background-position: -240px -55px
}
.flagstrap-icon.flagstrap-hr {
background-position: 0 -66px
}
.flagstrap-icon.flagstrap-ht {
background-position: -16px -66px
}
.flagstrap-icon.flagstrap-hu {
background-position: -32px -66px
}
.flagstrap-icon.flagstrap-ic {
background-position: -48px -66px
}
.flagstrap-icon.flagstrap-id {
background-position: -64px -66px
}
.flagstrap-icon.flagstrap-ie {
background-position: -80px -66px
}
.flagstrap-icon.flagstrap-il {
background-position: -96px -66px
}
.flagstrap-icon.flagstrap-im {
background-position: -112px -66px
}
.flagstrap-icon.flagstrap-in {
background-position: -128px -66px
}
.flagstrap-icon.flagstrap-io {
background-position: -144px -66px
}
.flagstrap-icon.flagstrap-iq {
background-position: -160px -66px
}
.flagstrap-icon.flagstrap-ir {
background-position: -176px -66px
}
.flagstrap-icon.flagstrap-is {
background-position: -192px -66px
}
.flagstrap-icon.flagstrap-it {
background-position: -208px -66px
}
.flagstrap-icon.flagstrap-je {
background-position: -224px -66px
}
.flagstrap-icon.flagstrap-jm {
background-position: -240px -66px
}
.flagstrap-icon.flagstrap-jo {
background-position: 0 -77px
}
.flagstrap-icon.flagstrap-jp {
background-position: -16px -77px
}
.flagstrap-icon.flagstrap-ke {
background-position: -32px -77px
}
.flagstrap-icon.flagstrap-kg {
background-position: -48px -77px
}
.flagstrap-icon.flagstrap-kh {
background-position: -64px -77px
}
.flagstrap-icon.flagstrap-ki {
background-position: -80px -77px
}
.flagstrap-icon.flagstrap-km {
background-position: -96px -77px
}
.flagstrap-icon.flagstrap-kn {
background-position: -112px -77px
}
.flagstrap-icon.flagstrap-kp {
background-position: -128px -77px
}
.flagstrap-icon.flagstrap-kr {
background-position: -144px -77px
}
.flagstrap-icon.flagstrap-kurdistan {
background-position: -160px -77px
}
.flagstrap-icon.flagstrap-kw {
background-position: -176px -77px
}
.flagstrap-icon.flagstrap-ky {
background-position: -192px -77px
}
.flagstrap-icon.flagstrap-kz {
background-position: -208px -77px
}
.flagstrap-icon.flagstrap-la {
background-position: -224px -77px
}
.flagstrap-icon.flagstrap-lb {
background-position: -240px -77px
}
.flagstrap-icon.flagstrap-lc {
background-position: 0 -88px
}
.flagstrap-icon.flagstrap-li {
background-position: -16px -88px
}
.flagstrap-icon.flagstrap-lk {
background-position: -32px -88px
}
.flagstrap-icon.flagstrap-lr {
background-position: -48px -88px
}
.flagstrap-icon.flagstrap-ls {
background-position: -64px -88px
}
.flagstrap-icon.flagstrap-lt {
background-position: -80px -88px
}
.flagstrap-icon.flagstrap-lu {
background-position: -96px -88px
}
.flagstrap-icon.flagstrap-lv {
background-position: -112px -88px
}
.flagstrap-icon.flagstrap-ly {
background-position: -128px -88px
}
.flagstrap-icon.flagstrap-ma {
background-position: -144px -88px
}
.flagstrap-icon.flagstrap-mc {
background-position: -160px -88px
}
.flagstrap-icon.flagstrap-md {
background-position: -176px -88px
}
.flagstrap-icon.flagstrap-me {
background-position: -192px -88px
}
.flagstrap-icon.flagstrap-mg {
background-position: -208px -88px
}
.flagstrap-icon.flagstrap-mh {
background-position: -224px -88px
}
.flagstrap-icon.flagstrap-mk {
background-position: -240px -88px
}
.flagstrap-icon.flagstrap-ml {
background-position: 0 -99px
}
.flagstrap-icon.flagstrap-mm {
background-position: -16px -99px
}
.flagstrap-icon.flagstrap-mn {
background-position: -32px -99px
}
.flagstrap-icon.flagstrap-mo {
background-position: -48px -99px
}
.flagstrap-icon.flagstrap-mp {
background-position: -64px -99px
}
.flagstrap-icon.flagstrap-mq {
background-position: -80px -99px
}
.flagstrap-icon.flagstrap-mr {
background-position: -96px -99px
}
.flagstrap-icon.flagstrap-ms {
background-position: -112px -99px
}
.flagstrap-icon.flagstrap-mt {
background-position: -128px -99px
}
.flagstrap-icon.flagstrap-mu {
background-position: -144px -99px
}
.flagstrap-icon.flagstrap-mv {
background-position: -160px -99px
}
.flagstrap-icon.flagstrap-mw {
background-position: -176px -99px
}
.flagstrap-icon.flagstrap-mx {
background-position: -192px -99px
}
.flagstrap-icon.flagstrap-my {
background-position: -208px -99px
}
.flagstrap-icon.flagstrap-mz {
background-position: -224px -99px
}
.flagstrap-icon.flagstrap-na {
background-position: -240px -99px
}
.flagstrap-icon.flagstrap-nc {
background-position: 0 -110px
}
.flagstrap-icon.flagstrap-ne {
background-position: -16px -110px
}
.flagstrap-icon.flagstrap-nf {
background-position: -32px -110px
}
.flagstrap-icon.flagstrap-ng {
background-position: -48px -110px
}
.flagstrap-icon.flagstrap-ni {
background-position: -64px -110px
}
.flagstrap-icon.flagstrap-nl {
background-position: -80px -110px
}
.flagstrap-icon.flagstrap-no {
background-position: -96px -110px
}
.flagstrap-icon.flagstrap-np {
background-position: -112px -110px
}
.flagstrap-icon.flagstrap-nr {
background-position: -128px -110px
}
.flagstrap-icon.flagstrap-nu {
background-position: -144px -110px
}
.flagstrap-icon.flagstrap-nz {
background-position: -160px -110px
}
.flagstrap-icon.flagstrap-om {
background-position: -176px -110px
}
.flagstrap-icon.flagstrap-pa {
background-position: -192px -110px
}
.flagstrap-icon.flagstrap-pe {
background-position: -208px -110px
}
.flagstrap-icon.flagstrap-pf {
background-position: -224px -110px
}
.flagstrap-icon.flagstrap-pg {
background-position: -240px -110px
}
.flagstrap-icon.flagstrap-ph {
background-position: 0 -121px
}
.flagstrap-icon.flagstrap-pk {
background-position: -16px -121px
}
.flagstrap-icon.flagstrap-pl {
background-position: -32px -121px
}
.flagstrap-icon.flagstrap-pm {
background-position: -48px -121px
}
.flagstrap-icon.flagstrap-pn {
background-position: -64px -121px
}
.flagstrap-icon.flagstrap-pr {
background-position: -80px -121px
}
.flagstrap-icon.flagstrap-ps {
background-position: -96px -121px
}
.flagstrap-icon.flagstrap-pt {
background-position: -112px -121px
}
.flagstrap-icon.flagstrap-pw {
background-position: -128px -121px
}
.flagstrap-icon.flagstrap-py {
background-position: -144px -121px
}
.flagstrap-icon.flagstrap-qa {
background-position: -160px -121px
}
.flagstrap-icon.flagstrap-re {
background-position: -176px -121px
}
.flagstrap-icon.flagstrap-ro {
background-position: -192px -121px
}
.flagstrap-icon.flagstrap-rs {
background-position: -208px -121px
}
.flagstrap-icon.flagstrap-ru {
background-position: -224px -121px
}
.flagstrap-icon.flagstrap-rw {
background-position: -240px -121px
}
.flagstrap-icon.flagstrap-sa {
background-position: 0 -132px
}
.flagstrap-icon.flagstrap-sb {
background-position: -16px -132px
}
.flagstrap-icon.flagstrap-sc {
background-position: -32px -132px
}
.flagstrap-icon.flagstrap-scotland {
background-position: -48px -132px
}
.flagstrap-icon.flagstrap-sd {
background-position: -64px -132px
}
.flagstrap-icon.flagstrap-se {
background-position: -80px -132px
}
.flagstrap-icon.flagstrap-sg {
background-position: -96px -132px
}
.flagstrap-icon.flagstrap-sh {
background-position: -112px -132px
}
.flagstrap-icon.flagstrap-si {
background-position: -128px -132px
}
.flagstrap-icon.flagstrap-sk {
background-position: -144px -132px
}
.flagstrap-icon.flagstrap-sl {
background-position: -160px -132px
}
.flagstrap-icon.flagstrap-sm {
background-position: -176px -132px
}
.flagstrap-icon.flagstrap-sn {
background-position: -192px -132px
}
.flagstrap-icon.flagstrap-so {
background-position: -208px -132px
}
.flagstrap-icon.flagstrap-somaliland {
background-position: -224px -132px
}
.flagstrap-icon.flagstrap-sr {
background-position: -240px -132px
}
.flagstrap-icon.flagstrap-ss {
background-position: 0 -143px
}
.flagstrap-icon.flagstrap-st {
background-position: -16px -143px
}
.flagstrap-icon.flagstrap-sv {
background-position: -32px -143px
}
.flagstrap-icon.flagstrap-sx {
background-position: -48px -143px
}
.flagstrap-icon.flagstrap-sy {
background-position: -64px -143px
}
.flagstrap-icon.flagstrap-sz {
background-position: -80px -143px
}
.flagstrap-icon.flagstrap-tc {
background-position: -96px -143px
}
.flagstrap-icon.flagstrap-td {
background-position: -112px -143px
}
.flagstrap-icon.flagstrap-tf {
background-position: -128px -143px
}
.flagstrap-icon.flagstrap-tg {
background-position: -144px -143px
}
.flagstrap-icon.flagstrap-th {
background-position: -160px -143px
}
.flagstrap-icon.flagstrap-tj {
background-position: -176px -143px
}
.flagstrap-icon.flagstrap-tk {
background-position: -192px -143px
}
.flagstrap-icon.flagstrap-tl {
background-position: -208px -143px
}
.flagstrap-icon.flagstrap-tm {
background-position: -224px -143px
}
.flagstrap-icon.flagstrap-tn {
background-position: -240px -143px
}
.flagstrap-icon.flagstrap-to {
background-position: 0 -154px
}
.flagstrap-icon.flagstrap-tr {
background-position: -16px -154px
}
.flagstrap-icon.flagstrap-tt {
background-position: -32px -154px
}
.flagstrap-icon.flagstrap-tv {
background-position: -48px -154px
}
.flagstrap-icon.flagstrap-tw {
background-position: -64px -154px
}
.flagstrap-icon.flagstrap-tz {
background-position: -80px -154px
}
.flagstrap-icon.flagstrap-ua {
background-position: -96px -154px
}
.flagstrap-icon.flagstrap-ug {
background-position: -112px -154px
}
.flagstrap-icon.flagstrap-um {
background-position: -128px -154px
}
.flagstrap-icon.flagstrap-us {
background-position: -144px -154px
}
.flagstrap-icon.flagstrap-uy {
background-position: -160px -154px
}
.flagstrap-icon.flagstrap-uz {
background-position: -176px -154px
}
.flagstrap-icon.flagstrap-va {
background-position: -192px -154px
}
.flagstrap-icon.flagstrap-vc {
background-position: -208px -154px
}
.flagstrap-icon.flagstrap-ve {
background-position: -224px -154px
}
.flagstrap-icon.flagstrap-vg {
background-position: -240px -154px
}
.flagstrap-icon.flagstrap-vi {
background-position: 0 -165px
}
.flagstrap-icon.flagstrap-vn {
background-position: -16px -165px
}
.flagstrap-icon.flagstrap-vu {
background-position: -32px -165px
}
.flagstrap-icon.flagstrap-wales {
background-position: -48px -165px
}
.flagstrap-icon.flagstrap-wf {
background-position: -64px -165px
}
.flagstrap-icon.flagstrap-ws {
background-position: -80px -165px
}
.flagstrap-icon.flagstrap-ye {
background-position: -96px -165px
}
.flagstrap-icon.flagstrap-yt {
background-position: -112px -165px
}
.flagstrap-icon.flagstrap-za {
background-position: -128px -165px
}
.flagstrap-icon.flagstrap-zanzibar {
background-position: -144px -165px
}
.flagstrap-icon.flagstrap-zm {
background-position: -160px -165px
}
.flagstrap-icon.flagstrap-zw {
background-position: -176px -165px
}
/**** FLAG *****/
.searchtop {
width: 62%;
float: left;
margin: 6px 40px;
background: #ededed;
height: 65px;
border-radius: 40px;
padding: 9px 20px 15px 20px;
position: relative;
}
.searchtop button {
background: #fff !important;
font-size: 0;
color: #2d3f4b !important;
padding: 4px 5px;
height: 23px;
line-height: normal;
outline: none;
width: 57px;
position: relative;
overflow: visible;
border: 2px solid #ffffff;
}
.searchtop p {
margin: 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
}
.searchtop .caret {
margin-left: 0;
position: absolute;
right: 5px;
top: 8px;
}
.searchinput {
width: 100%;
float: left;
position: absolute;
padding-left: 130px;
top: 6px;
left: 0;
}
.searchinput input[type="text"] {
width: 99%;
float: left;
height: 52px;
background: #fff;
border: 0;
border-radius: 0 30px 30px 0;
text-indent: 10px;
font-size: 14px;
outline: none;
}
.searchinput input[type="submit"] {
width: 30px;
height: 30px;
position: absolute;
right: 20px;
top: 10px;
background: url(../images/searcg.png) #fff no-repeat;
border: 0;
outline: none;
}
.country {
position: relative;
z-index: 999;
width: 15%;
float: left;
}
.profile_de {
float: left;
}
.new_nav2 ul li ul {
right: 0;
left: initial !important;
}
.notifybottom {
float: left;
margin-left: 33px;
margin-top: 16px;
position: relative;
}
.notifybottom a span {
position: absolute;
right: -15px;
height: 30px;
width: 30px;
background: #2d3f4b;
font-size: 14px;
padding-top: 5px;
color: #fff;
border-radius: 30px;
font-weight: 600;
text-align: center;
top: -11px;
}
.homebg {
background: #2d3f4b;
}
/*Login by Facebook API*/
/* Shared */
.signwith {
margin-top: 20px;
}
.loginBtn {
box-sizing: border-box;
position: relative;
/* width: 13em; - apply for fixed size */
margin: 0.2em;
padding: 5px 15px 9px 46px;
border: none;
text-align: left;
line-height: 34px;
white-space: nowrap;
border-radius: 0.2em;
font-size: 16px;
color: #FFF;
cursor: pointer;
}
.loginBtn:before {
content: "";
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
width: 34px;
height: 100%;
}
.loginBtn:focus {
outline: none;
}
.loginBtn:active {
box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
/* Facebook */
.loginBtn--facebook {
background-color: #4C69BA;
background-image: linear-gradient(#4C69BA, #3B55A0);
/*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
border-right: #364e92 1px solid;
background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
background-color: #5B7BD5;
background-image: linear-gradient(#5B7BD5, #4864B1);
}
.loginpopup {
padding: 40px 20px;
}
.loginpopup h2 {
font-size: 28px;
}
.logindiv input[type="email"] {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv input[type="email"]:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv input[type="text"] {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv input[type="text"]:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv select {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv select:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv input[type="password"] {
height: 47px;
border: 2px solid #7ab342;
border-radius: 3px;
padding: 7px;
font-size: 14px;
color: #555;
outline: none;
width: 100%;
float: none;
margin-bottom: 20px;
}
.logindiv input[type="password"]:focus {
border: 2px solid #99a7b3;
box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.logindiv {
width: 40%;
float: none;
margin: 0 auto;
background: #fff;
padding: 30px;
border-radius: 3px;
}
.clear_border {
height: 1px;
background: #ccc;
width: 100%;
float: left;
margin: 20px 0;
}
.forgot {
margin-top: 20px;
}
.forgot a {
font-size: 13px;
color: #0e9fb4;
}
.forgot a:hover {
color: #0fb492;
}
.but_login {
border: 0;
display: inline-block;
outline: none;
}
.filer_left {
background: #fff;
margin-top: 57px;
padding: 7px;
}
.custom_acc {
text-align: left;
padding: 15px 10px;
width: 100%;
display: block;
text-transform: uppercase;
font-size: 15px;
border-bottom: 1px solid #ececec;
}
.panel_acc p {
width: 100%;
float: left;
margin: 5px 0;
text-align: left;
}
.panel_acc p label {
margin-bottom: 0;
font-weight: 400;
}
.modal-body_login {
position: relative;
padding: 15px;
float: left;
width: 100%;
}
.tablog {
padding: 0 0 0 15px;
}
.tablog li {
width: auto;
float: left;
}
.tablog li a {
padding: 22px 40px;
}
.padsarea {
padding: 15px;
}
.logindivpop {
width: 100%;
float: left;
margin: 0;
padding: 0;
text-align: left;
}
.clear_border2 {
height: 1px;
background: #ccc;
width: 100%;
float: left;
margin: 20px 0;
}
.signoption {
font-size: 17px;
font-weight: 600;
}
.switch-field5 {
padding-top: 0;
}
.tablog .active a {
background: #7bb113 !important;
}
.panel-bodyt {
padding: 15px;
border-top: 2px solid #7bb113;
}
.closecustom {
color: #FFFFFF !important;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
outline: none;
right: 1px;
position: absolute;
top: 4px;
opacity: 0.9;
background: #7bb113 !important;
width: 30px;
height: 30px;
border-radius: 50%;
text-shadow: none;
z-index: 99;
}
.whitebody {
background: #fff;
padding: 20px;
border-radius: 5px;
}
.poptable {
width: 100%;
float: left;
}
.poptable td {
font-weight: 600;
padding: 8px 20px;
font-size: 15px;
}
.allply input[type="checkbox"] {
float: left;
}
.allply label {
float: left;
margin-left: 10px;
width: 90%;
}
.allply {
margin: 20px 0;
}
.popright {
padding: 15px 0;
}
.popright h4 {
font-size: 20px;
color: #7bb113;
margin: 0;
}
.whitebody p {
margin-bottom: 25px;
}
.for_mob {
display:none;
}
.imgarrows {
width:auto !important;
}
/****** SUDIPTA ********/
/*Regisrtation form*/
.registration_label{
display: flex;
}
#subscription_btn {
background: url(../images/icon-6.png) no-repeat;
border: none;
cursor: pointer;
width: 30px;
height: 38px;
} | 0.296145 | 0.0537 |
.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: decimal;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: decimal;
}
.md-raw {
white-space: pre-wrap;
}
#raw-text {
display: none;
}
div.info {
background-color: #a6dcef;
}
div.warning {
background-color: #f5fac8;
}
div.error {
background-color: #f7b3a7;
}
#status-bar {
background-color: #fff;
bottom: 0;
color: #555;
height: 20px;
left: 0;
position: fixed;
right: 0;
border-top: 1px solid #ccc;
}
#status-text {
font-family: Sans-serif;
font-size: 9pt;
line-height: 0;
padding-left: 10px;
vertical-align: middle;
white-space: nowrap;
display: unset;
}
#menu-border {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 0px;
border-bottom: 1px solid #ccc;
background-color: #fff;
}
#blocked-content-info {
background-color: #ffffe1;
border-bottom-style: solid;
border-top-style: solid;
border-color: #ddd;
border-width: 1px;
color: black;
cursor: pointer;
height: 30px;
left: 0;
line-height: 30px;
overflow: hidden;
position: fixed;
right: 0;
text-align: left center;
top: 0;
}
.blocked-content-info-text {
font-family: Sans-serif;
font-size: 10pt;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
}
#blocked-content-info-text-container {
display: table-cell;
width: 100%;
}
#blocked-content-info-close-button {
display: table-cell;
}
body {
margin: 10px 15px 35px 15px;
}
@media (prefers-color-scheme: dark) {
div.info {
background-color: #726a95;
}
div.warning {
background-color: #ba6b57;
}
div.error {
background-color: #8f4068;
}
#raw-text {
color: #f8f8f2;
}
#status-bar {
border-top: 1px solid black;
background: #292a2d;
color: #f8f8f2;
}
#menu-border {
border-bottom: 1px solid black;
background-color: #292a2d;
}
}
@media print {
#menu-border,
#blocked-content-info,
#status-bar {
display: none;
}
.markdown-body pre,
.markdown-body pre > code {
overflow: visible;
white-space: pre-wrap;
}
p,
pre {
page-break-inside: avoid;
}
}
/* custom header and footer */
/*
@media screen {
#pageHeader, #pageFooter {
display: none;
}
}
@media print {
#pageHeader th{
height: 1cm;
border-bottom: 1px solid lightgray;
}
#pageFooter td {
height: 1cm;
border-top: 1px solid lightgray;
}
#headerLeft, #footerLeft {text-align: left;}
#headerCenter, #footerCenter {text-align: center;}
#headerRight, #footerRight {text-align: right;}
}
*/ | app/index.css | .markdown-body ol ol,
.markdown-body ul ol {
list-style-type: decimal;
}
.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
list-style-type: decimal;
}
.md-raw {
white-space: pre-wrap;
}
#raw-text {
display: none;
}
div.info {
background-color: #a6dcef;
}
div.warning {
background-color: #f5fac8;
}
div.error {
background-color: #f7b3a7;
}
#status-bar {
background-color: #fff;
bottom: 0;
color: #555;
height: 20px;
left: 0;
position: fixed;
right: 0;
border-top: 1px solid #ccc;
}
#status-text {
font-family: Sans-serif;
font-size: 9pt;
line-height: 0;
padding-left: 10px;
vertical-align: middle;
white-space: nowrap;
display: unset;
}
#menu-border {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 0px;
border-bottom: 1px solid #ccc;
background-color: #fff;
}
#blocked-content-info {
background-color: #ffffe1;
border-bottom-style: solid;
border-top-style: solid;
border-color: #ddd;
border-width: 1px;
color: black;
cursor: pointer;
height: 30px;
left: 0;
line-height: 30px;
overflow: hidden;
position: fixed;
right: 0;
text-align: left center;
top: 0;
}
.blocked-content-info-text {
font-family: Sans-serif;
font-size: 10pt;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 10px;
padding-right: 10px;
}
#blocked-content-info-text-container {
display: table-cell;
width: 100%;
}
#blocked-content-info-close-button {
display: table-cell;
}
body {
margin: 10px 15px 35px 15px;
}
@media (prefers-color-scheme: dark) {
div.info {
background-color: #726a95;
}
div.warning {
background-color: #ba6b57;
}
div.error {
background-color: #8f4068;
}
#raw-text {
color: #f8f8f2;
}
#status-bar {
border-top: 1px solid black;
background: #292a2d;
color: #f8f8f2;
}
#menu-border {
border-bottom: 1px solid black;
background-color: #292a2d;
}
}
@media print {
#menu-border,
#blocked-content-info,
#status-bar {
display: none;
}
.markdown-body pre,
.markdown-body pre > code {
overflow: visible;
white-space: pre-wrap;
}
p,
pre {
page-break-inside: avoid;
}
}
/* custom header and footer */
/*
@media screen {
#pageHeader, #pageFooter {
display: none;
}
}
@media print {
#pageHeader th{
height: 1cm;
border-bottom: 1px solid lightgray;
}
#pageFooter td {
height: 1cm;
border-top: 1px solid lightgray;
}
#headerLeft, #footerLeft {text-align: left;}
#headerCenter, #footerCenter {text-align: center;}
#headerRight, #footerRight {text-align: right;}
}
*/ | 0.31216 | 0.078536 |
*{
background-color:azure ;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: 600;
color: #2e93f0;
text-align: center;
}
button {
background-color: #2e93f0;
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
border-radius: 9px;
border-style: none;
color: azure;
border-color: #2e93f0;
transition-duration: 0.5s;
cursor: pointer;
}
button:hover{
font-size: 18px;
background-color: azure;
color: #2e93f0;
border-style: solid;
border-width: 2px;
border-color: #2e93f0;
}
#table-agenda {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#table-agenda td, #table-agenda th {
border: 1px solid #ddd;
padding: 8px;
}
#table-agenda tr:nth-child(even){background-color: #f2f2f2;}
#table-agenda tr:hover {background-color: #ddd;}
#table-agenda th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #2e93f0;
color: white;
}
/*-Incluir Contato-*/
legend {
background-color: #2e93f0;
color: white;
padding: 5px 10px;
}
input[type=text], select {
background-color: white;
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=button] {
background-color: #2e93f0;
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
border-radius: 9px;
border-style: none;
color: azure;
border-color: #2e93f0;
transition-duration: 0.5s;
cursor: pointer;
}
input[type=button]:hover {
font-size: 18px;
background-color: azure;
color: #2e93f0;
border-style: solid;
border-width: 2px;
border-color: #2e93f0;
}
input[type=submit] {
width: 30%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
transition-duration: 0.5s;
}
input[type=submit]:hover {
font-size: 18px;
background-color: azure;
color: #45A049;
border-style: solid;
border-width: 2px;
border-color: #45A049;
}
.cancel {
background-color:rgb(179, 11, 11);
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
border-radius: 9px;
border-style: none;
color: azure;
border-color: rgb(179, 11, 11);
transition-duration: 0.5s;
cursor: pointer;
}
.cancel:hover {
font-size: 18px;
background-color: azure;
color: #ff1f1f;
border-style: solid;
border-width: 2px;
border-color: #ff1f1f;
}
#fldTelefone p input{
background-color: white;
width: 10%;
padding: 12px 20px;
margin: 8px 10px;
display: inline-flexbox;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
} | css/style.css | *{
background-color:azure ;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
font-weight: 600;
color: #2e93f0;
text-align: center;
}
button {
background-color: #2e93f0;
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
border-radius: 9px;
border-style: none;
color: azure;
border-color: #2e93f0;
transition-duration: 0.5s;
cursor: pointer;
}
button:hover{
font-size: 18px;
background-color: azure;
color: #2e93f0;
border-style: solid;
border-width: 2px;
border-color: #2e93f0;
}
#table-agenda {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#table-agenda td, #table-agenda th {
border: 1px solid #ddd;
padding: 8px;
}
#table-agenda tr:nth-child(even){background-color: #f2f2f2;}
#table-agenda tr:hover {background-color: #ddd;}
#table-agenda th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #2e93f0;
color: white;
}
/*-Incluir Contato-*/
legend {
background-color: #2e93f0;
color: white;
padding: 5px 10px;
}
input[type=text], select {
background-color: white;
width: 50%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=button] {
background-color: #2e93f0;
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
border-radius: 9px;
border-style: none;
color: azure;
border-color: #2e93f0;
transition-duration: 0.5s;
cursor: pointer;
}
input[type=button]:hover {
font-size: 18px;
background-color: azure;
color: #2e93f0;
border-style: solid;
border-width: 2px;
border-color: #2e93f0;
}
input[type=submit] {
width: 30%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
transition-duration: 0.5s;
}
input[type=submit]:hover {
font-size: 18px;
background-color: azure;
color: #45A049;
border-style: solid;
border-width: 2px;
border-color: #45A049;
}
.cancel {
background-color:rgb(179, 11, 11);
padding: 10px 30px;
margin-top: 5px;
text-align: center;
font-size: 16px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
border-radius: 9px;
border-style: none;
color: azure;
border-color: rgb(179, 11, 11);
transition-duration: 0.5s;
cursor: pointer;
}
.cancel:hover {
font-size: 18px;
background-color: azure;
color: #ff1f1f;
border-style: solid;
border-width: 2px;
border-color: #ff1f1f;
}
#fldTelefone p input{
background-color: white;
width: 10%;
padding: 12px 20px;
margin: 8px 10px;
display: inline-flexbox;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
} | 0.423577 | 0.112454 |
.builder{
display:flex;
flex-flow:row nowrap;
z-index:var(--z-index-content);
}
/* generics */
.builder .builder-sub-container{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid #000;
border-top:none;
border-radius:0px 0px 5px 5px;
}
/* content */
.builder .moduleSelect{
margin:12px;
display:flex;
flex-direction:row;
align-items:center;
}
.builder .moduleSelect.translation{
margin-top:-6px;
}
.builder .moduleSelect span{
margin:0px 9px 0px 6px;
}
.builder .navigation select{
flex:1 1 auto;
margin-right:9px;
width:auto;
}
.builder .navigation-two-columns{
display:flex;
flex-flow:row nowrap;
border-top:1px solid var(--color-border);
border-bottom:1px solid var(--color-border);
}
.builder .navigation-two-columns .navigation-column{
flex:0 1 50%;
}
.builder .navigation-two-columns .navigation-column:first-child{
border-right:1px solid var(--color-border);
}
.builder .navigation-entities-header{
margin-top:15px;
padding:4px 10px;
display:flex;
flex-flow:row nowrap;
align-items:center;
justify-content:space-between;
color:var(--color-font);
border-bottom:1px solid var(--color-border);
background-color:var(--color-bg);
}
.builder .navigation-entities-header h1{
margin:0px;
font-size:110%;
}
.builder .navigation-entities{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
overflow:auto;
}
.builder .navFilter{
margin:0px 0px 10px 0px;
border:1px solid #333;
}
.builder .lookup{
width:90px;
height:26px;
padding:0px 5px;
box-sizing:border-box;
border:1px solid var(--color-border);
border-radius:4px;
color:var(--color-font);
background-color:var(--color-bg);
box-shadow:1px 1px 2px var(--color-shade);
}
/* color picker */
.builder table td .colorPickerWrap{
position:relative;
}
.builder table td .colorPickerFloating{
position:absolute;
top:0px;
z-index:var(--z-index-builder-hover-input);
}
/* modules */
.builder-modules{
flex:1 1 auto;
}
.builder-modules .builder-color{
width:30px;
height:30px;
border-radius:6px;
}
.builder-modules .sub-component{
display:flex;
flex-flow:column nowrap;
align-items:flex-start;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid var(--color-border);
border-top:none;
border-radius:0px 0px 5px 5px;
}
.builder-modules .sub-component .item-list{
display:flex;
flex-flow:row wrap;
align-items:center;
max-width:900px;
margin:0px 0px 12px 0px;
}
.builder-modules .sub-component .item{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:0px 12px 0px 0px;
}
.builder-modules .sub-component span{
margin:0px 6px 0px 0px;
}
.builder-modules .sub-component span.depends-on{
min-width:140px;
margin:0px 6px 0px 12px;
}
.builder-modules .sub-component input,
.builder-modules .sub-component select{
min-width:auto !important;
width:200px !important;
flex:0 0 auto;
}
.builder-modules .change-table{
margin:12px 0px;
}
.builder-modules .change-table th{
font-weight:bold;
}
.builder-modules .change-table th,
.builder-modules .change-table td{
padding:5px 12px;
}
.builder-modules .change-table td.export-bad{
color:red;
}
.builder-modules .change-table td.export-good{
color:green;
}
.builder-modules .change-table td.export-master{
font-weight:bold;
}
.builder-modules .actions{
display:flex;
flex-flow:row wrap;
}
.builder-modules .export-private-key{
display:flex;
flex-flow:column wrap;
margin:20px 0px;
align-items:flex-start;
}
.builder-modules .export-private-key textarea{
min-width:350px;
margin:0px 0px 5px 0px;
}
.builder-modules-graph .graph{
display:flex;
height:800px;
}
.builder-modules-key-create .key-pair-input{
display:flex;
flex-flow:row nowrap;
}
.builder-modules-key-create .key-pair-input select{
width:unset;
max-width:unset;
margin-right:12px;
flex:0 1 auto;
}
.builder-modules-key-create .key-pair{
display:flex;
flex-flow:row nowrap;
}
.builder-modules-key-create .key-pair textarea{
width:100%;
max-width:660px;
height:400px;
margin:6px 12px 6px 0px;
}
/* caption */
.builder-caption{
flex:1 1 auto;
display:flex;
}
/* query */
.builder-query{}
.builder-query .query-title{
display:flex;
flex-flow:row nowrap;
justify-content:space-between;
align-items:center;
}
.builder-query .nested-join{
max-width:400px;
margin:0px 0px 0px 8px;
}
.builder-query .nested-join.nested{
padding:0px 0px 0px 6px;
margin:0px;
border-left:2px dotted black;
}
.builder-query .nested-join .children{
padding:0px 0px 0px 10px;
}
.builder-query .nested-join .summary{
display:flex;
flex-flow:row wrap;
align-items:center;
padding:0px 0px 6px 0px;
}
.builder-query .nested-join .summary .options{
margin:0px 0px 0px auto;
display:flex;
flex-direction:row;
}
.builder-query .nested-join .summary .option{
width:16px;
margin:0px 1px;
text-align:center;
font-weight:bold;
font-size:110%;
border:1px solid var(--color-border);
border-radius:3px;
}
.builder-query .nested-join .summary .option:hover{
background-color:var(--color-accent3);
}
.builder-query .query-orders{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
}
.builder-query .query-order-item{
display:flex;
flex-flow:row nowrap;
margin:0px 0px 6px 0px;
}
.builder-query .query-lookups{
display:flex;
flex-flow:column nowrap;
align-items:flex-start;
margin:0px 0px 12px 0px;
}
.builder-query .query-lookup-item{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:0px 0px 6px 0px;
}
.builder-query .query-lookup-item span{
width:200px;
flex:1 1 auto;
}
.builder-query .query-lookup-item select{
width:300px;
flex:2 1 auto;
}
.builder-query .query-component{
margin:0px 0px 4px 0px;
padding:0px 0px 2px 0px;
border-bottom:1px solid var(--color-border);
}
.builder-query .query-choice{
padding:10px;
margin:0px 0px 2px 0px;
border:1px solid var(--color-border);
border-radius:3px;
}
.builder-query .query-choice-details{
display:flex;
flex-flow:row nowrap;
margin:0px 0px 6px 0px;
}
.builder-query .fixed-limit{
display:flex;
flex-flow:row nowrap;
align-items:center;
justify-content:space-between;
}
/* relation */
.builder-relations .sub-component{
display:flex;
flex-flow:column nowrap;
align-items:flex-start;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid var(--color-border);
border-top:none;
border-radius:0px 0px 5px 5px;
}
.builder-relations .sub-component table{
margin:10px 0px 20px;
}
.builder-relations .sub-component table td{
padding:3px 5px;
}
.builder-relation{
flex:1 1 auto;
flex-direction:column;
}
.builder-relation .graph{
display:flex;
height:600px;
}
.builder-relation .references{
display:flex;
flex-flow:row nowrap;
margin-top:20px;
}
.builder-relation .references img{
height:20px;
margin-right:5px;
filter:var(--image-filter);
}
.builder-relation .indexes{
width:600px;
}
.builder-relation .preset-records{
width:800px;
}
.builder-relation .preview{
margin:8px 12px;
border-spacing:2px;
}
.builder-relation .preview .actions{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:8px 12px 12px 12px;
}
.builder-relation .preview .actions span{
margin:0px 6px 0px 9px;
}
.builder-relation .preview th{
padding:2px 4px;
font-weight:bold;
border-bottom:2px solid var(--color-border);
}
.builder-relation .preview td{
padding:1px 4px;
}
/* preset */
.builder-preset .preset-values{
padding:10px;
margin:5px 25px 10px 25px;
border:1px solid var(--color-border);
border-top:none;
border-radius:0px 0px 5px 5px;
}
.builder-preset .preset-values textarea{
height:30px;
}
/* form */
.builder-form-copy{
margin:30px 0px 0px;
padding:0px 0px 20px 0px;
}
/* icons */
.builder-icons{
display:flex;
flex-flow:column wrap;
align-items:flex-start;
}
.builder-icons .icons{
display:flex;
flex-flow:row wrap;
align-content:flex-start;
}
.builder-icons .builder-icons-add{
margin:20px 0px 40px 0px;
}
.builder-icons .icons .icon{
margin:0px 24px 6px 0px;
}
.builder-icons .icons .icon img.preview{
width:32px;
height:32px;
filter:var(--image-filter);
}
.builder-icons .deleteAction{
margin:12px 0px 48px 0px;
}
/* icon-input */
.builder-icon-input{
display:flex;
flex-direction:column;
}
.builder-icon-input .anchor{
position:relative;
}
.builder-icon-input .iconLine{
width:40px;
height:30px;
display:flex;
flex-direction:row;
justify-content:center;
border-bottom:1px solid var(--color-border);
border-radius:3px 3px 0px 0px;
box-sizing:border-box;
background-color:var(--color-bg);
}
.builder-icon-input .iconLine:focus{
outline:none;
}
.builder-icon-input .builder-icon{
width:24px;
height:24px;
margin:2px;
filter:var(--image-filter);
}
.builder-icon-input .builder-icon:hover{
width:28px;
height:28px;
margin:0px;
}
.builder-icon-input .builder-icon.not-set{
--image-filter-contrast:50%;
}
.builder-icon-input .dropdown{
width:290px;
padding:6px 0px 0px 6px;
margin-top:-1px;
margin-left:-10px;
position:absolute;
top:0px;
left:0px;
display:flex;
flex-direction:column;
align-items:flex-start;
border:1px solid #888;
border-radius:5px;
background-color:var(--color-bg);
z-index:var(--z-index-builder-hover-input);
}
.builder-icon-input .dropdown .module{
display:flex;
flex-flow:row wrap;
}
.builder-icon-input .dropdown .module span{
width:100%;
margin:8px 0px 0px;
color:var(--color-font) !important;
}
.builder-icon-input .dropdown .builder-icon{
padding:0px 6px 6px 0px;
}
/* role */
.builder-roles .role-children{
min-width:300px;
padding:10px 15px;
margin:0px 15px 10px;
border:1px solid #000;
border-top:none;
border-radius:0px 0px 5px 5px;
display:flex;
flex-direction:column;
}
.builder-roles .role-child-add{
max-width:320px;
margin:10px 0px;
display:flex;
flex-direction:row;
align-items:center;
}
.builder-roles .role-child-add span{
margin:0px 12px 0px 0px;
}
.builder-roles .role-child{
margin:0px 0px 0px 0px;
}
.builder-role{
flex:1 1 auto;
display:flex;
flex-flow:column nowrap;
}
.builder-role.contentBox .content{
display:flex;
flex-flow:row nowrap;
}
/* pg functions */
.builder-pg-functions .schedule-line{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:0px 0px 6px 0px;
}
.builder-pg-functions .schedule-line span{
margin:0px 6px 0px 12px;
}
.builder-pg-functions .schedule-line input{
max-width:32px !important;
}
.builder-pg-function{
flex:1 1 auto;
display:flex;
flex-flow:row nowrap;
}
.builder-pg-function .contentBox{
flex:3 0.5 600px;
display:flex;
flex-direction:column;
overflow:auto;
}
.builder-pg-function .contentBox.right{
flex:0.5 1 350px;
}
.builder-pg-function .entity-title{
padding:1px 3px;
background-color:var(--color-bg);
line-height:24px;
border-radius:3px;
}
.builder-pg-function .mod{
padding:0px 5px;
margin:0px 0px 16px 0px;
display:flex;
flex-direction:column;
}
.builder-pg-function .rel,
.builder-pg-function .fnc{
padding:0px 5px;
margin:3px 0px;
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.builder-pg-function .atr{
padding:0px 5px;
}
.builder-pg-function .function-details{
flex:1 1 auto;
display:flex;
flex-flow:column nowrap;
}
.builder-pg-function .function-details table{
width:100%;
padding:6px 8px;
background-color:var(--color-bg);
border-bottom:1px solid var(--color-border);
}
.builder-pg-function .input{
max-width:none;
border:none !important;
border-radius:0px !important;
background-color:transparent;
}
.builder-pg-function .input:focus{
background-color:transparent;
}
.builder-pg-function .input:disabled{
border:3px solid var(--color-cancel-border) !important;
}
.builder-pg-function .message{
margin:0px 0px 18px;
}
/* menus */
.builder-menus{}
.builder-menus .content{
flex:1 1 auto;
}
.builder-menus-actions{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-end;
margin:10px 0px;
}
.builder-menus-actions span{
margin:0px 16px 0px 10px;
}
.builder-menus-actions select{
margin:0px 6px 0px 0px !important;
}
.builder-menu{
min-height:30px;
margin:0px 5px 5px 0px;
padding:0px 0px 0px 3px;
line-height:30px;
background-color:rgba(56,56,56,0.2);
display:flex;
flex-direction:row;
justify-content:flex-start;
border:1px dotted #000;
border-radius:3px;
}
.builder-menu .action{
width:30px;
height:30px;
text-align:center;
margin:0px 3px 0px 0px;
cursor:pointer;
filter:var(--image-filter);
}
.builder-menu .action.end{
margin:0px 0px 0px auto;
}
.builder-menu .action.dragAnchor{
cursor:move;
}
.builder-menu .inputs{
display:flex;
flex-flow:row nowrap;
align-content:flex-start;
align-items:flex-start;
flex:0 1 auto;
}
.builder-menu input,
.builder-menu select{
max-width:150px !important;
padding:0px 5px;
margin:0px 5px 0px 0px !important;
box-sizing:border-box;
flex:0 1 220px;
}
.builder-menu .nested{
margin:2px 5px 2px 0px;
padding:5px 0px 0px 5px;
flex:8 1 500px;
border:1px dotted #000;
border-radius:3px;
}
/* user overwrites */
.user-bordersAll .builder-icon-input .iconLine{
border:1px solid var(--color-border);
}
.user-bordersSquared .builder-icon-input .iconLine{
border-radius:0px;
}
.user-bordersRounded .builder-icon-input .iconLine{
border-radius:4px;
} | www/comps/builder/builder.css | .builder{
display:flex;
flex-flow:row nowrap;
z-index:var(--z-index-content);
}
/* generics */
.builder .builder-sub-container{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid #000;
border-top:none;
border-radius:0px 0px 5px 5px;
}
/* content */
.builder .moduleSelect{
margin:12px;
display:flex;
flex-direction:row;
align-items:center;
}
.builder .moduleSelect.translation{
margin-top:-6px;
}
.builder .moduleSelect span{
margin:0px 9px 0px 6px;
}
.builder .navigation select{
flex:1 1 auto;
margin-right:9px;
width:auto;
}
.builder .navigation-two-columns{
display:flex;
flex-flow:row nowrap;
border-top:1px solid var(--color-border);
border-bottom:1px solid var(--color-border);
}
.builder .navigation-two-columns .navigation-column{
flex:0 1 50%;
}
.builder .navigation-two-columns .navigation-column:first-child{
border-right:1px solid var(--color-border);
}
.builder .navigation-entities-header{
margin-top:15px;
padding:4px 10px;
display:flex;
flex-flow:row nowrap;
align-items:center;
justify-content:space-between;
color:var(--color-font);
border-bottom:1px solid var(--color-border);
background-color:var(--color-bg);
}
.builder .navigation-entities-header h1{
margin:0px;
font-size:110%;
}
.builder .navigation-entities{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
overflow:auto;
}
.builder .navFilter{
margin:0px 0px 10px 0px;
border:1px solid #333;
}
.builder .lookup{
width:90px;
height:26px;
padding:0px 5px;
box-sizing:border-box;
border:1px solid var(--color-border);
border-radius:4px;
color:var(--color-font);
background-color:var(--color-bg);
box-shadow:1px 1px 2px var(--color-shade);
}
/* color picker */
.builder table td .colorPickerWrap{
position:relative;
}
.builder table td .colorPickerFloating{
position:absolute;
top:0px;
z-index:var(--z-index-builder-hover-input);
}
/* modules */
.builder-modules{
flex:1 1 auto;
}
.builder-modules .builder-color{
width:30px;
height:30px;
border-radius:6px;
}
.builder-modules .sub-component{
display:flex;
flex-flow:column nowrap;
align-items:flex-start;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid var(--color-border);
border-top:none;
border-radius:0px 0px 5px 5px;
}
.builder-modules .sub-component .item-list{
display:flex;
flex-flow:row wrap;
align-items:center;
max-width:900px;
margin:0px 0px 12px 0px;
}
.builder-modules .sub-component .item{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:0px 12px 0px 0px;
}
.builder-modules .sub-component span{
margin:0px 6px 0px 0px;
}
.builder-modules .sub-component span.depends-on{
min-width:140px;
margin:0px 6px 0px 12px;
}
.builder-modules .sub-component input,
.builder-modules .sub-component select{
min-width:auto !important;
width:200px !important;
flex:0 0 auto;
}
.builder-modules .change-table{
margin:12px 0px;
}
.builder-modules .change-table th{
font-weight:bold;
}
.builder-modules .change-table th,
.builder-modules .change-table td{
padding:5px 12px;
}
.builder-modules .change-table td.export-bad{
color:red;
}
.builder-modules .change-table td.export-good{
color:green;
}
.builder-modules .change-table td.export-master{
font-weight:bold;
}
.builder-modules .actions{
display:flex;
flex-flow:row wrap;
}
.builder-modules .export-private-key{
display:flex;
flex-flow:column wrap;
margin:20px 0px;
align-items:flex-start;
}
.builder-modules .export-private-key textarea{
min-width:350px;
margin:0px 0px 5px 0px;
}
.builder-modules-graph .graph{
display:flex;
height:800px;
}
.builder-modules-key-create .key-pair-input{
display:flex;
flex-flow:row nowrap;
}
.builder-modules-key-create .key-pair-input select{
width:unset;
max-width:unset;
margin-right:12px;
flex:0 1 auto;
}
.builder-modules-key-create .key-pair{
display:flex;
flex-flow:row nowrap;
}
.builder-modules-key-create .key-pair textarea{
width:100%;
max-width:660px;
height:400px;
margin:6px 12px 6px 0px;
}
/* caption */
.builder-caption{
flex:1 1 auto;
display:flex;
}
/* query */
.builder-query{}
.builder-query .query-title{
display:flex;
flex-flow:row nowrap;
justify-content:space-between;
align-items:center;
}
.builder-query .nested-join{
max-width:400px;
margin:0px 0px 0px 8px;
}
.builder-query .nested-join.nested{
padding:0px 0px 0px 6px;
margin:0px;
border-left:2px dotted black;
}
.builder-query .nested-join .children{
padding:0px 0px 0px 10px;
}
.builder-query .nested-join .summary{
display:flex;
flex-flow:row wrap;
align-items:center;
padding:0px 0px 6px 0px;
}
.builder-query .nested-join .summary .options{
margin:0px 0px 0px auto;
display:flex;
flex-direction:row;
}
.builder-query .nested-join .summary .option{
width:16px;
margin:0px 1px;
text-align:center;
font-weight:bold;
font-size:110%;
border:1px solid var(--color-border);
border-radius:3px;
}
.builder-query .nested-join .summary .option:hover{
background-color:var(--color-accent3);
}
.builder-query .query-orders{
display:flex;
flex-flow:column nowrap;
align-items:stretch;
}
.builder-query .query-order-item{
display:flex;
flex-flow:row nowrap;
margin:0px 0px 6px 0px;
}
.builder-query .query-lookups{
display:flex;
flex-flow:column nowrap;
align-items:flex-start;
margin:0px 0px 12px 0px;
}
.builder-query .query-lookup-item{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:0px 0px 6px 0px;
}
.builder-query .query-lookup-item span{
width:200px;
flex:1 1 auto;
}
.builder-query .query-lookup-item select{
width:300px;
flex:2 1 auto;
}
.builder-query .query-component{
margin:0px 0px 4px 0px;
padding:0px 0px 2px 0px;
border-bottom:1px solid var(--color-border);
}
.builder-query .query-choice{
padding:10px;
margin:0px 0px 2px 0px;
border:1px solid var(--color-border);
border-radius:3px;
}
.builder-query .query-choice-details{
display:flex;
flex-flow:row nowrap;
margin:0px 0px 6px 0px;
}
.builder-query .fixed-limit{
display:flex;
flex-flow:row nowrap;
align-items:center;
justify-content:space-between;
}
/* relation */
.builder-relations .sub-component{
display:flex;
flex-flow:column nowrap;
align-items:flex-start;
padding:6px 12px 12px 12px;
margin:0px 15px 10px;
border:1px solid var(--color-border);
border-top:none;
border-radius:0px 0px 5px 5px;
}
.builder-relations .sub-component table{
margin:10px 0px 20px;
}
.builder-relations .sub-component table td{
padding:3px 5px;
}
.builder-relation{
flex:1 1 auto;
flex-direction:column;
}
.builder-relation .graph{
display:flex;
height:600px;
}
.builder-relation .references{
display:flex;
flex-flow:row nowrap;
margin-top:20px;
}
.builder-relation .references img{
height:20px;
margin-right:5px;
filter:var(--image-filter);
}
.builder-relation .indexes{
width:600px;
}
.builder-relation .preset-records{
width:800px;
}
.builder-relation .preview{
margin:8px 12px;
border-spacing:2px;
}
.builder-relation .preview .actions{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:8px 12px 12px 12px;
}
.builder-relation .preview .actions span{
margin:0px 6px 0px 9px;
}
.builder-relation .preview th{
padding:2px 4px;
font-weight:bold;
border-bottom:2px solid var(--color-border);
}
.builder-relation .preview td{
padding:1px 4px;
}
/* preset */
.builder-preset .preset-values{
padding:10px;
margin:5px 25px 10px 25px;
border:1px solid var(--color-border);
border-top:none;
border-radius:0px 0px 5px 5px;
}
.builder-preset .preset-values textarea{
height:30px;
}
/* form */
.builder-form-copy{
margin:30px 0px 0px;
padding:0px 0px 20px 0px;
}
/* icons */
.builder-icons{
display:flex;
flex-flow:column wrap;
align-items:flex-start;
}
.builder-icons .icons{
display:flex;
flex-flow:row wrap;
align-content:flex-start;
}
.builder-icons .builder-icons-add{
margin:20px 0px 40px 0px;
}
.builder-icons .icons .icon{
margin:0px 24px 6px 0px;
}
.builder-icons .icons .icon img.preview{
width:32px;
height:32px;
filter:var(--image-filter);
}
.builder-icons .deleteAction{
margin:12px 0px 48px 0px;
}
/* icon-input */
.builder-icon-input{
display:flex;
flex-direction:column;
}
.builder-icon-input .anchor{
position:relative;
}
.builder-icon-input .iconLine{
width:40px;
height:30px;
display:flex;
flex-direction:row;
justify-content:center;
border-bottom:1px solid var(--color-border);
border-radius:3px 3px 0px 0px;
box-sizing:border-box;
background-color:var(--color-bg);
}
.builder-icon-input .iconLine:focus{
outline:none;
}
.builder-icon-input .builder-icon{
width:24px;
height:24px;
margin:2px;
filter:var(--image-filter);
}
.builder-icon-input .builder-icon:hover{
width:28px;
height:28px;
margin:0px;
}
.builder-icon-input .builder-icon.not-set{
--image-filter-contrast:50%;
}
.builder-icon-input .dropdown{
width:290px;
padding:6px 0px 0px 6px;
margin-top:-1px;
margin-left:-10px;
position:absolute;
top:0px;
left:0px;
display:flex;
flex-direction:column;
align-items:flex-start;
border:1px solid #888;
border-radius:5px;
background-color:var(--color-bg);
z-index:var(--z-index-builder-hover-input);
}
.builder-icon-input .dropdown .module{
display:flex;
flex-flow:row wrap;
}
.builder-icon-input .dropdown .module span{
width:100%;
margin:8px 0px 0px;
color:var(--color-font) !important;
}
.builder-icon-input .dropdown .builder-icon{
padding:0px 6px 6px 0px;
}
/* role */
.builder-roles .role-children{
min-width:300px;
padding:10px 15px;
margin:0px 15px 10px;
border:1px solid #000;
border-top:none;
border-radius:0px 0px 5px 5px;
display:flex;
flex-direction:column;
}
.builder-roles .role-child-add{
max-width:320px;
margin:10px 0px;
display:flex;
flex-direction:row;
align-items:center;
}
.builder-roles .role-child-add span{
margin:0px 12px 0px 0px;
}
.builder-roles .role-child{
margin:0px 0px 0px 0px;
}
.builder-role{
flex:1 1 auto;
display:flex;
flex-flow:column nowrap;
}
.builder-role.contentBox .content{
display:flex;
flex-flow:row nowrap;
}
/* pg functions */
.builder-pg-functions .schedule-line{
display:flex;
flex-flow:row nowrap;
align-items:center;
margin:0px 0px 6px 0px;
}
.builder-pg-functions .schedule-line span{
margin:0px 6px 0px 12px;
}
.builder-pg-functions .schedule-line input{
max-width:32px !important;
}
.builder-pg-function{
flex:1 1 auto;
display:flex;
flex-flow:row nowrap;
}
.builder-pg-function .contentBox{
flex:3 0.5 600px;
display:flex;
flex-direction:column;
overflow:auto;
}
.builder-pg-function .contentBox.right{
flex:0.5 1 350px;
}
.builder-pg-function .entity-title{
padding:1px 3px;
background-color:var(--color-bg);
line-height:24px;
border-radius:3px;
}
.builder-pg-function .mod{
padding:0px 5px;
margin:0px 0px 16px 0px;
display:flex;
flex-direction:column;
}
.builder-pg-function .rel,
.builder-pg-function .fnc{
padding:0px 5px;
margin:3px 0px;
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.builder-pg-function .atr{
padding:0px 5px;
}
.builder-pg-function .function-details{
flex:1 1 auto;
display:flex;
flex-flow:column nowrap;
}
.builder-pg-function .function-details table{
width:100%;
padding:6px 8px;
background-color:var(--color-bg);
border-bottom:1px solid var(--color-border);
}
.builder-pg-function .input{
max-width:none;
border:none !important;
border-radius:0px !important;
background-color:transparent;
}
.builder-pg-function .input:focus{
background-color:transparent;
}
.builder-pg-function .input:disabled{
border:3px solid var(--color-cancel-border) !important;
}
.builder-pg-function .message{
margin:0px 0px 18px;
}
/* menus */
.builder-menus{}
.builder-menus .content{
flex:1 1 auto;
}
.builder-menus-actions{
display:flex;
flex-direction:row;
align-items:center;
justify-content:flex-end;
margin:10px 0px;
}
.builder-menus-actions span{
margin:0px 16px 0px 10px;
}
.builder-menus-actions select{
margin:0px 6px 0px 0px !important;
}
.builder-menu{
min-height:30px;
margin:0px 5px 5px 0px;
padding:0px 0px 0px 3px;
line-height:30px;
background-color:rgba(56,56,56,0.2);
display:flex;
flex-direction:row;
justify-content:flex-start;
border:1px dotted #000;
border-radius:3px;
}
.builder-menu .action{
width:30px;
height:30px;
text-align:center;
margin:0px 3px 0px 0px;
cursor:pointer;
filter:var(--image-filter);
}
.builder-menu .action.end{
margin:0px 0px 0px auto;
}
.builder-menu .action.dragAnchor{
cursor:move;
}
.builder-menu .inputs{
display:flex;
flex-flow:row nowrap;
align-content:flex-start;
align-items:flex-start;
flex:0 1 auto;
}
.builder-menu input,
.builder-menu select{
max-width:150px !important;
padding:0px 5px;
margin:0px 5px 0px 0px !important;
box-sizing:border-box;
flex:0 1 220px;
}
.builder-menu .nested{
margin:2px 5px 2px 0px;
padding:5px 0px 0px 5px;
flex:8 1 500px;
border:1px dotted #000;
border-radius:3px;
}
/* user overwrites */
.user-bordersAll .builder-icon-input .iconLine{
border:1px solid var(--color-border);
}
.user-bordersSquared .builder-icon-input .iconLine{
border-radius:0px;
}
.user-bordersRounded .builder-icon-input .iconLine{
border-radius:4px;
} | 0.299412 | 0.048182 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*RESET*/
*{
margin: 0;
box-sizing: border-box;
max-width: 1500px;
}
/*HEADER*/
.header{
background: url('images/bg-hero-desktop.svg') no-repeat;
background-color: hsl(193, 100%, 96%);
padding-bottom: 40px;
}
.nav{
display: flex;
margin: 0 auto;
justify-content: space-between;
}
.menu{
margin: 20px 60px;
}
.menu button{
background-color: white;
border-radius: 50px;
border: none;
padding: 10px 40px;
box-shadow: 0 0 1em gray;
}
.menu button:hover{
background-color: hsl(322, 100%, 66%);
color: white;
}
.menu img{
width: 200px;
}
h1{
font-size: 2rem;
}
.info{
display: flex;
flex-wrap: nowrap;
margin: 20px 60px;
align-items: center;
}
.description{
margin: 0 auto;
flex: 1;
line-height: 1.5em;
}
#text{
margin-right: 100px;
}
.description h1{
font-size: 2rem;
line-height: 34px;
margin-bottom: 30px;
font-family: 'Poppins', sans-serif;
}
.description p{
margin-bottom: 30px;
font-family: 'Opens Sans', sans-serif;
}
.description img{
width: 700px;
}
.description button{
background-color: hsl(322, 100%, 66%);
color: white;
border-radius: 50px;
border: none;
padding: 15px 30px;
box-shadow: 0 0 1em gray;
margin: 0 auto;
}
.description button:hover{
background-color: hsl(322, 90%, 82%);
color:white;
}
/*MAIN CONTAINER*/
.main{
max-width: 1000px;
margin: 80px auto;
}
.box{
display: flex;
flex-wrap: nowrap;
margin-bottom: 40px;
align-items: center;
border: none;
box-shadow: 0 0 1em #d6d6d6;
border-radius: 20px;
}
.box-container{
margin: 40px 80px;
}
.box-container h2{
font-size: 1.75rem;
line-height: 24px;
margin-bottom: 20px;
font-family: 'Poppins', sans-serif;
}
.box-container p{
color: hsl(208, 11%, 55%);
line-height: 20px;
font-family: 'Opens Sans', sans-serif;
}
.box-container img{
width: 300px;
}
/*SECTION*/
.section{
display: flex;
flex-wrap: nowrap;
align-items: center;
z-index:4;
}
.container-section{
padding: 30px 70px;
margin: 0 auto;
border-radius: 20px;
text-align: center;
border-width: 0.2px;
border-color: gray;
box-shadow: 0 0 0.5rem #d6d6d6;
z-index:4;
background-color: white;
}
.container-section h2{
font-size: 20px;
margin-bottom: 24px;
font-weight: 800;
}
.container-section button{
background-color: hsl(322, 100%, 66%);
color: white;
border-radius: 50px;
border: none;
padding: 20px 80px;
box-shadow: 0 0 0.2rem black;
}
.container-section button:hover{
background-color: hsl(322, 90%, 82%);;
color: white;
}
/*FOOTER*/
.footer{
z-index: 0;
margin-top: -60px;
padding-top: 70px;
background-color: hsl(192, 100%, 9%);
color: #fff;
}
.logo-footer{
margin: 20px 150px;
}
.container-footer{
max-width: 1100px;
margin: 0 150px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.info-footer{
flex: 1;
display: flex;
flex-wrap: wrap;
margin-right: 50px;
}
.container-info{
margin-bottom: 20px;
width: 375px;
}
.container-info img{
display: table-cell;
margin-right: 10px;
float: left;
}
.container-info span {
display: table-cell;
}
.info-footer ol li{
list-style-type: none;
column-width: 70px;
column-count: 2;
margin-bottom: 10px;
}
.info-footer li a{
text-decoration: none;
color: white;
line-height: 2.5em;
}
.info-footer ol li:nth-child(odd) {
float:left;
}
.info-final{
padding-bottom: 30px;
margin: 0 60px;
text-align: right;
}
.info-footer .social-network{
margin-left: 10px;
}
.info-footer .social-network img{
width: 30px;
}
.social-network img:hover{
background-color: hsl(322, 100%, 66%);
border-radius: 60%;
border-width: none;
} | Atividade-1_HTML-CSS/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
/*RESET*/
*{
margin: 0;
box-sizing: border-box;
max-width: 1500px;
}
/*HEADER*/
.header{
background: url('images/bg-hero-desktop.svg') no-repeat;
background-color: hsl(193, 100%, 96%);
padding-bottom: 40px;
}
.nav{
display: flex;
margin: 0 auto;
justify-content: space-between;
}
.menu{
margin: 20px 60px;
}
.menu button{
background-color: white;
border-radius: 50px;
border: none;
padding: 10px 40px;
box-shadow: 0 0 1em gray;
}
.menu button:hover{
background-color: hsl(322, 100%, 66%);
color: white;
}
.menu img{
width: 200px;
}
h1{
font-size: 2rem;
}
.info{
display: flex;
flex-wrap: nowrap;
margin: 20px 60px;
align-items: center;
}
.description{
margin: 0 auto;
flex: 1;
line-height: 1.5em;
}
#text{
margin-right: 100px;
}
.description h1{
font-size: 2rem;
line-height: 34px;
margin-bottom: 30px;
font-family: 'Poppins', sans-serif;
}
.description p{
margin-bottom: 30px;
font-family: 'Opens Sans', sans-serif;
}
.description img{
width: 700px;
}
.description button{
background-color: hsl(322, 100%, 66%);
color: white;
border-radius: 50px;
border: none;
padding: 15px 30px;
box-shadow: 0 0 1em gray;
margin: 0 auto;
}
.description button:hover{
background-color: hsl(322, 90%, 82%);
color:white;
}
/*MAIN CONTAINER*/
.main{
max-width: 1000px;
margin: 80px auto;
}
.box{
display: flex;
flex-wrap: nowrap;
margin-bottom: 40px;
align-items: center;
border: none;
box-shadow: 0 0 1em #d6d6d6;
border-radius: 20px;
}
.box-container{
margin: 40px 80px;
}
.box-container h2{
font-size: 1.75rem;
line-height: 24px;
margin-bottom: 20px;
font-family: 'Poppins', sans-serif;
}
.box-container p{
color: hsl(208, 11%, 55%);
line-height: 20px;
font-family: 'Opens Sans', sans-serif;
}
.box-container img{
width: 300px;
}
/*SECTION*/
.section{
display: flex;
flex-wrap: nowrap;
align-items: center;
z-index:4;
}
.container-section{
padding: 30px 70px;
margin: 0 auto;
border-radius: 20px;
text-align: center;
border-width: 0.2px;
border-color: gray;
box-shadow: 0 0 0.5rem #d6d6d6;
z-index:4;
background-color: white;
}
.container-section h2{
font-size: 20px;
margin-bottom: 24px;
font-weight: 800;
}
.container-section button{
background-color: hsl(322, 100%, 66%);
color: white;
border-radius: 50px;
border: none;
padding: 20px 80px;
box-shadow: 0 0 0.2rem black;
}
.container-section button:hover{
background-color: hsl(322, 90%, 82%);;
color: white;
}
/*FOOTER*/
.footer{
z-index: 0;
margin-top: -60px;
padding-top: 70px;
background-color: hsl(192, 100%, 9%);
color: #fff;
}
.logo-footer{
margin: 20px 150px;
}
.container-footer{
max-width: 1100px;
margin: 0 150px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.info-footer{
flex: 1;
display: flex;
flex-wrap: wrap;
margin-right: 50px;
}
.container-info{
margin-bottom: 20px;
width: 375px;
}
.container-info img{
display: table-cell;
margin-right: 10px;
float: left;
}
.container-info span {
display: table-cell;
}
.info-footer ol li{
list-style-type: none;
column-width: 70px;
column-count: 2;
margin-bottom: 10px;
}
.info-footer li a{
text-decoration: none;
color: white;
line-height: 2.5em;
}
.info-footer ol li:nth-child(odd) {
float:left;
}
.info-final{
padding-bottom: 30px;
margin: 0 60px;
text-align: right;
}
.info-footer .social-network{
margin-left: 10px;
}
.info-footer .social-network img{
width: 30px;
}
.social-network img:hover{
background-color: hsl(322, 100%, 66%);
border-radius: 60%;
border-width: none;
} | 0.220342 | 0.074064 |
a:hover{ text-decoration: none; color: #fff;}
.product-content{width:100%; float: left; padding-bottom: 100px; }
#image_galary{width: 100%;}
#image_galary #imgMain img{width:100%; height:330px;}
#image_galary #imgThumnail { width: 100%; margin:10px auto;}
#image_galary #imgThumnail img {width: 24%; margin-right: 1px; }
.product__name {margin: 0;padding: 0px 0px 23px 0px;color: #333333;font-size: 24px;font-weight: 400;text-align: left;}
.product__summary {margin: 0 0 28px;color: #898989;line-height: 20px;text-align: justify;}
p#status{text-transform: capitalize; color: #898989; padding-bottom:7px;}
p#status span{color:#197D07;}
.product__price sup{font-size: 18px;}
.product__price, .product__price > span:first-child {margin: 15px 15px 15px 0;font-family: UVF Metroscript,Helvetica,Arial,sans-serif;font-size: 24px;line-height: 24px;color: #197d07 !important;text-decoration: none !important;}
.product__price, .product__price > span:last-child {text-decoration: line-through; color: #898989;}
/* phan css so luong */
.product__variants{overflow: hidden; margin-bottom: 30px;}
.product__variants__item {float: left; width: 50%;}
.product__variants__item label{width: 100%; color: #333333; line-height: 20px; font-weight: 400; margin-bottom: 5px;}
.product__quantity span {float: left; height: 40px; width: 40px; line-height: 40px; cursor: pointer; text-align: center; border: 1px solid #e1e1e1; margin-right: 4px;}
.product__quantity input {width: 70px;float: left; height: 40px; margin-right: 4px; border: 1px solid #e1e1e1; text-align: center;}
.product__add {
display: inline-block;
height: 40px;
margin-bottom: 30px;
padding: 0 30px;
font-size: 14px;
font-weight: 500;
line-height: 40px;
color: #fff;
text-align: center;
background-color: #197d07;
border-radius: 20px;
background-clip: padding-box;
}
.product__share ul li{float: left;}
.product__share ul li a{display: block;height: 40px;margin-right: 5px;padding:0 20px;font-size: 12px;line-height: 40px;color: #898989;border: 1px solid #e1e1e1;border-radius: 5px;background-clip: padding-box;}
.product__share ul li a:hover{color: #fff;}
.product__share ul li.facebook a:before{content: "";display: block;float: left; width: 8px;height: 15px; margin: 12px 5px 0 0;background-image: url(../images/ic-facebook.png);background-repeat: no-repeat;}
.product__share ul li.facebook a:hover{background-color:#4182d9;border-color:#4182d9; }
.product__share ul li.facebook a:hover:before{background-image:url(../images/ic-facebook-h.png)}
.product__share ul li.twitter a:before{content: "";display: block;float: left; width: 13px;height: 15px; margin: 14px 5px 0 0;background-image: url(../images/ic-twitter.png);background-repeat: no-repeat;}
.product__share ul li.twitter a:hover{background-color:#39c2f8;border-color:#39c2f8; }
.product__share ul li.twitter a:hover:before{background-image:url(../images/ic-twitter-h.png)}
.product__share ul li.google a:before{content: "";display: block;float: left; width: 13px;height: 15px; margin: 14px 5px 0 0;background-image: url(../images/ic-google.png);background-repeat: no-repeat;}
.product__share ul li.google a:hover{background-color:#f64427;border-color:#f64427; }
.product__share ul li.google a:hover:before{background-image:url(../images/ic-google-h.png)}
/* -------------------------------------css phan tab thong tin------------------------------------- */
.product_tabs {width: 100%; float: left; margin-bottom: 100px;}
.product_tabs .tab_product li {display: inline-block; margin-right: 3px;}
.product_tabs .tab_product li>a.active_tab {background-color: #197d07; color: #fff; border: none;}
.product_tabs .tab_product li>a {color: #898989; font-weight: 400; font-size: 14px; height: 50px; cursor: pointer; padding:0 20px; line-height: 50px; display: block; text-transform: capitalize; background-clip: padding-box;box-shadow: 0 -2px 7px rgba(0,0,0,.2);}
.tab_contents .contentTab {box-shadow: 0 0 7px rgba(0,0,0,.2); padding: 30px 25px;}
.tab_contents .contentTab iframe {width: 100%;}
/* css phan thuc pham lien quan */
.product_related {width: 100%; float: left; box-shadow: 0 0 7px rgba(0,0,0,.2); padding-bottom: 30px; margin-bottom: 100px;}
.product_related .product_lienquan {background-color: #197D07; }
.product_related .box_heading h2 {float: left; margin:0; padding:0px 0px 0px 5px; line-height: 60px; color: #fff; text-transform: capitalize;}
.product_related .mobile-hidden_top {float: right; margin-right: 10px; line-height: 60px;}
.mobile-hidden_content {width: 100%;}
.mobile_product .product_img {position: relative; width: 90%;margin: 10px auto;margin-bottom: 5px;} | public/site/css/chitietthucpham.css | a:hover{ text-decoration: none; color: #fff;}
.product-content{width:100%; float: left; padding-bottom: 100px; }
#image_galary{width: 100%;}
#image_galary #imgMain img{width:100%; height:330px;}
#image_galary #imgThumnail { width: 100%; margin:10px auto;}
#image_galary #imgThumnail img {width: 24%; margin-right: 1px; }
.product__name {margin: 0;padding: 0px 0px 23px 0px;color: #333333;font-size: 24px;font-weight: 400;text-align: left;}
.product__summary {margin: 0 0 28px;color: #898989;line-height: 20px;text-align: justify;}
p#status{text-transform: capitalize; color: #898989; padding-bottom:7px;}
p#status span{color:#197D07;}
.product__price sup{font-size: 18px;}
.product__price, .product__price > span:first-child {margin: 15px 15px 15px 0;font-family: UVF Metroscript,Helvetica,Arial,sans-serif;font-size: 24px;line-height: 24px;color: #197d07 !important;text-decoration: none !important;}
.product__price, .product__price > span:last-child {text-decoration: line-through; color: #898989;}
/* phan css so luong */
.product__variants{overflow: hidden; margin-bottom: 30px;}
.product__variants__item {float: left; width: 50%;}
.product__variants__item label{width: 100%; color: #333333; line-height: 20px; font-weight: 400; margin-bottom: 5px;}
.product__quantity span {float: left; height: 40px; width: 40px; line-height: 40px; cursor: pointer; text-align: center; border: 1px solid #e1e1e1; margin-right: 4px;}
.product__quantity input {width: 70px;float: left; height: 40px; margin-right: 4px; border: 1px solid #e1e1e1; text-align: center;}
.product__add {
display: inline-block;
height: 40px;
margin-bottom: 30px;
padding: 0 30px;
font-size: 14px;
font-weight: 500;
line-height: 40px;
color: #fff;
text-align: center;
background-color: #197d07;
border-radius: 20px;
background-clip: padding-box;
}
.product__share ul li{float: left;}
.product__share ul li a{display: block;height: 40px;margin-right: 5px;padding:0 20px;font-size: 12px;line-height: 40px;color: #898989;border: 1px solid #e1e1e1;border-radius: 5px;background-clip: padding-box;}
.product__share ul li a:hover{color: #fff;}
.product__share ul li.facebook a:before{content: "";display: block;float: left; width: 8px;height: 15px; margin: 12px 5px 0 0;background-image: url(../images/ic-facebook.png);background-repeat: no-repeat;}
.product__share ul li.facebook a:hover{background-color:#4182d9;border-color:#4182d9; }
.product__share ul li.facebook a:hover:before{background-image:url(../images/ic-facebook-h.png)}
.product__share ul li.twitter a:before{content: "";display: block;float: left; width: 13px;height: 15px; margin: 14px 5px 0 0;background-image: url(../images/ic-twitter.png);background-repeat: no-repeat;}
.product__share ul li.twitter a:hover{background-color:#39c2f8;border-color:#39c2f8; }
.product__share ul li.twitter a:hover:before{background-image:url(../images/ic-twitter-h.png)}
.product__share ul li.google a:before{content: "";display: block;float: left; width: 13px;height: 15px; margin: 14px 5px 0 0;background-image: url(../images/ic-google.png);background-repeat: no-repeat;}
.product__share ul li.google a:hover{background-color:#f64427;border-color:#f64427; }
.product__share ul li.google a:hover:before{background-image:url(../images/ic-google-h.png)}
/* -------------------------------------css phan tab thong tin------------------------------------- */
.product_tabs {width: 100%; float: left; margin-bottom: 100px;}
.product_tabs .tab_product li {display: inline-block; margin-right: 3px;}
.product_tabs .tab_product li>a.active_tab {background-color: #197d07; color: #fff; border: none;}
.product_tabs .tab_product li>a {color: #898989; font-weight: 400; font-size: 14px; height: 50px; cursor: pointer; padding:0 20px; line-height: 50px; display: block; text-transform: capitalize; background-clip: padding-box;box-shadow: 0 -2px 7px rgba(0,0,0,.2);}
.tab_contents .contentTab {box-shadow: 0 0 7px rgba(0,0,0,.2); padding: 30px 25px;}
.tab_contents .contentTab iframe {width: 100%;}
/* css phan thuc pham lien quan */
.product_related {width: 100%; float: left; box-shadow: 0 0 7px rgba(0,0,0,.2); padding-bottom: 30px; margin-bottom: 100px;}
.product_related .product_lienquan {background-color: #197D07; }
.product_related .box_heading h2 {float: left; margin:0; padding:0px 0px 0px 5px; line-height: 60px; color: #fff; text-transform: capitalize;}
.product_related .mobile-hidden_top {float: right; margin-right: 10px; line-height: 60px;}
.mobile-hidden_content {width: 100%;}
.mobile_product .product_img {position: relative; width: 90%;margin: 10px auto;margin-bottom: 5px;} | 0.385259 | 0.10885 |
.select-query{
padding: 0;
border: 0;
}
.select-query{
width: 30%;
}
.home-search input[type="text"]{
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 0;
font-size: 1.25em;
font-family: "Roboto Thin";
font-weight: bold;
padding: 1.2em 1.5em;
border: 0;
}
.input-group-btn .btn{
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 0;
border: 0;
}
.input-group-btn span{
padding: 0.15em;
font-size: 1.5em;
}
.check-boxes{
width: 100;
display: flex;
justify-content: space-around;
align-items: stretch;
padding: 8px 0;
background-color: white;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.check-boxes > label.checkbox-inline{
padding: 0;
margin: 0;
}
.search-results{
margin-top: 0;
}
.suggestions-header{
font-size: 2.5em;
margin-bottom: 0.5em;
margin-top: 1.5em;
}
/*#accordion{
margin-bottom: 0;
}
#accordion .panel-heading{
padding: 5px;
}
#accordion .panel-heading a{
text-decoration: none;
}
#accordion .panel-title{
text-decoration: none;
color: #888;
}
.aside-pp{
width: 80%;
margin: auto;
}
.stories .panel-body{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.stories .direct .circle{
margin: 6px 0;
height: 63px;
width: 63px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
border: 1px solid #DDD;
}
.stories .direct .circle .glyphicon{
font-size: 2.5em;
color: #E91E63;
transform: translate(-5%,-5%);
}
.stories .separator{
width: 1px;
background-color: #DDD;
height: 5em;
margin: 0 0.25em 2em 1em;
}
.stories .person{
margin: 0 0.25em;
}
.stories .person img{
height: 75px;
}
.stories .direct p,
.stories .person p{
text-align: center;
margin: 0;
}
.stories .person:not(.my) img{
padding: 3px;
border: 2px solid #E91E63;
}
.stories .person.my img{
padding: 6px;
}
.stories .person.my{
position: relative;
}
.stories .person.my .glyphicon{
display: block;
color: white;
position: absolute;
top: 5%;
right: 5%;
background-color: #E91E63;
font-size: 0.7em;
border-radius: 50%;
padding: 0.4em;
border: 2px solid white;
}
#formCarousel .paper h2{
margin: 0;
}
#formCarousel .carousel-indicators{
position: relative;
top: 0;
left: 0;
margin: 0;
}
#formCarousel .carousel-indicators li{
border-color: #DDD;
height: 2.5em;
width: 2.5em;
color: #888;
text-indent: 0;
text-align: center;
vertical-align: middle;
background-color: transparent;
border-radius: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
transition: 0.2s;
margin: 1px!important;
}
#formCarousel .carousel-indicators{
margin: auto;
margin-bottom: 1em;
}
#formCarousel .carousel-indicators li span{
font-size: 1em;
text-align: center;
transform: translate(0,-20%);
transition: 0.2s;
}
#formCarousel .carousel-indicators li .fa-money{
background-color: #888;
color: white;
padding: 0 2.5px 0 2px;
border-radius: 2px;
text-align: center;
transform: translate(0,-10%);
}
#formCarousel .carousel-indicators li.active{
border-color: #2ecc71;
box-shadow: 0 0 10px rgba(39,174,96 ,0.2);
color: #2ecc71;
}
#formCarousel .carousel-indicators li.active .fa-money{
background-color: #2ecc71;
}*/
/*#formCarousel .paper{
padding: 1em;
border: 1px solid #DDD;
border-radius: 4px;
min-height: 150px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#formCarousel h2{
font-size: 1em;
text-align: left;
width: 100%;
}
@media screen and (min-width: 768px){
#formCarousel .paper{
width: 50%;
margin: auto;
}
#formCarousel h2{
font-size: 2em;
}
}*/ | public/css/home.css | .select-query{
padding: 0;
border: 0;
}
.select-query{
width: 30%;
}
.home-search input[type="text"]{
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 0;
font-size: 1.25em;
font-family: "Roboto Thin";
font-weight: bold;
padding: 1.2em 1.5em;
border: 0;
}
.input-group-btn .btn{
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 0;
border: 0;
}
.input-group-btn span{
padding: 0.15em;
font-size: 1.5em;
}
.check-boxes{
width: 100;
display: flex;
justify-content: space-around;
align-items: stretch;
padding: 8px 0;
background-color: white;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.check-boxes > label.checkbox-inline{
padding: 0;
margin: 0;
}
.search-results{
margin-top: 0;
}
.suggestions-header{
font-size: 2.5em;
margin-bottom: 0.5em;
margin-top: 1.5em;
}
/*#accordion{
margin-bottom: 0;
}
#accordion .panel-heading{
padding: 5px;
}
#accordion .panel-heading a{
text-decoration: none;
}
#accordion .panel-title{
text-decoration: none;
color: #888;
}
.aside-pp{
width: 80%;
margin: auto;
}
.stories .panel-body{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.stories .direct .circle{
margin: 6px 0;
height: 63px;
width: 63px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
border: 1px solid #DDD;
}
.stories .direct .circle .glyphicon{
font-size: 2.5em;
color: #E91E63;
transform: translate(-5%,-5%);
}
.stories .separator{
width: 1px;
background-color: #DDD;
height: 5em;
margin: 0 0.25em 2em 1em;
}
.stories .person{
margin: 0 0.25em;
}
.stories .person img{
height: 75px;
}
.stories .direct p,
.stories .person p{
text-align: center;
margin: 0;
}
.stories .person:not(.my) img{
padding: 3px;
border: 2px solid #E91E63;
}
.stories .person.my img{
padding: 6px;
}
.stories .person.my{
position: relative;
}
.stories .person.my .glyphicon{
display: block;
color: white;
position: absolute;
top: 5%;
right: 5%;
background-color: #E91E63;
font-size: 0.7em;
border-radius: 50%;
padding: 0.4em;
border: 2px solid white;
}
#formCarousel .paper h2{
margin: 0;
}
#formCarousel .carousel-indicators{
position: relative;
top: 0;
left: 0;
margin: 0;
}
#formCarousel .carousel-indicators li{
border-color: #DDD;
height: 2.5em;
width: 2.5em;
color: #888;
text-indent: 0;
text-align: center;
vertical-align: middle;
background-color: transparent;
border-radius: 50%;
display: inline-flex;
justify-content: center;
align-items: center;
transition: 0.2s;
margin: 1px!important;
}
#formCarousel .carousel-indicators{
margin: auto;
margin-bottom: 1em;
}
#formCarousel .carousel-indicators li span{
font-size: 1em;
text-align: center;
transform: translate(0,-20%);
transition: 0.2s;
}
#formCarousel .carousel-indicators li .fa-money{
background-color: #888;
color: white;
padding: 0 2.5px 0 2px;
border-radius: 2px;
text-align: center;
transform: translate(0,-10%);
}
#formCarousel .carousel-indicators li.active{
border-color: #2ecc71;
box-shadow: 0 0 10px rgba(39,174,96 ,0.2);
color: #2ecc71;
}
#formCarousel .carousel-indicators li.active .fa-money{
background-color: #2ecc71;
}*/
/*#formCarousel .paper{
padding: 1em;
border: 1px solid #DDD;
border-radius: 4px;
min-height: 150px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#formCarousel h2{
font-size: 1em;
text-align: left;
width: 100%;
}
@media screen and (min-width: 768px){
#formCarousel .paper{
width: 50%;
margin: auto;
}
#formCarousel h2{
font-size: 2em;
}
}*/ | 0.269999 | 0.069101 |
@import '../css/global.css';
@import '../css/hidemenu-component.css';
@import '../css/dialog-component.css';
@import '../css/profile-card-component.css';
@import '../css/snackbar-component.css';
@import '../css/carousel-component.css';
@import '../css/notfound-component.css';
@import '../css/sidebar-component.css';
@import '../css/chat-component.css';
@import '../css/contact-component.css';
@import '../css/random-button-component.css';
@import '../css/search-contacts.css';
@import '../css/loading-page-component.css';
@import '../css/login-component.css';
@import '../css/infinite-load.css';
.main{
width:100%;
height:100%;
display:none;
position: relative;
}
/* MEDIA QUERIES */
@media (max-width:768px){
.main{
justify-content: center;
}
.main .nav{
position:fixed;
top:0;
left:0;
}
.main .container-contact{
display:none;
}
.main .container-chat{
width:100%;
}
.container-chat .box .chat{
padding:0;
margin: 0;
}
.nav .status-header .back-button,
.container-chat .box .chat .status-bar-mobile{
display:block;
}
.login .form .form-container .side-right{
display:none;
}
.login .form .form-container .side-left{
width:100%;
max-width:320px;
margin: 0 auto;
}
.login .notification{
width:90%;
max-width:300px;
}
.login .form-container .verification .v-code .form-group{
width: 100%;
}
.login .form-container .verification .v-code .form-group input{
width:50%;
}
.login .form .form-container h2{
font-size:1.2em;
}
.login .form-container .verification .menssage span{
display:block;
}
}
@media (min-width:769px) and (max-width:1024px){
.main .container-contact{
display:none;
}
.main .container-chat{
width:73%;
margin:0 auto;
}
.nav .status-header .back-button,
.container-chat .box .chat .status-bar-mobile{
display:none;
}
.login .form .form-container .side-left{
width:50%;
}
}
@media (min-width:1025px){
.main{
justify-content: space-between;
}
.main .container-chat{
width: 100%;
}
.nav .status-header .back-button,
.container-chat .box .chat .status-bar-mobile{
display:none;
}
}
/* CUSTOM SCROLL DOCUMENT */
::-webkit-scrollbar-track {
/* background-color: #F4F4F4; */
background-color: var(--color-black-dark);
}
::-webkit-scrollbar {
width: 6px;
/* background: #F4F4F4; */
background-color: var(--color-black-medium);
}
::-webkit-scrollbar-thumb {
/* background: #c4c4c4; */
/* background: #dad7d7; */
background-color: var(--color-black-light);
border-radius: 10px;
} | public/assets/css/main.css | @import '../css/global.css';
@import '../css/hidemenu-component.css';
@import '../css/dialog-component.css';
@import '../css/profile-card-component.css';
@import '../css/snackbar-component.css';
@import '../css/carousel-component.css';
@import '../css/notfound-component.css';
@import '../css/sidebar-component.css';
@import '../css/chat-component.css';
@import '../css/contact-component.css';
@import '../css/random-button-component.css';
@import '../css/search-contacts.css';
@import '../css/loading-page-component.css';
@import '../css/login-component.css';
@import '../css/infinite-load.css';
.main{
width:100%;
height:100%;
display:none;
position: relative;
}
/* MEDIA QUERIES */
@media (max-width:768px){
.main{
justify-content: center;
}
.main .nav{
position:fixed;
top:0;
left:0;
}
.main .container-contact{
display:none;
}
.main .container-chat{
width:100%;
}
.container-chat .box .chat{
padding:0;
margin: 0;
}
.nav .status-header .back-button,
.container-chat .box .chat .status-bar-mobile{
display:block;
}
.login .form .form-container .side-right{
display:none;
}
.login .form .form-container .side-left{
width:100%;
max-width:320px;
margin: 0 auto;
}
.login .notification{
width:90%;
max-width:300px;
}
.login .form-container .verification .v-code .form-group{
width: 100%;
}
.login .form-container .verification .v-code .form-group input{
width:50%;
}
.login .form .form-container h2{
font-size:1.2em;
}
.login .form-container .verification .menssage span{
display:block;
}
}
@media (min-width:769px) and (max-width:1024px){
.main .container-contact{
display:none;
}
.main .container-chat{
width:73%;
margin:0 auto;
}
.nav .status-header .back-button,
.container-chat .box .chat .status-bar-mobile{
display:none;
}
.login .form .form-container .side-left{
width:50%;
}
}
@media (min-width:1025px){
.main{
justify-content: space-between;
}
.main .container-chat{
width: 100%;
}
.nav .status-header .back-button,
.container-chat .box .chat .status-bar-mobile{
display:none;
}
}
/* CUSTOM SCROLL DOCUMENT */
::-webkit-scrollbar-track {
/* background-color: #F4F4F4; */
background-color: var(--color-black-dark);
}
::-webkit-scrollbar {
width: 6px;
/* background: #F4F4F4; */
background-color: var(--color-black-medium);
}
::-webkit-scrollbar-thumb {
/* background: #c4c4c4; */
/* background: #dad7d7; */
background-color: var(--color-black-light);
border-radius: 10px;
} | 0.157072 | 0.029704 |
ft-topic-range {
--connection-line-col: var(--connection-line-color, var(--black));
--connection-dist: var(--connection-distance, 1rem);
}
ft-topic-range {
position: relative;
display: block;
margin-bottom: 3rem;
}
ft-topic-range strong {
display: block;
}
ft-topic-range ul,
ft-topic-range li {
padding: 0;
margin: 0;
}
ft-topic-range ul,
ft-topic-range li {
display: block;
list-style-type: none;
}
ft-topic-range li {
border-color: var(--connection-line-col);
}
ft-topic-range ul {
position: relative;
padding: 1rem 0;
}
/* A topic range has a vertical line on the left,
including an arrow on top and below of the range.
This arrows are applied as before, after elements. */
ft-topic-range ul:before,
ft-topic-range ul:after {
content: "";
position: absolute;
}
/* each topic line is an li elment */
ft-topic-range li {
position: relative;
}
ft-topic-range-label {
display: block;
position: absolute;
width: 100%;
text-align: center;
}
/* a topic ranges label can be accompanied by labels describing
what each direction means. Add "label-low" or "label-high" to
the topic range element itself. */
ft-topic-range:before,
ft-topic-range:after {
display: block;
position: absolute;
}
ft-topic-range:before {
content: attr(label-low);
}
ft-topic-range:after {
content: attr(label-high);
}
/* *********************************************
define behaviour for big horizontal setup of the topic range reprensentation
*********************************************** */
@media screen and (min-width: 1024px) {
ft-topic-range ul {
display: grid;
grid-template-columns: auto;
grid-auto-columns: auto;
grid-template-rows: auto 3rem 3rem;
column-gap: 3rem;
align-items: end;
align-content: end;
justify-items: center;
/* we need to give this a fixed width, so that the elements are shown completely when rotated. */
min-height: 50rem;
border-bottom: 2px solid;
}
ft-topic-range ul:before,
ft-topic-range ul:after {
bottom: -1px;
border-top: 0.6rem solid transparent;
border-bottom: 0.6rem solid transparent;
transform: translate(-2px, 50%);
}
ft-topic-range ul:before {
left: 0;
border-right: 0.6rem solid var(--connection-line-col);
}
ft-topic-range ul:after {
right: -5px;
border-left: 0.6rem solid var(--connection-line-col);
}
/* each topic line is an li elment */
ft-topic-range li {
position: relative;
grid-row: 1 / span 3;
}
ft-topic-range li.group-1-offset {
grid-row: 1 / span 2;
}
ft-topic-range li.group-2-offset {
grid-row: 1 / span 1;
}
ft-topic-range li:nth-of-type(0) {
grid-column: 0 / 0;
}
ft-topic-range li:nth-of-type(1) {
grid-column: 1/ 1;
}
ft-topic-range li:nth-of-type(2) {
grid-column: 2 / 2;
}
ft-topic-range li:nth-of-type(3) {
grid-column: 3 / 3;
}
ft-topic-range li:nth-of-type(4) {
grid-column: 4 / 4;
}
ft-topic-range li:nth-of-type(5) {
grid-column: 5 / 5;
}
ft-topic-range li:nth-of-type(6) {
grid-column: 6 / 6;
}
ft-topic-range li:nth-of-type(7) {
grid-column: 7 / 7;
}
ft-topic-range li:nth-of-type(8) {
grid-column: 8 / 8;
}
ft-topic-range li:nth-of-type(9) {
grid-column: 9 / 9;
}
/* because rotated elements are limited to the column width,
we move the text out in separate spans, that we rip out
of the document flow with position: absolute.
A fixed width allows to spread them to desired line length. */
ft-topic-range li.range-item span {
display: block;
position: absolute;
padding-left: 1rem;
width: 40rem;
transform-origin: 0 0;
transform: rotate(-90deg);
}
/* each topic line is connected via a line to the topic range
base line. This connection is established by before and after elements */
ft-topic-range li.range-item:before,
ft-topic-range li.range-item:after {
content: "";
position: absolute;
left: 200%;
}
ft-topic-range li.range-item:before {
top: 0em;
height: var(--connection-dist);
border-left: 2px solid;
width: 1rem;
transform: translateX(0.75rem);
}
ft-topic-range li.range-item.group-1-offset:before {
height: 4rem;
}
ft-topic-range li.range-item.group-2-offset:before {
height: 7rem;
}
ft-topic-range li.range-item:after {
top: 0em;
border-top: 2px solid;
width: 0.6rem;
transform: translateX(0.5rem);
}
ft-topic-range-label {
top: 100%;
left: 0%;
}
/* a topic ranges label can be accompanied by labels describing
what each direction means. Add "label-low" or "label-high" to
the topic range element itself. */
ft-topic-range:before {
bottom: -2rem;
left: 1rem;
text-align: center;
}
ft-topic-range:after {
bottom: -2rem;
right: 1rem;
text-align: center;
}
.ft-range-group {
justify-self: stretch;
text-align: center;
padding: 0.3rem;
}
.ft-range-group.group-1 {
grid-row: 3;
}
.ft-range-group.group-2 {
grid-row: 2;
}
}
/* *********************************************
define behaviour for small vertical setup of the topic range reprensentation
*********************************************** */
@media screen and (max-width: 1024px) {
ft-topic-range ul {
border-left: 2px solid;
display: grid;
grid-template-rows: auto;
grid-auto-rows: auto;
grid-template-columns: 3rem 3rem auto;
row-gap: 4rem;
/* align-items: end; */
/* align-content: end; */
justify-items: left;
}
ft-topic-range ul:before,
ft-topic-range ul:after {
left: -1px;
transform: translate(-50%, -2px);
border-left: 0.6rem solid transparent;
border-right: 0.6rem solid transparent;
}
ft-topic-range ul:before {
top: 0;
border-bottom: 0.6rem solid var(--connection-line-col);
}
ft-topic-range ul:after {
top: 100%;
border-top: 0.6rem solid var(--connection-line-col);
}
/* each topic line is an li elment */
ft-topic-range li {
margin-left: var(--connection-dist);
/* margin-top: 4rem;
margin-bottom: 4rem; */
padding-left: 1rem;
grid-column: 1 / span 3;
}
ft-topic-range li.range-item.group-1-offset:before {
width: 4rem;
}
ft-topic-range li.range-item.group-2-offset:before {
width: 7rem;
}
ft-topic-range li.group-1-offset {
grid-column: 2 / span 3;
}
ft-topic-range li.group-2-offset {
grid-column: 3 / span 3;
}
ft-topic-range li:nth-of-type(0) {
grid-row: 0 / 0;
}
ft-topic-range li:nth-of-type(1) {
grid-row: 1/ 1;
}
ft-topic-range li:nth-of-type(2) {
grid-row: 2 / 2;
}
ft-topic-range li:nth-of-type(3) {
grid-row: 3 / 3;
}
ft-topic-range li:nth-of-type(4) {
grid-row: 4 / 4;
}
ft-topic-range li:nth-of-type(5) {
grid-row: 5 / 5;
}
ft-topic-range li:nth-of-type(6) {
grid-row: 6 / 6;
}
ft-topic-range li:nth-of-type(7) {
grid-row: 7 / 7;
}
ft-topic-range li:nth-of-type(8) {
grid-row: 8 / 8;
}
ft-topic-range li:nth-of-type(9) {
grid-row: 9 / 9;
}
.ft-range-group {
position: relative;
padding: 0.3rem;
justify-self: stretch;
}
.ft-range-group span {
position: absolute;
top: 50%;
left: 0;
transform-origin: 0 0;
transform: rotate(90deg) translateX(-50%) translateY(-1.75rem);
/* text-align: center; */
}
.ft-range-group.group-1 {
grid-column: 1;
}
.ft-range-group.group-2 {
grid-column: 2;
}
/* each topic line is connected via a line to the topic range
base line. This connection is established by before and after elements */
ft-topic-range li.range-item:before,
ft-topic-range li.range-item:after {
content: "";
position: absolute;
right: 100%;
}
ft-topic-range li.range-item:before {
top: 0.5em;
width: var(--connection-dist);
border-top: 2px solid;
}
ft-topic-range li.range-item:after {
top: 0.3em;
border-left: 2px solid;
height: 0.5rem;
}
/* each topic range has a label. This label describes the main scale of the range */
ft-topic-range-label {
top: 50%;
right: 50%;
transform: rotateZ(90deg) translateY(1rem);
}
/* a topic ranges label can be accompanied by labels describing
what each direction means. Add "label-low" or "label-high" to
the topic range element itself. */
ft-topic-range:before {
top: 2rem;
right: 50%;
transform: rotateZ(90deg) translateY(1rem);
width: 100%;
text-align: center;
}
ft-topic-range:after {
bottom: 2rem;
right: 50%;
transform: rotateZ(90deg) translateY(1rem);
width: 100%;
text-align: center;
}
} | css/topic-range.css | ft-topic-range {
--connection-line-col: var(--connection-line-color, var(--black));
--connection-dist: var(--connection-distance, 1rem);
}
ft-topic-range {
position: relative;
display: block;
margin-bottom: 3rem;
}
ft-topic-range strong {
display: block;
}
ft-topic-range ul,
ft-topic-range li {
padding: 0;
margin: 0;
}
ft-topic-range ul,
ft-topic-range li {
display: block;
list-style-type: none;
}
ft-topic-range li {
border-color: var(--connection-line-col);
}
ft-topic-range ul {
position: relative;
padding: 1rem 0;
}
/* A topic range has a vertical line on the left,
including an arrow on top and below of the range.
This arrows are applied as before, after elements. */
ft-topic-range ul:before,
ft-topic-range ul:after {
content: "";
position: absolute;
}
/* each topic line is an li elment */
ft-topic-range li {
position: relative;
}
ft-topic-range-label {
display: block;
position: absolute;
width: 100%;
text-align: center;
}
/* a topic ranges label can be accompanied by labels describing
what each direction means. Add "label-low" or "label-high" to
the topic range element itself. */
ft-topic-range:before,
ft-topic-range:after {
display: block;
position: absolute;
}
ft-topic-range:before {
content: attr(label-low);
}
ft-topic-range:after {
content: attr(label-high);
}
/* *********************************************
define behaviour for big horizontal setup of the topic range reprensentation
*********************************************** */
@media screen and (min-width: 1024px) {
ft-topic-range ul {
display: grid;
grid-template-columns: auto;
grid-auto-columns: auto;
grid-template-rows: auto 3rem 3rem;
column-gap: 3rem;
align-items: end;
align-content: end;
justify-items: center;
/* we need to give this a fixed width, so that the elements are shown completely when rotated. */
min-height: 50rem;
border-bottom: 2px solid;
}
ft-topic-range ul:before,
ft-topic-range ul:after {
bottom: -1px;
border-top: 0.6rem solid transparent;
border-bottom: 0.6rem solid transparent;
transform: translate(-2px, 50%);
}
ft-topic-range ul:before {
left: 0;
border-right: 0.6rem solid var(--connection-line-col);
}
ft-topic-range ul:after {
right: -5px;
border-left: 0.6rem solid var(--connection-line-col);
}
/* each topic line is an li elment */
ft-topic-range li {
position: relative;
grid-row: 1 / span 3;
}
ft-topic-range li.group-1-offset {
grid-row: 1 / span 2;
}
ft-topic-range li.group-2-offset {
grid-row: 1 / span 1;
}
ft-topic-range li:nth-of-type(0) {
grid-column: 0 / 0;
}
ft-topic-range li:nth-of-type(1) {
grid-column: 1/ 1;
}
ft-topic-range li:nth-of-type(2) {
grid-column: 2 / 2;
}
ft-topic-range li:nth-of-type(3) {
grid-column: 3 / 3;
}
ft-topic-range li:nth-of-type(4) {
grid-column: 4 / 4;
}
ft-topic-range li:nth-of-type(5) {
grid-column: 5 / 5;
}
ft-topic-range li:nth-of-type(6) {
grid-column: 6 / 6;
}
ft-topic-range li:nth-of-type(7) {
grid-column: 7 / 7;
}
ft-topic-range li:nth-of-type(8) {
grid-column: 8 / 8;
}
ft-topic-range li:nth-of-type(9) {
grid-column: 9 / 9;
}
/* because rotated elements are limited to the column width,
we move the text out in separate spans, that we rip out
of the document flow with position: absolute.
A fixed width allows to spread them to desired line length. */
ft-topic-range li.range-item span {
display: block;
position: absolute;
padding-left: 1rem;
width: 40rem;
transform-origin: 0 0;
transform: rotate(-90deg);
}
/* each topic line is connected via a line to the topic range
base line. This connection is established by before and after elements */
ft-topic-range li.range-item:before,
ft-topic-range li.range-item:after {
content: "";
position: absolute;
left: 200%;
}
ft-topic-range li.range-item:before {
top: 0em;
height: var(--connection-dist);
border-left: 2px solid;
width: 1rem;
transform: translateX(0.75rem);
}
ft-topic-range li.range-item.group-1-offset:before {
height: 4rem;
}
ft-topic-range li.range-item.group-2-offset:before {
height: 7rem;
}
ft-topic-range li.range-item:after {
top: 0em;
border-top: 2px solid;
width: 0.6rem;
transform: translateX(0.5rem);
}
ft-topic-range-label {
top: 100%;
left: 0%;
}
/* a topic ranges label can be accompanied by labels describing
what each direction means. Add "label-low" or "label-high" to
the topic range element itself. */
ft-topic-range:before {
bottom: -2rem;
left: 1rem;
text-align: center;
}
ft-topic-range:after {
bottom: -2rem;
right: 1rem;
text-align: center;
}
.ft-range-group {
justify-self: stretch;
text-align: center;
padding: 0.3rem;
}
.ft-range-group.group-1 {
grid-row: 3;
}
.ft-range-group.group-2 {
grid-row: 2;
}
}
/* *********************************************
define behaviour for small vertical setup of the topic range reprensentation
*********************************************** */
@media screen and (max-width: 1024px) {
ft-topic-range ul {
border-left: 2px solid;
display: grid;
grid-template-rows: auto;
grid-auto-rows: auto;
grid-template-columns: 3rem 3rem auto;
row-gap: 4rem;
/* align-items: end; */
/* align-content: end; */
justify-items: left;
}
ft-topic-range ul:before,
ft-topic-range ul:after {
left: -1px;
transform: translate(-50%, -2px);
border-left: 0.6rem solid transparent;
border-right: 0.6rem solid transparent;
}
ft-topic-range ul:before {
top: 0;
border-bottom: 0.6rem solid var(--connection-line-col);
}
ft-topic-range ul:after {
top: 100%;
border-top: 0.6rem solid var(--connection-line-col);
}
/* each topic line is an li elment */
ft-topic-range li {
margin-left: var(--connection-dist);
/* margin-top: 4rem;
margin-bottom: 4rem; */
padding-left: 1rem;
grid-column: 1 / span 3;
}
ft-topic-range li.range-item.group-1-offset:before {
width: 4rem;
}
ft-topic-range li.range-item.group-2-offset:before {
width: 7rem;
}
ft-topic-range li.group-1-offset {
grid-column: 2 / span 3;
}
ft-topic-range li.group-2-offset {
grid-column: 3 / span 3;
}
ft-topic-range li:nth-of-type(0) {
grid-row: 0 / 0;
}
ft-topic-range li:nth-of-type(1) {
grid-row: 1/ 1;
}
ft-topic-range li:nth-of-type(2) {
grid-row: 2 / 2;
}
ft-topic-range li:nth-of-type(3) {
grid-row: 3 / 3;
}
ft-topic-range li:nth-of-type(4) {
grid-row: 4 / 4;
}
ft-topic-range li:nth-of-type(5) {
grid-row: 5 / 5;
}
ft-topic-range li:nth-of-type(6) {
grid-row: 6 / 6;
}
ft-topic-range li:nth-of-type(7) {
grid-row: 7 / 7;
}
ft-topic-range li:nth-of-type(8) {
grid-row: 8 / 8;
}
ft-topic-range li:nth-of-type(9) {
grid-row: 9 / 9;
}
.ft-range-group {
position: relative;
padding: 0.3rem;
justify-self: stretch;
}
.ft-range-group span {
position: absolute;
top: 50%;
left: 0;
transform-origin: 0 0;
transform: rotate(90deg) translateX(-50%) translateY(-1.75rem);
/* text-align: center; */
}
.ft-range-group.group-1 {
grid-column: 1;
}
.ft-range-group.group-2 {
grid-column: 2;
}
/* each topic line is connected via a line to the topic range
base line. This connection is established by before and after elements */
ft-topic-range li.range-item:before,
ft-topic-range li.range-item:after {
content: "";
position: absolute;
right: 100%;
}
ft-topic-range li.range-item:before {
top: 0.5em;
width: var(--connection-dist);
border-top: 2px solid;
}
ft-topic-range li.range-item:after {
top: 0.3em;
border-left: 2px solid;
height: 0.5rem;
}
/* each topic range has a label. This label describes the main scale of the range */
ft-topic-range-label {
top: 50%;
right: 50%;
transform: rotateZ(90deg) translateY(1rem);
}
/* a topic ranges label can be accompanied by labels describing
what each direction means. Add "label-low" or "label-high" to
the topic range element itself. */
ft-topic-range:before {
top: 2rem;
right: 50%;
transform: rotateZ(90deg) translateY(1rem);
width: 100%;
text-align: center;
}
ft-topic-range:after {
bottom: 2rem;
right: 50%;
transform: rotateZ(90deg) translateY(1rem);
width: 100%;
text-align: center;
}
} | 0.557364 | 0.129568 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* styles for validation helpers */
.field-validation-error {
color: #b94a48;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #b94a48;
}
.validation-summary-valid {
display: none;
}
/*formCSS*/
.form-style {
font-family: 'Open Sans Condensed', arial, sans;
width: 500px;
padding: 30px;
background: #FFFFFF;
margin: 50px auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}
.form-style h2 {
background: #4D4D4D;
text-transform: uppercase;
font-family: 'Open Sans Condensed', sans-serif;
color: #797979;
font-size: 18px;
font-weight: 100;
padding: 20px;
margin: -30px -30px 30px -30px;
}
.form-style input[type="text"],
.form-style input[type="date"],
.form-style input[type="datetime"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="search"],
.form-style input[type="time"],
.form-style input[type="url"],
.form-style input[type="password"],
.form-style textarea,
.form-style select {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
display: block;
width: 100%;
padding: 7px;
border: none;
border-bottom: 1px solid #ddd;
background: transparent;
margin-bottom: 10px;
font: 16px Arial, Helvetica, sans-serif;
height: 45px;
}
.form-style textarea {
width: 100%;
height: 100px;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
box-shadow: inset 0px 1px 0px 0px #45D6D6;
background-color: #2CBBBB;
border: 1px solid #27A0A0;
display: inline-block;
cursor: pointer;
color: #FFFFFF;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 14px;
padding: 8px 18px;
text-decoration: none;
text-transform: uppercase;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
background-color: #34CACA;
}
/*Jumbotron*/
.jumbotron {
position: relative;
margin-top: 70px !important;
/*background: #eee;*/
margin-top: 23px;
text-align: center;
margin-bottom: 0 !important;
background-image: url("./uadec.jpg");
}
.container-fluid {
padding: 0 !important;
}
.col-xs-4 {
background: rgba(157,52,99,0.7);
} | Ago-Dic-2017/Omar Abasta/ordinario/hotelDAS/hotelDAS/static/app/content/site.css | body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* styles for validation helpers */
.field-validation-error {
color: #b94a48;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #b94a48;
}
.validation-summary-valid {
display: none;
}
/*formCSS*/
.form-style {
font-family: 'Open Sans Condensed', arial, sans;
width: 500px;
padding: 30px;
background: #FFFFFF;
margin: 50px auto;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}
.form-style h2 {
background: #4D4D4D;
text-transform: uppercase;
font-family: 'Open Sans Condensed', sans-serif;
color: #797979;
font-size: 18px;
font-weight: 100;
padding: 20px;
margin: -30px -30px 30px -30px;
}
.form-style input[type="text"],
.form-style input[type="date"],
.form-style input[type="datetime"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="search"],
.form-style input[type="time"],
.form-style input[type="url"],
.form-style input[type="password"],
.form-style textarea,
.form-style select {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
outline: none;
display: block;
width: 100%;
padding: 7px;
border: none;
border-bottom: 1px solid #ddd;
background: transparent;
margin-bottom: 10px;
font: 16px Arial, Helvetica, sans-serif;
height: 45px;
}
.form-style textarea {
width: 100%;
height: 100px;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
box-shadow: inset 0px 1px 0px 0px #45D6D6;
background-color: #2CBBBB;
border: 1px solid #27A0A0;
display: inline-block;
cursor: pointer;
color: #FFFFFF;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 14px;
padding: 8px 18px;
text-decoration: none;
text-transform: uppercase;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
background: linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
background-color: #34CACA;
}
/*Jumbotron*/
.jumbotron {
position: relative;
margin-top: 70px !important;
/*background: #eee;*/
margin-top: 23px;
text-align: center;
margin-bottom: 0 !important;
background-image: url("./uadec.jpg");
}
.container-fluid {
padding: 0 !important;
}
.col-xs-4 {
background: rgba(157,52,99,0.7);
} | 0.476092 | 0.116011 |
.progress_footer {
margin: 20px 0;
}
.apple_list {
margin-top: 30px;
}
.apple {
width: 60px;
height: 60px;
border-radius: 35% 35% 41% 41% / 42% 42% 75% 75%;
}
.item_apple:hover {
background-color: #ffecec;
-webkit-transition: all .3s;
-moz-transition: all .3s ;
-ms-transition: all .3s ;
-o-transition: all .3s ;
transition: all .3s ;
cursor: pointer;
}
.item_apple {
-webkit-box-shadow: 3px 5px 5px 0 rgba(214, 214, 214, 0.4);
box-shadow: 3px 5px 5px 0 rgba(214, 214, 214, 0.4);
border: 1px solid rgba(185, 185, 185, 0.49);
padding: 40px 10px 60px;
margin: 50px 5px 5px;
-webkit-transition: all .3s;
-moz-transition: all .3s ;
-ms-transition: all .3s ;
-o-transition: all .3s ;
transition: all .3s ;
}
.item_apple .apple b:first-child span {
position: absolute;
bottom: 30px;
z-index: 9;
width: 70%;
text-align: center;
border-bottom: 1px dotted;
}
.item_apple .apple b:nth-child(2) span {
position: absolute;
bottom: 10px;
z-index: 9;
width: 70%;
text-align: center;
font-size: 12px;
line-height: 1;
}
.apple:before {
background: #875521;
content: "";
width: 16px;
height: 22px;
position: absolute;
margin: -27px 0 0 18px;
border-radius: 57px 0;
z-index: 5;
transform: rotate(123deg);
}
.item_apple .dropup, .dropdown .buttons {
position: absolute;
top: -38px;
width: 100%;
left:0;
}
.item_apple .buttons .dropdown-toggle{
width:100%;
left:0;
}
.first_cut_apple:after {
background: #F5FFFA;
content: "";
width: 27px;
height: 17px;
position: absolute;
margin: 27px 0 0 28px;
border-radius: 50%;
transform: rotate(-53deg);
z-index: 4;
box-shadow: -27px -109.5px 0 #f5fffa, -118px -107px 0 #f5fffa, -115.5px -102.5px 0 #f5fffa, -105.5px -109.5px 0 #f5fffa, -105px -109.5px 0 #f5fffa, -129px 166px 0 #F5FFfa, -107.5px 166px 0 #F5FFFA, -119px 161px 0 #F5FFFA;
}
.second_cut_apple:after {
background: #F5FFFA;
content: "";
width: 35px;
height: 35px;
position: absolute;
margin: 18px 0 0 25px;
border-radius: 50%;
transform: rotate(-53deg);
z-index: 4;
box-shadow: -27px -109.5px 0 #f5fffa, -118px -107px 0 #f5fffa, -115.5px -102.5px 0 #f5fffa, -105.5px -109.5px 0 #f5fffa, -105px -109.5px 0 #f5fffa, -129px 166px 0 #F5FFfa, -107.5px 166px 0 #F5FFFA, -119px 161px 0 #F5FFFA;
}
.item_apple .dropdown-menu{
max-width: 100px;
}
button.entity_item_action{
display: block;
margin:3px auto;
width:90%;;
}
.item_apple_action {
/*background-color: #ffecec;*/
background-color: #d9534f;
}
.count_apple > .label-danger{
position: absolute;
left: 0;
z-index: 999;
top: 40px;
padding: 5px;
}
.count_apple input.has-error{
border:2px solid #d84f45;
}
.actions_entity .input-group button{
margin:0 7px;
}
@media(max-width:1080px) {
.actions_entity .input-group button{
margin:10px 7px 0 0;
}
} | backend/web/css/page_apples.css | .progress_footer {
margin: 20px 0;
}
.apple_list {
margin-top: 30px;
}
.apple {
width: 60px;
height: 60px;
border-radius: 35% 35% 41% 41% / 42% 42% 75% 75%;
}
.item_apple:hover {
background-color: #ffecec;
-webkit-transition: all .3s;
-moz-transition: all .3s ;
-ms-transition: all .3s ;
-o-transition: all .3s ;
transition: all .3s ;
cursor: pointer;
}
.item_apple {
-webkit-box-shadow: 3px 5px 5px 0 rgba(214, 214, 214, 0.4);
box-shadow: 3px 5px 5px 0 rgba(214, 214, 214, 0.4);
border: 1px solid rgba(185, 185, 185, 0.49);
padding: 40px 10px 60px;
margin: 50px 5px 5px;
-webkit-transition: all .3s;
-moz-transition: all .3s ;
-ms-transition: all .3s ;
-o-transition: all .3s ;
transition: all .3s ;
}
.item_apple .apple b:first-child span {
position: absolute;
bottom: 30px;
z-index: 9;
width: 70%;
text-align: center;
border-bottom: 1px dotted;
}
.item_apple .apple b:nth-child(2) span {
position: absolute;
bottom: 10px;
z-index: 9;
width: 70%;
text-align: center;
font-size: 12px;
line-height: 1;
}
.apple:before {
background: #875521;
content: "";
width: 16px;
height: 22px;
position: absolute;
margin: -27px 0 0 18px;
border-radius: 57px 0;
z-index: 5;
transform: rotate(123deg);
}
.item_apple .dropup, .dropdown .buttons {
position: absolute;
top: -38px;
width: 100%;
left:0;
}
.item_apple .buttons .dropdown-toggle{
width:100%;
left:0;
}
.first_cut_apple:after {
background: #F5FFFA;
content: "";
width: 27px;
height: 17px;
position: absolute;
margin: 27px 0 0 28px;
border-radius: 50%;
transform: rotate(-53deg);
z-index: 4;
box-shadow: -27px -109.5px 0 #f5fffa, -118px -107px 0 #f5fffa, -115.5px -102.5px 0 #f5fffa, -105.5px -109.5px 0 #f5fffa, -105px -109.5px 0 #f5fffa, -129px 166px 0 #F5FFfa, -107.5px 166px 0 #F5FFFA, -119px 161px 0 #F5FFFA;
}
.second_cut_apple:after {
background: #F5FFFA;
content: "";
width: 35px;
height: 35px;
position: absolute;
margin: 18px 0 0 25px;
border-radius: 50%;
transform: rotate(-53deg);
z-index: 4;
box-shadow: -27px -109.5px 0 #f5fffa, -118px -107px 0 #f5fffa, -115.5px -102.5px 0 #f5fffa, -105.5px -109.5px 0 #f5fffa, -105px -109.5px 0 #f5fffa, -129px 166px 0 #F5FFfa, -107.5px 166px 0 #F5FFFA, -119px 161px 0 #F5FFFA;
}
.item_apple .dropdown-menu{
max-width: 100px;
}
button.entity_item_action{
display: block;
margin:3px auto;
width:90%;;
}
.item_apple_action {
/*background-color: #ffecec;*/
background-color: #d9534f;
}
.count_apple > .label-danger{
position: absolute;
left: 0;
z-index: 999;
top: 40px;
padding: 5px;
}
.count_apple input.has-error{
border:2px solid #d84f45;
}
.actions_entity .input-group button{
margin:0 7px;
}
@media(max-width:1080px) {
.actions_entity .input-group button{
margin:10px 7px 0 0;
}
} | 0.322206 | 0.085251 |
:root {
--cas-theme-primary: #153e50;
--cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
--cas-theme-primary-light: #006d85;
--cas-theme-secondary: #74C163;
--cas-theme-success: var(--cas-theme-secondary);
--cas-theme-danger: var(--mdc-theme-error);
--cas-theme-warning: #e6a210;
--cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
--cas-theme-twitter-color: #55acee;
--cas-theme-vimeo-color: #1ab7ea;
--cas-theme-vk-color: #587ea3;
--cas-theme-yahoo-color: #720e9e;
--cas-theme-google-color: #CC5445;
--cas-theme-facebook-color: #3B5998;
--atlassian-theme-primary: #0747a6;
--mdc-theme-primary: var(--cas-theme-primary, #153e50);
}
.atlassian {
--mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}
body {
display: flex;
height: 100vh;
margin: 0;
padding: 0;
flex-direction: column;
justify-content: space-between;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background: #EFEFEF;
}
a {
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
a:hover, a:visited, a:active {
color: #006d85;
color: var(--cas-theme-primary-light);
}
h1 {
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
}
h2,
h1.downsize-to-h2 {
font-size: 1.17em;
margin-block-start: 1em;
margin-block-end: 1em;
}
h3,
h2.downsize-to-h3 {
font-size: 1em;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
}
h4,
h3.downsize-to-h4 {
font-size: 0.83em;
margin-block-start: 1.67em;
margin-block-end: 1.67em;
}
h5, h6 {
font-size: 0.67em;
margin-block-start: 2.33em;
margin-block-end: 2.33em;
}
h1, h2, h3, h4, h5, h6 {
display: block;
margin-top: 0;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: bold;
}
aside, section, main {
display: block;
}
/* Material */
.mdc-drawer {
top: 56px;
}
.mdc-drawer-app-content {
flex: auto;
overflow: auto;
position: relative;
}
.main-content {
display: flex;
}
.mdc-top-app-bar {
z-index: 7;
}
/* widgets */
.notifications-count {
position: absolute;
top: 10px;
right: 12px;
background-color: #b00020;
background-color: var(--cas-theme-danger);
color: #fff;
border-radius: 50%;
padding: 1px 3px;
font: 8px Verdana;
}
.cas-brand {
height: 48px;
width: auto;
}
header>nav .cas-brand path.cls-1 {
fill: white;
}
header>nav .cas-brand .cas-logo {
height: 100%;
}
.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
display: none;
}
.login-section {
border-right: 1px solid rgba(0, 0, 0, .2);
border-right: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
padding: 2rem 2.5rem;
flex: 1;
}
.login-section:last-child {
border: none;
}
/**
* Disabled for OSF CAS.
*
* @media screen and (max-width: 767.99px) {
* .login-section {
* border-right: none;
* border-bottom: 1px solid rgba(0, 0, 0, .2);
* border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
* max-width: none;
* padding: 0 1.5rem;
* }
* }
*/
.close {
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
text-transform: none;
text-decoration: none;
}
button.close {
background-color: transparent;
border: 0;
-webkit-appearance: none;
}
.banner {
padding: 0.1rem 0.5rem;
border: 1px solid rgba(0, 0, 0, .2);
border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
position: relative;
border-radius: 4px;
}
.banner .banner-message {
margin: 0.375rem 0;
}
.banner .banner-heading:first-child {
margin-top: 0;
}
.banner .banner-message:first-child {
margin-top: 0;
}
.banner .banner-message:last-child {
margin-bottom: 0;
}
.banner-primary {
border-color: #153e50;
border-color: var(--cas-theme-primary, #153e50);
}
.banner-primary .mdi {
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
.banner-danger {
border-color: #b00020;
border-color: var(--cas-theme-danger, #b00020);
}
.banner-danger .mdi {
color: #b00020;
color: var(--cas-theme-danger, #b00020);
}
.banner-warning {
border-color: #e6a210;
border-color: var(--cas-theme-warning, #e6a210);
color: #e6a210;
color: var(--cas-theme-warning, #e6a210);
}
.banner-warning .mdi {
color: #e6a210;
color: var(--cas-theme-warning, #e6a210);
}
.banner-success {
border-color: var(--cas-theme-success);
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
.banner-dismissible {
padding-right: 4rem;
}
.banner-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit;
}
.login-provider-item .mdc-button .mdi {
margin-right: 0.375rem;
}
/**
* Disabled for OSF CAS.
*
* @media screen and (max-width: 767.99px) {
* .logout-banner {
* width: 100%;
* }
* }
*/
.cas-footer {
font-size: 0.75rem;
}
.cas-footer>* {
margin-right: 0.25rem;
display: inline-block;
}
.cas-footer>*:last-child {
margin: 0;
}
.cas-notification-dialog .mdc-dialog__content>.cas-notification-message:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, .2);
border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
}
.mdc-dialog__title::before {
display: none;
}
.mdi {
content: "";
}
.mdi:before {
font-size: 24px;
}
/* custom components */
.custom-select {
display: inline-block;
min-width: 200px;
height: 56px;
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: rgba(0, 0, 0, 0.87);
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
}
/* utilities */
.bg-primary {
background-color: rgba(21, 62, 80, 0.2);
background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}
.border-bottom {
border-color: #153e50;
border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}
.strong {
font-weight: bold;
}
.text-warning {
color: #e6a210;
color: var(--cas-theme-warning, #e6a210);
}
.text-danger {
color: #b00020;
color: var(--cas-theme-danger, #b00020);
}
.text-secondary, .text-success {
color: var(--cas-theme-secondary);
}
.progress-bar-danger .mdc-linear-progress__bar-inner {
border-color: #b00020;
border-color: var(--cas-theme-danger, #b00020);
}
.progress-bar-warning .mdc-linear-progress__bar-inner {
border-color: #e6a210;
border-color: var(--cas-theme-warning, #e6a210);
}
.progress-bar-success .mdc-linear-progress__bar-inner {
border-color: var(--cas-theme-success);
}
.word-break-all {
word-break: break-all;
}
.wrap {
white-space: pre-wrap; /* CSS3 */
white-space: -moz-pre-wrap; /* Firefox */
word-wrap: break-word; /* IE */
}
.mdc-text-field>.mdc-text-field__input, .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)>.mdc-text-field__input {
border-color: #153e50;
border: 1px solid var(--cas-theme-primary, #153e50);
border-radius: 4px;
}
.mdc-input-group {
display: flex;
align-items: stretch;
}
.mdc-input-group .mdc-input-group-field {
flex: 1 1 auto;
order: 1;
}
.mdc-input-group .mdc-input-group-field .mdc-text-field {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.mdc-input-group .mdc-input-group-append {
order: 2;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
height: 56px;
}
.mdc-input-group .mdc-input-group-prepend {
order: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.mdc-input-group .mdc-input-group-field.mdc-input-group-field-prepend .mdc-text-field>.mdc-text-field__input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.mdc-input-group .mdc-input-group-field.mdc-input-group-field-append .mdc-text-field>.mdc-text-field__input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.text-danger, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon.text-danger, .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
color: #b00020;
color: var(--cas-theme-danger);
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
.mdc-button--raised:not(:disabled) {
background-color: var(--mdc-theme-primary, #153E50);
}
.mdc-button--raised.mdc-button-twitter:not(:disabled) {
background-color: #55acee;
background-color: var(--cas-theme-twitter-color, #55acee);
}
.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
background-color: #1ab7ea;
background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}
.mdc-button--raised.mdc-button-vk:not(:disabled) {
background-color: #587ea3;
background-color: var(--cas-theme-vk-color, #587ea3);
}
.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
background-color: #720e9e;
background-color: var(--cas-theme-yahoo-color, #720e9e);
}
.mdc-button--raised.mdc-button-google:not(:disabled) {
background-color: #CC5445;
background-color: var(--cas-theme-google-color, #CC5445);
}
.mdc-button--raised.mdc-button-facebook:not(:disabled) {
background-color: #3B5998;
background-color: var(--cas-theme-facebook-color, #3B5998);
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.text-center {
text-align: center;
}
.w-66 {
width: 66%;
}
.w-33 {
width: 33%;
}
.w-25 {
width: 25%;
}
.w-50 {
width: 50%;
}
.w-75 {
width: 75%;
}
.w-100 {
width: 100%;
}
.w-auto {
width: auto;
}
.h-25 {
height: 25%;
}
.h-50 {
height: 50%;
}
.h-75 {
height: 75%;
}
.h-100 {
height: 100%;
}
.h-auto {
height: auto;
}
.mw-100 {
max-width: 100%;
}
.mh-100 {
max-height: 100%;
}
.min-vw-100 {
min-width: 100vw;
}
.min-vh-100 {
min-height: 100vh;
}
.vw-100 {
width: 100vw;
}
.vh-100 {
height: 100vh;
}
.mw-50 {
max-width: 50%;
}
.border-rounded {
border-color: #153e50;
border: 1px solid var(--cas-theme-primary, #153e50);
border-radius: 4px;
}
.border-bottom {
border-color: #153e50;
border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}
@media all and (min-width: 768px) {
.w-md-50 {
width: 50%;
}
.w-md-66 {
width: 66%;
}
}
@media all and (min-width: 992px) {
.w-lg-50 {
width: 50%;
}
.w-lg-66 {
width: 66%;
}
}
@media all and (max-width: 767.99px) {
.w-md-50 {
width: 100%;
}
.w-md-66 {
width: 100%;
}
}
@media all and (max-width: 991.99px) {
.w-lg-50 {
width: 100%;
}
.w-lg-66 {
width: 100%;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
*, ::after, ::before {
box-sizing: border-box;
}
/* legacy */
#duo_iframe {
width: 100%;
min-width: 304px;
height: 330px;
border: none;
padding: 0;
margin: 0;
}
#serviceui {
background-color: #17a3b844;
border-radius: 4px;
}
/************************************************
* End of default styles as of Apereo CAS 6.2.x *
************************************************/
/******************************************
* Start of customized styles for OSF CAS *
******************************************/
:root {
--cas-theme-osf-navbar: #263947;
--cas-theme-osf-surface: #f7f7f7;
--cas-theme-osf-footer: #efefef;
--cas-theme-osf-grey: #eeeeee;
--cas-theme-osf-green: #357935;
--cas-theme-osf-blue: #1b6d85;
--cas-theme-osf-red: #b52b27;
--cas-theme-osf-disabled: #eeeeee;
--cas-theme-osf-disabled-dark: #cccccc;
--cas-theme-primary: var(--cas-theme-osf-navbar, #263947);
--cas-theme-danger: var(--cas-theme-osf-red, #b52b27);
--mdc-theme-primary: var(--cas-theme-primary, #263947);
--mdc-theme-surface: var(--cas-theme-osf-surface, #f7f7f7);
}
body {
background:
linear-gradient(to right, #009574d8, #003f7cd8),
url(/images/page-background.png) center center no-repeat;
background-size: cover;
background-blend-mode: normal;
backdrop-filter: brightness(0.8);
min-width: 360px;
}
.mdc-typography {
font-family: 'Open Sans','Helvetica Neue',sans-serif!important;
}
.mdc-top-app-bar__section--align-start,
.mdc-top-app-bar__section--align-end {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.mdc-top-app-bar__section--align-center {
justify-content: center;
}
.hr-text {
line-height: 1rem;
position: relative;
outline: 0;
border: 0;
color: black;
text-align: center;
height: 1.5rem;
opacity: .5;
font-size: 1rem;
}
.hr-text::before {
content: '';
background: linear-gradient(to right, transparent, black, var(--cas-theme-osf-surface, #f7f7f7));
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
}
.hr-text::after {
content: attr(data-content);
position: relative;
display: inline-block;
color: black;
padding: 0 .5em;
line-height: 1.5em;
background-color: var(--cas-theme-osf-surface, #f7f7f7);
}
.form-button {
display: block;
margin: 0.5rem 0;
}
.form-button-inline {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
margin: 0.25rem 0;
}
.form-button .mdc-button,
.form-button-inline .mdc-button {
width: 100%;
min-width: fit-content;
text-transform: none;
white-space: nowrap;
height: 56px;
}
.form-button-inline .mdc-button {
flex-basis: 48%;
margin: 0.25rem 0;
padding: 0 8px;
}
.form-button .button-osf-navbar,
.form-button-inline .button-osf-navbar {
background-color: var(--cas-theme-osf-navbar, #263947);
}
.form-button .button-osf-grey,
.form-button-inline .button-osf-grey {
background-color: var(--cas-theme-osf-grey, #eeeeee);
box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.form-button .button-osf-green,
.form-button-inline .button-osf-green {
background-color: var(--cas-theme-osf-green, #357935);
}
.form-button .button-osf-blue,
.form-button-inline .button-osf-blue {
background-color: var(--cas-theme-osf-blue, #1b6d85);
}
.form-button .button-osf-red,
.form-button-inline .button-osf-red {
background-color: var(--cas-theme-osf-red, #b52b27);
}
.form-button .button-osf-disabled,
.form-button-inline .button-osf-disabled {
background-color: var(--cas-theme-osf-disabled, #EFEFEF);
}
.mdc-top-app-bar__row,
.mdc-top-app-bar__row .mdc-top-app-bar__section {
min-width: fit-content;
}
.mdc-top-app-bar__row .cas-brand,
.mdc-top-app-bar__row .cas-brand-text {
margin-right: 0.5em!important;
margin-left: 0.5em!important;
}
.cas-brand-text .navbar-link {
text-decoration: none;
color: #F7F7F7;
}
.cas-brand-text .navbar-link:hover,
.cas-brand-text .navbar-link:visited,
.cas-brand-text .navbar-link:active {
color: #F7F7F7;
}
.mdc-top-app-bar__row .button-osf-disabled {
opacity: 0.8;
cursor: not-allowed;
color: var(--cas-theme-osf-disabled-dark, #cccccc);
}
.mdc-top-app-bar__row .cas-brand-name {
font-weight: bold;
color: #F7F7F7;
}
.mdc-top-app-bar__row .hidden-narrow,
.service-ui .osf-shield-with-name .hidden-narrow {
font-weight: normal;
}
.login-section,
.login-error-card {
border: none;
width: 512px;
}
.login-error-card {
padding: 2rem 2.5rem;
flex: 1;
}
#serviceui {
background-color: transparent;
}
.service-ui {
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.service-ui .service-ui-logo {
max-height: 56px;
max-width: 360px;
}
.service-ui .service-ui-logo-branded {
max-height: 48px;
max-width: 360px;
}
.service-ui .osf-shield-with-name {
margin: 0 auto;
padding-bottom: 1rem;
}
.osf-shield-with-name .service-ui-logo {
padding-right: 0.5rem;
}
.osf-shield-with-name .service-ui-logo-branded {
padding-right: 1rem;
}
.osf-shield-with-name .service-ui-name {
font-size: 2.25rem;
font-weight: bold;
}
.osf-shield-with-name .service-ui-name-branded {
font-size: 2rem;
font-weight: normal;
overflow-wrap: anywhere;
}
.text-with-mdi,
.text-without-mdi {
font-size: 1rem;
margin: 0.5rem 0;
}
.mdi-before-text {
font-size: inherit;
vertical-align: text-bottom;
margin-right: 0.5rem;
}
.mdi-before-text:before {
font-size: inherit;
}
.title-danger {
color: var(--cas-theme-osf-red, #b52b27);
}
.text-no-wrap {
white-space: nowrap;
}
.text-bold {
font-weight: bold;
}
.text-large {
font-size: 1.125rem;
}
.margin-large-vertical {
margin: 1rem 0;
}
.hidden-button,
.hidden-details {
display: none;
}
.form-button-inline .delegation-button-logo {
position: absolute;
left: 4px;
top: 12px;
padding: 6px;
height: 36px;
}
.form-button-inline .delegation-button-label {
font-size: 0.875rem;
color: black;
white-space: nowrap;
padding-left: 28px;
letter-spacing: normal;
}
.form-button .delegation-button-logo {
position: absolute;
left: 20px;
top: 11px;
padding: 2px;
height: 36px;
}
.form-button .delegation-button-label {
font-size: 1rem;
color: black;
white-space: nowrap;
padding-left: 28px;
}
.login-error-card .form-button {
padding-top: 1rem;
}
.login-section .mdc-button,
.login-section .mdc-text-field,
.login-error-card .mdc-button,
.login-error-card .mdc-text-field {
font-size: 1rem;
}
.login-error-card .pre-formatted-small pre {
font-size: 0.75rem;
white-space: pre-wrap;
}
.login-section .background-disabled {
background-color: var(--cas-theme-osf-disabled-dark, #cccccc);
}
.login-section .reveal-password {
background-color: var(--cas-theme-osf-blue, #1b6d85);
}
.login-section .login-error-list {
margin-bottom: -0.5rem;
}
.login-section .card-message {
padding: 1rem 0;
}
.login-instn-card .card-message,
.login-error-card .card-message {
padding: 0;
}
.login-error-card #errorInfo,
.login-error-card #authnAttr {
margin-top: 1rem;
padding: 0 1rem;
border: solid #e7e7e7;
}
.login-instn-card .form-button {
margin: 1rem 0;
}
.login-section .instn-select select {
width: 100%;
height: 56px;
font-size: 1.125rem;
margin: 0.5rem 0;
padding-left: 1rem;
}
.login-error-list .banner {
border: none;
position: relative;
}
.login-error-list .banner-dismissible {
background-color: transparent;
color: var(--cas-theme-osf-red, #b52b27);
margin: -0.5rem 0;
}
.login-error-list .login-error-inline {
margin: 0.25rem 0;
}
.cas-field-primary {
margin-bottom: 1rem!important;
margin-top: 0.5rem!important;
}
.cas-field-col-2 {
margin-top: 1rem!important;
margin-bottom: 1.5rem!important;
}
.cas-field-float-left {
float: left;
}
.cas-field-float-right {
float: right;
}
.cas-footer-osf {
text-align: center;
background: var(--cas-theme-osf-footer, #efefef);
}
@media all and (min-height: 1199.99px) {
.mdc-top-app-bar__row {
height: 64px;
}
.mdc-top-app-bar__row .mdc-button {
height: 44px;
font-size: 1rem
}
.mdc-top-app-bar__row .cas-brand {
height: 40px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 2rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 64px;
}
.mdc-top-app-bar__row .mdc-button {
}
.service-ui {
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.cas-footer-osf {
font-size: 1.125rem!important;
padding-bottom: 1.125rem!important;
padding-top: 1.125rem!important;
}
}
@media all and (max-height: 1199.99px) {
.mdc-top-app-bar__row {
height: 56px;
}
.mdc-top-app-bar__row .mdc-button {
height: 40px;
font-size: 1rem
}
.mdc-top-app-bar__row .cas-brand {
height: 36px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 1.75rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 48px;
}
.service-ui {
margin-top: 0.875rem!important;
margin-bottom: 0.875rem!important;
}
.cas-footer-osf {
font-size: 1rem!important;
padding-bottom: 1rem!important;
padding-top: 1rem!important;
}
}
@media all and (max-height: 899.99px) {
.mdc-top-app-bar__row {
height: 48px;
}
.mdc-top-app-bar__row .mdc-button {
height: 32px;
font-size: 0.875rem
}
.mdc-top-app-bar__row .cas-brand {
height: 32px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 1.5rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 36px;
}
.service-ui {
margin-top: 0.75rem!important;
margin-bottom: 0.75rem!important;
}
.cas-footer-osf {
font-size: 0.875rem!important;
padding-bottom: 0.875rem!important;
padding-top: 0.875rem!important;
}
}
@media all and (max-height: 699.99px) {
.mdc-top-app-bar__row {
height: 40px;
}
.mdc-top-app-bar__row .cas-brand {
height: 28px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 1.25rem;
}
.mdc-top-app-bar__row .mdc-button {
height: 28px;
font-size: 0.75rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 24px;
}
.service-ui {
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}
.cas-footer-osf {
font-size: 0.625rem!important;
padding-bottom: 0.625rem!important;
padding-top: 0.625rem!important;
}
}
@media all and (min-width: 699.99px) {
.w-card-narrow {
width: 50%;
}
.w-card-wide {
width: 75%;
}
.service-ui .service-ui-logo {
max-width: 320px;
}
}
@media all and (max-width: 699.99px) {
.mdc-top-app-bar__row .hidden-narrow,
.service-ui-name .osf-shield-with-name .hidden-narrow {
display: None;
}
.w-card-narrow {
width: 100%;
}
.w-card-wide {
width: 100%;
}
.service-ui .service-ui-logo {
max-width: 280px;
}
.osf-shield-with-name .service-ui-logo {
max-height: 48px;
}
.osf-shield-with-name .service-ui-name {
font-size: 2rem;
}
.osf-shield-with-name .service-ui-name-branded {
font-size: 1.75rem;
}
}
@media all and (max-width: 511.99px) {
.login-section,
.login-error-card {
width: fit-content;
min-width: 360px;
}
.form-button-inline .mdc-button {
flex-basis: 100%;
min-width: fit-content;
font-size: 1rem;
padding: 0 16px;
}
.form-button-inline .delegation-button-logo {
position: absolute;
left: 20px;
top: 11px;
padding: 2px;
height: 36px;
}
.form-button-inline .delegation-button-label {
font-size: 1rem;
}
}
@media all and (max-width: 399.99px) {
.service-ui .service-ui-logo {
max-width: 240px;
}
.osf-shield-with-name .service-ui-logo {
max-height: 36px;
}
.osf-shield-with-name .service-ui-name {
font-size: 1.75rem;
}
.osf-shield-with-name .service-ui-name-branded {
font-size: 1.5rem;
}
.login-section .mdi-before-text,
.login-error-card .mdi-before-text {
display: none;
}
.cas-footer-osf {
font-size: 0.625rem!important;
padding-bottom: 0.625rem!important;
padding-top: 0.625rem!important;
}
}
/****************************************
* End of customized styles for OSF CAS *
****************************************/ | src/main/resources/static/css/cas.css |
:root {
--cas-theme-primary: #153e50;
--cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
--cas-theme-primary-light: #006d85;
--cas-theme-secondary: #74C163;
--cas-theme-success: var(--cas-theme-secondary);
--cas-theme-danger: var(--mdc-theme-error);
--cas-theme-warning: #e6a210;
--cas-theme-border-light: 1px solid rgba(0, 0, 0, .2);
--cas-theme-twitter-color: #55acee;
--cas-theme-vimeo-color: #1ab7ea;
--cas-theme-vk-color: #587ea3;
--cas-theme-yahoo-color: #720e9e;
--cas-theme-google-color: #CC5445;
--cas-theme-facebook-color: #3B5998;
--atlassian-theme-primary: #0747a6;
--mdc-theme-primary: var(--cas-theme-primary, #153e50);
}
.atlassian {
--mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}
body {
display: flex;
height: 100vh;
margin: 0;
padding: 0;
flex-direction: column;
justify-content: space-between;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background: #EFEFEF;
}
a {
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
a:hover, a:visited, a:active {
color: #006d85;
color: var(--cas-theme-primary-light);
}
h1 {
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
}
h2,
h1.downsize-to-h2 {
font-size: 1.17em;
margin-block-start: 1em;
margin-block-end: 1em;
}
h3,
h2.downsize-to-h3 {
font-size: 1em;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
}
h4,
h3.downsize-to-h4 {
font-size: 0.83em;
margin-block-start: 1.67em;
margin-block-end: 1.67em;
}
h5, h6 {
font-size: 0.67em;
margin-block-start: 2.33em;
margin-block-end: 2.33em;
}
h1, h2, h3, h4, h5, h6 {
display: block;
margin-top: 0;
margin-inline-start: 0;
margin-inline-end: 0;
font-weight: bold;
}
aside, section, main {
display: block;
}
/* Material */
.mdc-drawer {
top: 56px;
}
.mdc-drawer-app-content {
flex: auto;
overflow: auto;
position: relative;
}
.main-content {
display: flex;
}
.mdc-top-app-bar {
z-index: 7;
}
/* widgets */
.notifications-count {
position: absolute;
top: 10px;
right: 12px;
background-color: #b00020;
background-color: var(--cas-theme-danger);
color: #fff;
border-radius: 50%;
padding: 1px 3px;
font: 8px Verdana;
}
.cas-brand {
height: 48px;
width: auto;
}
header>nav .cas-brand path.cls-1 {
fill: white;
}
header>nav .cas-brand .cas-logo {
height: 100%;
}
.caps-check:not(.caps-on) .caps-warn, .caps-check:not(.caps-on)+.caps-warn {
display: none;
}
.login-section {
border-right: 1px solid rgba(0, 0, 0, .2);
border-right: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
padding: 2rem 2.5rem;
flex: 1;
}
.login-section:last-child {
border: none;
}
/**
* Disabled for OSF CAS.
*
* @media screen and (max-width: 767.99px) {
* .login-section {
* border-right: none;
* border-bottom: 1px solid rgba(0, 0, 0, .2);
* border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
* max-width: none;
* padding: 0 1.5rem;
* }
* }
*/
.close {
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
text-transform: none;
text-decoration: none;
}
button.close {
background-color: transparent;
border: 0;
-webkit-appearance: none;
}
.banner {
padding: 0.1rem 0.5rem;
border: 1px solid rgba(0, 0, 0, .2);
border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
position: relative;
border-radius: 4px;
}
.banner .banner-message {
margin: 0.375rem 0;
}
.banner .banner-heading:first-child {
margin-top: 0;
}
.banner .banner-message:first-child {
margin-top: 0;
}
.banner .banner-message:last-child {
margin-bottom: 0;
}
.banner-primary {
border-color: #153e50;
border-color: var(--cas-theme-primary, #153e50);
}
.banner-primary .mdi {
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
.banner-danger {
border-color: #b00020;
border-color: var(--cas-theme-danger, #b00020);
}
.banner-danger .mdi {
color: #b00020;
color: var(--cas-theme-danger, #b00020);
}
.banner-warning {
border-color: #e6a210;
border-color: var(--cas-theme-warning, #e6a210);
color: #e6a210;
color: var(--cas-theme-warning, #e6a210);
}
.banner-warning .mdi {
color: #e6a210;
color: var(--cas-theme-warning, #e6a210);
}
.banner-success {
border-color: var(--cas-theme-success);
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
.banner-dismissible {
padding-right: 4rem;
}
.banner-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: .75rem 1.25rem;
color: inherit;
}
.login-provider-item .mdc-button .mdi {
margin-right: 0.375rem;
}
/**
* Disabled for OSF CAS.
*
* @media screen and (max-width: 767.99px) {
* .logout-banner {
* width: 100%;
* }
* }
*/
.cas-footer {
font-size: 0.75rem;
}
.cas-footer>* {
margin-right: 0.25rem;
display: inline-block;
}
.cas-footer>*:last-child {
margin: 0;
}
.cas-notification-dialog .mdc-dialog__content>.cas-notification-message:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, .2);
border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2));
}
.mdc-dialog__title::before {
display: none;
}
.mdi {
content: "";
}
.mdi:before {
font-size: 24px;
}
/* custom components */
.custom-select {
display: inline-block;
min-width: 200px;
height: 56px;
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: rgba(0, 0, 0, 0.87);
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
}
/* utilities */
.bg-primary {
background-color: rgba(21, 62, 80, 0.2);
background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}
.border-bottom {
border-color: #153e50;
border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}
.strong {
font-weight: bold;
}
.text-warning {
color: #e6a210;
color: var(--cas-theme-warning, #e6a210);
}
.text-danger {
color: #b00020;
color: var(--cas-theme-danger, #b00020);
}
.text-secondary, .text-success {
color: var(--cas-theme-secondary);
}
.progress-bar-danger .mdc-linear-progress__bar-inner {
border-color: #b00020;
border-color: var(--cas-theme-danger, #b00020);
}
.progress-bar-warning .mdc-linear-progress__bar-inner {
border-color: #e6a210;
border-color: var(--cas-theme-warning, #e6a210);
}
.progress-bar-success .mdc-linear-progress__bar-inner {
border-color: var(--cas-theme-success);
}
.word-break-all {
word-break: break-all;
}
.wrap {
white-space: pre-wrap; /* CSS3 */
white-space: -moz-pre-wrap; /* Firefox */
word-wrap: break-word; /* IE */
}
.mdc-text-field>.mdc-text-field__input, .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)>.mdc-text-field__input {
border-color: #153e50;
border: 1px solid var(--cas-theme-primary, #153e50);
border-radius: 4px;
}
.mdc-input-group {
display: flex;
align-items: stretch;
}
.mdc-input-group .mdc-input-group-field {
flex: 1 1 auto;
order: 1;
}
.mdc-input-group .mdc-input-group-field .mdc-text-field {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.mdc-input-group .mdc-input-group-append {
order: 2;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
height: 56px;
}
.mdc-input-group .mdc-input-group-prepend {
order: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.mdc-input-group .mdc-input-group-field.mdc-input-group-field-prepend .mdc-text-field>.mdc-text-field__input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.mdc-input-group .mdc-input-group-field.mdc-input-group-field-append .mdc-text-field>.mdc-text-field__input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.text-danger, .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon.text-danger, .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.text-danger {
color: #b00020;
color: var(--cas-theme-danger);
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
color: #153e50;
color: var(--cas-theme-primary, #153e50);
}
.mdc-button--raised:not(:disabled) {
background-color: var(--mdc-theme-primary, #153E50);
}
.mdc-button--raised.mdc-button-twitter:not(:disabled) {
background-color: #55acee;
background-color: var(--cas-theme-twitter-color, #55acee);
}
.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
background-color: #1ab7ea;
background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}
.mdc-button--raised.mdc-button-vk:not(:disabled) {
background-color: #587ea3;
background-color: var(--cas-theme-vk-color, #587ea3);
}
.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
background-color: #720e9e;
background-color: var(--cas-theme-yahoo-color, #720e9e);
}
.mdc-button--raised.mdc-button-google:not(:disabled) {
background-color: #CC5445;
background-color: var(--cas-theme-google-color, #CC5445);
}
.mdc-button--raised.mdc-button-facebook:not(:disabled) {
background-color: #3B5998;
background-color: var(--cas-theme-facebook-color, #3B5998);
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.text-center {
text-align: center;
}
.w-66 {
width: 66%;
}
.w-33 {
width: 33%;
}
.w-25 {
width: 25%;
}
.w-50 {
width: 50%;
}
.w-75 {
width: 75%;
}
.w-100 {
width: 100%;
}
.w-auto {
width: auto;
}
.h-25 {
height: 25%;
}
.h-50 {
height: 50%;
}
.h-75 {
height: 75%;
}
.h-100 {
height: 100%;
}
.h-auto {
height: auto;
}
.mw-100 {
max-width: 100%;
}
.mh-100 {
max-height: 100%;
}
.min-vw-100 {
min-width: 100vw;
}
.min-vh-100 {
min-height: 100vh;
}
.vw-100 {
width: 100vw;
}
.vh-100 {
height: 100vh;
}
.mw-50 {
max-width: 50%;
}
.border-rounded {
border-color: #153e50;
border: 1px solid var(--cas-theme-primary, #153e50);
border-radius: 4px;
}
.border-bottom {
border-color: #153e50;
border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}
@media all and (min-width: 768px) {
.w-md-50 {
width: 50%;
}
.w-md-66 {
width: 66%;
}
}
@media all and (min-width: 992px) {
.w-lg-50 {
width: 50%;
}
.w-lg-66 {
width: 66%;
}
}
@media all and (max-width: 767.99px) {
.w-md-50 {
width: 100%;
}
.w-md-66 {
width: 100%;
}
}
@media all and (max-width: 991.99px) {
.w-lg-50 {
width: 100%;
}
.w-lg-66 {
width: 100%;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
*, ::after, ::before {
box-sizing: border-box;
}
/* legacy */
#duo_iframe {
width: 100%;
min-width: 304px;
height: 330px;
border: none;
padding: 0;
margin: 0;
}
#serviceui {
background-color: #17a3b844;
border-radius: 4px;
}
/************************************************
* End of default styles as of Apereo CAS 6.2.x *
************************************************/
/******************************************
* Start of customized styles for OSF CAS *
******************************************/
:root {
--cas-theme-osf-navbar: #263947;
--cas-theme-osf-surface: #f7f7f7;
--cas-theme-osf-footer: #efefef;
--cas-theme-osf-grey: #eeeeee;
--cas-theme-osf-green: #357935;
--cas-theme-osf-blue: #1b6d85;
--cas-theme-osf-red: #b52b27;
--cas-theme-osf-disabled: #eeeeee;
--cas-theme-osf-disabled-dark: #cccccc;
--cas-theme-primary: var(--cas-theme-osf-navbar, #263947);
--cas-theme-danger: var(--cas-theme-osf-red, #b52b27);
--mdc-theme-primary: var(--cas-theme-primary, #263947);
--mdc-theme-surface: var(--cas-theme-osf-surface, #f7f7f7);
}
body {
background:
linear-gradient(to right, #009574d8, #003f7cd8),
url(/images/page-background.png) center center no-repeat;
background-size: cover;
background-blend-mode: normal;
backdrop-filter: brightness(0.8);
min-width: 360px;
}
.mdc-typography {
font-family: 'Open Sans','Helvetica Neue',sans-serif!important;
}
.mdc-top-app-bar__section--align-start,
.mdc-top-app-bar__section--align-end {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.mdc-top-app-bar__section--align-center {
justify-content: center;
}
.hr-text {
line-height: 1rem;
position: relative;
outline: 0;
border: 0;
color: black;
text-align: center;
height: 1.5rem;
opacity: .5;
font-size: 1rem;
}
.hr-text::before {
content: '';
background: linear-gradient(to right, transparent, black, var(--cas-theme-osf-surface, #f7f7f7));
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
}
.hr-text::after {
content: attr(data-content);
position: relative;
display: inline-block;
color: black;
padding: 0 .5em;
line-height: 1.5em;
background-color: var(--cas-theme-osf-surface, #f7f7f7);
}
.form-button {
display: block;
margin: 0.5rem 0;
}
.form-button-inline {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
margin: 0.25rem 0;
}
.form-button .mdc-button,
.form-button-inline .mdc-button {
width: 100%;
min-width: fit-content;
text-transform: none;
white-space: nowrap;
height: 56px;
}
.form-button-inline .mdc-button {
flex-basis: 48%;
margin: 0.25rem 0;
padding: 0 8px;
}
.form-button .button-osf-navbar,
.form-button-inline .button-osf-navbar {
background-color: var(--cas-theme-osf-navbar, #263947);
}
.form-button .button-osf-grey,
.form-button-inline .button-osf-grey {
background-color: var(--cas-theme-osf-grey, #eeeeee);
box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 8px 0px rgba(0, 0, 0, 0.12);
}
.form-button .button-osf-green,
.form-button-inline .button-osf-green {
background-color: var(--cas-theme-osf-green, #357935);
}
.form-button .button-osf-blue,
.form-button-inline .button-osf-blue {
background-color: var(--cas-theme-osf-blue, #1b6d85);
}
.form-button .button-osf-red,
.form-button-inline .button-osf-red {
background-color: var(--cas-theme-osf-red, #b52b27);
}
.form-button .button-osf-disabled,
.form-button-inline .button-osf-disabled {
background-color: var(--cas-theme-osf-disabled, #EFEFEF);
}
.mdc-top-app-bar__row,
.mdc-top-app-bar__row .mdc-top-app-bar__section {
min-width: fit-content;
}
.mdc-top-app-bar__row .cas-brand,
.mdc-top-app-bar__row .cas-brand-text {
margin-right: 0.5em!important;
margin-left: 0.5em!important;
}
.cas-brand-text .navbar-link {
text-decoration: none;
color: #F7F7F7;
}
.cas-brand-text .navbar-link:hover,
.cas-brand-text .navbar-link:visited,
.cas-brand-text .navbar-link:active {
color: #F7F7F7;
}
.mdc-top-app-bar__row .button-osf-disabled {
opacity: 0.8;
cursor: not-allowed;
color: var(--cas-theme-osf-disabled-dark, #cccccc);
}
.mdc-top-app-bar__row .cas-brand-name {
font-weight: bold;
color: #F7F7F7;
}
.mdc-top-app-bar__row .hidden-narrow,
.service-ui .osf-shield-with-name .hidden-narrow {
font-weight: normal;
}
.login-section,
.login-error-card {
border: none;
width: 512px;
}
.login-error-card {
padding: 2rem 2.5rem;
flex: 1;
}
#serviceui {
background-color: transparent;
}
.service-ui {
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.service-ui .service-ui-logo {
max-height: 56px;
max-width: 360px;
}
.service-ui .service-ui-logo-branded {
max-height: 48px;
max-width: 360px;
}
.service-ui .osf-shield-with-name {
margin: 0 auto;
padding-bottom: 1rem;
}
.osf-shield-with-name .service-ui-logo {
padding-right: 0.5rem;
}
.osf-shield-with-name .service-ui-logo-branded {
padding-right: 1rem;
}
.osf-shield-with-name .service-ui-name {
font-size: 2.25rem;
font-weight: bold;
}
.osf-shield-with-name .service-ui-name-branded {
font-size: 2rem;
font-weight: normal;
overflow-wrap: anywhere;
}
.text-with-mdi,
.text-without-mdi {
font-size: 1rem;
margin: 0.5rem 0;
}
.mdi-before-text {
font-size: inherit;
vertical-align: text-bottom;
margin-right: 0.5rem;
}
.mdi-before-text:before {
font-size: inherit;
}
.title-danger {
color: var(--cas-theme-osf-red, #b52b27);
}
.text-no-wrap {
white-space: nowrap;
}
.text-bold {
font-weight: bold;
}
.text-large {
font-size: 1.125rem;
}
.margin-large-vertical {
margin: 1rem 0;
}
.hidden-button,
.hidden-details {
display: none;
}
.form-button-inline .delegation-button-logo {
position: absolute;
left: 4px;
top: 12px;
padding: 6px;
height: 36px;
}
.form-button-inline .delegation-button-label {
font-size: 0.875rem;
color: black;
white-space: nowrap;
padding-left: 28px;
letter-spacing: normal;
}
.form-button .delegation-button-logo {
position: absolute;
left: 20px;
top: 11px;
padding: 2px;
height: 36px;
}
.form-button .delegation-button-label {
font-size: 1rem;
color: black;
white-space: nowrap;
padding-left: 28px;
}
.login-error-card .form-button {
padding-top: 1rem;
}
.login-section .mdc-button,
.login-section .mdc-text-field,
.login-error-card .mdc-button,
.login-error-card .mdc-text-field {
font-size: 1rem;
}
.login-error-card .pre-formatted-small pre {
font-size: 0.75rem;
white-space: pre-wrap;
}
.login-section .background-disabled {
background-color: var(--cas-theme-osf-disabled-dark, #cccccc);
}
.login-section .reveal-password {
background-color: var(--cas-theme-osf-blue, #1b6d85);
}
.login-section .login-error-list {
margin-bottom: -0.5rem;
}
.login-section .card-message {
padding: 1rem 0;
}
.login-instn-card .card-message,
.login-error-card .card-message {
padding: 0;
}
.login-error-card #errorInfo,
.login-error-card #authnAttr {
margin-top: 1rem;
padding: 0 1rem;
border: solid #e7e7e7;
}
.login-instn-card .form-button {
margin: 1rem 0;
}
.login-section .instn-select select {
width: 100%;
height: 56px;
font-size: 1.125rem;
margin: 0.5rem 0;
padding-left: 1rem;
}
.login-error-list .banner {
border: none;
position: relative;
}
.login-error-list .banner-dismissible {
background-color: transparent;
color: var(--cas-theme-osf-red, #b52b27);
margin: -0.5rem 0;
}
.login-error-list .login-error-inline {
margin: 0.25rem 0;
}
.cas-field-primary {
margin-bottom: 1rem!important;
margin-top: 0.5rem!important;
}
.cas-field-col-2 {
margin-top: 1rem!important;
margin-bottom: 1.5rem!important;
}
.cas-field-float-left {
float: left;
}
.cas-field-float-right {
float: right;
}
.cas-footer-osf {
text-align: center;
background: var(--cas-theme-osf-footer, #efefef);
}
@media all and (min-height: 1199.99px) {
.mdc-top-app-bar__row {
height: 64px;
}
.mdc-top-app-bar__row .mdc-button {
height: 44px;
font-size: 1rem
}
.mdc-top-app-bar__row .cas-brand {
height: 40px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 2rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 64px;
}
.mdc-top-app-bar__row .mdc-button {
}
.service-ui {
margin-top: 1rem!important;
margin-bottom: 1rem!important;
}
.cas-footer-osf {
font-size: 1.125rem!important;
padding-bottom: 1.125rem!important;
padding-top: 1.125rem!important;
}
}
@media all and (max-height: 1199.99px) {
.mdc-top-app-bar__row {
height: 56px;
}
.mdc-top-app-bar__row .mdc-button {
height: 40px;
font-size: 1rem
}
.mdc-top-app-bar__row .cas-brand {
height: 36px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 1.75rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 48px;
}
.service-ui {
margin-top: 0.875rem!important;
margin-bottom: 0.875rem!important;
}
.cas-footer-osf {
font-size: 1rem!important;
padding-bottom: 1rem!important;
padding-top: 1rem!important;
}
}
@media all and (max-height: 899.99px) {
.mdc-top-app-bar__row {
height: 48px;
}
.mdc-top-app-bar__row .mdc-button {
height: 32px;
font-size: 0.875rem
}
.mdc-top-app-bar__row .cas-brand {
height: 32px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 1.5rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 36px;
}
.service-ui {
margin-top: 0.75rem!important;
margin-bottom: 0.75rem!important;
}
.cas-footer-osf {
font-size: 0.875rem!important;
padding-bottom: 0.875rem!important;
padding-top: 0.875rem!important;
}
}
@media all and (max-height: 699.99px) {
.mdc-top-app-bar__row {
height: 40px;
}
.mdc-top-app-bar__row .cas-brand {
height: 28px;
}
.mdc-top-app-bar__row .cas-brand-name {
font-size: 1.25rem;
}
.mdc-top-app-bar__row .mdc-button {
height: 28px;
font-size: 0.75rem;
}
.mdc-top-app-bar--fixed-adjust {
padding-top: 24px;
}
.service-ui {
margin-top: 0.5rem!important;
margin-bottom: 0.5rem!important;
}
.cas-footer-osf {
font-size: 0.625rem!important;
padding-bottom: 0.625rem!important;
padding-top: 0.625rem!important;
}
}
@media all and (min-width: 699.99px) {
.w-card-narrow {
width: 50%;
}
.w-card-wide {
width: 75%;
}
.service-ui .service-ui-logo {
max-width: 320px;
}
}
@media all and (max-width: 699.99px) {
.mdc-top-app-bar__row .hidden-narrow,
.service-ui-name .osf-shield-with-name .hidden-narrow {
display: None;
}
.w-card-narrow {
width: 100%;
}
.w-card-wide {
width: 100%;
}
.service-ui .service-ui-logo {
max-width: 280px;
}
.osf-shield-with-name .service-ui-logo {
max-height: 48px;
}
.osf-shield-with-name .service-ui-name {
font-size: 2rem;
}
.osf-shield-with-name .service-ui-name-branded {
font-size: 1.75rem;
}
}
@media all and (max-width: 511.99px) {
.login-section,
.login-error-card {
width: fit-content;
min-width: 360px;
}
.form-button-inline .mdc-button {
flex-basis: 100%;
min-width: fit-content;
font-size: 1rem;
padding: 0 16px;
}
.form-button-inline .delegation-button-logo {
position: absolute;
left: 20px;
top: 11px;
padding: 2px;
height: 36px;
}
.form-button-inline .delegation-button-label {
font-size: 1rem;
}
}
@media all and (max-width: 399.99px) {
.service-ui .service-ui-logo {
max-width: 240px;
}
.osf-shield-with-name .service-ui-logo {
max-height: 36px;
}
.osf-shield-with-name .service-ui-name {
font-size: 1.75rem;
}
.osf-shield-with-name .service-ui-name-branded {
font-size: 1.5rem;
}
.login-section .mdi-before-text,
.login-error-card .mdi-before-text {
display: none;
}
.cas-footer-osf {
font-size: 0.625rem!important;
padding-bottom: 0.625rem!important;
padding-top: 0.625rem!important;
}
}
/****************************************
* End of customized styles for OSF CAS *
****************************************/ | 0.470737 | 0.099996 |
.paper-snackbar {
-webkit-transition-property: opacity, bottom, left, right, width, margin, border-radius;
transition-property: opacity, bottom, left, right, width, margin, border-radius;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
font-family: RobotoDraft;
font-size: 14px;
min-height: 14px;
background-color: #323232;
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: white;
line-height: 22px;
padding: 18px 24px;
bottom: 0px;
opacity: 0;
}
@media (min-width: 640px) {
.paper-snackbar {
/*
Desktop:
Single-line snackbar height: 48 dp tall
Minimum width: 288 dp
Maximum width: 568 dp
2 dp rounded corner
Text: Roboto Regular 14 sp
Action button: Roboto Medium 14 sp, all-caps text
Default background fill: #323232 100%
*/
min-width: 288px;
max-width: 568px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
border-radius: 2px;
margin: 24px;
bottom: -100px;
}
}
@media (max-width: 640px) {
.paper-snackbar {
/*
Mobile:
Single-line snackbar height: 48 dp
Multi-line snackbar height: 80 dp
Text: Roboto Regular 14 sp
Action button: Roboto Medium 14 sp, all-caps text
Default background fill: #323232 100%
*/
left: 0px;
right: 0px;
}
}
.paper-snackbar .action {
background: inherit;
display: inline-block;
border: none;
font-size: inherit;
text-transform: uppercase;
color: #ffeb3b;
margin: 0px 0px 0px 24px;
padding: 0px;
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
} | arcreg/staticpro/mat/css/snackbar.css | .paper-snackbar {
-webkit-transition-property: opacity, bottom, left, right, width, margin, border-radius;
transition-property: opacity, bottom, left, right, width, margin, border-radius;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
font-family: RobotoDraft;
font-size: 14px;
min-height: 14px;
background-color: #323232;
position: absolute;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: white;
line-height: 22px;
padding: 18px 24px;
bottom: 0px;
opacity: 0;
}
@media (min-width: 640px) {
.paper-snackbar {
/*
Desktop:
Single-line snackbar height: 48 dp tall
Minimum width: 288 dp
Maximum width: 568 dp
2 dp rounded corner
Text: Roboto Regular 14 sp
Action button: Roboto Medium 14 sp, all-caps text
Default background fill: #323232 100%
*/
min-width: 288px;
max-width: 568px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
border-radius: 2px;
margin: 24px;
bottom: -100px;
}
}
@media (max-width: 640px) {
.paper-snackbar {
/*
Mobile:
Single-line snackbar height: 48 dp
Multi-line snackbar height: 80 dp
Text: Roboto Regular 14 sp
Action button: Roboto Medium 14 sp, all-caps text
Default background fill: #323232 100%
*/
left: 0px;
right: 0px;
}
}
.paper-snackbar .action {
background: inherit;
display: inline-block;
border: none;
font-size: inherit;
text-transform: uppercase;
color: #ffeb3b;
margin: 0px 0px 0px 24px;
padding: 0px;
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
} | 0.329068 | 0.050075 |
.x-legend .x-legend-inner .x-legend-container {
border: none;
}
div.outer-triangle {
border-bottom: 52px solid white;
border-left: 26px solid transparent;
border-right: 26px solid transparent;
height: 0;
left: 50%;
margin-left: -26px;
margin-top: -52px;
position: absolute;
top: 100%;
width: 0;
z-index: 10000;
}
div.triangle {
border-bottom: 50px solid #666;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
height: 0;
left: 50%;
margin-left: -25px;
margin-top: -50px;
position: absolute;
top: 100%;
width: 0;
z-index: 10001;
}
div.inner-triangle {
border-bottom: 50px solid transparent;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
height: 0;
left: 50%;
margin-left: -25px;
margin-top: -50px;
position: absolute;
top: 100%;
width: 0;
z-index: 10001;
}
.coloredRectangle {
height: 20px;
position: absolute;
width: 20px;
border: 1px solid white;
}
.myListValue {
position: absolute;
font-size: 12px;
font-weight: bold;
right: 5px;
bottom: 5px;
}
.wins {
position: absolute;
font-weight: bold;
color: green;
}
.losses {
position: absolute;
font-weight: bold;
color: red;
}
.centered-label {
position: absolute;
top: -1000px;
left: -1000px;
}
.centered-label-content {
color: #545454;
font-size: 28px;
font-weight: bold;
text-align: center;
line-height: 60px;
}
.red-font {
color: #fa4c2c;
font-size: 28px;
border-top: 3px solid #AAA;
border-bottom: 3px solid #AAA;
}
.wheel-label-content {
color: #545454;
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 60px;
}
.wheel-red-font {
color: #fa4c2c;
font-size: 22px;
border-top: 3px solid #AAA;
border-bottom: 3px solid #AAA;
}
.finance-value {
position: absolute;
top: 10px;
right: 100px;
}
.finance-pct {
position: absolute;
top: 10px;
right: 10px;
}
.finance-header {
font-weight: bold;
font-size: 36px;
}
.finance-detail {
font-size: 24px;
color: grey;
padding-bottom: 120px;
}
.finance-in {
font-weight: bold;
font-size: 24px;
position: absolute;
right: 50px;
color: rgba(19, 117, 231, 1);
}
.finance-out {
font-weight: bold;
font-size: 24px;
position: absolute;
right: 50px;
color: rgba(19, 117, 231, 1);
}
.finance-net {
font-weight: bold;
font-size: 24px;
position: absolute;
right: 50px;
margin-top: 10px;
border-top: 2px solid #808080;
color: rgba(37, 231, 78, 1);
}
.finance-desc {
font-size: 24px;
color: grey;
padding-left: 250px;
} | www/touch/examples/charts/resources/css/custom.css | .x-legend .x-legend-inner .x-legend-container {
border: none;
}
div.outer-triangle {
border-bottom: 52px solid white;
border-left: 26px solid transparent;
border-right: 26px solid transparent;
height: 0;
left: 50%;
margin-left: -26px;
margin-top: -52px;
position: absolute;
top: 100%;
width: 0;
z-index: 10000;
}
div.triangle {
border-bottom: 50px solid #666;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
height: 0;
left: 50%;
margin-left: -25px;
margin-top: -50px;
position: absolute;
top: 100%;
width: 0;
z-index: 10001;
}
div.inner-triangle {
border-bottom: 50px solid transparent;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
height: 0;
left: 50%;
margin-left: -25px;
margin-top: -50px;
position: absolute;
top: 100%;
width: 0;
z-index: 10001;
}
.coloredRectangle {
height: 20px;
position: absolute;
width: 20px;
border: 1px solid white;
}
.myListValue {
position: absolute;
font-size: 12px;
font-weight: bold;
right: 5px;
bottom: 5px;
}
.wins {
position: absolute;
font-weight: bold;
color: green;
}
.losses {
position: absolute;
font-weight: bold;
color: red;
}
.centered-label {
position: absolute;
top: -1000px;
left: -1000px;
}
.centered-label-content {
color: #545454;
font-size: 28px;
font-weight: bold;
text-align: center;
line-height: 60px;
}
.red-font {
color: #fa4c2c;
font-size: 28px;
border-top: 3px solid #AAA;
border-bottom: 3px solid #AAA;
}
.wheel-label-content {
color: #545454;
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 60px;
}
.wheel-red-font {
color: #fa4c2c;
font-size: 22px;
border-top: 3px solid #AAA;
border-bottom: 3px solid #AAA;
}
.finance-value {
position: absolute;
top: 10px;
right: 100px;
}
.finance-pct {
position: absolute;
top: 10px;
right: 10px;
}
.finance-header {
font-weight: bold;
font-size: 36px;
}
.finance-detail {
font-size: 24px;
color: grey;
padding-bottom: 120px;
}
.finance-in {
font-weight: bold;
font-size: 24px;
position: absolute;
right: 50px;
color: rgba(19, 117, 231, 1);
}
.finance-out {
font-weight: bold;
font-size: 24px;
position: absolute;
right: 50px;
color: rgba(19, 117, 231, 1);
}
.finance-net {
font-weight: bold;
font-size: 24px;
position: absolute;
right: 50px;
margin-top: 10px;
border-top: 2px solid #808080;
color: rgba(37, 231, 78, 1);
}
.finance-desc {
font-size: 24px;
color: grey;
padding-left: 250px;
} | 0.751922 | 0.111531 |
margin-top: 30px;
width: 1080px;
}
#project .layer {
margin-bottom: 45px;
margin-left: 30px;
height: 326px;
border: 1px solid gray;
background-color: white;
}
.project-grid {
display: grid;
grid-template-columns: 539px 1fr;
}
.project-information {
margin: 10px 0 0 20px;
}
.project-name {
font-family: 'Nanum Square';
text-align: left;
font-size: 36px;
font-weight: bold;
}
.project-date span {
margin-right: 25px;
}
.project-user-image {
margin: 12px 12px 0 0;
text-align: right;
}
.project-user-image img {
display: inline;
margin-left: 15px;
}
.timeline {
white-space: nowrap;
overflow-x: hidden;
text-align: center;
}
.timeline ol {
font-size: 0;
width: 1048px;
padding: 110px 0;
}
.timeline ol li {
position: relative;
display: inline-block;
list-style-type: none;
width: 70px;
height: 3px;
background: black;
}
.timeline ol li:not(:first-child) {
margin-left: 14px;
}
.timeline ol li:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 12px;
height: 12px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: green;
}
.timeline ol li:nth-last-child(2) {
width: 850px;
/*
width: 150px;
*/
}
.timeline ol li:nth-last-child(2)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 40px;
height: 40px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: white;
}
.timeline ol li:nth-last-child(1) {
margin-left: 42px;
}
.timeline ol li div {
font-family: 'Nanum Square';
text-align: center;
position: absolute;
left: 75%;
width: 50px;
font-size: 1rem;
color: black;
top: 15px;
}
.timeline ol li:nth-last-child(2) div {
left: 99%;
/*
원래 95%
*/
top: 30px;
}
/*
원래 없음
*/
.timeline ol li:last-child {
width: 30px;
}
.timeline2 {
white-space: nowrap;
overflow-x: hidden;
text-align: center;
}
.timeline2 ol {
font-size: 0;
width: 1048px;
padding: 110px 0;
}
.timeline2 ol li {
position: relative;
display: inline-block;
list-style-type: none;
width: 74px;
height: 3px;
background: black;
}
.timeline2 ol li:not(:first-child) {
margin-left: 14px;
}
.timeline2 ol li:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 12px;
height: 12px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: green;
}
.timeline2 ol li:nth-last-child(2) {
width: 150px;
}
.timeline2 ol li:nth-last-child(2)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 40px;
height: 40px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: white;
}
.timeline2 ol li:nth-last-child(1) {
margin-left: 42px;
}
.timeline2 ol li div {
font-family: 'Nanum Square';
text-align: center;
position: absolute;
left: 75%;
width: 50px;
font-size: 1rem;
color: black;
top: 15px;
}
.timeline2 ol li:nth-last-child(2) div {
left: 95%;
top: 30px;
}
.timeline2 ol li:last-child {
width: 30px;
} | app/static/css/project.css | margin-top: 30px;
width: 1080px;
}
#project .layer {
margin-bottom: 45px;
margin-left: 30px;
height: 326px;
border: 1px solid gray;
background-color: white;
}
.project-grid {
display: grid;
grid-template-columns: 539px 1fr;
}
.project-information {
margin: 10px 0 0 20px;
}
.project-name {
font-family: 'Nanum Square';
text-align: left;
font-size: 36px;
font-weight: bold;
}
.project-date span {
margin-right: 25px;
}
.project-user-image {
margin: 12px 12px 0 0;
text-align: right;
}
.project-user-image img {
display: inline;
margin-left: 15px;
}
.timeline {
white-space: nowrap;
overflow-x: hidden;
text-align: center;
}
.timeline ol {
font-size: 0;
width: 1048px;
padding: 110px 0;
}
.timeline ol li {
position: relative;
display: inline-block;
list-style-type: none;
width: 70px;
height: 3px;
background: black;
}
.timeline ol li:not(:first-child) {
margin-left: 14px;
}
.timeline ol li:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 12px;
height: 12px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: green;
}
.timeline ol li:nth-last-child(2) {
width: 850px;
/*
width: 150px;
*/
}
.timeline ol li:nth-last-child(2)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 40px;
height: 40px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: white;
}
.timeline ol li:nth-last-child(1) {
margin-left: 42px;
}
.timeline ol li div {
font-family: 'Nanum Square';
text-align: center;
position: absolute;
left: 75%;
width: 50px;
font-size: 1rem;
color: black;
top: 15px;
}
.timeline ol li:nth-last-child(2) div {
left: 99%;
/*
원래 95%
*/
top: 30px;
}
/*
원래 없음
*/
.timeline ol li:last-child {
width: 30px;
}
.timeline2 {
white-space: nowrap;
overflow-x: hidden;
text-align: center;
}
.timeline2 ol {
font-size: 0;
width: 1048px;
padding: 110px 0;
}
.timeline2 ol li {
position: relative;
display: inline-block;
list-style-type: none;
width: 74px;
height: 3px;
background: black;
}
.timeline2 ol li:not(:first-child) {
margin-left: 14px;
}
.timeline2 ol li:not(:last-child)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 12px;
height: 12px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: green;
}
.timeline2 ol li:nth-last-child(2) {
width: 150px;
}
.timeline2 ol li:nth-last-child(2)::after {
content: '';
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 40px;
height: 40px;
transform: translateY(-50%);
border-radius: 50%;
border: 2px solid gray;
background: white;
}
.timeline2 ol li:nth-last-child(1) {
margin-left: 42px;
}
.timeline2 ol li div {
font-family: 'Nanum Square';
text-align: center;
position: absolute;
left: 75%;
width: 50px;
font-size: 1rem;
color: black;
top: 15px;
}
.timeline2 ol li:nth-last-child(2) div {
left: 95%;
top: 30px;
}
.timeline2 ol li:last-child {
width: 30px;
} | 0.49707 | 0.137475 |
body {
height: 100%;
margin: 0;
}
/*set "button" properties */
.button {
background-color: #6495ed;
padding-top:1.5%;
padding-bottom:1.5%;
cursor: pointer;
text-decoration: none;
width: 47.9%;
color: azure;
float: left;
margin: 1%;
font-family:'Montserrat',sans-serif;
min-height: 1.5vh;
}
/*set "button" properties when hovering */
.button:hover{
background-color: #537cc7;
}
/*set "challenge" properties */
.challenge {
width:100%;
margin: 0;
margin-bottom: 1%;
margin-top: 3%;
}
/*set "title" properties */
.title {
color: white;
padding-top: 1%;
font-family:'Montserrat',sans-serif;
}
/*set "form-heading" properties */
.form_heading {
min-width: 100%;
color: #6495ed;
float: left;
margin-top: 1%;
margin-bottom: 1%;
font-family:'Montserrat',sans-serif;
}
/*set "upload" properties */
.upload {
margin-bottom: 4%;
}
/*set "form_up" properties */
.form_p {
width:100%;
font-family:'Montserrat',sans-serif;
}
/*set "back_div" properties */
.back_div {
min-width:50%;
max-width: 50%;
display: inline-block;
background-color: rgb(228, 228, 228);
box-shadow: rgb(199, 199, 199) 1em 1em;
padding-bottom: 2%;
border-radius: 10px;
}
/*set "bd_view" properties */
.bd_view {
padding-bottom: 1%;
padding-top: 1%;
}
/*set "v_upload" properties */
.v_upload {
margin-left: 40%;
}
/*set "tracklist" properties */
.tracklist {
background-color:#6495ed;
padding-top:1%;
padding-bottom:1%;
text-decoration: none;
width: 96%;
color: azure;
margin-bottom: 1%;
font-family:'Montserrat',sans-serif;
cursor: pointer;
min-height: 1.5vh;
border-radius: 25px;
display: inline-block;
} | public/stylesheets/creator_style.css | body {
height: 100%;
margin: 0;
}
/*set "button" properties */
.button {
background-color: #6495ed;
padding-top:1.5%;
padding-bottom:1.5%;
cursor: pointer;
text-decoration: none;
width: 47.9%;
color: azure;
float: left;
margin: 1%;
font-family:'Montserrat',sans-serif;
min-height: 1.5vh;
}
/*set "button" properties when hovering */
.button:hover{
background-color: #537cc7;
}
/*set "challenge" properties */
.challenge {
width:100%;
margin: 0;
margin-bottom: 1%;
margin-top: 3%;
}
/*set "title" properties */
.title {
color: white;
padding-top: 1%;
font-family:'Montserrat',sans-serif;
}
/*set "form-heading" properties */
.form_heading {
min-width: 100%;
color: #6495ed;
float: left;
margin-top: 1%;
margin-bottom: 1%;
font-family:'Montserrat',sans-serif;
}
/*set "upload" properties */
.upload {
margin-bottom: 4%;
}
/*set "form_up" properties */
.form_p {
width:100%;
font-family:'Montserrat',sans-serif;
}
/*set "back_div" properties */
.back_div {
min-width:50%;
max-width: 50%;
display: inline-block;
background-color: rgb(228, 228, 228);
box-shadow: rgb(199, 199, 199) 1em 1em;
padding-bottom: 2%;
border-radius: 10px;
}
/*set "bd_view" properties */
.bd_view {
padding-bottom: 1%;
padding-top: 1%;
}
/*set "v_upload" properties */
.v_upload {
margin-left: 40%;
}
/*set "tracklist" properties */
.tracklist {
background-color:#6495ed;
padding-top:1%;
padding-bottom:1%;
text-decoration: none;
width: 96%;
color: azure;
margin-bottom: 1%;
font-family:'Montserrat',sans-serif;
cursor: pointer;
min-height: 1.5vh;
border-radius: 25px;
display: inline-block;
} | 0.389547 | 0.072047 |
@import url('https://fonts.googleapis.com/css?family=Lato|Oswald|Raleway|Roboto+Condensed|Roboto+Slab|Roboto:400,700|Slabo+13px');
@font-face {
font-family: "Miso Bold";
src: "styles/fonts/miso-bold-webfont.woff";
}
@font-face {
font-family: "Miso Light";
src: "styles/fonts/miso-light-webfont.woff";
}
@font-face {
font-family: "Miso Regular";
src: "styles/fonts/miso-regular-webfont.woff";
}
/* CONTAINERS */
html {
overflow-x: hidden;
height: 100%;
width: 100%;
margin: 0;
fill: white;
}
body {
overflow-x: hidden;
position: relative;
height: 100%;
width: 100%;
margin: 0;
}
h1 {
background-color: #FCE946;
padding-top: 5px;
}
h2 {
color: #FCE946;
}
button {
width:100%;
height: 20px;
font-size: 13px !important;
}
#content_container {
position: absolute;
height: 100%;
width: 20%;
right:0px;
overflow: auto;
background: white;
z-index: 99;
}
#addWindow {
width: 95%;
height: 350px;
}
#previewIframe {
position: absolute;
right: 8px;
bottom: 8px;
width: 300px;
height: 300px;
}
#canvas {
overflow: hidden;
background: white;
}
#canvas-bg{
fill: url(#canvas-bg-pattern);
}
#canvas-bg-pattern{
width: 20px;
height: 20px;
fill: #D8D8D8;
}
#d3_container {
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
margin: 0;
float: left;
}
#CogCanvas{
}
.deleted{
display: none;
}
.node-rep{
stroke: none;
stroke-width: 3px;
}
.pin .node-rep{
stroke: none;
fill-opacity:.8;
}
.pin .label{
fill: white;
}
.pin.selected .label{
fill: orange;
}
.drag_line {
pointer-events: none;
z-index: 0;
}
.drag_line_hidden {
stroke-width: 0;
pointer-events: none;
}
.link {
cursor: crosshair;
z-index: 0;
}
.link-rep, .drag_line{
stroke: var(--darkGrey);
stroke-width: 2px;
}
.link-end{
fill: gray;
stroke: none;
}
.node:hover {
fill: #ff9900;
}
.active_node {
fill: orange;
}
.selection_area{
stroke: green;
fill: green;
fill-opacity: .5;
}
.label{
fill: black;
font-family: "Lato", "sans-serif";
font-size: 14px;
dominant-baseline: middle;
text-anchor: middle;
}
.label-line{
text-anchor: middle;
}
.label-input{
z-index: 1;
position: absolute;
text-align:center;
background: transparent;
line-height: 20px;
transform-origin: left top;
overflow: hidden;
resize: none;
}
.shaking{
animation: shake 0.5s;
animation-iteration-count: 2;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
} | maps/styles/main.css | @import url('https://fonts.googleapis.com/css?family=Lato|Oswald|Raleway|Roboto+Condensed|Roboto+Slab|Roboto:400,700|Slabo+13px');
@font-face {
font-family: "Miso Bold";
src: "styles/fonts/miso-bold-webfont.woff";
}
@font-face {
font-family: "Miso Light";
src: "styles/fonts/miso-light-webfont.woff";
}
@font-face {
font-family: "Miso Regular";
src: "styles/fonts/miso-regular-webfont.woff";
}
/* CONTAINERS */
html {
overflow-x: hidden;
height: 100%;
width: 100%;
margin: 0;
fill: white;
}
body {
overflow-x: hidden;
position: relative;
height: 100%;
width: 100%;
margin: 0;
}
h1 {
background-color: #FCE946;
padding-top: 5px;
}
h2 {
color: #FCE946;
}
button {
width:100%;
height: 20px;
font-size: 13px !important;
}
#content_container {
position: absolute;
height: 100%;
width: 20%;
right:0px;
overflow: auto;
background: white;
z-index: 99;
}
#addWindow {
width: 95%;
height: 350px;
}
#previewIframe {
position: absolute;
right: 8px;
bottom: 8px;
width: 300px;
height: 300px;
}
#canvas {
overflow: hidden;
background: white;
}
#canvas-bg{
fill: url(#canvas-bg-pattern);
}
#canvas-bg-pattern{
width: 20px;
height: 20px;
fill: #D8D8D8;
}
#d3_container {
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
margin: 0;
float: left;
}
#CogCanvas{
}
.deleted{
display: none;
}
.node-rep{
stroke: none;
stroke-width: 3px;
}
.pin .node-rep{
stroke: none;
fill-opacity:.8;
}
.pin .label{
fill: white;
}
.pin.selected .label{
fill: orange;
}
.drag_line {
pointer-events: none;
z-index: 0;
}
.drag_line_hidden {
stroke-width: 0;
pointer-events: none;
}
.link {
cursor: crosshair;
z-index: 0;
}
.link-rep, .drag_line{
stroke: var(--darkGrey);
stroke-width: 2px;
}
.link-end{
fill: gray;
stroke: none;
}
.node:hover {
fill: #ff9900;
}
.active_node {
fill: orange;
}
.selection_area{
stroke: green;
fill: green;
fill-opacity: .5;
}
.label{
fill: black;
font-family: "Lato", "sans-serif";
font-size: 14px;
dominant-baseline: middle;
text-anchor: middle;
}
.label-line{
text-anchor: middle;
}
.label-input{
z-index: 1;
position: absolute;
text-align:center;
background: transparent;
line-height: 20px;
transform-origin: left top;
overflow: hidden;
resize: none;
}
.shaking{
animation: shake 0.5s;
animation-iteration-count: 2;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
} | 0.553988 | 0.111386 |
.site-header {
background-color: pink;
padding: 20px 0;
}
.create-space {
padding: 50px;
}
.centering-container {
max-width: 1200px;
margin: 0 auto;
}
/***** Turn text pink when highlighted ******/
p.pink::selection {
background: pink;
}
.google-font {
font-family: 'Sacramento', sans-serif;
}
.luckiest-guy {
font-family: 'Luckiest Guy', cursive;
}
/**** link to a PDF doc adds the pdf icon before the link. $= operator targets the end of the attribute value looking for pdfs and adding the icon ******/
/****** could be used to style internal links differently that outbound... I don't really understand *********/
/**** the url goes to the pdf icon (I think) *****/
.pdf-link a[href$=".pdf"] {
background: url('https://i.imgur.com/n8EHrrI.png')
0 50% no-repeat;
padding-left: 20px;
}
.download-image img {
height: 300px;
width: 300px;
}
.download-image a {
font-size: 50px;
}
/******** remove the extra space added by the font and ?default browser for consistent spacing between elements *********/
/********* not a current property - new **********/
.leading-trim h2 {
text-edge: cap alphabetic;
leading-trim: both;
}
/* this is something to do with accessible buttons: codyhouse.co/blog/post/ Custom accessible radio/checkbox buttons with perfect alignment */
/* hide native buttons */
.radio, .chekbox {
position: absolute;
margin: 0 !important;
padding: 0 !important;
opacity: 0;
height: 0;
width: 0;
pointer-events: none;
}
/* label */
.radio + label, .checkbox + label {
user-select: none;
cursor: pointer;
line-height: 1.4;
}
/* custom buttons - basic style */
.radio + label::before, .checkbox + label::before {
content: '';
display: inline-block;
width: 18px;
height: 18px;
background-color: var(--color-bg);
border: 2px solid var(--color-contrast-low);
margin-right: var(--space-xxxs);
transition: .2s;
}
/* radio only style */
.radio + label::before {
border-radius: 50%;
}
/* checkbox only style */
.checkbox + label::before {
border-radius: 4px;
}
:root {
/* radios and checkboxes */
--checkbox-radio-size: 18px;
--checkbox-radio-gap: var(--space-xxxs); /* button/label gap */
--chekbox-radio-border-width: 2px;
--checkbox-radio-line-height: 1.4;
/* radio buttons */
--radio-marker-size: 8px;
/* checkboxes */
--checkbox-marker-size: 12px;
--checkbox-radius: 4px;
}
/* replace fixed values with variables - example */
.checkbox + label::before {
border-radius: var(--checkbox-radius);
}
/* :checked */
.radio:checked + label::before,
.checkbox:checked + label::before {
background-color: var(--color-primary);
border-color: var(--color-primary);
}
/* radio button :checked */
.radio:checked + label::before {
background-image: url("");
background-size: var(--radio-marker-size);
}
.checkbox:checked + label::before {
background-image: url("");
background-size: var(--checkbox-marker-size);
}
:root {
/* ... */
--checkbox-radio-gap: var(--space-xxxs);
--checkbox-radio-line-height: var(--body-line-height);
}
/* label */
.radio + label,
.checkbox + label {
display: inline-flex;
align-items: flext-start; /* align button and label totop */
line-height: var(--checkbox-radio-line-height);
/* ... */
}
/* custom buttons - basic style */
.radio + label::before,
.checkbox + label::before {
flex-shrink: 0; /* prevent the button from shrinking */
margin-right: var(--checkbox-radio-gap); /* gap */
/* ... */
}
.radio + label::before,
.checkbox + label::before {
/* ... */
position: relative;
top: calc((1em * var(--checkbox-radio-line-height) - var(--checkbox-radio-size)) /2);
}
/* focus effect */
.checkbox:focus + label::before {
/* ???? */
} | random-snippets/css/main.css | .site-header {
background-color: pink;
padding: 20px 0;
}
.create-space {
padding: 50px;
}
.centering-container {
max-width: 1200px;
margin: 0 auto;
}
/***** Turn text pink when highlighted ******/
p.pink::selection {
background: pink;
}
.google-font {
font-family: 'Sacramento', sans-serif;
}
.luckiest-guy {
font-family: 'Luckiest Guy', cursive;
}
/**** link to a PDF doc adds the pdf icon before the link. $= operator targets the end of the attribute value looking for pdfs and adding the icon ******/
/****** could be used to style internal links differently that outbound... I don't really understand *********/
/**** the url goes to the pdf icon (I think) *****/
.pdf-link a[href$=".pdf"] {
background: url('https://i.imgur.com/n8EHrrI.png')
0 50% no-repeat;
padding-left: 20px;
}
.download-image img {
height: 300px;
width: 300px;
}
.download-image a {
font-size: 50px;
}
/******** remove the extra space added by the font and ?default browser for consistent spacing between elements *********/
/********* not a current property - new **********/
.leading-trim h2 {
text-edge: cap alphabetic;
leading-trim: both;
}
/* this is something to do with accessible buttons: codyhouse.co/blog/post/ Custom accessible radio/checkbox buttons with perfect alignment */
/* hide native buttons */
.radio, .chekbox {
position: absolute;
margin: 0 !important;
padding: 0 !important;
opacity: 0;
height: 0;
width: 0;
pointer-events: none;
}
/* label */
.radio + label, .checkbox + label {
user-select: none;
cursor: pointer;
line-height: 1.4;
}
/* custom buttons - basic style */
.radio + label::before, .checkbox + label::before {
content: '';
display: inline-block;
width: 18px;
height: 18px;
background-color: var(--color-bg);
border: 2px solid var(--color-contrast-low);
margin-right: var(--space-xxxs);
transition: .2s;
}
/* radio only style */
.radio + label::before {
border-radius: 50%;
}
/* checkbox only style */
.checkbox + label::before {
border-radius: 4px;
}
:root {
/* radios and checkboxes */
--checkbox-radio-size: 18px;
--checkbox-radio-gap: var(--space-xxxs); /* button/label gap */
--chekbox-radio-border-width: 2px;
--checkbox-radio-line-height: 1.4;
/* radio buttons */
--radio-marker-size: 8px;
/* checkboxes */
--checkbox-marker-size: 12px;
--checkbox-radius: 4px;
}
/* replace fixed values with variables - example */
.checkbox + label::before {
border-radius: var(--checkbox-radius);
}
/* :checked */
.radio:checked + label::before,
.checkbox:checked + label::before {
background-color: var(--color-primary);
border-color: var(--color-primary);
}
/* radio button :checked */
.radio:checked + label::before {
background-image: url("");
background-size: var(--radio-marker-size);
}
.checkbox:checked + label::before {
background-image: url("");
background-size: var(--checkbox-marker-size);
}
:root {
/* ... */
--checkbox-radio-gap: var(--space-xxxs);
--checkbox-radio-line-height: var(--body-line-height);
}
/* label */
.radio + label,
.checkbox + label {
display: inline-flex;
align-items: flext-start; /* align button and label totop */
line-height: var(--checkbox-radio-line-height);
/* ... */
}
/* custom buttons - basic style */
.radio + label::before,
.checkbox + label::before {
flex-shrink: 0; /* prevent the button from shrinking */
margin-right: var(--checkbox-radio-gap); /* gap */
/* ... */
}
.radio + label::before,
.checkbox + label::before {
/* ... */
position: relative;
top: calc((1em * var(--checkbox-radio-line-height) - var(--checkbox-radio-size)) /2);
}
/* focus effect */
.checkbox:focus + label::before {
/* ???? */
} | 0.335677 | 0.208541 |
.hideText {
text-indent: -999em;
letter-spacing: -999em;
overflow: hidden;
}
*,
a:focus {
outline: none !important;
}
button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0;
}
body {
font-family: 'Raleway', sans-serif;
background: #ffffff;
font-size: 13px;
}
a:hover,
a:focus,
a {
color: #71c39a;
outline: 0 !important;
}
.profile a {
color: #fff;
outline: 0 !important;
}
input,
button,
select,
textarea {
font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 10px;
font-weight: 400;
text-transform: uppercase;
color: #575655;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
color: #575655;
}
p {
font-size: 12px;
margin: 0 0 10px;
line-height: normal;
}
p a {
color: #dd8a88;
}
h1 span,
h2 span,
h3 span {
color: #7a7b7b;
font-size: 60%;
text-transform: none;
padding: 0 0 0 10px;
position: relative;
top: -2px;
}
li.center,
.center {
text-align: center;
}
.right {
text-align: right;
}
.btn-block.count {
text-align: left;
}
.btn-block.count.glyphicons i:before {
text-align: center;
}
.btn-block.count span {
float: right;
font-size: 18px;
}
.innerLR {
padding: 0 10px;
position: relative;
}
.container-fluid {
padding: 0;
background: #fff;
}
.container-fluid.fixed {
width: 940px;
margin: 0 auto;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.container-fluid.documentation {
background: #fff;
}
body{
background-color: #f7f7f7
}
body.login {
background: #fff;
}
body.login .container-fluid {
background: none;
}
body.login .container-fluid.fixed {
border: none;
}
.navbar.main {
height: 60px;
background-color: #71c39a;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
margin: 0;
position: relative;
text-align: center;
}
.navbar.main>div {
height: 80px;
position: relative;
margin: 0 auto;
}
.navbar.main .container {
display: inline-block;
text-align: left;
}
.navbar.main .profile {
display: inline-block;
position: absolute;
top: 0;
right: 0;
height: 80px;
line-height: 4em;
}
.navbar.main .profile span {
text-align: right;
display: inline-block;
padding: 5px 15px 0 0;
float: left;
}
.navbar.main .profile span strong {
display: block;
color: #fff;
font-size: 14px;
}
.navbar.main .profile .img {
border: 3px solid #71c39a;
display: inline-block;
}
.navbar.main .btn-navbar {
padding: 6px;
margin: 0;
position: absolute;
float: none;
left: 20px;
top: 25px;
display: block;
background: #424243;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.navbar.main .btn-navbar .icon-bar {
background: #999;
}
.navbar.main .topnav {
border-left: 1px solid #000000;
}
.navbar.main .topnav,
.navbar.main .topnav ul {
margin: 0;
padding: 0;
list-style: none;
}
.navbar.main .topnav>li {
border-left: 1px solid #424243;
border-right: 1px solid #000000;
position: relative;
}
.navbar.main .topnav>li,
.navbar.main .topnav>li .notif li {
float: left;
height: 42px;
line-height: 42px;
display: block;
padding: 0 1px;
}
.navbar.main .topnav>li>a,
.navbar.main .topnav>li .notif li>a {
display: block;
color: #d9d9d9;
text-decoration: none;
padding: 0 10px;
}
.navbar.main .topnav>li>a .text,
.navbar.main .topnav>li .notif li>a .text {
display: inline-block;
padding-left: 10px;
}
.navbar.main .topnav>li>a.glyphicons,
.navbar.main .topnav>li .notif li>a.glyphicons {
padding: 0 10px 0 35px;
}
.navbar.main .topnav>li>a.glyphicons i:before,
.navbar.main .topnav>li .notif li>a.glyphicons i:before {
color: #7d7d7f;
font-size: 17px;
top: 12px;
left: 10px;
}
.navbar.main .topnav>li>a.glyphicons.logout,
.navbar.main .topnav>li .notif li>a.glyphicons.logout {
padding: 0 38px 0 0;
}
.navbar.main .topnav>li>a.glyphicons.logout i:before,
.navbar.main .topnav>li .notif li>a.glyphicons.logout i:before {
left: auto;
right: 10px;
color: #71c39a;
}
.navbar.main .topnav>li.open,
.navbar.main .topnav>li .notif li.open {
padding: 0;
}
.navbar.main .topnav>li.open>a,
.navbar.main .topnav>li .notif li.open>a {
background: #f5f5f5;
height: 36px;
color: #a9a9a9;
position: relative;
top: 6px;
line-height: 34px;
border: 1px solid #dddddd;
}
.navbar.main .topnav>li.open>a i:before,
.navbar.main .topnav>li .notif li.open>a i:before {
top: 9px;
}
.navbar.main .topnav>li.open .dropdown-menu,
.navbar.main .topnav>li .notif li.open .dropdown-menu {
background: #f5f5f5;
border: 1px solid #dddddd;
border-top: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
right: 1px;
width: 246px;
}
.navbar.main .topnav>li.open .dropdown-menu li,
.navbar.main .topnav>li .notif li.open .dropdown-menu li {
border-bottom: 1px solid #dddddd;
}
.navbar.main .topnav>li.open .dropdown-menu li:last-child,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:last-child {
border-bottom: none;
}
.navbar.main .topnav>li.open .dropdown-menu li:first-child>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a,
.navbar.main .topnav>li.open .dropdown-menu li:first-child>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li:first-child>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>span {
border-top: none;
}
.navbar.main .topnav>li.open .dropdown-menu li>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a,
.navbar.main .topnav>li.open .dropdown-menu li>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>span {
height: 38px;
line-height: 38px;
padding: 0 10px;
border-top: 1px solid #ffffff;
display: block;
background: #f5f5f5;
color: #333;
}
.navbar.main .topnav>li.open .dropdown-menu li>a.glyphicons i:before,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a.glyphicons i:before,
.navbar.main .topnav>li.open .dropdown-menu li>a:hover.glyphicons i:before,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover.glyphicons i:before,
.navbar.main .topnav>li.open .dropdown-menu li>span.glyphicons i:before,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>span.glyphicons i:before {
left: auto;
right: 10px;
top: 8px;
font-size: 17px;
color: #c4c4c4;
}
.navbar.main .topnav>li.open .dropdown-menu li.active,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.active {
background: #ddd;
}
.navbar.main .topnav>li.open .dropdown-menu li.active a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.active a {
background: #ddd;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li.highlight>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>span {
background: #fff;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span {
height: auto;
line-height: normal;
padding: 5px 10px 10px;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading {
display: block;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 5px;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading a {
text-transform: none;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .img,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .img,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .img,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .img,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .img,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .img {
display: inline-block;
float: left;
width: 47px;
height: 45px;
line-height: 45px;
background: #272729;
text-align: center;
content: "\e004";
color: #525254;
font-family: "Glyphicons";
margin: 0 10px 0 0;
position: relative;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .clearfix,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .clearfix,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .clearfix,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .clearfix,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .clearfix,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .clearfix {
display: block;
}
.navbar.main .topnav .dropdown>a .caret {
border-top-color: #fafafa;
top: 12px;
position: relative;
}
.navbar.main .topnav .dropdown-menu {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
#themer {
position: absolute;
top: 100%;
left: auto;
right: -1px;
z-index: 1000;
width: 250px;
margin: 0;
text-align: left;
}
#themer.in {
overflow: visible;
}
#themer .close2 {
position: absolute;
background: #DDD;
color: #222;
font-weight: 600;
height: 20px;
top: 14px;
right: 10px;
line-height: 20px;
text-align: center;
font-size: 10pt;
padding: 0 10px;
cursor: pointer;
}
#themer .wrapper {
position: relative;
background: #292c2e;
border: 1px solid #2f3235;
padding: 15px;
color: #fafafa;
}
#themer .wrapper hr.separator {
margin: 10px 0;
border-top-color: #5e646b;
border-bottom-color: #2f3235;
}
#themer .wrapper h4 {
border-bottom: 1px solid #5e6060;
padding: 0 0 10px;
margin: 0 0 10px;
color: #fff;
}
#themer .wrapper h4 span {
color: #5e6060;
font-weight: normal;
font-size: 10pt;
}
#themer .wrapper .btn {
margin: 0;
}
#themer .wrapper #themer-getcode-less {
margin: 0 0 0 5px;
}
#themer .wrapper ul {
margin: 0;
list-style: none;
}
#themer .wrapper ul li {
height: 25px;
line-height: 25px;
position: relative;
}
#themer .wrapper ul li .minicolors {
line-height: normal;
border: none;
top: 2px;
right: 0;
position: absolute;
}
#themer .wrapper ul li .minicolors input {
border: none;
height: 20px;
width: 69px;
background: #414649;
color: #fff;
font-size: 9pt;
padding: 0 5px;
margin: 0 0 1px;
}
#themer .wrapper ul li .minicolors-swatch {
cursor: pointer;
width: 18px;
height: 18px;
}
#themer .wrapper ul li .minicolors-panel {
z-index: 10000;
top: 24px;
}
#themer .wrapper ul li .minicolors-position-left .minicolors-panel {
left: -152px;
}
#themer .wrapper ul li select {
position: absolute;
top: 3px;
right: 0;
width: 100px;
height: 20px;
line-height: normal;
padding: 0;
margin: 0;
font-size: 9pt;
background: #414649;
border: 1px solid #2F3235;
color: #fff;
}
#themer .wrapper ul li .link {
text-decoration: underline;
cursor: pointer;
}
#themer .wrapper ul li label {
margin: 0;
line-height: 25px;
font-size: 9pt;
}
#themer .wrapper ul li label input {
margin: 0 0 1px;
}
#themer .wrapper ul li.advanced {
display: none;
}
#themer.themer-advanced .wrapper ul li.advanced {
display: block;
}
#login {
padding: 70px 0;
text-align: center;
}
#login .form-signin {
text-align: left;
max-width: 400px;
padding: 20px;
margin: 0 auto;
background-color: #fafcfe;
border: 1px solid #dfe8f2;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
margin-top: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
font-size: 16px;
height: auto;
margin-bottom: 10px;
padding: 7px 9px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
background: #fff;
}
#wrapper {
position: relative;
overflow: hidden;
float: left;
width: 100%;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.15s ease;
-moz-transition: height 0.15s ease;
-o-transition: height 0.15s ease;
transition: height 0.15s ease;
}
.dropdown-menu {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
margin: 0;
border: none;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu .dropdown-submenu:hover>a,
.dropdown-menu .dropdown-submenu:focus>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
background: #171b19;
}
#menu {
margin: 0;
padding: 0;
list-style: none;
}
#menu>li {
display: block;
float: left;
position: relative;
}
#menu>li.active>a {
background-color: #4BAA7A;
}
#menu>li>a {
text-decoration: none;
display: inline-block;
/*height: 80px;*/
line-height: 60px;
padding: 0 30px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
cursor: pointer;
}
#menu .menu {
width: 233px;
float: left;
position: absolute;
left: 0;
top: 80px;
z-index: 100000;
background: #000000;
opacity: .95;
height: auto;
}
#menu .menu .icon-chevron-right {
float: right;
margin-top: 9px;
}
#menu .menu,
#menu .menu ul {
list-style: none;
margin: 0;
padding: 10px 0;
}
#menu .menu li,
#menu .menu ul li {
display: block;
height: 35px;
line-height: 35px;
position: relative;
overflow: hidden;
padding: 0;
margin: 0;
}
#menu .menu li a,
#menu .menu ul li a {
display: block;
width: auto;
padding: 0 20px;
margin: 0;
color: #fff;
height: 34px;
line-height: 34px;
text-decoration: none;
font-size: 11pt;
text-transform: uppercase;
}
#menu .menu li a.glyphicons,
#menu .menu ul li a.glyphicons {
padding: 0 0 0 50px;
}
#menu .menu li a.glyphicons i:before,
#menu .menu ul li a.glyphicons i:before {
font-size: 17px;
color: #71c39a;
top: 10px;
left: 20px;
}
#menu .menu li a:hover,
#menu .menu ul li a:hover {
color: #4db481;
}
#menu .menu li.active,
#menu .menu ul li.active {
position: relative;
overflow: visible;
}
#menu .menu li.active a,
#menu .menu ul li.active a {
color: #222;
}
#menu .menu li.active>a,
#menu .menu ul li.active>a {
color: #71c39a;
}
#menu .menu li.active .icon-chevron-right,
#menu .menu ul li.active .icon-chevron-right {
display: none;
}
#menu .menu li.glyphicons a,
#menu .menu ul li.glyphicons a {
padding: 0 0 0 50px;
}
#menu .menu li.glyphicons a i:before,
#menu .menu ul li.glyphicons a i:before {
font-size: 17px;
color: #71c39a;
top: 10px;
left: 20px;
}
#menu .menu li.hasSubmenu.active,
#menu .menu ul li.hasSubmenu.active {
height: auto;
background: #fff;
border-bottom: 1px solid #dddddd;
}
#menu .menu li.hasSubmenu.active a,
#menu .menu ul li.hasSubmenu.active a {
border: none;
}
#menu .menu li.hasSubmenu.active li:last-child,
#menu .menu ul li.hasSubmenu.active li:last-child {
margin: 0 0 6px;
}
#menu .menu ul,
#menu .menu ul ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu .menu ul li,
#menu .menu ul ul li {
height: auto;
border: none;
}
#menu .menu ul li a,
#menu .menu ul ul li a {
padding: 0 0 0 20px;
height: 25px;
line-height: 25px;
border: none;
font-weight: 400;
}
#menu .menu ul li a.glyphicons i:before,
#menu .menu ul ul li a.glyphicons i:before {
font-size: 12px;
top: 7px;
left: 22px;
color: #222;
}
#menu .menu ul li a:hover,
#menu .menu ul ul li a:hover {
background: #fafafa;
}
#menu .menu ul li.active a,
#menu .menu ul ul li.active a {
font-weight: 600;
background: #fafafa;
}
#menu .menu #search {
position: relative;
overflow: hidden;
width: 196px;
height: 30px;
border: 1px solid #dddddd;
background: #fff;
margin: 15px auto;
}
#menu .menu #search input {
border: none;
height: 30px;
line-height: 30px;
padding: 0;
width: 152px;
margin: 0;
left: 10px;
position: absolute;
top: 0;
box-shadow: none;
}
#menu .menu #search .glyphicons {
width: 34px;
height: 30px;
background: #fff;
border: none;
padding: 0;
margin: 0;
position: absolute;
top: 0;
right: 0;
}
#menu .menu #search .glyphicons i:before {
top: 6px;
left: 9px;
color: #cccccc;
font-size: 17px;
}
#main {
width: 90%;
max-width: 1400px;
min-width: 960px;
margin: 15px auto;
min-height: 400px;
position: relative
}
.sep10 {
height: 10px;
}
/*#content {
padding: 20px;
}
*/
#content {
padding: 20px;
margin-right: 305px
}
#sidebar {
padding: 20px;
width: 290px;
font-size: 14px;
float: right;
margin-bottom: 20px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
#sidebar .inner ol{margin:4px 0;list-style:none}
.menu-hidden #menu {
display: none;
}
.menu-hidden #content {
margin: 0;
}
.menu-hidden .navbar.main .appbrand {
display: none;
}
.menu-hidden .navbar.main .btn-navbar {
left: 10px;
}
.menu-hidden.login .navbar.main .appbrand,
.menu-hidden.documentation .navbar.main .appbrand {
display: inline-block;
border: none;
}
.menu-hidden.login .navbar.main .appbrand span,
.menu-hidden.documentation .navbar.main .appbrand span {
border: none;
}
.widget-stats {
background: #71c39a;
padding: 10px 15px;
height: 50px;
position: relative;
overflow: hidden;
text-align: center;
display: block;
}
.widget-stats,
.widget-stats:hover,
.widget-stats:focus {
text-decoration: none;
color: #222;
}
.widget-stats span {
display: inline-block;
}
.widget-stats.circle {
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
.widget-stats.line {
background: #fff;
border: 3px solid #71c39a;
padding: 7px 15px;
}
.widget-stats.line .txt strong {
color: #71c39a;
}
.widget-stats .txt {
padding: 3px 0;
text-transform: uppercase;
font-weight: 600;
}
.widget-stats .txt strong {
display: block;
font-size: 30pt;
font-weight: 600;
color: #fff;
margin: 0 0 8px;
}
.widget-stats .glyphicons {
padding: 0 0 0 15px;
}
.widget-stats .glyphicons i:before {
color: #3d9167;
font-size: 35px;
top: 0;
left: 0;
position: relative;
}
.widget-activity ul.filters {
display: block;
overflow: hidden;
position: relative;
list-style: none;
margin: 0 0 10px;
padding: 0;
}
.widget-activity ul.filters li {
float: left;
display: block;
padding: 0 10px 0 0;
font-size: 8pt;
line-height: 30px;
}
.widget-activity ul.filters li.glyphicons {
width: 25px;
height: 25px;
padding: 0 3px;
text-align: center;
cursor: pointer;
}
.widget-activity ul.filters li.glyphicons i:before {
position: relative;
top: 4px;
left: 0;
color: #cccccc;
font-size: 17px;
}
.widget-activity ul.filters li.glyphicons:hover i:before {
color: #dedede;
}
.widget-activity ul.filters li.glyphicons.active {
width: 27px;
height: 25px;
top: 2px;
}
.widget-activity ul.filters li.glyphicons.active i {
background: #71c39a;
display: block;
height: 25px;
position: relative;
}
.widget-activity ul.filters li.glyphicons.active i:before {
color: #fff;
top: 2px;
}
.widget-activity ul.activities {
list-style: none;
margin: 0;
padding: 0;
}
.widget-activity ul.activities li {
display: block;
height: 50px;
line-height: 50px;
position: relative;
overflow: hidden;
background: #fafafa;
margin: 0 0 10px;
padding: 0 10px;
}
.widget-activity ul.activities li .activity-icon {
padding: 0;
display: inline-block;
width: 37px;
height: 35px;
position: relative;
top: 6px;
text-align: center;
margin: 0 5px 0 0;
}
.widget-activity ul.activities li .activity-icon i:before {
position: relative;
top: 0;
left: 0;
color: #a6a6a7;
}
.widget-activity ul.activities li.highlight {
background: #71c39a;
}
.widget-activity ul.activities li.highlight .activity-icon i:before {
color: #fff;
top: -1px;
}
.widget-activity ul.activities li.highlight a {
color: #fff;
}
.tooltip-inner {
background: #272a2c;
color: #bab9b9;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #272a2c;
}
ul.icons {
text-align: left;
padding: 0 15px;
}
ul.icons i:before {
color: #e09694;
}
ul.icons li {
display: block;
}
.form-inline.small input,
.form-inline.small select {
margin: 0 5px 0 0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
padding: 1px 5px;
border-color: #d8d9da;
color: #a7a7a7;
}
.form-inline.small select {
padding: 1px 0;
height: 23px;
}
.form-inline.small select:last-child {
margin-right: 0;
}
.form-inline.small label {
float: left;
margin: 0 5px 0 0;
display: block;
}
.form-inline.small .input-append.block {
display: block;
}
.form-inline.small .input-append input {
margin: 0;
width: 85%;
}
.form-inline.small .input-append .add-on {
padding: 1px 3px;
margin: 0 0 0 -1px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fff;
color: #d8d9da;
border-color: #d8d9da;
}
.form-inline.small .input-append .add-on i:before {
top: 4px;
left: 4px;
font-size: 14px;
color: #d0d1d1;
}
.filter-bar {
background: #f5f5f5;
line-height: 30px;
height: 40px;
margin-bottom: 10px;
}
.filter-bar div {
padding: 5px 0;
display: block;
float: left;
line-height: 30px;
}
.filter-bar div div {
padding: 0;
margin: 0 15px 0 0;
}
.filter-bar div div input {
margin: 3px 0 0;
}
.filter-bar div div.input-append .add-on {
padding: 1px 3px;
margin: 3px 0 0 -1px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fff;
color: #d8d9da;
border-color: #d8d9da;
}
.filter-bar div div.input-append .add-on i:before {
top: 4px;
left: 4px;
font-size: 14px;
color: #d0d1d1;
}
.filter-bar div.glyphicons {
padding: 0 0 0 35px;
}
.filter-bar div.glyphicons i:before {
top: 12px;
left: 9px;
font-size: 17px;
color: rgba(255, 255, 255, 0.8);
}
.filter-bar div.clearfix {
padding: 0;
clear: both;
float: none;
display: block;
height: 0;
margin: 0;
}
.filter-bar div.lbl {
padding: 0 10px 0 35px;
background: #71c39a;
height: 40px;
line-height: 40px;
margin-right: 10px;
color: #fff;
}
.filter-bar form {
margin: 0;
}
.filter-bar form input,
.filter-bar form select {
margin: 0 5px 3px 0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
padding: 1px 5px;
border-color: #d8d9da;
color: #a7a7a7;
}
.filter-bar form select {
padding: 1px 0;
height: 23px;
}
.filter-bar form label {
float: left;
margin: 0 5px 0 0;
display: block;
line-height: 30px;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
display: inline-block;
margin: 0;
}
.heading-buttons h1.glyphicons,
.heading-buttons h2.glyphicons,
.heading-buttons h3.glyphicons,
.heading-buttons h4.glyphicons,
.heading-buttons h5.glyphicons,
.heading-buttons h6.glyphicons {
display: inline-block;
}
.heading-buttons .buttons {
margin-top: 4px;
text-align: right;
}
.heading-buttons .btn {
margin-right: 10px;
}
.heading-buttons .btn:last-child {
margin-right: 0;
}
.relativeWrap {
position: relative;
}
.copyrights {
text-indent: -9999px;
height: 0;
line-height: 0;
font-size: 0;
overflow: hidden;
}
.widget {
background: #fff;
margin: 0 auto 20px;
position: static;
}
.widget .widget-head {
background: #71c39a;
border: 1px solid #71c39a;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
height: 31px;
line-height: 31px;
position: relative;
}
.widget .widget-head .glyphicons {
height: 31px;
width: 30px;
padding: 0;
}
.widget .widget-head .glyphicons i:before {
width: 30px;
height: 31px;
line-height: 31px;
text-align: center;
font-size: 16px;
color: rgba(255, 255, 255, 0.5);
}
.widget .widget-head .heading {
margin: 0;
color: #fff;
font-size: 10pt;
height: 31px;
line-height: 31px;
padding: 0 10px;
float: left;
}
.widget .widget-head .heading.glyphicons {
width: auto;
display: block;
padding: 0 0 0 35px;
}
.widget .widget-head .heading.glyphicons i:before {
padding: 0;
margin: 0;
left: 0;
top: 0;
height: 31px;
line-height: 31px;
text-align: center;
width: 30px;
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.5);
border-right: 1px solid rgba(255, 255, 255, 0.5);
font-size: 16px;
font-weight: normal;
text-shadow: none;
}
.widget .widget-head a {
text-shadow: none;
}
.widget .widget-head .dropdown-menu li>a:hover,
.widget .widget-head .dropdown-menu li>a:focus,
.widget .widget-head .dropdown-submenu:hover>a {
background-color: #71c39a;
background-image: -moz-linear-gradient(top, #71c39a, #d24343);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#71c39a), to(#d24343));
background-image: -webkit-linear-gradient(top, #71c39a, #d24343);
background-image: -o-linear-gradient(top, #71c39a, #d24343);
background-image: linear-gradient(to bottom, #71c39a, #d24343);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
}
.widget .widget-body {
padding: 15px;
}
.widget .widget-body .count {
font-size: 15pt;
font-weight: 400;
}
.widget .widget-body>p:last-child {
margin: 0;
}
.widget .widget-body.list {
color: #575655;
padding: 0;
}
.widget .widget-body.list ul {
margin: 0;
list-style: none;
}
.widget .widget-body.list ul li {
padding: 0 10px;
height: 39px;
border-bottom: 1px solid rgba(0, 0, 0, 0.02);
line-height: 39px;
text-align: left;
clear: both;
}
.widget .widget-body.list ul li:first-child {
border-top: none;
}
.widget .widget-body.list ul li:last-child {
border-bottom: none;
}
.widget .widget-body.list ul li .count {
float: right;
color: #71c39a;
}
.widget .widget-body.list ul li .sparkline {
position: relative;
top: 5px;
margin-left: 5px;
}
.widget .widget-body.list.products li {
height: 60px;
line-height: 60px;
}
.widget .widget-body.list.products .img {
float: left;
display: inline-block;
width: 48px;
height: 44px;
line-height: 44px;
color: #818181;
text-align: center;
background: #272729;
margin: 8px 8px 0 0;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
font-size: 10pt;
font-weight: 600;
}
.widget .widget-body.list.products .title {
line-height: normal;
display: inline-block;
padding: 13px 0 0;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
}
.widget .widget-body.list.products .title strong {
font-family: "Open Sans", sans-serif;
text-transform: none;
}
.widget .widget-body.list.fluid ul li {
height: auto;
line-height: normal;
padding: 10px;
}
.widget .widget-body.list.list-2 ul li {
border-bottom: 1px solid #d8d9da;
border-top: none;
background: #f8f8f8;
}
.widget .widget-body.list.list-2 ul li.active {
border-color: #dddddd;
background: #fff;
}
.widget .widget-body.list.list-2 ul li.active i:before {
font-weight: normal;
background: #71c39a;
color: #fff;
text-shadow: none;
}
.widget .widget-body.list.list-2 ul li.active a {
color: #71c39a;
}
.widget .widget-body.list.list-2 ul li:last-child {
border-bottom: none;
}
.widget .widget-body.list.list-2 ul li a {
display: block;
color: #222;
padding: 0 0 0 30px;
}
.widget .widget-body.list.list-2 ul li a i:before {
color: #555;
width: 20px;
height: 17px;
font-size: 14px;
border: 1px solid #ccc;
background: #dddddd;
top: 9px;
left: 0;
text-align: center;
vertical-align: middle;
padding-top: 3px;
text-shadow: 0 1px 0 #fff;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu {
height: auto;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul {
padding: 0 0 10px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
height: auto;
line-height: normal;
background: none;
border: none;
line-height: 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
color: #333;
padding: 0 0 0 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
font-weight: bold;
}
.widget .widget-footer {
background: #f7f7f7;
height: 25px;
line-height: 25px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #ffffff;
}
.widget .widget-footer .glyphicons {
width: 25px;
height: 25px;
line-height: 25px;
padding: 0;
float: right;
}
.widget .widget-footer .glyphicons i:before {
font-size: 16px;
color: #c3c3c3;
text-align: center;
width: 20px;
height: 25px;
line-height: 25px;
text-shadow: 0 1px 0 #fff;
}
.widget .widget-footer .glyphicons:hover i:before {
color: rgba(0, 0, 0, 0.5);
}
.widget.margin-bottom-none {
margin-bottom: 0;
}
.widget.widget-gray {
background: #f5f5f5;
}
.widget.widget-gray .widget-head {
background: #e9e9e9;
border-color: #d1d2d3;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.widget.widget-gray .widget-head .heading {
color: #555555;
text-shadow: 0 1px 0 #fff;
}
.widget.widget-gray .widget-head .heading.glyphicons i:before {
background: none;
color: #555;
border-color: rgba(0, 0, 0, 0.1);
}
.widget.widget-2:before,
.widget.widget-2:after {
display: none;
}
.widget.widget-2 .widget-head {
background: #e2e2e4;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
height: 36px;
line-height: 36px;
border-color: #d1d2d3;
}
.widget.widget-2 .widget-head .heading {
line-height: 36px;
color: #555555;
text-shadow: 0 1px 0 #fff;
font-size: 12pt;
}
.widget.widget-2 .widget-head .heading i:before {
color: #555555;
background: none;
border: none;
left: 3px;
top: 2px;
}
.widget.widget-2 .widget-body {
border: 1px solid #d1d2d3;
border-top: 0;
background: #f5f5f5;
}
.widget.widget-2.primary .widget-head {
background: #71c39a;
border-color: #71c39a;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.widget.widget-2.primary .widget-head .heading {
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-2.primary .widget-head .heading i:before {
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-3:before,
.widget.widget-3:after {
display: none;
}
.widget.widget-3 .widget-head {
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
height: 36px;
line-height: 36px;
}
.widget.widget-3 .widget-head .heading {
display: block;
text-align: center;
float: none;
line-height: 36px;
height: 36px;
color: #fff;
text-shadow: 0 1px 0 #555555;
text-transform: uppercase;
font-size: 14pt;
}
.widget.widget-3 .widget-head .heading i:before {
color: #fff;
background: none;
border: none;
left: 3px;
top: 0px;
font-size: 20px;
text-shadow: 0 1px 0 #555555;
}
.widget.widget-3 .widget-head .heading .glyphicons {
vertical-align: middle;
width: 35px;
height: 36px;
padding: 0;
}
.widget.widget-3 .widget-body {
border: 1px solid #dddddd;
border-top: 0;
background: #fff;
}
.widget.widget-3 .widget-body.large {
font-size: 26pt;
font-weight: bold;
text-shadow: 0 3px 0 #ececec;
text-align: center;
padding: 25px 0;
vertical-align: middle;
line-height: normal;
}
.widget.widget-3 .widget-body.large.cancellations span {
line-height: 20px;
text-align: left;
font-size: 17pt;
display: inline-block;
text-shadow: none;
}
.widget.widget-3 .widget-body.large.cancellations span span {
display: block;
}
.widget.widget-3 .widget-body.large.cancellations span span:first-child {
color: #71c39a;
text-transform: uppercase;
font-size: 13pt;
}
.widget.widget-3 .widget-footer {
border: 1px solid #dddddd;
background: #fff;
border-top: none;
}
.widget.widget-3 .widget-footer a {
float: none;
color: #dddddd;
width: auto;
padding: 0 10px 0 30px;
border-right: 1px solid #dddddd;
text-decoration: none;
}
.widget.widget-3 .widget-footer a i:before {
color: #dddddd;
left: 5px;
}
.widget.widget-3 .widget-footer a:hover {
color: #71c39a;
}
.widget.widget-3 .widget-footer a:hover i:before {
color: #71c39a;
}
.widget.widget-3 .widget-footer.align-center {
text-align: center;
}
.widget.widget-3 .widget-footer.align-center a:first-child {
border-left: 1px solid #dddddd;
}
.widget.widget-3 .widget-footer.align-right {
text-align: right;
}
.widget.widget-3 .widget-footer.align-right a:first-child {
border-left: 1px solid #dddddd;
}
.widget.widget-3 .widget-footer.align-right a:last-child {
border-right: none;
}
.widget.widget-4 .widget-head {
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
background: #fff;
border: none;
height: 30px;
line-height: 30px;
}
.widget.widget-4 .widget-head .heading {
text-transform: none;
color: #222222;
text-shadow: none;
padding: 0;
margin: 0;
height: 30px;
font-weight: 600;
font-size: 16px;
}
.widget.widget-4 .widget-head .details {
font-size: 8pt;
padding: 0 5px;
}
.widget.widget-4 .widget-body {
border: none;
}
.widget.widget-4 .widget-body.list ul li {
padding: 0;
}
.widget.widget-tabs .tab-content {
padding: 0;
}
.widget.widget-tabs .widget-head {
background: #e1e1e3;
}
.widget.widget-tabs .widget-head ul {
list-style: none;
height: 36px;
margin: 0;
border-right: 1px solid #f5f5f5;
display: inline-block;
}
.widget.widget-tabs .widget-head ul li {
height: 36px;
line-height: 36px;
float: left;
display: block;
border-right: 1px solid #d1d2d3;
}
.widget.widget-tabs .widget-head ul li a {
width: auto;
height: auto;
display: block;
padding: 0 15px;
color: #939393;
border-left: 1px solid #f5f5f5;
}
.widget.widget-tabs .widget-head ul li a i:before {
left: 5px;
top: 3px;
color: #9d9d9d;
text-shadow: 0 1px 0 #fff;
}
.widget.widget-tabs .widget-head ul li a.glyphicons {
padding: 0 15px 0 35px;
}
.widget.widget-tabs .widget-head ul li.active {
background: #f5f5f5;
height: 37px;
color: #555555;
}
.widget.widget-tabs .widget-head ul li.active i:before {
color: #7a7a7a;
}
.widget.widget-tabs .widget-head ul li:first-child {
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
}
.widget.widget-tabs .widget-head ul li:first-child a {
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
}
.widget.widget-tabs .widget-body.large {
padding: 25px;
}
.widget.widget-tabs-2.border-bottom-none {
border-bottom: none;
}
.widget.widget-tabs-2 .widget-head {
background: #fff;
border: none;
border-bottom: 1px solid #71c39a;
padding: 0 10px;
}
.widget.widget-tabs-2 .widget-head ul {
border: none;
}
.widget.widget-tabs-2 .widget-head ul li {
border: none;
background: #f2f2f2;
margin: 0 5px 0 0;
}
.widget.widget-tabs-2 .widget-head ul li.active {
background-color: #71c39a;
}
.widget.widget-tabs-2 .widget-head ul li.active a {
color: #fff;
}
.widget.widget-tabs-2 .widget-head ul li.active a i:before {
color: #fff;
}
.widget.widget-tabs-2 .widget-head ul li a {
border: none;
color: #222;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
}
.widget.widget-tabs-2 .widget-head ul li:first-child,
.widget.widget-tabs-2 .widget-head ul li:first-child a {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.widget.widget-tabs-2 .widget-body {
background: #fff;
border: none;
padding: 15px 0 0;
}
.widget.tabs-right .widget-head ul {
float: right;
}
.widget.widget-body-white .widget-body {
background: #fff;
}
p.glyphicons {
padding: 5px 0 10px 75px;
}
p.glyphicons i:before {
color: #D67170;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
font-size: 45pt;
top: -10px;
}
p.glyphicons.right {
padding: 0 75px 0 0;
}
p.glyphicons.right i:before {
left: auto;
right: 0;
}
p.glyphicons.envelope i:before {
top: -5px;
}
.nav-tabs>li>a:hover,
.nav-pills>li>a,
.nav-pills>li>a:hover {
background: #71c39a;
border-bottom-color: #71c39a;
color: #fff;
}
.nav-tabs {
border-bottom-color: #71c39a;
}
.nav-tabs>li>a {
padding: 6px 8px;
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
background: #71c39a;
border-top-color: #71c39a;
border-left-color: #71c39a;
border-right-color: #71c39a;
color: #fff;
font-weight: bold;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.nav-pills a {
cursor: pointer;
color: #BAAC98;
border-bottom: 1px solid #E1D6C7;
}
.nav-pills>.active>a,
.nav-pills>.active>a:hover {
background: #f7f0e8 url("../images/pattern-granite.png") repeat;
border-top-color: #e0d5c6;
border-left-color: #e0d5c6;
border-right-color: #e0d5c6;
background: #D67170;
color: #F7F0E8;
}
.nav-pills .glyphicons {
padding-left: 25px;
}
.nav-pills .glyphicons i:before {
position: relative;
font-size: 14px;
left: -10px;
top: 2px;
color: #F5EADB;
font-weight: normal;
text-shadow: none;
}
.tab-content {
overflow: visible;
}
.label-important {
background: #71c39a;
}
.label-block {
display: block;
}
.table {
margin: 0;
position: relative;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
background-color: #f8f8f8;
}
.table th,
.table td {
border-top-color: #f8f8f8;
}
.table td.center,
.table th.center {
text-align: center;
}
.table td.right,
.table th.right {
text-align: right;
}
.table-condensed {
font-size: 10pt;
}
.table-condensed th,
.table-condensed td {
padding: 4px 10px;
}
.table-bordered {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
border-color: #d7d8da;
}
.table-bordered th,
.table-bordered td {
border-color: #d7d8da;
}
.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-fill td {
background: #F8F8F8;
}
.table .progress:last-child,
.table .alert:last-child {
margin: 0;
}
.table .shortRight {
width: 25%;
text-align: right;
}
.table-large-spacing td {
padding: 20px 15px;
}
.table .thead td {
padding: 8px;
font-weight: bold;
}
.table-vertical-center td,
.table-vertical-center th {
vertical-align: middle;
}
.table-thead-simple thead th {
background: none;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #dddddd;
color: #555;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
text-shadow: none;
text-transform: none;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.table-thead-simple.table-thead-border-none {
border-top: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-thead-simple.table-thead-border-none thead th {
border-bottom: none;
}
.table-thead-simple.table-thead-border-none thead:first-child tr:first-child>th:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child>td:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child>th:last-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-primary {
border-color: #dddddd;
border-top: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-primary thead th {
border-color: #71c39a;
background-color: #71c39a;
color: #fff;
text-transform: uppercase;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.table-primary tbody td {
color: #484c50;
background: #fafafa;
border-width: 0px;
}
.table-primary tbody td.important {
color: #71c39a;
font-weight: 600;
}
.table-primary tbody td.actions {
padding-right: 1px;
}
.table-primary.table-bordered tbody td {
border-color: #dddddd;
border-width: 1px;
box-shadow: 0 0 0 1px #fff inset;
-webkit-box-shadow: 0 0 0 1px #fff inset;
-moz-box-shadow: 0 0 0 1px #fff inset;
}
/*.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
background: #fff;
}*/
.table-primary tbody tr.selectable td {
cursor: pointer;
}
.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
background: #e9e9e9;
box-shadow: 0 0 0 1px #fff inset;
-webkit-box-shadow: 0 0 0 1px #fff inset;
-moz-box-shadow: 0 0 0 1px #fff inset;
}
#DataTables_Table_0_filter {
text-align: right;
}
#DataTables_Table_0_length select {
width: 80px;
}
#DataTables_Table_0_info {
padding: 20px 0;
}
.dataTables_paginate {
text-align: right;
}
.circular-item {
position: relative;
display: block;
}
.circular-item .glyphicons {
position: absolute;
top: 48%;
left: 50%;
margin-left: -18px;
margin-top: -50px;
}
.finances_cashflow .amount {
font-size: 25pt;
font-weight: bold;
text-shadow: 0 3px 0 #ECECEC;
text-align: center;
padding: 0;
vertical-align: middle;
line-height: normal;
}
.finances_cashflow .target {
position: absolute;
width: 100%;
text-align: center;
top: 55%;
left: 0;
}
.finances_cashflow .glyphicons.btn-action.single {
width: 35px;
height: 35px;
margin-right: 0;
}
.finances_cashflow .glyphicons.btn-action.single i:before {
width: 35px;
height: 35px;
font-size: 24px;
left: 0px;
}
.pager li>a,
.pager li>span {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.pagination ul {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span,
.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span,
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span,
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.pagination ul>li>a:hover {
background: #71c39a;
color: #fff;
}
.pagination ul>.active>a,
.pagination ul>.active>span {
background: #3d9167;
color: #fff;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.pagination ul>li>a,
.pagination ul>li>span {
border: none;
font-size: 13px;
background: #71c39a;
color: #fff;
}
.pagination ul>.disabled>a,
.pagination ul>.disabled>span {
background: #fafafa;
color: #dddddd;
}
.pagination ul>.disabled>a:hover {
background: #fafafa;
color: #dddddd;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.pagination ul {
font-size: 0;
}
.pagination ul li {
margin: 0 3px;
display: inline-block;
}
.google-visualization-table-div-page {
margin: 10px 0 0 0 !important;
}
.google-visualization-table-div-page .a-d-e-h-g {
padding: 0;
border: none;
margin: 0;
}
.google-visualization-table-div-page .a-d-e-f-g,
.google-visualization-table-div-page .a-d-e-h-g {
border-style: none;
}
.google-visualization-table-div-page .a-d-e-o-q .a-d-e-h-g {
border: none;
}
.google-visualization-table-div-page .a-d-e {
background: none;
margin-left: 5px;
}
.google-visualization-table-div-page .a-d-e.a-d-e-o-p {
margin-left: 0;
}
.google-visualization-table-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 1px solid #D7D8DA;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 10pt;
background: none !important;
}
.google-visualization-table-table td,
.google-visualization-table-table .tableHeaderRow td {
padding: 4px 10px;
border: none;
border-left: 1px solid #D7D8DA;
border-top: 1px solid #D7D8DA;
line-height: 20px;
}
.google-visualization-table-table .tableHeaderRow td {
font-weight: bold;
vertical-align: bottom;
}
.google-visualization-table-table tbody tr:nth-child(odd) td,
.google-visualization-table-table tbody tr:nth-child(odd) td {
background-color: rgba(255, 255, 255, 0.5);
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child>td:first-child,
.google-visualization-table-table tbody:first-child tr:first-child>td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child>td:last-child,
.google-visualization-table-table tbody:first-child tr:first-child>td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.google-visualization-table-table tbody:last-child tr:last-child>td:first-child {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
}
.google-visualization-table-table tbody:last-child tr:last-child>td:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child td,
.google-visualization-table-table tbody:first-child tr:first-child td {
border-top: 0;
}
.accordion-group {
border-color: #ddd;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.accordion-inner {
font-size: 13px;
background: #fff;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.accordion-heading .accordion-toggle {
background: #71c39a;
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.alert {
margin: 0 0 10px;
text-shadow: 0 1px 0 #fff;
border: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #f5f4e2;
color: #adaa48;
}
.alert h4 {
margin: 0 0 5px;
}
.alert.alert-error {
background: #f3e3e3;
color: #c37171;
}
.alert.alert-error .close {
color: #c37171;
}
.alert.alert-error h4 {
color: #c37171;
}
.alert.alert-info {
background: #e3f1f3;
color: #5facb5;
}
.alert.alert-info h4 {
color: #5facb5;
}
.alert.alert-info .close {
color: #5facb5;
}
.alert.alert-success {
background: #edf2e7;
color: #8ca767;
}
.alert.alert-success h4 {
color: #8ca767;
}
.alert.alert-success .close {
color: #8ca767;
}
.alert .close {
opacity: 1;
filter: alpha(opacity=100);
color: #adaa48;
}
.progress {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fff;
border: 1px solid #e6e6e6;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.progress .bar {
background: #ededed;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.progress.progress-info .bar {
background: #71bac3;
}
.progress.progress-success .bar {
background: #a6bf85;
}
.progress.progress-warning .bar {
background: #ccc96f;
}
.progress.progress-danger .bar {
background: #c37171;
}
.sliders-vertical span {
height: 120px;
float: left;
margin: 15px;
}
.ui-widget-header {
border-color: #71c39a;
background: #71c39a;
color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
background: #fafafa;
border-color: #dddddd;
color: #797979;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
background: #71c39a;
color: #fff;
}
.ui-widget-content {
border: none;
}
.ui-datepicker-inline {
width: 100%;
padding: 0;
}
.ui-slider-wrap {
display: block;
padding: 5px 0;
}
.ui-slider-wrap .ui-slider {
background: #e6e6e6;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 1px #ffffff inset;
-webkit-box-shadow: 0 0 0 1px #ffffff inset;
-moz-box-shadow: 0 0 0 1px #ffffff inset;
border: 1px solid #e6e6e6;
}
.ui-slider-wrap .ui-slider-horizontal {
height: 10px;
}
.ui-slider-wrap .ui-slider-horizontal .ui-slider-handle {
top: -8px;
margin-left: -0.4em;
width: 10px;
height: 24px;
}
.ui-slider-wrap .ui-slider-horizontal .ui-slider-range {
top: 1px;
bottom: 1px;
height: auto;
}
.ui-slider-wrap .ui-slider-vertical .ui-slider-handle {
left: -4px;
width: 20px;
height: 10px;
}
.ui-slider-wrap .ui-slider-vertical .ui-slider-range {
left: 1px;
right: 1px;
width: auto;
}
.ui-slider-wrap .ui-slider-handle {
background: #cacaca;
}
.ui-slider-wrap .ui-slider-range {
background: rgba(0, 0, 0, 0.2);
}
.ui-slider-wrap .slider-primary .ui-slider-handle {
background: #71c39a;
}
.ui-slider-wrap .slider-primary .ui-slider-range {
background: #71c39a;
}
.ui-slider-wrap .slider-warning .ui-slider-handle {
background: #FBB450;
}
.ui-slider-wrap .slider-warning .ui-slider-range {
background: #FBB450;
}
.ui-slider-wrap .slider-success .ui-slider-handle {
background: #609450;
}
.ui-slider-wrap .slider-success .ui-slider-range {
background: #609450;
}
.ui-slider-wrap .slider-inverse .ui-slider-handle {
background: #3F4246;
}
.ui-slider-wrap .slider-inverse .ui-slider-range {
background: #3F4246;
}
.ui-slider-wrap .slider-info .ui-slider-handle {
background: #93B9D8;
}
.ui-slider-wrap .slider-info .ui-slider-range {
background: #93B9D8;
}
.sliders-vertical {
position: relative;
margin: 0 auto;
display: inline-block;
}
.sliders-vertical .ui-slider-wrap {
margin: 0 5px;
}
.sliders-vertical .ui-slider {
margin: 0;
}
.vertical-range-slider .ui-slider-wrap {
display: inline-block;
margin: 0 auto;
}
blockquote,
blockquote.pull-right {
border-color: #e0d5c6;
}
blockquote p {
font-family: 'Dancing Script', cursive;
font-weight: 400;
font-size: 25pt;
margin: 0 0 10px;
}
blockquote small {
color: #BAAC98;
}
.up-count{
margin-right: 15px;
}
.separator {
margin: 0;
padding: 10px 0;
display: block;
content: "";
}
.separator.line {
margin: 15px 0;
padding: 0;
height: 5px;
background: #ededed;
}
.separator.sm-line {
margin: 15px 0;
padding: 0;
height: 2px;
background: #ededed;
}
.separator.bottom {
margin: 0 0 20px;
padding: 0;
}
.separator.top {
margin: 20px 0 0;
padding: 0;
}
hr {
border-top-color: #cbcccd;
margin: 2.127659574468085% 0;
}
.breadcrumb {
height: 30px;
line-height: 30px;
padding: 0 8px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
margin: 0;
background: #fafafa;
border-bottom: 1px solid #ddd;
font-size: 9pt;
}
.breadcrumb a {
color: #333;
font-weight: 600;
}
.breadcrumb .glyphicons {
color: #333;
padding: 0 0 0 20px;
}
.breadcrumb .glyphicons i:before {
color: #71c39a;
font-size: 14px;
top: 3px;
}
.breadcrumb .divider {
margin: 0 3px;
width: 0;
border-left: 1px solid #fff;
border-right: 1px solid #bfc2c5;
height: 10px;
}
.well {
border: none;
z-index: 1;
position: relative;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fafafa;
}
.well.small {
padding: 10px;
}
.btn-block {
width: 100%;
}
.btn-group-vertical.block {
display: block;
}
.btn-group>.btn:first-child,
.btn-group>.btn:last-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.btn-group .btn-primary {
margin-right: 3px;
}
.btn-group.btn-group-vertical .btn {
margin-bottom: 5px;
}
.btn {
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
box-shadow: none;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
font-weight: 400;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.btn.btn-large {
padding: 8px 19px;
}
.btn-default {
background: #f4f4f4;
border: none;
text-shadow: none;
color: #171b19;
text-shadow: 0 1px 0 #fff;
border-style: none;
border-width: 1px;
}
.btn-default.border-only {
color: #555;
border-color: #ddd;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover {
background: #f4f4f4;
}
.btn-default .caret {
border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-warning {
background: #ccc96f;
border: 1px solid #ccc96f;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-warning.glyphicons i:before {
color: rgba(255, 255, 255, 0.5);
text-shadow: none;
}
.btn-warning.border-only {
color: #ccc96f;
border-color: #ccc96f;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover {
background: #ccc96f;
color: #fff;
}
.btn-warning .caret {
border-top-color: rgba(255, 255, 255, 0.7);
border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-info {
background: #71bac3;
border: 1px solid #71bac3;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-info.glyphicons i:before {
color: rgba(255, 255, 255, 0.5);
text-shadow: none;
}
.btn-info.border-only {
color: #71bac3;
border-color: #71bac3;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover {
background: #71bac3;
color: #fff;
}
.btn-info .caret {
border-top-color: rgba(255, 255, 255, 0.7);
border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-danger {
color: #fff;
background: #c37171;
border: 1px solid #c37171;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-danger.glyphicons i:before {
color: rgba(255, 255, 255, 0.4);
text-shadow: none;
}
.btn-danger.border-only {
color: #c37171;
border-color: #c37171;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger:hover {
background: #c37171;
color: #fff;
}
.btn-danger .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.btn-primary {
background: #71c39a;
border: 1px solid #71c39a;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-primary.glyphicons i:before {
color: rgba(255, 255, 255, 0.4);
text-shadow: none;
}
.btn-primary.border-only {
color: #71c39a;
border-color: #71c39a;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover {
background: #71c39a;
color: #fff;
}
.btn-primary .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.btn-group.btn-block {
padding: 0;
position: relative;
}
.btn-group.btn-block .leadcontainer {
left: 0;
position: absolute;
right: 29px;
}
.btn-group.btn-block .leadcontainer>.btn:first-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
margin-left: 0;
}
.btn-group.btn-block>.btn:last-child,
.btn-group.btn-block>.dropdown-toggle {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.btn-group.btn-block .dropdown-lead {
box-sizing: border-box;
width: 100%;
}
.btn-group.btn-block .dropdown-toggle {
width: 30px;
float: right;
box-sizing: border-box;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.btn-inverse {
background: #171b19;
border: 1px solid #171b19;
color: #ffffff;
text-shadow: none;
}
.btn-inverse.glyphicons i:before {
color: #919293;
text-shadow: none;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover {
background: #171b19;
color: #fff;
}
.btn-inverse .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.btn-success {
background: #a6bf85;
border: 1px solid #a6bf85;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-success.glyphicons i:before {
color: #a2bc9b;
text-shadow: none;
}
.btn-success.border-only {
color: #a6bf85;
border-color: #a6bf85;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover {
background: #a6bf85;
color: #fff;
}
.btn-success .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
#flotTip {
white-space: nowrap;
border: 1px solid #71c39a;
padding: 3px 8px;
background: #71c39a;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
position: absolute;
z-index: 100;
color: #fff;
}
.finances_summary .well {
font-size: 16px;
text-align: center;
}
.finances_summary .well strong {
display: block;
font-size: 22pt;
color: #45494c;
line-height: normal;
}
.finances_summary .glyphicons.standard i:before {
color: #cccccc;
}
.glyphicons.standard {
width: 24px;
height: 24px;
padding: 0;
}
.glyphicons.single {
color: #71c39a;
padding: 0 0 0 20px;
}
.glyphicons.single i:before {
font-size: 13px;
top: 4px;
color: #71c39a;
}
.glyphicons.text-error {
color: #71c39a;
}
.glyphicons.text-error i:before {
color: #71c39a;
}
.glyphicons.text-info {
color: #5d92b3;
}
.glyphicons.text-info i:before {
color: #5d92b3;
}
.glyphicons.text-success {
color: #719d46;
}
.glyphicons.text-success i:before {
color: #719d46;
}
.glyphicons.btn-action {
width: 25px;
height: 25px;
padding: 0;
vertical-align: middle;
border-style: none;
border-width: 1px;
}
.glyphicons.btn-action i:before {
font-size: 14px;
top: 5px;
left: 5px;
border: none;
}
.glyphicons.btn-action.circle {
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
.glyphicons.btn-action.btn-default {
background: #f4f4f4;
border-color: #ddd;
}
.glyphicons.btn-action.btn-default i:before {
color: #555;
}
.glyphicons.btn-action.btn-info {
background: #71bac3;
border-color: #71bac3;
}
.glyphicons.btn-action.btn-info.border-only i:before {
color: #71bac3;
}
.glyphicons.btn-action.btn-primary {
background: #71c39a;
border-color: #71c39a;
}
.glyphicons.btn-action.btn-primary.border-only i:before {
color: #71c39a;
}
.glyphicons.btn-action.btn-success {
background: #a6bf85;
border-color: #a6bf85;
}
.glyphicons.btn-action.btn-success i:before {
color: rgba(255, 255, 255, 0.9);
}
.glyphicons.btn-action.btn-success.border-only i:before {
color: #a6bf85;
}
.glyphicons.btn-action.btn-success.single i:before {
color: #71c39a;
}
.glyphicons.btn-action.btn-danger {
background: #c37171;
border-color: #c37171;
}
.glyphicons.btn-action.btn-danger.border-only i:before {
color: #c37171;
}
.glyphicons.btn-action.btn-danger.single i:before {
color: #c37171;
}
.glyphicons.btn-action.border-only {
background: #fff;
border-style: solid;
}
.glyphicons.btn-action.single {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: none;
background: none;
margin-right: 10px;
}
.glyphicons.btn-icon {
padding: 5px 7px 5px 40px;
}
.glyphicons.btn-icon i:before {
font-size: 15px;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.2);
width: 33px;
height: 23px;
vertical-align: middle;
padding: 7px 0 0;
text-align: center;
}
.glyphicons.btn-icon.right {
text-align: left;
padding: 5px 0 5px 7px;
}
.glyphicons.btn-icon.right i:before {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
right: 0;
left: auto;
border-right: none;
border-left: 1px solid rgba(255, 255, 255, 0.5);
text-align: center;
}
.glyphicons.btn-large {
padding: 10px 10px 10px 40px;
font-weight: 600;
}
.glyphicons.btn-large i:before {
top: 12px;
left: 12px;
font-size: 17px;
}
.glyphicons.btn-large.btn-icon i:before {
top: 0;
left: 0;
height: 28px;
padding: 12px 0 0;
}
.glyphicons.btn-small {
padding: 2px 10px 2px 35px;
}
.glyphicons.btn-small i:before {
padding: 5px 0 0;
width: 28px;
height: 19px;
font-size: 14px;
}
.glyphicons.btn-mini {
padding: 1px 6px 1px 33px;
}
.glyphicons.btn-mini i:before {
padding: 5px 0 0;
width: 26px;
height: 17px;
font-size: 13px;
}
.glyphicons.orange i:before {
color: #EDB459;
}
.glyphicons.btn-default i:before {
color: #9e9e9e;
text-shadow: none;
background: rgba(255, 255, 255, 0.6);
}
h4.glyphicons {
padding: 0 0 0 35px;
display: block;
}
h4.glyphicons i:before {
font-size: 22px;
font-weight: normal;
color: #575655;
}
h3.glyphicons,
h2.glyphicons {
padding: 0 0 0 45px;
display: block;
}
h3.glyphicons i:before,
h2.glyphicons i:before {
font-size: 30px;
font-weight: normal;
left: 2px;
top: 5px;
color: #575655;
}
h3.glyphicons.cogwheels i:before,
h2.glyphicons.cogwheels i:before {
left: 5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: #E0D5C6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
font-size: 13px;
}
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
padding-left: 0;
}
.uniformjs .radio {
height: auto;
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
margin-left: 3px;
}
.uniformjs label.radio {
margin-bottom: 0;
}
.uniformjs label.radio.inline {
margin: 0;
}
.checkbox.inline {
padding-bottom: 1px;
}
.uniformjs .radio span {
margin: 2px 0 0;
}
.uniformjs .checkbox span {
margin: -2px 0 0;
}
label,
input,
button,
select,
textarea {
font-size: 13px;
}
.input-full input {
width: 83%;
height: 17px;
}
.loginbox form {
margin: 0;
}
.loginbox .add-on {
background: #fff;
}
.loginbox .add-on i:before {
color: #7f8284;
}
.loginbox .forgot {
margin-bottom: 5px;
text-align: right;
display: block;
}
legend {
line-height: normal;
height: auto;
font-size: 18px;
margin: 0 0 6px;
text-align: left;
padding: 0;
border: 0;
color: #797979;
}
.btn-group>.btn,
.btn-group>.dropdown-menu {
font-size: 13px;
}
.strong {
font-weight: bold;
}
input[type=text],
input[type=password],
select,
textarea {
border-color: #D8D9DA;
color: #A7A7A7;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.control-label.center {
text-align: center;
}
.form-horizontal .form-actions {
margin-top: 0;
padding: 10px 20px;
background: #fff;
}
.form-horizontal .controls {
margin-left: 145px;
}
.form-horizontal .control-label {
width: 125px;
}
.input-prepend .add-on,
.input-append .add-on {
background: #fff;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
color: #D0D1D1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
margin-top: 0;
}
.input-prepend .add-on.glyphicons,
.input-append .add-on.glyphicons {
background: #fff;
}
.input-prepend .add-on.glyphicons i:before,
.input-append .add-on.glyphicons i:before {
font-size: 14px;
left: 7px;
top: 7px;
color: #D0D1D1;
}
.input-append .add-on.glyphicons i:before {
left: 6px;
}
.gallery ul {
margin: 0;
padding: 0;
list-style: none;
}
.gallery ul li {}
.gallery ul li .thumb {
position: relative;
background: #71c39a;
display: block;
padding: 10px;
margin-bottom: 20px;
z-index: 1;
}
.gallery ul li.span4 {
margin-left: 0;
}
.gallery ul li.span3 {
margin-left: 0;
}
.gallery ul li.span2 {
margin-left: 0;
}
.pages ul {
list-style: none;
margin: 0;
padding: 0;
}
.pages ul li {
display: block;
background: #dfdfdf;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
margin-bottom: 2.127659574468085%;
border: 1px solid #bec0c6;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
padding: 10px 15px 15px 65px;
color: #9e9e9e;
text-shadow: 0 1px 0 #fff;
}
.pages ul li>i:before {
font-size: 40px;
left: 12px;
top: 16px;
color: #9e9e9e;
}
.pages ul li.span3:nth-child(4n+5) {
margin-left: 0;
}
.pages ul li strong {
font-size: 11pt;
padding: 3px 0 5px;
display: block;
}
.pages ul li .actions {
display: block;
}
.pages ul li .actions .glyphicons {
padding: 0 2px 0 20px;
color: #9e9e9e;
}
.pages ul li .actions .glyphicons i:before {
font-size: 15px;
top: 3px;
color: #9e9e9e;
}
.pages ul li .actions .glyphicons.pencil i:before {
content: "\270F";
font-size: 14px;
}
.pages ul li .actions .glyphicons.edit i:before {
top: 1px;
}
.pages ul li:hover,
.pages ul li.primary {
background-color: #da4c4c;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
border-color: #da4c4c;
}
.pages ul li:hover .glyphicons,
.pages ul li.primary .glyphicons {
color: #fff;
}
.pages ul li:hover .glyphicons i:before,
.pages ul li.primary .glyphicons i:before {
color: #f4cbcb;
}
.pages ul li:hover i:before,
.pages ul li.primary i:before {
color: #f4cbcb;
}
#external-events ul {
list-style: none;
margin: 0;
}
#external-events li {
margin: 0 0 5px;
padding: 2px 5px;
background: #71c39a;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
font-size: .85em;
cursor: pointer;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
#external-events li.glyphicons {
padding: 2px 5px 2px 30px;
display: block;
}
#external-events li.glyphicons i:before {
font-size: 14px;
color: #fff;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
height: 24px;
width: 24px;
line-height: 24px;
text-align: center;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.fc-header-title h2 {
font-size: 16pt;
line-height: 25px;
}
.fc-event-skin {
border-color: #71c39a;
background-color: #71c39a;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.fc-event-time,
.fc-event-title {
padding: 0 5px;
}
#calendar .btn-group .btn-primary {
margin-right: 2px;
}
pre.prettyprint {
word-break: normal;
word-wrap: normal;
white-space: pre;
background-color: #f8f8f8;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee));
background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%);
-moz-background-size: 38px 38px;
background-size: 38px 38px;
border: 1px solid #d7d8da;
display: block;
line-height: 19px;
margin-bottom: 10px;
overflow: visible;
overflow-y: hidden;
padding: 0 0 0 4px;
}
pre.prettyprint .glyphicons {
padding: 0 0 0 20px;
}
pre.prettyprint .glyphicons i:before {
font-size: 17px;
top: 1px;
}
.highlight-1 {
background: #D67170;
display: inline-block;
padding: 0 5px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
font-weight: bold;
}
.lt-ie9 .widget .widget-body.list ul li {
border-bottom: 1px solid #efefef;
}
.lt-ie9 .navbar.main .btn-navbar {
float: left;
}
.lt-ie9 .navbar.main .topnav {
position: absolute;
top: 0;
right: 0;
height: 42px;
}
.lt-ie9 .navbar.main .topnav .dropdown>a .caret {
margin-top: 0;
top: 8px;
left: 5px;
}
.lt-ie9 .heading-buttons h1.glyphicons,
.lt-ie9 .heading-buttons h2.glyphicons,
.lt-ie9 .heading-buttons h3.glyphicons,
.lt-ie9 .heading-buttons h4.glyphicons,
.lt-ie9 .heading-buttons h5.glyphicons,
.lt-ie9 .heading-buttons h6.glyphicons {
float: left;
}
#docs_icons {
padding: 20px;
}
#docs_icons .glyphicons {
display: inline-block;
*display: inline;
*zoom: 1;
width: 125px;
font-size: 12px;
line-height: 48px;
overflow: hidden;
}
#docs_icons .glyphicons i:before {
line-height: 55px !important;
color: #71c39a;
}
.documentation ul ul {
margin-bottom: 10px;
}
.documentation .span3 .menu.affix {
position: fixed;
top: 20px;
width: 220px;
}
.documentation .show-grid {
margin-top: 10px;
margin-bottom: 20px;
}
.documentation .show-grid [class*="span"] {
background-color: #535a5e;
text-align: center;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
min-height: 40px;
line-height: 40px;
color: #fff;
}
.documentation .show-grid .show-grid {
margin-top: 0;
margin-bottom: 0;
}
.documentation .show-grid .show-grid [class*="span"] {
background-color: #848d93;
}
.margin-bottom-none {
margin-bottom: 0;
}
@media (min-width:980px) {}
@media (max-width:979px) {
.container-fluid.fixed {
width: auto;
border: none;
margin: 0;
}
}
@media (max-width:767px) {
body {
padding: 0;
}
.nav-tabs>li>a {
font-size: 10pt;
}
.nav-tabs>li>a,
.nav-pills>li>a {
padding-left: 5px;
padding-right: 5px;
}
.documentation .span3 .menu.affix {
position: relative;
top: 0;
width: auto;
}
.phone-margin.bottom {
margin: 0 0 10px;
}
.well {
padding: 5px;
}
.widget .widget-body {
padding: 10px 5px;
}
.widget.margin-bottom-none {
margin-bottom: 20px;
}
.widget.widget-tabs-2 .widget-head {
height: auto;
}
.widget.widget-tabs-2 .widget-head ul {
display: block;
height: auto;
}
.widget.widget-tabs-2 .widget-head ul li {
float: none;
display: block;
width: 100%;
}
.widget-stats {
margin: 0 0 10px;
}
.navbar.main .container {
display: block;
}
.navbar.main .container #menu {
background: #171b19;
position: absolute;
top: 80px;
width: 100%;
z-index: 99999;
}
.navbar.main .container #menu>li {
float: none;
display: block;
height: auto;
}
.navbar.main .container #menu>li>a {
display: block;
height: 45px;
line-height: 45px;
}
.navbar.main .container #menu .menu {
width: 100%;
position: relative;
top: auto;
left: auto;
float: none;
}
.navbar.main .container #menu .menu.hide {
display: block;
}
}
@media (max-width:480px) {
h1,
h2,
h3 {
line-height: 30px;
font-size: 18pt;
}
h3.glyphicons i:before,
h2.glyphicons i:before {
font-size: 24px;
top: 3px;
left: 5px;
}
.heading-buttons .buttons {
margin-top: -1px;
}
.separator {
margin: 10px 0;
}
.table-condensed th,
.table-condensed td {
padding: 4px 5px;
}
p.glyphicons {
padding: 5px 0 10px 55px;
}
p.glyphicons i:before {
color: #D67170;
font-size: 35pt;
top: 0;
}
p.glyphicons.right {
padding: 0 55px 0 0;
}
}
@media (max-width:320px) {
.nav-tabs>li,
.nav-tabs>li>a,
.nav-tabs>li>a:hover {
display: block;
float: none;
margin: 0 0 -1px;
border-color: #71c39a;
}
.nav-tabs>li:hover {
border-color: #71c39a;
}
.nav-tabs>li,
.nav-tabs>li>a {
border-color: #E0D5C6;
background: #F5EADB;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
}
@media (max-width:240px) {}
@media (max-width:979px) and (min-width:768px) {
.widget-stats {
padding: 10px;
}
.widget-stats .glyphicons {
padding: 0 10px 0 0;
}
.widget-stats .glyphicons i:before {
font-size: 20px;
top: -5px;
}
}
@media (max-width:979px) and (min-width:480px) {}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {}
@media only screen and (max-width:979px) {
.table-responsive.swipe-horizontal {
border-collapse: collapse;
border-spacing: 0;
display: block;
position: relative;
width: 100%;
border-left: 1px solid #DDD;
}
.table-responsive.swipe-horizontal th,
.table-responsive.swipe-horizontal td {
display: block;
margin: 0;
vertical-align: top;
}
.table-responsive.swipe-horizontal th {
text-align: right;
border-bottom: 0;
border-left: 0;
}
.table-responsive.swipe-horizontal td {
min-height: 1.25em;
text-align: left;
border-left: 0;
border-right: 0;
border-bottom: 0;
border-top: 0;
}
.table-responsive.swipe-horizontal thead {
display: block;
float: left;
}
.table-responsive.swipe-horizontal thead tr {
display: block;
}
.table-responsive.swipe-horizontal tbody {
display: block;
width: auto;
position: relative;
overflow-x: auto;
white-space: nowrap;
word-spacing: 0;
letter-spacing: 0;
font-size: 0;
}
.table-responsive.swipe-horizontal tbody tr {
display: inline-block;
vertical-align: top;
border-left: 1px solid #d7d8da;
}
.table-responsive.block {}
.table-responsive.block table,
.table-responsive.block thead,
.table-responsive.block tbody,
.table-responsive.block th,
.table-responsive.block td,
.table-responsive.block tr {
display: block;
}
.table-responsive.block thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.table-responsive.block tr {
border: 1px solid #d7d8da;
}
.table-responsive.block td {
border: none;
border-bottom: 1px solid #d7d8da;
position: relative;
padding-left: 50%;
white-space: normal;
text-align: left;
}
.table-responsive.block td:before {
position: absolute;
vertical-align: middle;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align: right;
font-weight: bold;
}
.table-responsive.block td:before {
content: attr(data-title);
}
}
body.choose {
background: #d2d1cf;
text-align: center;
overflow: visible;
}
body.choose hr {
border-bottom-color: #e8e8e8;
border-top-color: #aeaeae;
}
body.choose h1 {
font-size: 24.5px;
}
body.choose h1 span {
color: #71c39a;
}
body.choose ul {
list-style: none;
margin: 0;
padding: 0;
}
body.choose ul li {
height: 40px;
line-height: 40px;
}
body.choose ul li span {
display: inline-block;
width: 130px;
text-align: left;
}
body.choose #choose-preview {
width: 470px;
height: 366px;
background: url("../images/choose-preview.jpg") no-repeat;
margin: 0 auto;
position: relative;
overflow: hidden;
}
body.choose #choose-preview>span {
width: 357px;
height: 222px;
line-height: 222px;
background: #222;
color: #efefef;
position: absolute;
left: 57px;
top: 17px;
}
body.choose #choose-preview>span span {
display: block;
}
@media (max-width:767px) {
body.choose ul li {
height: auto;
text-align: center;
line-height: normal;
}
body.choose ul li span {
width: 100%;
display: block;
text-align: center;
padding: 0 0 5px;
}
body.choose #choose-preview {
background: none;
width: 357px;
height: 222px;
}
body.choose #choose-preview>span {
left: 0;
top: 0;
}
}
/*微信打赏2016年1月15日14:34:06*/
#donate {
height: 24px;
}
#donate .wrapper {
vertical-align: top;
height: 20px;
border: 1px solid #d4d4d4;
display: inline-block;
box-sizing: border-box;
line-height: 16px;
border-radius: 3px;
cursor: pointer;
background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
position: relative;
width: 72px;
}
#donate .wrapper:hover {
border-color: #ccc;
background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
}
#donate .wrapper img {
width: 14px;
height: 14px;
position: absolute;
top: 2px;
left: 6px;
}
#donate .wrapper a {
font: 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
text-shadow: 0 1px 0 #fff;
position: absolute;
top: 2px;
left: 26px;
}
#qrcode {
display: none;
position: fixed;
z-index: 9999;
width: 350px;
padding: 20px 30px 30px;
top: 50%;
left: 50%;
margin-top: -230px;
margin-left: -180px;
border: 1px solid #eee;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
text-align: center;
background-color: #fff;
transition: all 0.25s ease-in-out;
}
#qrcode img {
display: block;
width: 300px;
height: 300px;
}
#qrcode.hidden {
opacity: 0;
transform: translate3d(0, 20px, 0);
} | src/libs/css/theme/style.css | .hideText {
text-indent: -999em;
letter-spacing: -999em;
overflow: hidden;
}
*,
a:focus {
outline: none !important;
}
button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0;
}
body {
font-family: 'Raleway', sans-serif;
background: #ffffff;
font-size: 13px;
}
a:hover,
a:focus,
a {
color: #71c39a;
outline: 0 !important;
}
.profile a {
color: #fff;
outline: 0 !important;
}
input,
button,
select,
textarea {
font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 10px;
font-weight: 400;
text-transform: uppercase;
color: #575655;
}
h1.glyphicons,
h2.glyphicons,
h3.glyphicons,
h4.glyphicons,
h5.glyphicons,
h6.glyphicons {
color: #575655;
}
p {
font-size: 12px;
margin: 0 0 10px;
line-height: normal;
}
p a {
color: #dd8a88;
}
h1 span,
h2 span,
h3 span {
color: #7a7b7b;
font-size: 60%;
text-transform: none;
padding: 0 0 0 10px;
position: relative;
top: -2px;
}
li.center,
.center {
text-align: center;
}
.right {
text-align: right;
}
.btn-block.count {
text-align: left;
}
.btn-block.count.glyphicons i:before {
text-align: center;
}
.btn-block.count span {
float: right;
font-size: 18px;
}
.innerLR {
padding: 0 10px;
position: relative;
}
.container-fluid {
padding: 0;
background: #fff;
}
.container-fluid.fixed {
width: 940px;
margin: 0 auto;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.container-fluid.documentation {
background: #fff;
}
body{
background-color: #f7f7f7
}
body.login {
background: #fff;
}
body.login .container-fluid {
background: none;
}
body.login .container-fluid.fixed {
border: none;
}
.navbar.main {
height: 60px;
background-color: #71c39a;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
margin: 0;
position: relative;
text-align: center;
}
.navbar.main>div {
height: 80px;
position: relative;
margin: 0 auto;
}
.navbar.main .container {
display: inline-block;
text-align: left;
}
.navbar.main .profile {
display: inline-block;
position: absolute;
top: 0;
right: 0;
height: 80px;
line-height: 4em;
}
.navbar.main .profile span {
text-align: right;
display: inline-block;
padding: 5px 15px 0 0;
float: left;
}
.navbar.main .profile span strong {
display: block;
color: #fff;
font-size: 14px;
}
.navbar.main .profile .img {
border: 3px solid #71c39a;
display: inline-block;
}
.navbar.main .btn-navbar {
padding: 6px;
margin: 0;
position: absolute;
float: none;
left: 20px;
top: 25px;
display: block;
background: #424243;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.navbar.main .btn-navbar .icon-bar {
background: #999;
}
.navbar.main .topnav {
border-left: 1px solid #000000;
}
.navbar.main .topnav,
.navbar.main .topnav ul {
margin: 0;
padding: 0;
list-style: none;
}
.navbar.main .topnav>li {
border-left: 1px solid #424243;
border-right: 1px solid #000000;
position: relative;
}
.navbar.main .topnav>li,
.navbar.main .topnav>li .notif li {
float: left;
height: 42px;
line-height: 42px;
display: block;
padding: 0 1px;
}
.navbar.main .topnav>li>a,
.navbar.main .topnav>li .notif li>a {
display: block;
color: #d9d9d9;
text-decoration: none;
padding: 0 10px;
}
.navbar.main .topnav>li>a .text,
.navbar.main .topnav>li .notif li>a .text {
display: inline-block;
padding-left: 10px;
}
.navbar.main .topnav>li>a.glyphicons,
.navbar.main .topnav>li .notif li>a.glyphicons {
padding: 0 10px 0 35px;
}
.navbar.main .topnav>li>a.glyphicons i:before,
.navbar.main .topnav>li .notif li>a.glyphicons i:before {
color: #7d7d7f;
font-size: 17px;
top: 12px;
left: 10px;
}
.navbar.main .topnav>li>a.glyphicons.logout,
.navbar.main .topnav>li .notif li>a.glyphicons.logout {
padding: 0 38px 0 0;
}
.navbar.main .topnav>li>a.glyphicons.logout i:before,
.navbar.main .topnav>li .notif li>a.glyphicons.logout i:before {
left: auto;
right: 10px;
color: #71c39a;
}
.navbar.main .topnav>li.open,
.navbar.main .topnav>li .notif li.open {
padding: 0;
}
.navbar.main .topnav>li.open>a,
.navbar.main .topnav>li .notif li.open>a {
background: #f5f5f5;
height: 36px;
color: #a9a9a9;
position: relative;
top: 6px;
line-height: 34px;
border: 1px solid #dddddd;
}
.navbar.main .topnav>li.open>a i:before,
.navbar.main .topnav>li .notif li.open>a i:before {
top: 9px;
}
.navbar.main .topnav>li.open .dropdown-menu,
.navbar.main .topnav>li .notif li.open .dropdown-menu {
background: #f5f5f5;
border: 1px solid #dddddd;
border-top: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
right: 1px;
width: 246px;
}
.navbar.main .topnav>li.open .dropdown-menu li,
.navbar.main .topnav>li .notif li.open .dropdown-menu li {
border-bottom: 1px solid #dddddd;
}
.navbar.main .topnav>li.open .dropdown-menu li:last-child,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:last-child {
border-bottom: none;
}
.navbar.main .topnav>li.open .dropdown-menu li:first-child>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a,
.navbar.main .topnav>li.open .dropdown-menu li:first-child>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li:first-child>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li:first-child>span {
border-top: none;
}
.navbar.main .topnav>li.open .dropdown-menu li>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a,
.navbar.main .topnav>li.open .dropdown-menu li>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>span {
height: 38px;
line-height: 38px;
padding: 0 10px;
border-top: 1px solid #ffffff;
display: block;
background: #f5f5f5;
color: #333;
}
.navbar.main .topnav>li.open .dropdown-menu li>a.glyphicons i:before,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a.glyphicons i:before,
.navbar.main .topnav>li.open .dropdown-menu li>a:hover.glyphicons i:before,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>a:hover.glyphicons i:before,
.navbar.main .topnav>li.open .dropdown-menu li>span.glyphicons i:before,
.navbar.main .topnav>li .notif li.open .dropdown-menu li>span.glyphicons i:before {
left: auto;
right: 10px;
top: 8px;
font-size: 17px;
color: #c4c4c4;
}
.navbar.main .topnav>li.open .dropdown-menu li.active,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.active {
background: #ddd;
}
.navbar.main .topnav>li.open .dropdown-menu li.active a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.active a {
background: #ddd;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li.highlight>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight>span {
background: #fff;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span {
height: auto;
line-height: normal;
padding: 5px 10px 10px;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading {
display: block;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 5px;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .heading a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .heading a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .heading a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .heading a,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .heading a,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .heading a {
text-transform: none;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .img,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .img,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .img,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .img,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .img,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .img {
display: inline-block;
float: left;
width: 47px;
height: 45px;
line-height: 45px;
background: #272729;
text-align: center;
content: "\e004";
color: #525254;
font-family: "Glyphicons";
margin: 0 10px 0 0;
position: relative;
}
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a .clearfix,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a .clearfix,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>a:hover .clearfix,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>a:hover .clearfix,
.navbar.main .topnav>li.open .dropdown-menu li.highlight.profile>span .clearfix,
.navbar.main .topnav>li .notif li.open .dropdown-menu li.highlight.profile>span .clearfix {
display: block;
}
.navbar.main .topnav .dropdown>a .caret {
border-top-color: #fafafa;
top: 12px;
position: relative;
}
.navbar.main .topnav .dropdown-menu {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
#themer {
position: absolute;
top: 100%;
left: auto;
right: -1px;
z-index: 1000;
width: 250px;
margin: 0;
text-align: left;
}
#themer.in {
overflow: visible;
}
#themer .close2 {
position: absolute;
background: #DDD;
color: #222;
font-weight: 600;
height: 20px;
top: 14px;
right: 10px;
line-height: 20px;
text-align: center;
font-size: 10pt;
padding: 0 10px;
cursor: pointer;
}
#themer .wrapper {
position: relative;
background: #292c2e;
border: 1px solid #2f3235;
padding: 15px;
color: #fafafa;
}
#themer .wrapper hr.separator {
margin: 10px 0;
border-top-color: #5e646b;
border-bottom-color: #2f3235;
}
#themer .wrapper h4 {
border-bottom: 1px solid #5e6060;
padding: 0 0 10px;
margin: 0 0 10px;
color: #fff;
}
#themer .wrapper h4 span {
color: #5e6060;
font-weight: normal;
font-size: 10pt;
}
#themer .wrapper .btn {
margin: 0;
}
#themer .wrapper #themer-getcode-less {
margin: 0 0 0 5px;
}
#themer .wrapper ul {
margin: 0;
list-style: none;
}
#themer .wrapper ul li {
height: 25px;
line-height: 25px;
position: relative;
}
#themer .wrapper ul li .minicolors {
line-height: normal;
border: none;
top: 2px;
right: 0;
position: absolute;
}
#themer .wrapper ul li .minicolors input {
border: none;
height: 20px;
width: 69px;
background: #414649;
color: #fff;
font-size: 9pt;
padding: 0 5px;
margin: 0 0 1px;
}
#themer .wrapper ul li .minicolors-swatch {
cursor: pointer;
width: 18px;
height: 18px;
}
#themer .wrapper ul li .minicolors-panel {
z-index: 10000;
top: 24px;
}
#themer .wrapper ul li .minicolors-position-left .minicolors-panel {
left: -152px;
}
#themer .wrapper ul li select {
position: absolute;
top: 3px;
right: 0;
width: 100px;
height: 20px;
line-height: normal;
padding: 0;
margin: 0;
font-size: 9pt;
background: #414649;
border: 1px solid #2F3235;
color: #fff;
}
#themer .wrapper ul li .link {
text-decoration: underline;
cursor: pointer;
}
#themer .wrapper ul li label {
margin: 0;
line-height: 25px;
font-size: 9pt;
}
#themer .wrapper ul li label input {
margin: 0 0 1px;
}
#themer .wrapper ul li.advanced {
display: none;
}
#themer.themer-advanced .wrapper ul li.advanced {
display: block;
}
#login {
padding: 70px 0;
text-align: center;
}
#login .form-signin {
text-align: left;
max-width: 400px;
padding: 20px;
margin: 0 auto;
background-color: #fafcfe;
border: 1px solid #dfe8f2;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
margin-top: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
font-size: 16px;
height: auto;
margin-bottom: 10px;
padding: 7px 9px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
background: #fff;
}
#wrapper {
position: relative;
overflow: hidden;
float: left;
width: 100%;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.15s ease;
-moz-transition: height 0.15s ease;
-o-transition: height 0.15s ease;
transition: height 0.15s ease;
}
.dropdown-menu {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
margin: 0;
border: none;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu .dropdown-submenu:hover>a,
.dropdown-menu .dropdown-submenu:focus>a,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
background: #171b19;
}
#menu {
margin: 0;
padding: 0;
list-style: none;
}
#menu>li {
display: block;
float: left;
position: relative;
}
#menu>li.active>a {
background-color: #4BAA7A;
}
#menu>li>a {
text-decoration: none;
display: inline-block;
/*height: 80px;*/
line-height: 60px;
padding: 0 30px;
font-size: 18px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
cursor: pointer;
}
#menu .menu {
width: 233px;
float: left;
position: absolute;
left: 0;
top: 80px;
z-index: 100000;
background: #000000;
opacity: .95;
height: auto;
}
#menu .menu .icon-chevron-right {
float: right;
margin-top: 9px;
}
#menu .menu,
#menu .menu ul {
list-style: none;
margin: 0;
padding: 10px 0;
}
#menu .menu li,
#menu .menu ul li {
display: block;
height: 35px;
line-height: 35px;
position: relative;
overflow: hidden;
padding: 0;
margin: 0;
}
#menu .menu li a,
#menu .menu ul li a {
display: block;
width: auto;
padding: 0 20px;
margin: 0;
color: #fff;
height: 34px;
line-height: 34px;
text-decoration: none;
font-size: 11pt;
text-transform: uppercase;
}
#menu .menu li a.glyphicons,
#menu .menu ul li a.glyphicons {
padding: 0 0 0 50px;
}
#menu .menu li a.glyphicons i:before,
#menu .menu ul li a.glyphicons i:before {
font-size: 17px;
color: #71c39a;
top: 10px;
left: 20px;
}
#menu .menu li a:hover,
#menu .menu ul li a:hover {
color: #4db481;
}
#menu .menu li.active,
#menu .menu ul li.active {
position: relative;
overflow: visible;
}
#menu .menu li.active a,
#menu .menu ul li.active a {
color: #222;
}
#menu .menu li.active>a,
#menu .menu ul li.active>a {
color: #71c39a;
}
#menu .menu li.active .icon-chevron-right,
#menu .menu ul li.active .icon-chevron-right {
display: none;
}
#menu .menu li.glyphicons a,
#menu .menu ul li.glyphicons a {
padding: 0 0 0 50px;
}
#menu .menu li.glyphicons a i:before,
#menu .menu ul li.glyphicons a i:before {
font-size: 17px;
color: #71c39a;
top: 10px;
left: 20px;
}
#menu .menu li.hasSubmenu.active,
#menu .menu ul li.hasSubmenu.active {
height: auto;
background: #fff;
border-bottom: 1px solid #dddddd;
}
#menu .menu li.hasSubmenu.active a,
#menu .menu ul li.hasSubmenu.active a {
border: none;
}
#menu .menu li.hasSubmenu.active li:last-child,
#menu .menu ul li.hasSubmenu.active li:last-child {
margin: 0 0 6px;
}
#menu .menu ul,
#menu .menu ul ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu .menu ul li,
#menu .menu ul ul li {
height: auto;
border: none;
}
#menu .menu ul li a,
#menu .menu ul ul li a {
padding: 0 0 0 20px;
height: 25px;
line-height: 25px;
border: none;
font-weight: 400;
}
#menu .menu ul li a.glyphicons i:before,
#menu .menu ul ul li a.glyphicons i:before {
font-size: 12px;
top: 7px;
left: 22px;
color: #222;
}
#menu .menu ul li a:hover,
#menu .menu ul ul li a:hover {
background: #fafafa;
}
#menu .menu ul li.active a,
#menu .menu ul ul li.active a {
font-weight: 600;
background: #fafafa;
}
#menu .menu #search {
position: relative;
overflow: hidden;
width: 196px;
height: 30px;
border: 1px solid #dddddd;
background: #fff;
margin: 15px auto;
}
#menu .menu #search input {
border: none;
height: 30px;
line-height: 30px;
padding: 0;
width: 152px;
margin: 0;
left: 10px;
position: absolute;
top: 0;
box-shadow: none;
}
#menu .menu #search .glyphicons {
width: 34px;
height: 30px;
background: #fff;
border: none;
padding: 0;
margin: 0;
position: absolute;
top: 0;
right: 0;
}
#menu .menu #search .glyphicons i:before {
top: 6px;
left: 9px;
color: #cccccc;
font-size: 17px;
}
#main {
width: 90%;
max-width: 1400px;
min-width: 960px;
margin: 15px auto;
min-height: 400px;
position: relative
}
.sep10 {
height: 10px;
}
/*#content {
padding: 20px;
}
*/
#content {
padding: 20px;
margin-right: 305px
}
#sidebar {
padding: 20px;
width: 290px;
font-size: 14px;
float: right;
margin-bottom: 20px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
#sidebar .inner ol{margin:4px 0;list-style:none}
.menu-hidden #menu {
display: none;
}
.menu-hidden #content {
margin: 0;
}
.menu-hidden .navbar.main .appbrand {
display: none;
}
.menu-hidden .navbar.main .btn-navbar {
left: 10px;
}
.menu-hidden.login .navbar.main .appbrand,
.menu-hidden.documentation .navbar.main .appbrand {
display: inline-block;
border: none;
}
.menu-hidden.login .navbar.main .appbrand span,
.menu-hidden.documentation .navbar.main .appbrand span {
border: none;
}
.widget-stats {
background: #71c39a;
padding: 10px 15px;
height: 50px;
position: relative;
overflow: hidden;
text-align: center;
display: block;
}
.widget-stats,
.widget-stats:hover,
.widget-stats:focus {
text-decoration: none;
color: #222;
}
.widget-stats span {
display: inline-block;
}
.widget-stats.circle {
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
.widget-stats.line {
background: #fff;
border: 3px solid #71c39a;
padding: 7px 15px;
}
.widget-stats.line .txt strong {
color: #71c39a;
}
.widget-stats .txt {
padding: 3px 0;
text-transform: uppercase;
font-weight: 600;
}
.widget-stats .txt strong {
display: block;
font-size: 30pt;
font-weight: 600;
color: #fff;
margin: 0 0 8px;
}
.widget-stats .glyphicons {
padding: 0 0 0 15px;
}
.widget-stats .glyphicons i:before {
color: #3d9167;
font-size: 35px;
top: 0;
left: 0;
position: relative;
}
.widget-activity ul.filters {
display: block;
overflow: hidden;
position: relative;
list-style: none;
margin: 0 0 10px;
padding: 0;
}
.widget-activity ul.filters li {
float: left;
display: block;
padding: 0 10px 0 0;
font-size: 8pt;
line-height: 30px;
}
.widget-activity ul.filters li.glyphicons {
width: 25px;
height: 25px;
padding: 0 3px;
text-align: center;
cursor: pointer;
}
.widget-activity ul.filters li.glyphicons i:before {
position: relative;
top: 4px;
left: 0;
color: #cccccc;
font-size: 17px;
}
.widget-activity ul.filters li.glyphicons:hover i:before {
color: #dedede;
}
.widget-activity ul.filters li.glyphicons.active {
width: 27px;
height: 25px;
top: 2px;
}
.widget-activity ul.filters li.glyphicons.active i {
background: #71c39a;
display: block;
height: 25px;
position: relative;
}
.widget-activity ul.filters li.glyphicons.active i:before {
color: #fff;
top: 2px;
}
.widget-activity ul.activities {
list-style: none;
margin: 0;
padding: 0;
}
.widget-activity ul.activities li {
display: block;
height: 50px;
line-height: 50px;
position: relative;
overflow: hidden;
background: #fafafa;
margin: 0 0 10px;
padding: 0 10px;
}
.widget-activity ul.activities li .activity-icon {
padding: 0;
display: inline-block;
width: 37px;
height: 35px;
position: relative;
top: 6px;
text-align: center;
margin: 0 5px 0 0;
}
.widget-activity ul.activities li .activity-icon i:before {
position: relative;
top: 0;
left: 0;
color: #a6a6a7;
}
.widget-activity ul.activities li.highlight {
background: #71c39a;
}
.widget-activity ul.activities li.highlight .activity-icon i:before {
color: #fff;
top: -1px;
}
.widget-activity ul.activities li.highlight a {
color: #fff;
}
.tooltip-inner {
background: #272a2c;
color: #bab9b9;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: #272a2c;
}
ul.icons {
text-align: left;
padding: 0 15px;
}
ul.icons i:before {
color: #e09694;
}
ul.icons li {
display: block;
}
.form-inline.small input,
.form-inline.small select {
margin: 0 5px 0 0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
padding: 1px 5px;
border-color: #d8d9da;
color: #a7a7a7;
}
.form-inline.small select {
padding: 1px 0;
height: 23px;
}
.form-inline.small select:last-child {
margin-right: 0;
}
.form-inline.small label {
float: left;
margin: 0 5px 0 0;
display: block;
}
.form-inline.small .input-append.block {
display: block;
}
.form-inline.small .input-append input {
margin: 0;
width: 85%;
}
.form-inline.small .input-append .add-on {
padding: 1px 3px;
margin: 0 0 0 -1px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fff;
color: #d8d9da;
border-color: #d8d9da;
}
.form-inline.small .input-append .add-on i:before {
top: 4px;
left: 4px;
font-size: 14px;
color: #d0d1d1;
}
.filter-bar {
background: #f5f5f5;
line-height: 30px;
height: 40px;
margin-bottom: 10px;
}
.filter-bar div {
padding: 5px 0;
display: block;
float: left;
line-height: 30px;
}
.filter-bar div div {
padding: 0;
margin: 0 15px 0 0;
}
.filter-bar div div input {
margin: 3px 0 0;
}
.filter-bar div div.input-append .add-on {
padding: 1px 3px;
margin: 3px 0 0 -1px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fff;
color: #d8d9da;
border-color: #d8d9da;
}
.filter-bar div div.input-append .add-on i:before {
top: 4px;
left: 4px;
font-size: 14px;
color: #d0d1d1;
}
.filter-bar div.glyphicons {
padding: 0 0 0 35px;
}
.filter-bar div.glyphicons i:before {
top: 12px;
left: 9px;
font-size: 17px;
color: rgba(255, 255, 255, 0.8);
}
.filter-bar div.clearfix {
padding: 0;
clear: both;
float: none;
display: block;
height: 0;
margin: 0;
}
.filter-bar div.lbl {
padding: 0 10px 0 35px;
background: #71c39a;
height: 40px;
line-height: 40px;
margin-right: 10px;
color: #fff;
}
.filter-bar form {
margin: 0;
}
.filter-bar form input,
.filter-bar form select {
margin: 0 5px 3px 0;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
padding: 1px 5px;
border-color: #d8d9da;
color: #a7a7a7;
}
.filter-bar form select {
padding: 1px 0;
height: 23px;
}
.filter-bar form label {
float: left;
margin: 0 5px 0 0;
display: block;
line-height: 30px;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
display: inline-block;
margin: 0;
}
.heading-buttons h1.glyphicons,
.heading-buttons h2.glyphicons,
.heading-buttons h3.glyphicons,
.heading-buttons h4.glyphicons,
.heading-buttons h5.glyphicons,
.heading-buttons h6.glyphicons {
display: inline-block;
}
.heading-buttons .buttons {
margin-top: 4px;
text-align: right;
}
.heading-buttons .btn {
margin-right: 10px;
}
.heading-buttons .btn:last-child {
margin-right: 0;
}
.relativeWrap {
position: relative;
}
.copyrights {
text-indent: -9999px;
height: 0;
line-height: 0;
font-size: 0;
overflow: hidden;
}
.widget {
background: #fff;
margin: 0 auto 20px;
position: static;
}
.widget .widget-head {
background: #71c39a;
border: 1px solid #71c39a;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
height: 31px;
line-height: 31px;
position: relative;
}
.widget .widget-head .glyphicons {
height: 31px;
width: 30px;
padding: 0;
}
.widget .widget-head .glyphicons i:before {
width: 30px;
height: 31px;
line-height: 31px;
text-align: center;
font-size: 16px;
color: rgba(255, 255, 255, 0.5);
}
.widget .widget-head .heading {
margin: 0;
color: #fff;
font-size: 10pt;
height: 31px;
line-height: 31px;
padding: 0 10px;
float: left;
}
.widget .widget-head .heading.glyphicons {
width: auto;
display: block;
padding: 0 0 0 35px;
}
.widget .widget-head .heading.glyphicons i:before {
padding: 0;
margin: 0;
left: 0;
top: 0;
height: 31px;
line-height: 31px;
text-align: center;
width: 30px;
background: rgba(0, 0, 0, 0.3);
color: rgba(255, 255, 255, 0.5);
border-right: 1px solid rgba(255, 255, 255, 0.5);
font-size: 16px;
font-weight: normal;
text-shadow: none;
}
.widget .widget-head a {
text-shadow: none;
}
.widget .widget-head .dropdown-menu li>a:hover,
.widget .widget-head .dropdown-menu li>a:focus,
.widget .widget-head .dropdown-submenu:hover>a {
background-color: #71c39a;
background-image: -moz-linear-gradient(top, #71c39a, #d24343);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#71c39a), to(#d24343));
background-image: -webkit-linear-gradient(top, #71c39a, #d24343);
background-image: -o-linear-gradient(top, #71c39a, #d24343);
background-image: linear-gradient(to bottom, #71c39a, #d24343);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
}
.widget .widget-body {
padding: 15px;
}
.widget .widget-body .count {
font-size: 15pt;
font-weight: 400;
}
.widget .widget-body>p:last-child {
margin: 0;
}
.widget .widget-body.list {
color: #575655;
padding: 0;
}
.widget .widget-body.list ul {
margin: 0;
list-style: none;
}
.widget .widget-body.list ul li {
padding: 0 10px;
height: 39px;
border-bottom: 1px solid rgba(0, 0, 0, 0.02);
line-height: 39px;
text-align: left;
clear: both;
}
.widget .widget-body.list ul li:first-child {
border-top: none;
}
.widget .widget-body.list ul li:last-child {
border-bottom: none;
}
.widget .widget-body.list ul li .count {
float: right;
color: #71c39a;
}
.widget .widget-body.list ul li .sparkline {
position: relative;
top: 5px;
margin-left: 5px;
}
.widget .widget-body.list.products li {
height: 60px;
line-height: 60px;
}
.widget .widget-body.list.products .img {
float: left;
display: inline-block;
width: 48px;
height: 44px;
line-height: 44px;
color: #818181;
text-align: center;
background: #272729;
margin: 8px 8px 0 0;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
cursor: pointer;
font-size: 10pt;
font-weight: 600;
}
.widget .widget-body.list.products .title {
line-height: normal;
display: inline-block;
padding: 13px 0 0;
font-family: "Raleway", sans-serif;
text-transform: uppercase;
}
.widget .widget-body.list.products .title strong {
font-family: "Open Sans", sans-serif;
text-transform: none;
}
.widget .widget-body.list.fluid ul li {
height: auto;
line-height: normal;
padding: 10px;
}
.widget .widget-body.list.list-2 ul li {
border-bottom: 1px solid #d8d9da;
border-top: none;
background: #f8f8f8;
}
.widget .widget-body.list.list-2 ul li.active {
border-color: #dddddd;
background: #fff;
}
.widget .widget-body.list.list-2 ul li.active i:before {
font-weight: normal;
background: #71c39a;
color: #fff;
text-shadow: none;
}
.widget .widget-body.list.list-2 ul li.active a {
color: #71c39a;
}
.widget .widget-body.list.list-2 ul li:last-child {
border-bottom: none;
}
.widget .widget-body.list.list-2 ul li a {
display: block;
color: #222;
padding: 0 0 0 30px;
}
.widget .widget-body.list.list-2 ul li a i:before {
color: #555;
width: 20px;
height: 17px;
font-size: 14px;
border: 1px solid #ccc;
background: #dddddd;
top: 9px;
left: 0;
text-align: center;
vertical-align: middle;
padding-top: 3px;
text-shadow: 0 1px 0 #fff;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu {
height: auto;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul {
padding: 0 0 10px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li {
height: auto;
line-height: normal;
background: none;
border: none;
line-height: 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li a {
color: #333;
padding: 0 0 0 20px;
}
.widget .widget-body.list.list-2 ul li.hasSubmenu ul li.active a {
font-weight: bold;
}
.widget .widget-footer {
background: #f7f7f7;
height: 25px;
line-height: 25px;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #ffffff;
}
.widget .widget-footer .glyphicons {
width: 25px;
height: 25px;
line-height: 25px;
padding: 0;
float: right;
}
.widget .widget-footer .glyphicons i:before {
font-size: 16px;
color: #c3c3c3;
text-align: center;
width: 20px;
height: 25px;
line-height: 25px;
text-shadow: 0 1px 0 #fff;
}
.widget .widget-footer .glyphicons:hover i:before {
color: rgba(0, 0, 0, 0.5);
}
.widget.margin-bottom-none {
margin-bottom: 0;
}
.widget.widget-gray {
background: #f5f5f5;
}
.widget.widget-gray .widget-head {
background: #e9e9e9;
border-color: #d1d2d3;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.widget.widget-gray .widget-head .heading {
color: #555555;
text-shadow: 0 1px 0 #fff;
}
.widget.widget-gray .widget-head .heading.glyphicons i:before {
background: none;
color: #555;
border-color: rgba(0, 0, 0, 0.1);
}
.widget.widget-2:before,
.widget.widget-2:after {
display: none;
}
.widget.widget-2 .widget-head {
background: #e2e2e4;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
height: 36px;
line-height: 36px;
border-color: #d1d2d3;
}
.widget.widget-2 .widget-head .heading {
line-height: 36px;
color: #555555;
text-shadow: 0 1px 0 #fff;
font-size: 12pt;
}
.widget.widget-2 .widget-head .heading i:before {
color: #555555;
background: none;
border: none;
left: 3px;
top: 2px;
}
.widget.widget-2 .widget-body {
border: 1px solid #d1d2d3;
border-top: 0;
background: #f5f5f5;
}
.widget.widget-2.primary .widget-head {
background: #71c39a;
border-color: #71c39a;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.widget.widget-2.primary .widget-head .heading {
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-2.primary .widget-head .heading i:before {
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-3:before,
.widget.widget-3:after {
display: none;
}
.widget.widget-3 .widget-head {
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
height: 36px;
line-height: 36px;
}
.widget.widget-3 .widget-head .heading {
display: block;
text-align: center;
float: none;
line-height: 36px;
height: 36px;
color: #fff;
text-shadow: 0 1px 0 #555555;
text-transform: uppercase;
font-size: 14pt;
}
.widget.widget-3 .widget-head .heading i:before {
color: #fff;
background: none;
border: none;
left: 3px;
top: 0px;
font-size: 20px;
text-shadow: 0 1px 0 #555555;
}
.widget.widget-3 .widget-head .heading .glyphicons {
vertical-align: middle;
width: 35px;
height: 36px;
padding: 0;
}
.widget.widget-3 .widget-body {
border: 1px solid #dddddd;
border-top: 0;
background: #fff;
}
.widget.widget-3 .widget-body.large {
font-size: 26pt;
font-weight: bold;
text-shadow: 0 3px 0 #ececec;
text-align: center;
padding: 25px 0;
vertical-align: middle;
line-height: normal;
}
.widget.widget-3 .widget-body.large.cancellations span {
line-height: 20px;
text-align: left;
font-size: 17pt;
display: inline-block;
text-shadow: none;
}
.widget.widget-3 .widget-body.large.cancellations span span {
display: block;
}
.widget.widget-3 .widget-body.large.cancellations span span:first-child {
color: #71c39a;
text-transform: uppercase;
font-size: 13pt;
}
.widget.widget-3 .widget-footer {
border: 1px solid #dddddd;
background: #fff;
border-top: none;
}
.widget.widget-3 .widget-footer a {
float: none;
color: #dddddd;
width: auto;
padding: 0 10px 0 30px;
border-right: 1px solid #dddddd;
text-decoration: none;
}
.widget.widget-3 .widget-footer a i:before {
color: #dddddd;
left: 5px;
}
.widget.widget-3 .widget-footer a:hover {
color: #71c39a;
}
.widget.widget-3 .widget-footer a:hover i:before {
color: #71c39a;
}
.widget.widget-3 .widget-footer.align-center {
text-align: center;
}
.widget.widget-3 .widget-footer.align-center a:first-child {
border-left: 1px solid #dddddd;
}
.widget.widget-3 .widget-footer.align-right {
text-align: right;
}
.widget.widget-3 .widget-footer.align-right a:first-child {
border-left: 1px solid #dddddd;
}
.widget.widget-3 .widget-footer.align-right a:last-child {
border-right: none;
}
.widget.widget-4 .widget-head {
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
background: #fff;
border: none;
height: 30px;
line-height: 30px;
}
.widget.widget-4 .widget-head .heading {
text-transform: none;
color: #222222;
text-shadow: none;
padding: 0;
margin: 0;
height: 30px;
font-weight: 600;
font-size: 16px;
}
.widget.widget-4 .widget-head .details {
font-size: 8pt;
padding: 0 5px;
}
.widget.widget-4 .widget-body {
border: none;
}
.widget.widget-4 .widget-body.list ul li {
padding: 0;
}
.widget.widget-tabs .tab-content {
padding: 0;
}
.widget.widget-tabs .widget-head {
background: #e1e1e3;
}
.widget.widget-tabs .widget-head ul {
list-style: none;
height: 36px;
margin: 0;
border-right: 1px solid #f5f5f5;
display: inline-block;
}
.widget.widget-tabs .widget-head ul li {
height: 36px;
line-height: 36px;
float: left;
display: block;
border-right: 1px solid #d1d2d3;
}
.widget.widget-tabs .widget-head ul li a {
width: auto;
height: auto;
display: block;
padding: 0 15px;
color: #939393;
border-left: 1px solid #f5f5f5;
}
.widget.widget-tabs .widget-head ul li a i:before {
left: 5px;
top: 3px;
color: #9d9d9d;
text-shadow: 0 1px 0 #fff;
}
.widget.widget-tabs .widget-head ul li a.glyphicons {
padding: 0 15px 0 35px;
}
.widget.widget-tabs .widget-head ul li.active {
background: #f5f5f5;
height: 37px;
color: #555555;
}
.widget.widget-tabs .widget-head ul li.active i:before {
color: #7a7a7a;
}
.widget.widget-tabs .widget-head ul li:first-child {
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
}
.widget.widget-tabs .widget-head ul li:first-child a {
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
}
.widget.widget-tabs .widget-body.large {
padding: 25px;
}
.widget.widget-tabs-2.border-bottom-none {
border-bottom: none;
}
.widget.widget-tabs-2 .widget-head {
background: #fff;
border: none;
border-bottom: 1px solid #71c39a;
padding: 0 10px;
}
.widget.widget-tabs-2 .widget-head ul {
border: none;
}
.widget.widget-tabs-2 .widget-head ul li {
border: none;
background: #f2f2f2;
margin: 0 5px 0 0;
}
.widget.widget-tabs-2 .widget-head ul li.active {
background-color: #71c39a;
}
.widget.widget-tabs-2 .widget-head ul li.active a {
color: #fff;
}
.widget.widget-tabs-2 .widget-head ul li.active a i:before {
color: #fff;
}
.widget.widget-tabs-2 .widget-head ul li a {
border: none;
color: #222;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
}
.widget.widget-tabs-2 .widget-head ul li:first-child,
.widget.widget-tabs-2 .widget-head ul li:first-child a {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.widget.widget-tabs-2 .widget-body {
background: #fff;
border: none;
padding: 15px 0 0;
}
.widget.tabs-right .widget-head ul {
float: right;
}
.widget.widget-body-white .widget-body {
background: #fff;
}
p.glyphicons {
padding: 5px 0 10px 75px;
}
p.glyphicons i:before {
color: #D67170;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
font-size: 45pt;
top: -10px;
}
p.glyphicons.right {
padding: 0 75px 0 0;
}
p.glyphicons.right i:before {
left: auto;
right: 0;
}
p.glyphicons.envelope i:before {
top: -5px;
}
.nav-tabs>li>a:hover,
.nav-pills>li>a,
.nav-pills>li>a:hover {
background: #71c39a;
border-bottom-color: #71c39a;
color: #fff;
}
.nav-tabs {
border-bottom-color: #71c39a;
}
.nav-tabs>li>a {
padding: 6px 8px;
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover {
background: #71c39a;
border-top-color: #71c39a;
border-left-color: #71c39a;
border-right-color: #71c39a;
color: #fff;
font-weight: bold;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.nav-pills a {
cursor: pointer;
color: #BAAC98;
border-bottom: 1px solid #E1D6C7;
}
.nav-pills>.active>a,
.nav-pills>.active>a:hover {
background: #f7f0e8 url("../images/pattern-granite.png") repeat;
border-top-color: #e0d5c6;
border-left-color: #e0d5c6;
border-right-color: #e0d5c6;
background: #D67170;
color: #F7F0E8;
}
.nav-pills .glyphicons {
padding-left: 25px;
}
.nav-pills .glyphicons i:before {
position: relative;
font-size: 14px;
left: -10px;
top: 2px;
color: #F5EADB;
font-weight: normal;
text-shadow: none;
}
.tab-content {
overflow: visible;
}
.label-important {
background: #71c39a;
}
.label-block {
display: block;
}
.table {
margin: 0;
position: relative;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
background-color: #f8f8f8;
}
.table th,
.table td {
border-top-color: #f8f8f8;
}
.table td.center,
.table th.center {
text-align: center;
}
.table td.right,
.table th.right {
text-align: right;
}
.table-condensed {
font-size: 10pt;
}
.table-condensed th,
.table-condensed td {
padding: 4px 10px;
}
.table-bordered {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
border-color: #d7d8da;
}
.table-bordered th,
.table-bordered td {
border-color: #d7d8da;
}
.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-fill td {
background: #F8F8F8;
}
.table .progress:last-child,
.table .alert:last-child {
margin: 0;
}
.table .shortRight {
width: 25%;
text-align: right;
}
.table-large-spacing td {
padding: 20px 15px;
}
.table .thead td {
padding: 8px;
font-weight: bold;
}
.table-vertical-center td,
.table-vertical-center th {
vertical-align: middle;
}
.table-thead-simple thead th {
background: none;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #dddddd;
color: #555;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
text-shadow: none;
text-transform: none;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.table-thead-simple.table-thead-border-none {
border-top: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-thead-simple.table-thead-border-none thead th {
border-bottom: none;
}
.table-thead-simple.table-thead-border-none thead:first-child tr:first-child>th:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child>td:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child>th:last-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-primary {
border-color: #dddddd;
border-top: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.table-primary thead th {
border-color: #71c39a;
background-color: #71c39a;
color: #fff;
text-transform: uppercase;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.table-primary tbody td {
color: #484c50;
background: #fafafa;
border-width: 0px;
}
.table-primary tbody td.important {
color: #71c39a;
font-weight: 600;
}
.table-primary tbody td.actions {
padding-right: 1px;
}
.table-primary.table-bordered tbody td {
border-color: #dddddd;
border-width: 1px;
box-shadow: 0 0 0 1px #fff inset;
-webkit-box-shadow: 0 0 0 1px #fff inset;
-moz-box-shadow: 0 0 0 1px #fff inset;
}
/*.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
background: #fff;
}*/
.table-primary tbody tr.selectable td {
cursor: pointer;
}
.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
background: #e9e9e9;
box-shadow: 0 0 0 1px #fff inset;
-webkit-box-shadow: 0 0 0 1px #fff inset;
-moz-box-shadow: 0 0 0 1px #fff inset;
}
#DataTables_Table_0_filter {
text-align: right;
}
#DataTables_Table_0_length select {
width: 80px;
}
#DataTables_Table_0_info {
padding: 20px 0;
}
.dataTables_paginate {
text-align: right;
}
.circular-item {
position: relative;
display: block;
}
.circular-item .glyphicons {
position: absolute;
top: 48%;
left: 50%;
margin-left: -18px;
margin-top: -50px;
}
.finances_cashflow .amount {
font-size: 25pt;
font-weight: bold;
text-shadow: 0 3px 0 #ECECEC;
text-align: center;
padding: 0;
vertical-align: middle;
line-height: normal;
}
.finances_cashflow .target {
position: absolute;
width: 100%;
text-align: center;
top: 55%;
left: 0;
}
.finances_cashflow .glyphicons.btn-action.single {
width: 35px;
height: 35px;
margin-right: 0;
}
.finances_cashflow .glyphicons.btn-action.single i:before {
width: 35px;
height: 35px;
font-size: 24px;
left: 0px;
}
.pager li>a,
.pager li>span {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.pagination ul {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span,
.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span,
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span,
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.pagination ul>li>a:hover {
background: #71c39a;
color: #fff;
}
.pagination ul>.active>a,
.pagination ul>.active>span {
background: #3d9167;
color: #fff;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.pagination ul>li>a,
.pagination ul>li>span {
border: none;
font-size: 13px;
background: #71c39a;
color: #fff;
}
.pagination ul>.disabled>a,
.pagination ul>.disabled>span {
background: #fafafa;
color: #dddddd;
}
.pagination ul>.disabled>a:hover {
background: #fafafa;
color: #dddddd;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.pagination ul {
font-size: 0;
}
.pagination ul li {
margin: 0 3px;
display: inline-block;
}
.google-visualization-table-div-page {
margin: 10px 0 0 0 !important;
}
.google-visualization-table-div-page .a-d-e-h-g {
padding: 0;
border: none;
margin: 0;
}
.google-visualization-table-div-page .a-d-e-f-g,
.google-visualization-table-div-page .a-d-e-h-g {
border-style: none;
}
.google-visualization-table-div-page .a-d-e-o-q .a-d-e-h-g {
border: none;
}
.google-visualization-table-div-page .a-d-e {
background: none;
margin-left: 5px;
}
.google-visualization-table-div-page .a-d-e.a-d-e-o-p {
margin-left: 0;
}
.google-visualization-table-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: 1px solid #D7D8DA;
border-left: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 10pt;
background: none !important;
}
.google-visualization-table-table td,
.google-visualization-table-table .tableHeaderRow td {
padding: 4px 10px;
border: none;
border-left: 1px solid #D7D8DA;
border-top: 1px solid #D7D8DA;
line-height: 20px;
}
.google-visualization-table-table .tableHeaderRow td {
font-weight: bold;
vertical-align: bottom;
}
.google-visualization-table-table tbody tr:nth-child(odd) td,
.google-visualization-table-table tbody tr:nth-child(odd) td {
background-color: rgba(255, 255, 255, 0.5);
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child>td:first-child,
.google-visualization-table-table tbody:first-child tr:first-child>td:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topleft: 4px;
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child>td:last-child,
.google-visualization-table-table tbody:first-child tr:first-child>td:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
}
.google-visualization-table-table tbody:last-child tr:last-child>td:first-child {
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
}
.google-visualization-table-table tbody:last-child tr:last-child>td:last-child {
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
}
.google-visualization-table-table .tableHeaderRow:first-child tr:first-child td,
.google-visualization-table-table tbody:first-child tr:first-child td {
border-top: 0;
}
.accordion-group {
border-color: #ddd;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.accordion-inner {
font-size: 13px;
background: #fff;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.accordion-heading .accordion-toggle {
background: #71c39a;
color: #fff;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.alert {
margin: 0 0 10px;
text-shadow: 0 1px 0 #fff;
border: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #f5f4e2;
color: #adaa48;
}
.alert h4 {
margin: 0 0 5px;
}
.alert.alert-error {
background: #f3e3e3;
color: #c37171;
}
.alert.alert-error .close {
color: #c37171;
}
.alert.alert-error h4 {
color: #c37171;
}
.alert.alert-info {
background: #e3f1f3;
color: #5facb5;
}
.alert.alert-info h4 {
color: #5facb5;
}
.alert.alert-info .close {
color: #5facb5;
}
.alert.alert-success {
background: #edf2e7;
color: #8ca767;
}
.alert.alert-success h4 {
color: #8ca767;
}
.alert.alert-success .close {
color: #8ca767;
}
.alert .close {
opacity: 1;
filter: alpha(opacity=100);
color: #adaa48;
}
.progress {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fff;
border: 1px solid #e6e6e6;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.progress .bar {
background: #ededed;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.progress.progress-info .bar {
background: #71bac3;
}
.progress.progress-success .bar {
background: #a6bf85;
}
.progress.progress-warning .bar {
background: #ccc96f;
}
.progress.progress-danger .bar {
background: #c37171;
}
.sliders-vertical span {
height: 120px;
float: left;
margin: 15px;
}
.ui-widget-header {
border-color: #71c39a;
background: #71c39a;
color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
background: #fafafa;
border-color: #dddddd;
color: #797979;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
background: #71c39a;
color: #fff;
}
.ui-widget-content {
border: none;
}
.ui-datepicker-inline {
width: 100%;
padding: 0;
}
.ui-slider-wrap {
display: block;
padding: 5px 0;
}
.ui-slider-wrap .ui-slider {
background: #e6e6e6;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0 1px #ffffff inset;
-webkit-box-shadow: 0 0 0 1px #ffffff inset;
-moz-box-shadow: 0 0 0 1px #ffffff inset;
border: 1px solid #e6e6e6;
}
.ui-slider-wrap .ui-slider-horizontal {
height: 10px;
}
.ui-slider-wrap .ui-slider-horizontal .ui-slider-handle {
top: -8px;
margin-left: -0.4em;
width: 10px;
height: 24px;
}
.ui-slider-wrap .ui-slider-horizontal .ui-slider-range {
top: 1px;
bottom: 1px;
height: auto;
}
.ui-slider-wrap .ui-slider-vertical .ui-slider-handle {
left: -4px;
width: 20px;
height: 10px;
}
.ui-slider-wrap .ui-slider-vertical .ui-slider-range {
left: 1px;
right: 1px;
width: auto;
}
.ui-slider-wrap .ui-slider-handle {
background: #cacaca;
}
.ui-slider-wrap .ui-slider-range {
background: rgba(0, 0, 0, 0.2);
}
.ui-slider-wrap .slider-primary .ui-slider-handle {
background: #71c39a;
}
.ui-slider-wrap .slider-primary .ui-slider-range {
background: #71c39a;
}
.ui-slider-wrap .slider-warning .ui-slider-handle {
background: #FBB450;
}
.ui-slider-wrap .slider-warning .ui-slider-range {
background: #FBB450;
}
.ui-slider-wrap .slider-success .ui-slider-handle {
background: #609450;
}
.ui-slider-wrap .slider-success .ui-slider-range {
background: #609450;
}
.ui-slider-wrap .slider-inverse .ui-slider-handle {
background: #3F4246;
}
.ui-slider-wrap .slider-inverse .ui-slider-range {
background: #3F4246;
}
.ui-slider-wrap .slider-info .ui-slider-handle {
background: #93B9D8;
}
.ui-slider-wrap .slider-info .ui-slider-range {
background: #93B9D8;
}
.sliders-vertical {
position: relative;
margin: 0 auto;
display: inline-block;
}
.sliders-vertical .ui-slider-wrap {
margin: 0 5px;
}
.sliders-vertical .ui-slider {
margin: 0;
}
.vertical-range-slider .ui-slider-wrap {
display: inline-block;
margin: 0 auto;
}
blockquote,
blockquote.pull-right {
border-color: #e0d5c6;
}
blockquote p {
font-family: 'Dancing Script', cursive;
font-weight: 400;
font-size: 25pt;
margin: 0 0 10px;
}
blockquote small {
color: #BAAC98;
}
.up-count{
margin-right: 15px;
}
.separator {
margin: 0;
padding: 10px 0;
display: block;
content: "";
}
.separator.line {
margin: 15px 0;
padding: 0;
height: 5px;
background: #ededed;
}
.separator.sm-line {
margin: 15px 0;
padding: 0;
height: 2px;
background: #ededed;
}
.separator.bottom {
margin: 0 0 20px;
padding: 0;
}
.separator.top {
margin: 20px 0 0;
padding: 0;
}
hr {
border-top-color: #cbcccd;
margin: 2.127659574468085% 0;
}
.breadcrumb {
height: 30px;
line-height: 30px;
padding: 0 8px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
margin: 0;
background: #fafafa;
border-bottom: 1px solid #ddd;
font-size: 9pt;
}
.breadcrumb a {
color: #333;
font-weight: 600;
}
.breadcrumb .glyphicons {
color: #333;
padding: 0 0 0 20px;
}
.breadcrumb .glyphicons i:before {
color: #71c39a;
font-size: 14px;
top: 3px;
}
.breadcrumb .divider {
margin: 0 3px;
width: 0;
border-left: 1px solid #fff;
border-right: 1px solid #bfc2c5;
height: 10px;
}
.well {
border: none;
z-index: 1;
position: relative;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
background: #fafafa;
}
.well.small {
padding: 10px;
}
.btn-block {
width: 100%;
}
.btn-group-vertical.block {
display: block;
}
.btn-group>.btn:first-child,
.btn-group>.btn:last-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.btn-group .btn-primary {
margin-right: 3px;
}
.btn-group.btn-group-vertical .btn {
margin-bottom: 5px;
}
.btn {
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
box-shadow: none;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
font-weight: 400;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.btn.btn-large {
padding: 8px 19px;
}
.btn-default {
background: #f4f4f4;
border: none;
text-shadow: none;
color: #171b19;
text-shadow: 0 1px 0 #fff;
border-style: none;
border-width: 1px;
}
.btn-default.border-only {
color: #555;
border-color: #ddd;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover {
background: #f4f4f4;
}
.btn-default .caret {
border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-warning {
background: #ccc96f;
border: 1px solid #ccc96f;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-warning.glyphicons i:before {
color: rgba(255, 255, 255, 0.5);
text-shadow: none;
}
.btn-warning.border-only {
color: #ccc96f;
border-color: #ccc96f;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover {
background: #ccc96f;
color: #fff;
}
.btn-warning .caret {
border-top-color: rgba(255, 255, 255, 0.7);
border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-info {
background: #71bac3;
border: 1px solid #71bac3;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-info.glyphicons i:before {
color: rgba(255, 255, 255, 0.5);
text-shadow: none;
}
.btn-info.border-only {
color: #71bac3;
border-color: #71bac3;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover {
background: #71bac3;
color: #fff;
}
.btn-info .caret {
border-top-color: rgba(255, 255, 255, 0.7);
border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-danger {
color: #fff;
background: #c37171;
border: 1px solid #c37171;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-danger.glyphicons i:before {
color: rgba(255, 255, 255, 0.4);
text-shadow: none;
}
.btn-danger.border-only {
color: #c37171;
border-color: #c37171;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger:hover {
background: #c37171;
color: #fff;
}
.btn-danger .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.btn-primary {
background: #71c39a;
border: 1px solid #71c39a;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-primary.glyphicons i:before {
color: rgba(255, 255, 255, 0.4);
text-shadow: none;
}
.btn-primary.border-only {
color: #71c39a;
border-color: #71c39a;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover {
background: #71c39a;
color: #fff;
}
.btn-primary .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.btn-group.btn-block {
padding: 0;
position: relative;
}
.btn-group.btn-block .leadcontainer {
left: 0;
position: absolute;
right: 29px;
}
.btn-group.btn-block .leadcontainer>.btn:first-child {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
margin-left: 0;
}
.btn-group.btn-block>.btn:last-child,
.btn-group.btn-block>.dropdown-toggle {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.btn-group.btn-block .dropdown-lead {
box-sizing: border-box;
width: 100%;
}
.btn-group.btn-block .dropdown-toggle {
width: 30px;
float: right;
box-sizing: border-box;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.btn-inverse {
background: #171b19;
border: 1px solid #171b19;
color: #ffffff;
text-shadow: none;
}
.btn-inverse.glyphicons i:before {
color: #919293;
text-shadow: none;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover {
background: #171b19;
color: #fff;
}
.btn-inverse .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
.btn-success {
background: #a6bf85;
border: 1px solid #a6bf85;
color: #ffffff;
text-shadow: none;
border-style: none;
border-width: 1px;
}
.btn-success.glyphicons i:before {
color: #a2bc9b;
text-shadow: none;
}
.btn-success.border-only {
color: #a6bf85;
border-color: #a6bf85;
border-style: solid;
background: #fff;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover {
background: #a6bf85;
color: #fff;
}
.btn-success .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}
#flotTip {
white-space: nowrap;
border: 1px solid #71c39a;
padding: 3px 8px;
background: #71c39a;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
position: absolute;
z-index: 100;
color: #fff;
}
.finances_summary .well {
font-size: 16px;
text-align: center;
}
.finances_summary .well strong {
display: block;
font-size: 22pt;
color: #45494c;
line-height: normal;
}
.finances_summary .glyphicons.standard i:before {
color: #cccccc;
}
.glyphicons.standard {
width: 24px;
height: 24px;
padding: 0;
}
.glyphicons.single {
color: #71c39a;
padding: 0 0 0 20px;
}
.glyphicons.single i:before {
font-size: 13px;
top: 4px;
color: #71c39a;
}
.glyphicons.text-error {
color: #71c39a;
}
.glyphicons.text-error i:before {
color: #71c39a;
}
.glyphicons.text-info {
color: #5d92b3;
}
.glyphicons.text-info i:before {
color: #5d92b3;
}
.glyphicons.text-success {
color: #719d46;
}
.glyphicons.text-success i:before {
color: #719d46;
}
.glyphicons.btn-action {
width: 25px;
height: 25px;
padding: 0;
vertical-align: middle;
border-style: none;
border-width: 1px;
}
.glyphicons.btn-action i:before {
font-size: 14px;
top: 5px;
left: 5px;
border: none;
}
.glyphicons.btn-action.circle {
-webkit-border-radius: 50% 50% 50% 50%;
-moz-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
.glyphicons.btn-action.btn-default {
background: #f4f4f4;
border-color: #ddd;
}
.glyphicons.btn-action.btn-default i:before {
color: #555;
}
.glyphicons.btn-action.btn-info {
background: #71bac3;
border-color: #71bac3;
}
.glyphicons.btn-action.btn-info.border-only i:before {
color: #71bac3;
}
.glyphicons.btn-action.btn-primary {
background: #71c39a;
border-color: #71c39a;
}
.glyphicons.btn-action.btn-primary.border-only i:before {
color: #71c39a;
}
.glyphicons.btn-action.btn-success {
background: #a6bf85;
border-color: #a6bf85;
}
.glyphicons.btn-action.btn-success i:before {
color: rgba(255, 255, 255, 0.9);
}
.glyphicons.btn-action.btn-success.border-only i:before {
color: #a6bf85;
}
.glyphicons.btn-action.btn-success.single i:before {
color: #71c39a;
}
.glyphicons.btn-action.btn-danger {
background: #c37171;
border-color: #c37171;
}
.glyphicons.btn-action.btn-danger.border-only i:before {
color: #c37171;
}
.glyphicons.btn-action.btn-danger.single i:before {
color: #c37171;
}
.glyphicons.btn-action.border-only {
background: #fff;
border-style: solid;
}
.glyphicons.btn-action.single {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: none;
background: none;
margin-right: 10px;
}
.glyphicons.btn-icon {
padding: 5px 7px 5px 40px;
}
.glyphicons.btn-icon i:before {
font-size: 15px;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.2);
width: 33px;
height: 23px;
vertical-align: middle;
padding: 7px 0 0;
text-align: center;
}
.glyphicons.btn-icon.right {
text-align: left;
padding: 5px 0 5px 7px;
}
.glyphicons.btn-icon.right i:before {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
right: 0;
left: auto;
border-right: none;
border-left: 1px solid rgba(255, 255, 255, 0.5);
text-align: center;
}
.glyphicons.btn-large {
padding: 10px 10px 10px 40px;
font-weight: 600;
}
.glyphicons.btn-large i:before {
top: 12px;
left: 12px;
font-size: 17px;
}
.glyphicons.btn-large.btn-icon i:before {
top: 0;
left: 0;
height: 28px;
padding: 12px 0 0;
}
.glyphicons.btn-small {
padding: 2px 10px 2px 35px;
}
.glyphicons.btn-small i:before {
padding: 5px 0 0;
width: 28px;
height: 19px;
font-size: 14px;
}
.glyphicons.btn-mini {
padding: 1px 6px 1px 33px;
}
.glyphicons.btn-mini i:before {
padding: 5px 0 0;
width: 26px;
height: 17px;
font-size: 13px;
}
.glyphicons.orange i:before {
color: #EDB459;
}
.glyphicons.btn-default i:before {
color: #9e9e9e;
text-shadow: none;
background: rgba(255, 255, 255, 0.6);
}
h4.glyphicons {
padding: 0 0 0 35px;
display: block;
}
h4.glyphicons i:before {
font-size: 22px;
font-weight: normal;
color: #575655;
}
h3.glyphicons,
h2.glyphicons {
padding: 0 0 0 45px;
display: block;
}
h3.glyphicons i:before,
h2.glyphicons i:before {
font-size: 30px;
font-weight: normal;
left: 2px;
top: 5px;
color: #575655;
}
h3.glyphicons.cogwheels i:before,
h2.glyphicons.cogwheels i:before {
left: 5px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: #E0D5C6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e0d5c6;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
font-size: 13px;
}
.uniformjs .radio .disabled input[type="radio"],
.uniformjs .checkbox .disabled input[type="checkbox"] {
margin-left: 0;
}
.uniformjs .radio,
.uniformjs .checkbox {
padding-left: 0;
}
.uniformjs .radio {
height: auto;
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
margin-left: 3px;
}
.uniformjs label.radio {
margin-bottom: 0;
}
.uniformjs label.radio.inline {
margin: 0;
}
.checkbox.inline {
padding-bottom: 1px;
}
.uniformjs .radio span {
margin: 2px 0 0;
}
.uniformjs .checkbox span {
margin: -2px 0 0;
}
label,
input,
button,
select,
textarea {
font-size: 13px;
}
.input-full input {
width: 83%;
height: 17px;
}
.loginbox form {
margin: 0;
}
.loginbox .add-on {
background: #fff;
}
.loginbox .add-on i:before {
color: #7f8284;
}
.loginbox .forgot {
margin-bottom: 5px;
text-align: right;
display: block;
}
legend {
line-height: normal;
height: auto;
font-size: 18px;
margin: 0 0 6px;
text-align: left;
padding: 0;
border: 0;
color: #797979;
}
.btn-group>.btn,
.btn-group>.dropdown-menu {
font-size: 13px;
}
.strong {
font-weight: bold;
}
input[type=text],
input[type=password],
select,
textarea {
border-color: #D8D9DA;
color: #A7A7A7;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.control-label.center {
text-align: center;
}
.form-horizontal .form-actions {
margin-top: 0;
padding: 10px 20px;
background: #fff;
}
.form-horizontal .controls {
margin-left: 145px;
}
.form-horizontal .control-label {
width: 125px;
}
.input-prepend .add-on,
.input-append .add-on {
background: #fff;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
color: #D0D1D1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
margin-top: 0;
}
.input-prepend .add-on.glyphicons,
.input-append .add-on.glyphicons {
background: #fff;
}
.input-prepend .add-on.glyphicons i:before,
.input-append .add-on.glyphicons i:before {
font-size: 14px;
left: 7px;
top: 7px;
color: #D0D1D1;
}
.input-append .add-on.glyphicons i:before {
left: 6px;
}
.gallery ul {
margin: 0;
padding: 0;
list-style: none;
}
.gallery ul li {}
.gallery ul li .thumb {
position: relative;
background: #71c39a;
display: block;
padding: 10px;
margin-bottom: 20px;
z-index: 1;
}
.gallery ul li.span4 {
margin-left: 0;
}
.gallery ul li.span3 {
margin-left: 0;
}
.gallery ul li.span2 {
margin-left: 0;
}
.pages ul {
list-style: none;
margin: 0;
padding: 0;
}
.pages ul li {
display: block;
background: #dfdfdf;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px 1px rgba(0, 0, 0, 0);
margin-bottom: 2.127659574468085%;
border: 1px solid #bec0c6;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
padding: 10px 15px 15px 65px;
color: #9e9e9e;
text-shadow: 0 1px 0 #fff;
}
.pages ul li>i:before {
font-size: 40px;
left: 12px;
top: 16px;
color: #9e9e9e;
}
.pages ul li.span3:nth-child(4n+5) {
margin-left: 0;
}
.pages ul li strong {
font-size: 11pt;
padding: 3px 0 5px;
display: block;
}
.pages ul li .actions {
display: block;
}
.pages ul li .actions .glyphicons {
padding: 0 2px 0 20px;
color: #9e9e9e;
}
.pages ul li .actions .glyphicons i:before {
font-size: 15px;
top: 3px;
color: #9e9e9e;
}
.pages ul li .actions .glyphicons.pencil i:before {
content: "\270F";
font-size: 14px;
}
.pages ul li .actions .glyphicons.edit i:before {
top: 1px;
}
.pages ul li:hover,
.pages ul li.primary {
background-color: #da4c4c;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
border-color: #da4c4c;
}
.pages ul li:hover .glyphicons,
.pages ul li.primary .glyphicons {
color: #fff;
}
.pages ul li:hover .glyphicons i:before,
.pages ul li.primary .glyphicons i:before {
color: #f4cbcb;
}
.pages ul li:hover i:before,
.pages ul li.primary i:before {
color: #f4cbcb;
}
#external-events ul {
list-style: none;
margin: 0;
}
#external-events li {
margin: 0 0 5px;
padding: 2px 5px;
background: #71c39a;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
font-size: .85em;
cursor: pointer;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
#external-events li.glyphicons {
padding: 2px 5px 2px 30px;
display: block;
}
#external-events li.glyphicons i:before {
font-size: 14px;
color: #fff;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
height: 24px;
width: 24px;
line-height: 24px;
text-align: center;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.fc-header-title h2 {
font-size: 16pt;
line-height: 25px;
}
.fc-event-skin {
border-color: #71c39a;
background-color: #71c39a;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.fc-event-time,
.fc-event-title {
padding: 0 5px;
}
#calendar .btn-group .btn-primary {
margin-right: 2px;
}
pre.prettyprint {
word-break: normal;
word-wrap: normal;
white-space: pre;
background-color: #f8f8f8;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #f8f8f8), color-stop(50%, #eeeeee));
background-image: -webkit-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
background-image: -moz-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
background-image: -o-linear-gradient(#f8f8f8 50%, #eeeeee 50%);
background-image: linear-gradient(#f8f8f8 50%, #eeeeee 50%);
-moz-background-size: 38px 38px;
background-size: 38px 38px;
border: 1px solid #d7d8da;
display: block;
line-height: 19px;
margin-bottom: 10px;
overflow: visible;
overflow-y: hidden;
padding: 0 0 0 4px;
}
pre.prettyprint .glyphicons {
padding: 0 0 0 20px;
}
pre.prettyprint .glyphicons i:before {
font-size: 17px;
top: 1px;
}
.highlight-1 {
background: #D67170;
display: inline-block;
padding: 0 5px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
font-weight: bold;
}
.lt-ie9 .widget .widget-body.list ul li {
border-bottom: 1px solid #efefef;
}
.lt-ie9 .navbar.main .btn-navbar {
float: left;
}
.lt-ie9 .navbar.main .topnav {
position: absolute;
top: 0;
right: 0;
height: 42px;
}
.lt-ie9 .navbar.main .topnav .dropdown>a .caret {
margin-top: 0;
top: 8px;
left: 5px;
}
.lt-ie9 .heading-buttons h1.glyphicons,
.lt-ie9 .heading-buttons h2.glyphicons,
.lt-ie9 .heading-buttons h3.glyphicons,
.lt-ie9 .heading-buttons h4.glyphicons,
.lt-ie9 .heading-buttons h5.glyphicons,
.lt-ie9 .heading-buttons h6.glyphicons {
float: left;
}
#docs_icons {
padding: 20px;
}
#docs_icons .glyphicons {
display: inline-block;
*display: inline;
*zoom: 1;
width: 125px;
font-size: 12px;
line-height: 48px;
overflow: hidden;
}
#docs_icons .glyphicons i:before {
line-height: 55px !important;
color: #71c39a;
}
.documentation ul ul {
margin-bottom: 10px;
}
.documentation .span3 .menu.affix {
position: fixed;
top: 20px;
width: 220px;
}
.documentation .show-grid {
margin-top: 10px;
margin-bottom: 20px;
}
.documentation .show-grid [class*="span"] {
background-color: #535a5e;
text-align: center;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
min-height: 40px;
line-height: 40px;
color: #fff;
}
.documentation .show-grid .show-grid {
margin-top: 0;
margin-bottom: 0;
}
.documentation .show-grid .show-grid [class*="span"] {
background-color: #848d93;
}
.margin-bottom-none {
margin-bottom: 0;
}
@media (min-width:980px) {}
@media (max-width:979px) {
.container-fluid.fixed {
width: auto;
border: none;
margin: 0;
}
}
@media (max-width:767px) {
body {
padding: 0;
}
.nav-tabs>li>a {
font-size: 10pt;
}
.nav-tabs>li>a,
.nav-pills>li>a {
padding-left: 5px;
padding-right: 5px;
}
.documentation .span3 .menu.affix {
position: relative;
top: 0;
width: auto;
}
.phone-margin.bottom {
margin: 0 0 10px;
}
.well {
padding: 5px;
}
.widget .widget-body {
padding: 10px 5px;
}
.widget.margin-bottom-none {
margin-bottom: 20px;
}
.widget.widget-tabs-2 .widget-head {
height: auto;
}
.widget.widget-tabs-2 .widget-head ul {
display: block;
height: auto;
}
.widget.widget-tabs-2 .widget-head ul li {
float: none;
display: block;
width: 100%;
}
.widget-stats {
margin: 0 0 10px;
}
.navbar.main .container {
display: block;
}
.navbar.main .container #menu {
background: #171b19;
position: absolute;
top: 80px;
width: 100%;
z-index: 99999;
}
.navbar.main .container #menu>li {
float: none;
display: block;
height: auto;
}
.navbar.main .container #menu>li>a {
display: block;
height: 45px;
line-height: 45px;
}
.navbar.main .container #menu .menu {
width: 100%;
position: relative;
top: auto;
left: auto;
float: none;
}
.navbar.main .container #menu .menu.hide {
display: block;
}
}
@media (max-width:480px) {
h1,
h2,
h3 {
line-height: 30px;
font-size: 18pt;
}
h3.glyphicons i:before,
h2.glyphicons i:before {
font-size: 24px;
top: 3px;
left: 5px;
}
.heading-buttons .buttons {
margin-top: -1px;
}
.separator {
margin: 10px 0;
}
.table-condensed th,
.table-condensed td {
padding: 4px 5px;
}
p.glyphicons {
padding: 5px 0 10px 55px;
}
p.glyphicons i:before {
color: #D67170;
font-size: 35pt;
top: 0;
}
p.glyphicons.right {
padding: 0 55px 0 0;
}
}
@media (max-width:320px) {
.nav-tabs>li,
.nav-tabs>li>a,
.nav-tabs>li>a:hover {
display: block;
float: none;
margin: 0 0 -1px;
border-color: #71c39a;
}
.nav-tabs>li:hover {
border-color: #71c39a;
}
.nav-tabs>li,
.nav-tabs>li>a {
border-color: #E0D5C6;
background: #F5EADB;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
}
@media (max-width:240px) {}
@media (max-width:979px) and (min-width:768px) {
.widget-stats {
padding: 10px;
}
.widget-stats .glyphicons {
padding: 0 10px 0 0;
}
.widget-stats .glyphicons i:before {
font-size: 20px;
top: -5px;
}
}
@media (max-width:979px) and (min-width:480px) {}
@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {}
@media only screen and (max-width:979px) {
.table-responsive.swipe-horizontal {
border-collapse: collapse;
border-spacing: 0;
display: block;
position: relative;
width: 100%;
border-left: 1px solid #DDD;
}
.table-responsive.swipe-horizontal th,
.table-responsive.swipe-horizontal td {
display: block;
margin: 0;
vertical-align: top;
}
.table-responsive.swipe-horizontal th {
text-align: right;
border-bottom: 0;
border-left: 0;
}
.table-responsive.swipe-horizontal td {
min-height: 1.25em;
text-align: left;
border-left: 0;
border-right: 0;
border-bottom: 0;
border-top: 0;
}
.table-responsive.swipe-horizontal thead {
display: block;
float: left;
}
.table-responsive.swipe-horizontal thead tr {
display: block;
}
.table-responsive.swipe-horizontal tbody {
display: block;
width: auto;
position: relative;
overflow-x: auto;
white-space: nowrap;
word-spacing: 0;
letter-spacing: 0;
font-size: 0;
}
.table-responsive.swipe-horizontal tbody tr {
display: inline-block;
vertical-align: top;
border-left: 1px solid #d7d8da;
}
.table-responsive.block {}
.table-responsive.block table,
.table-responsive.block thead,
.table-responsive.block tbody,
.table-responsive.block th,
.table-responsive.block td,
.table-responsive.block tr {
display: block;
}
.table-responsive.block thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
.table-responsive.block tr {
border: 1px solid #d7d8da;
}
.table-responsive.block td {
border: none;
border-bottom: 1px solid #d7d8da;
position: relative;
padding-left: 50%;
white-space: normal;
text-align: left;
}
.table-responsive.block td:before {
position: absolute;
vertical-align: middle;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align: right;
font-weight: bold;
}
.table-responsive.block td:before {
content: attr(data-title);
}
}
body.choose {
background: #d2d1cf;
text-align: center;
overflow: visible;
}
body.choose hr {
border-bottom-color: #e8e8e8;
border-top-color: #aeaeae;
}
body.choose h1 {
font-size: 24.5px;
}
body.choose h1 span {
color: #71c39a;
}
body.choose ul {
list-style: none;
margin: 0;
padding: 0;
}
body.choose ul li {
height: 40px;
line-height: 40px;
}
body.choose ul li span {
display: inline-block;
width: 130px;
text-align: left;
}
body.choose #choose-preview {
width: 470px;
height: 366px;
background: url("../images/choose-preview.jpg") no-repeat;
margin: 0 auto;
position: relative;
overflow: hidden;
}
body.choose #choose-preview>span {
width: 357px;
height: 222px;
line-height: 222px;
background: #222;
color: #efefef;
position: absolute;
left: 57px;
top: 17px;
}
body.choose #choose-preview>span span {
display: block;
}
@media (max-width:767px) {
body.choose ul li {
height: auto;
text-align: center;
line-height: normal;
}
body.choose ul li span {
width: 100%;
display: block;
text-align: center;
padding: 0 0 5px;
}
body.choose #choose-preview {
background: none;
width: 357px;
height: 222px;
}
body.choose #choose-preview>span {
left: 0;
top: 0;
}
}
/*微信打赏2016年1月15日14:34:06*/
#donate {
height: 24px;
}
#donate .wrapper {
vertical-align: top;
height: 20px;
border: 1px solid #d4d4d4;
display: inline-block;
box-sizing: border-box;
line-height: 16px;
border-radius: 3px;
cursor: pointer;
background-image: linear-gradient(to bottom, #fcfcfc 0, #eee 100%);
position: relative;
width: 72px;
}
#donate .wrapper:hover {
border-color: #ccc;
background-image: linear-gradient(to bottom, #eee 0, #ddd 100%);
}
#donate .wrapper img {
width: 14px;
height: 14px;
position: absolute;
top: 2px;
left: 6px;
}
#donate .wrapper a {
font: 700 11px/14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
text-shadow: 0 1px 0 #fff;
position: absolute;
top: 2px;
left: 26px;
}
#qrcode {
display: none;
position: fixed;
z-index: 9999;
width: 350px;
padding: 20px 30px 30px;
top: 50%;
left: 50%;
margin-top: -230px;
margin-left: -180px;
border: 1px solid #eee;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
text-align: center;
background-color: #fff;
transition: all 0.25s ease-in-out;
}
#qrcode img {
display: block;
width: 300px;
height: 300px;
}
#qrcode.hidden {
opacity: 0;
transform: translate3d(0, 20px, 0);
} | 0.379148 | 0.095349 |
* {
-webkit-box-sizing: content-box;
}
body{
margin:0;
padding:0;
background-color: #f7f5f5;
color:#333;
overflow-x:hidden;
min-width: 320px;
line-height: 1;
}
section, footer, hgroup{
display:block;
}
a{
text-decoration:none;
}
a:hover, a:active{
color:#91DCFF;
}
.fl{float: left;}
.backlinks{
float:right;
padding:0 20px;
line-height:22px;
font-weight:bold;
font-size:13px;
}
.backlinks a{
text-align:right;
display:block;
}
/* clearfix */
.clearfix {
clear:both;
}
/* wrapper css */
section{
width:100%;
}
section hgroup{
}
#wrapper {
display: block;
position: absolute; z-index: 3; top: 45px; bottom: 0; left: 0;
width: 100% ; height: auto;
}
#container{
overflow: hidden;
position:relative;
width:auto;
margin:0 auto;
/*padding-bottom: 10px;*/
}
.grid{
width:45%;
min-height:100px;
padding: 5px;
background:#fff;
margin:4px;
font-size:12px;
float:left;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
box-shadow: 0 0 3px rgba(34,25,25,0.2);
-moz-box-shadow: 0 0 3px rgba(34,25,25,0.2);
-webkit-box-shadow: 0 0 3px rgba(34,25,25,0.2);
-webkit-transition: top 1s ease-in-out, left 1s ease-in-out;
-moz-transition: top 1s ease-in-out, left 1s ease-in-out;
-o-transition: top 1s ease-in-out, left 1s ease-in-out;
-ms-transition: top 1s ease-in-out, left 1s ease-in-out;
}
.grid p{ color:#333;}
.grid >div {
clear: both;
}
.grid strong {
/*border-bottom:1px solid #F2F2F2;*/
margin-top: 6px;
display:block;
color:#666;
/*padding:0 0 8px;*/
font-size:1.1em;
font-weight: normal;
}
.grid .meta{
text-align:right;
color:#ddd;
font-style:normal;
}
.grid .imgholder img{
max-width:100%;
display:block;
}
.headerimg img{
height: 35px;
margin: 8px 5px 4px 0;
}
.cont-box{
margin: 8px 0;
color: #888;
width: 55%;
font-size: 10px;
line-height:15px
}
.cont-box b{color: #e3235b;}
.imglits {
position: absolute;
right: 5px;
margin: 5px;
}
.right-time{
position: absolute;
right: 5px;
bottom: 2px;
font-size: 8px;
} | learn/others/angular/20161029/ng-app/src/css/style.css | * {
-webkit-box-sizing: content-box;
}
body{
margin:0;
padding:0;
background-color: #f7f5f5;
color:#333;
overflow-x:hidden;
min-width: 320px;
line-height: 1;
}
section, footer, hgroup{
display:block;
}
a{
text-decoration:none;
}
a:hover, a:active{
color:#91DCFF;
}
.fl{float: left;}
.backlinks{
float:right;
padding:0 20px;
line-height:22px;
font-weight:bold;
font-size:13px;
}
.backlinks a{
text-align:right;
display:block;
}
/* clearfix */
.clearfix {
clear:both;
}
/* wrapper css */
section{
width:100%;
}
section hgroup{
}
#wrapper {
display: block;
position: absolute; z-index: 3; top: 45px; bottom: 0; left: 0;
width: 100% ; height: auto;
}
#container{
overflow: hidden;
position:relative;
width:auto;
margin:0 auto;
/*padding-bottom: 10px;*/
}
.grid{
width:45%;
min-height:100px;
padding: 5px;
background:#fff;
margin:4px;
font-size:12px;
float:left;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
box-shadow: 0 0 3px rgba(34,25,25,0.2);
-moz-box-shadow: 0 0 3px rgba(34,25,25,0.2);
-webkit-box-shadow: 0 0 3px rgba(34,25,25,0.2);
-webkit-transition: top 1s ease-in-out, left 1s ease-in-out;
-moz-transition: top 1s ease-in-out, left 1s ease-in-out;
-o-transition: top 1s ease-in-out, left 1s ease-in-out;
-ms-transition: top 1s ease-in-out, left 1s ease-in-out;
}
.grid p{ color:#333;}
.grid >div {
clear: both;
}
.grid strong {
/*border-bottom:1px solid #F2F2F2;*/
margin-top: 6px;
display:block;
color:#666;
/*padding:0 0 8px;*/
font-size:1.1em;
font-weight: normal;
}
.grid .meta{
text-align:right;
color:#ddd;
font-style:normal;
}
.grid .imgholder img{
max-width:100%;
display:block;
}
.headerimg img{
height: 35px;
margin: 8px 5px 4px 0;
}
.cont-box{
margin: 8px 0;
color: #888;
width: 55%;
font-size: 10px;
line-height:15px
}
.cont-box b{color: #e3235b;}
.imglits {
position: absolute;
right: 5px;
margin: 5px;
}
.right-time{
position: absolute;
right: 5px;
bottom: 2px;
font-size: 8px;
} | 0.288068 | 0.070176 |
body {
margin: 0;
background: black;
}
:root {
--base-font-size: 16px;
--fluid-typography-ratio: 0.9;
}
#wrapper {
margin: 0 auto;
max-width: 1200px;
}
#masthead {
padding: 0 1rem;
background-color: #ff7300;
}
#nav .nav-menu {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
list-style: none;
padding: 0;
margin: 0;
font-family: Futura;
}
#nav .nav-menu a {
color: white;
text-decoration: none;
}
#logo {
padding: 0;
}
#logo a {
color: var(--body-color);
text-decoration: none;
display: flex;
align-items: center;
}
#logo img {
width: 200px;
height: auto;
display: block;
}
#slider {
overflow: hidden;
}
#slider .prev, #slider .next {
position: absolute;
z-index: 5;
margin: 1rem;
font-size: 3em;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.prev {
left: 0;
}
.next {
right: 100px;
}
.prev span, .next span {
cursor: pointer;
display: block;
background: #fff;
}
h1 {
color: white;
font-family: Futura;
background: blue;
text-align: center;
}
h3 {
color: #ff7512;
}
#brandon img{
display: flex;
justify-content: center;
}
p {
color: white;
font-family: helvetica;
display: flex;
justify-content: center;
}
.michael img {
display: flex;
justify-content: center;
}
#podcast img {
position: absolute;
width: 50%;
padding-top: 30px
}
#link a {
text-decoration: none;
padding-bottom: 50px;
color: white;
font-family: futura;
}
#link a:hover {
text-decoration: none;
color: orange;
}
#slider-inner {
}
#slider .slide {
}
#slider img {
display: block;
height: auto;
width: 50%;
}
{
box-sizing: border-box;
}
/* Style inputs */
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-family: futura;
}
input[type=submit] {
background-color: #26168c;
color: white;
padding: 12px 20px;
border: none;
cursor: pointer;
font-family: futura;
}
input[type=submit]:hover {
background-color: #ff7512;
}
/* Style the container/contact section */
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 10px;
}
/* Create two columns that float next to eachother */
.column {
float: left;
width: 50%;
margin-top: 6px;
padding: 20px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column, input[type=submit] {
width: 100%;
margin-top: 0;
}
}
s
@media all and (max-width: 699px) {
#masthead {
padding-bottom: 1rem;
}
#logo #logo-holder {
justify-content: center;
margin: 1rem 0;
}
#logo a {
justify-content: center;
}
}
@media all and (min-width: 700px) {
body{
font-size: calc(var(--base-font-size) + var(--fluid-typography-ratio) * 1vw);
}
}
@media all and (min-width: 1800px) {
body{
font-size: calc(var(--base-font-size) + var(--fluid-typography-ratio) * 18px);
}
} | css/style.css |
body {
margin: 0;
background: black;
}
:root {
--base-font-size: 16px;
--fluid-typography-ratio: 0.9;
}
#wrapper {
margin: 0 auto;
max-width: 1200px;
}
#masthead {
padding: 0 1rem;
background-color: #ff7300;
}
#nav .nav-menu {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
list-style: none;
padding: 0;
margin: 0;
font-family: Futura;
}
#nav .nav-menu a {
color: white;
text-decoration: none;
}
#logo {
padding: 0;
}
#logo a {
color: var(--body-color);
text-decoration: none;
display: flex;
align-items: center;
}
#logo img {
width: 200px;
height: auto;
display: block;
}
#slider {
overflow: hidden;
}
#slider .prev, #slider .next {
position: absolute;
z-index: 5;
margin: 1rem;
font-size: 3em;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.prev {
left: 0;
}
.next {
right: 100px;
}
.prev span, .next span {
cursor: pointer;
display: block;
background: #fff;
}
h1 {
color: white;
font-family: Futura;
background: blue;
text-align: center;
}
h3 {
color: #ff7512;
}
#brandon img{
display: flex;
justify-content: center;
}
p {
color: white;
font-family: helvetica;
display: flex;
justify-content: center;
}
.michael img {
display: flex;
justify-content: center;
}
#podcast img {
position: absolute;
width: 50%;
padding-top: 30px
}
#link a {
text-decoration: none;
padding-bottom: 50px;
color: white;
font-family: futura;
}
#link a:hover {
text-decoration: none;
color: orange;
}
#slider-inner {
}
#slider .slide {
}
#slider img {
display: block;
height: auto;
width: 50%;
}
{
box-sizing: border-box;
}
/* Style inputs */
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-family: futura;
}
input[type=submit] {
background-color: #26168c;
color: white;
padding: 12px 20px;
border: none;
cursor: pointer;
font-family: futura;
}
input[type=submit]:hover {
background-color: #ff7512;
}
/* Style the container/contact section */
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 10px;
}
/* Create two columns that float next to eachother */
.column {
float: left;
width: 50%;
margin-top: 6px;
padding: 20px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column, input[type=submit] {
width: 100%;
margin-top: 0;
}
}
s
@media all and (max-width: 699px) {
#masthead {
padding-bottom: 1rem;
}
#logo #logo-holder {
justify-content: center;
margin: 1rem 0;
}
#logo a {
justify-content: center;
}
}
@media all and (min-width: 700px) {
body{
font-size: calc(var(--base-font-size) + var(--fluid-typography-ratio) * 1vw);
}
}
@media all and (min-width: 1800px) {
body{
font-size: calc(var(--base-font-size) + var(--fluid-typography-ratio) * 18px);
}
} | 0.401923 | 0.087213 |
.clearfix::after {
content: '';
display: table;
clear: both;
}
.wrapper {
font-family: Roboto,OpenSans, sans-serif;
width: 1200px;
margin: 0 auto;
}
.name::first-letter {
color: #1abc9c;
font-weight: bold;
}
.page-header {
margin-bottom: 35px;
}
.page-header a {
text-transform: uppercase;
text-decoration: none;
color: black;
}
.site-navigation a:hover{
color: #1abc9c;
}
.products-list-item_1 :hover .shoe_item {
background-color: #1ABC9C;
}
.products-list-item_1 :hover .price_item {
background-color: #1abc9c;
}
.site-navigation a {
font-size: 14px;
font-family: "OpenSans-Bold", "AdobeInvisFont", "MyriadPro-Regular";
float: right;
font-weight: 900;
}
.site-navigation {
float: right;
margin: 0;
margin-top: 10px;
padding: 0;
list-style: none;
}
.menu_link {
float: left;
padding-right: 0;
}
.menu_link:not(:last-child) {
margin-right: 36px;
}
.name {
font-size: 30px;
font-family:"Roboto-Light","Roboto-Black","AdobeInvisFont",
"MyriadPro-Regular";
height: 21px;
width: 78px;
}
.logo ::first-letter {
color: #1abc9c;
}
.products-title {
text-transform: uppercase;
font-size: 48px;
color: #515151;
font-family:"Roboto-Light","Roboto-Black","AdobeInvisFont",
"MyriadPro-Regular";
text-align: center;
font-weight: 900;
margin-top: 100px;
margin-bottom: 24px;
}
.products-title::after {
content: '';
display: block;
background: #1abc9c;
width: 165px;
height: 8px;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 80px;
}
.pagelogo {
float: left;
}
.nav_class {
margin-top: 36px;
}
.gallery {
margin: 0 auto;
}
.products-list-item_1 {
font-size: 0;
}
.shoe_item {
float: left;
width: 175px;
background: #323232;
font-size: 18px;
color: #ffffff;
padding: 13px;
text-transform: uppercase;
}
.price_item {
float: right;
width: 29px;
background: #8c8c8c;
font-size: 18px;
padding: 13px;
}
.products-list-item_1 {
float: left;
padding-bottom: 60px;
}
.products-list-item_1:not(:nth-of-type(4n))
{
margin-right: 30px;
}
.news {
text-transform: uppercase;
font-weight: bold;
font-size: 48px;
color: #555252;
font-family:"Roboto-Black","AdobeInvisFont","MyriadPro-Regular";
text-align: center;
}
.news_list {
float: left;
list-style: none;
}
.news_list_line {
margin: 0;
padding: 0;
width: 350px;
float: left;
}
.news_list_line:not(:nth-of-type(3n))
{
margin-right: 24px;
}
.lorem {
color: #555252;
font-size: 18px;
font-family: "OpenSans-Semibold","AdobeInvisFont","MyriadPro-Regular";
margin-top: 14px;
margin-bottom: 20px;
}
.text {
color: #555252;
font-size: 14px;
font-family: "OpenSans-Semibold","AdobeInvisFont","MyriadPro-Regular";
width: 350px;
font-size: 14px;
line-height: 26px;
}
.strip {
background: #4EC6AB;
width: 137px;
height: 4px;
margin-left: 0;
margin-bottom: 36px;
}
button {
color: #ffffff;
text-transform: capitalize;
background-color: #4EC6AB;
width: 160px;
height: 52px;
text-align: center;
margin: 15px 0 14px;
} | css/styles.css | .clearfix::after {
content: '';
display: table;
clear: both;
}
.wrapper {
font-family: Roboto,OpenSans, sans-serif;
width: 1200px;
margin: 0 auto;
}
.name::first-letter {
color: #1abc9c;
font-weight: bold;
}
.page-header {
margin-bottom: 35px;
}
.page-header a {
text-transform: uppercase;
text-decoration: none;
color: black;
}
.site-navigation a:hover{
color: #1abc9c;
}
.products-list-item_1 :hover .shoe_item {
background-color: #1ABC9C;
}
.products-list-item_1 :hover .price_item {
background-color: #1abc9c;
}
.site-navigation a {
font-size: 14px;
font-family: "OpenSans-Bold", "AdobeInvisFont", "MyriadPro-Regular";
float: right;
font-weight: 900;
}
.site-navigation {
float: right;
margin: 0;
margin-top: 10px;
padding: 0;
list-style: none;
}
.menu_link {
float: left;
padding-right: 0;
}
.menu_link:not(:last-child) {
margin-right: 36px;
}
.name {
font-size: 30px;
font-family:"Roboto-Light","Roboto-Black","AdobeInvisFont",
"MyriadPro-Regular";
height: 21px;
width: 78px;
}
.logo ::first-letter {
color: #1abc9c;
}
.products-title {
text-transform: uppercase;
font-size: 48px;
color: #515151;
font-family:"Roboto-Light","Roboto-Black","AdobeInvisFont",
"MyriadPro-Regular";
text-align: center;
font-weight: 900;
margin-top: 100px;
margin-bottom: 24px;
}
.products-title::after {
content: '';
display: block;
background: #1abc9c;
width: 165px;
height: 8px;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 80px;
}
.pagelogo {
float: left;
}
.nav_class {
margin-top: 36px;
}
.gallery {
margin: 0 auto;
}
.products-list-item_1 {
font-size: 0;
}
.shoe_item {
float: left;
width: 175px;
background: #323232;
font-size: 18px;
color: #ffffff;
padding: 13px;
text-transform: uppercase;
}
.price_item {
float: right;
width: 29px;
background: #8c8c8c;
font-size: 18px;
padding: 13px;
}
.products-list-item_1 {
float: left;
padding-bottom: 60px;
}
.products-list-item_1:not(:nth-of-type(4n))
{
margin-right: 30px;
}
.news {
text-transform: uppercase;
font-weight: bold;
font-size: 48px;
color: #555252;
font-family:"Roboto-Black","AdobeInvisFont","MyriadPro-Regular";
text-align: center;
}
.news_list {
float: left;
list-style: none;
}
.news_list_line {
margin: 0;
padding: 0;
width: 350px;
float: left;
}
.news_list_line:not(:nth-of-type(3n))
{
margin-right: 24px;
}
.lorem {
color: #555252;
font-size: 18px;
font-family: "OpenSans-Semibold","AdobeInvisFont","MyriadPro-Regular";
margin-top: 14px;
margin-bottom: 20px;
}
.text {
color: #555252;
font-size: 14px;
font-family: "OpenSans-Semibold","AdobeInvisFont","MyriadPro-Regular";
width: 350px;
font-size: 14px;
line-height: 26px;
}
.strip {
background: #4EC6AB;
width: 137px;
height: 4px;
margin-left: 0;
margin-bottom: 36px;
}
button {
color: #ffffff;
text-transform: capitalize;
background-color: #4EC6AB;
width: 160px;
height: 52px;
text-align: center;
margin: 15px 0 14px;
} | 0.388502 | 0.105349 |
.spectrum-BarLoader {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width: var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400));
vertical-align: top;
}
.spectrum-BarLoader-track {
overflow: hidden;
width: var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400));
height: var(--spectrum-barloader-large-height, var(--spectrum-global-dimension-size-75));
border-radius: var(--spectrum-barloader-large-border-radius, var(--spectrum-global-dimension-size-40));
z-index: 1;
}
.spectrum-BarLoader-fill {
border: none;
height: var(--spectrum-barloader-large-height, var(--spectrum-global-dimension-size-75));
transition: width 1s;
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
font-size: var(--spectrum-fieldlabel-text-size, var(--spectrum-global-dimension-size-150));
font-weight: var(--spectrum-fieldlabel-text-font-weight, 400);
line-height: var(--spectrum-fieldlabel-text-line-height, 1.3);
text-align: left;
margin-bottom: var(--spectrum-barloader-large-label-gap-y, var(--spectrum-global-dimension-size-115));
}
.spectrum-BarLoader-label {
-ms-flex: 1;
flex: 1;
}
.spectrum-BarLoader-percentage {
-ms-flex-item-align: start;
align-self: flex-start;
margin-left: var(--spectrum-barloader-small-label-gap-x, var(--spectrum-global-dimension-size-150));
}
.spectrum-BarLoader--sideLabel {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-flow: row;
flex-flow: row;
-ms-flex-pack: justify;
justify-content: space-between;
width: auto;
}
.spectrum-BarLoader--sideLabel .spectrum-BarLoader-label {
margin-right: var(--spectrum-barloader-large-label-gap-x, var(--spectrum-global-dimension-size-150));
margin-bottom: 0;
}
.spectrum-BarLoader--sideLabel .spectrum-BarLoader-percentage {
-ms-flex-order: 3;
order: 3;
text-align: right;
margin-left: var(--spectrum-barloader-large-label-gap-x, var(--spectrum-global-dimension-size-150));
margin-bottom: 0;
}
.spectrum-BarLoader--small {
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
min-width: var(--spectrum-barloader-small-width, var(--spectrum-global-dimension-size-2400));
}
.spectrum-BarLoader--small .spectrum-BarLoader-fill {
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
}
.spectrum-BarLoader--small .spectrum-BarLoader-track {
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
border-radius: var(--spectrum-barloader-small-border-radius);
}
.spectrum-BarLoader--indeterminate .spectrum-BarLoader-fill {
width: var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700));
position: relative;
animation: indeterminate-loop var(--spectrum-barloader-large-indeterminate-duration, 1000ms) infinite;
animation-timing-function: var(--spectrum-barloader-large-indeterminate-animation-ease, (.45, 0, .40, 1));
left: calc(-1 * var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700)));
will-change: transform;
}
@keyframes indeterminate-loop {
0% {
transform: translate(0);
}
100% {
transform: translate(calc(var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400)) + var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700))));
}
}
.spectrum-BarLoader .spectrum-BarLoader-fill {
background: var(--spectrum-barloader-large-track-fill-color, var(--spectrum-global-color-blue-500));
}
.spectrum-BarLoader .spectrum-BarLoader-track {
background-color: var(--spectrum-barloader-large-track-color, var(--spectrum-global-color-gray-300));
}
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-fill {
background: var(--spectrum-barloader-large-over-background-track-fill-color, rgb(255, 255, 255));
}
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-label,
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-percentage {
color: var(--spectrum-barloader-large-over-background-track-fill-color, rgb(255, 255, 255));
}
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-track {
background-color: var(--spectrum-barloader-large-over-background-track-color, rgba(255,255,255,0.2));
}
.spectrum-BarLoader.is-positive .spectrum-BarLoader-fill {
background: var(--spectrum-meter-large-track-color-positive, var(--spectrum-global-color-green-400));
}
.spectrum-BarLoader.is-warning .spectrum-BarLoader-fill {
background: var(--spectrum-meter-large-track-color-warning, var(--spectrum-global-color-orange-400));
}
.spectrum-BarLoader.is-critical .spectrum-BarLoader-fill {
background: var(--spectrum-meter-large-track-color-critical, var(--spectrum-global-color-red-400));
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
color: var(--spectrum-fieldlabel-text-color, var(--spectrum-global-color-gray-700));
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
color: var(--spectrum-fieldlabel-text-color, var(--spectrum-global-color-gray-700));
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
color: var(--spectrum-fieldlabel-text-color, var(--spectrum-global-color-gray-700));
} | src/spectrum/components/barloader/index-vars.css | .spectrum-BarLoader {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width: var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400));
vertical-align: top;
}
.spectrum-BarLoader-track {
overflow: hidden;
width: var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400));
height: var(--spectrum-barloader-large-height, var(--spectrum-global-dimension-size-75));
border-radius: var(--spectrum-barloader-large-border-radius, var(--spectrum-global-dimension-size-40));
z-index: 1;
}
.spectrum-BarLoader-fill {
border: none;
height: var(--spectrum-barloader-large-height, var(--spectrum-global-dimension-size-75));
transition: width 1s;
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
font-size: var(--spectrum-fieldlabel-text-size, var(--spectrum-global-dimension-size-150));
font-weight: var(--spectrum-fieldlabel-text-font-weight, 400);
line-height: var(--spectrum-fieldlabel-text-line-height, 1.3);
text-align: left;
margin-bottom: var(--spectrum-barloader-large-label-gap-y, var(--spectrum-global-dimension-size-115));
}
.spectrum-BarLoader-label {
-ms-flex: 1;
flex: 1;
}
.spectrum-BarLoader-percentage {
-ms-flex-item-align: start;
align-self: flex-start;
margin-left: var(--spectrum-barloader-small-label-gap-x, var(--spectrum-global-dimension-size-150));
}
.spectrum-BarLoader--sideLabel {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-flow: row;
flex-flow: row;
-ms-flex-pack: justify;
justify-content: space-between;
width: auto;
}
.spectrum-BarLoader--sideLabel .spectrum-BarLoader-label {
margin-right: var(--spectrum-barloader-large-label-gap-x, var(--spectrum-global-dimension-size-150));
margin-bottom: 0;
}
.spectrum-BarLoader--sideLabel .spectrum-BarLoader-percentage {
-ms-flex-order: 3;
order: 3;
text-align: right;
margin-left: var(--spectrum-barloader-large-label-gap-x, var(--spectrum-global-dimension-size-150));
margin-bottom: 0;
}
.spectrum-BarLoader--small {
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
min-width: var(--spectrum-barloader-small-width, var(--spectrum-global-dimension-size-2400));
}
.spectrum-BarLoader--small .spectrum-BarLoader-fill {
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
}
.spectrum-BarLoader--small .spectrum-BarLoader-track {
height: var(--spectrum-barloader-small-height, var(--spectrum-global-dimension-size-50));
border-radius: var(--spectrum-barloader-small-border-radius);
}
.spectrum-BarLoader--indeterminate .spectrum-BarLoader-fill {
width: var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700));
position: relative;
animation: indeterminate-loop var(--spectrum-barloader-large-indeterminate-duration, 1000ms) infinite;
animation-timing-function: var(--spectrum-barloader-large-indeterminate-animation-ease, (.45, 0, .40, 1));
left: calc(-1 * var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700)));
will-change: transform;
}
@keyframes indeterminate-loop {
0% {
transform: translate(0);
}
100% {
transform: translate(calc(var(--spectrum-barloader-large-width, var(--spectrum-global-dimension-size-2400)) + var(--spectrum-barloader-large-indeterminate-fill-width, var(--spectrum-global-dimension-size-1700))));
}
}
.spectrum-BarLoader .spectrum-BarLoader-fill {
background: var(--spectrum-barloader-large-track-fill-color, var(--spectrum-global-color-blue-500));
}
.spectrum-BarLoader .spectrum-BarLoader-track {
background-color: var(--spectrum-barloader-large-track-color, var(--spectrum-global-color-gray-300));
}
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-fill {
background: var(--spectrum-barloader-large-over-background-track-fill-color, rgb(255, 255, 255));
}
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-label,
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-percentage {
color: var(--spectrum-barloader-large-over-background-track-fill-color, rgb(255, 255, 255));
}
.spectrum-BarLoader.spectrum-BarLoader--overBackground .spectrum-BarLoader-track {
background-color: var(--spectrum-barloader-large-over-background-track-color, rgba(255,255,255,0.2));
}
.spectrum-BarLoader.is-positive .spectrum-BarLoader-fill {
background: var(--spectrum-meter-large-track-color-positive, var(--spectrum-global-color-green-400));
}
.spectrum-BarLoader.is-warning .spectrum-BarLoader-fill {
background: var(--spectrum-meter-large-track-color-warning, var(--spectrum-global-color-orange-400));
}
.spectrum-BarLoader.is-critical .spectrum-BarLoader-fill {
background: var(--spectrum-meter-large-track-color-critical, var(--spectrum-global-color-red-400));
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
color: var(--spectrum-fieldlabel-text-color, var(--spectrum-global-color-gray-700));
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
color: var(--spectrum-fieldlabel-text-color, var(--spectrum-global-color-gray-700));
}
.spectrum-BarLoader-label,
.spectrum-BarLoader-percentage {
color: var(--spectrum-fieldlabel-text-color, var(--spectrum-global-color-gray-700));
} | 0.746601 | 0.079032 |
.thesisHomeContainer {
width: 50vw;
position: absolute;
bottom: 10vh;
right: 25vw;
transform: rotatez(-90deg);
-webkit-transform: rotatez(-90deg);
//top: 20vh;
//left: 10vw;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.soaLogo {
display: inline-block;
width: 75px;
position: fixed;
top: 75px;
right: 50px;
}
.soaLogo :global {
animation: logoEntrance 0.75s ease-in-out;
-webkit-animation: logoEntrance 0.75s ease-in-out;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.thesisSection {
display: block;
border: none;
margin: 70px 0px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.thesisSection :global {
animation: entrance 0.75s ease-in-out;
-webkit-animation: entrance 0.75s ease-in-out;
transform: translate3d(-800px, 0px, 0px);
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.thesisBannerContainer {
display: block;
position: fixed;
top: 10px;
left: 5vw;
width: 40vw;
}
.thesisBannerContainer :global {
animation: entrance 1.0s ease-in-out;
-webkit-animation: entrance 1.0s ease-in-out;
}
.thesisBanner {
padding: 5px;
//border: 1px solid black;
background: white;
font-family: sans-serif;
font-size: 4em;
}
.thesisSectionTitle {
display: inline-block;
font-size: 3.25em;
font-family: sans-serif;
background: white;
text-align: left;
padding: 5px;
margin: 0px 0px;
-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.thesisSectionTitle:hover {
color: #de4a4a;
}
.thumbnailContainer {
width: 500px;
line-height: 1.5;
}
.thumbnail:first-child {
border: 1px solid black;
}
.thumbnail {
/*height: 100px;*/
display: inline;
padding: 10px;
font-size: 20px;
border: 1px solid black;
border-left: none;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.thumbnail:hover {
cursor: pointer;
transform: translate3d(0px, 80px, 0px);
-webkit-transform: translate3d(0px, 80px, 0px);
}
// MEDIA QUERIES
@media only screen and (max-width: 1200px) {
.thesisHomeContainer {
position: absolute;
bottom: 0vh;
}
}
@media only screen and (max-width: 1000px) {
.thesisHomeContainer {
position: absolute;
bottom: -10vh;
}
}
@media only screen and (max-width: 700px) {
.thesisHomeContainer {
margin: 20px 0px 0px 0px;
position: relative;
left: atuo;
bottom: auto;
width: 100%;
margin: 10px auto;
transform: rotatez(0deg);
-webkit-transform: rotatez(0deg);
}
.thesisSection {
margin-left: 80px;
}
.thesisSectionTitle {
font-size: 2.5em;
}
.thesisBannerContainer {
display: block;
position: relative;
width: 100%;
}
.thesisBanner {
font-size: 3em;
}
.soaLogo {
position: relative;
display: block;
margin: 0px auto;
}
} | src/styles/home.module.css | .thesisHomeContainer {
width: 50vw;
position: absolute;
bottom: 10vh;
right: 25vw;
transform: rotatez(-90deg);
-webkit-transform: rotatez(-90deg);
//top: 20vh;
//left: 10vw;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.soaLogo {
display: inline-block;
width: 75px;
position: fixed;
top: 75px;
right: 50px;
}
.soaLogo :global {
animation: logoEntrance 0.75s ease-in-out;
-webkit-animation: logoEntrance 0.75s ease-in-out;
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.thesisSection {
display: block;
border: none;
margin: 70px 0px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.thesisSection :global {
animation: entrance 0.75s ease-in-out;
-webkit-animation: entrance 0.75s ease-in-out;
transform: translate3d(-800px, 0px, 0px);
animation-fill-mode: forwards;
-webkit-animation-fill-mode: forwards;
}
.thesisBannerContainer {
display: block;
position: fixed;
top: 10px;
left: 5vw;
width: 40vw;
}
.thesisBannerContainer :global {
animation: entrance 1.0s ease-in-out;
-webkit-animation: entrance 1.0s ease-in-out;
}
.thesisBanner {
padding: 5px;
//border: 1px solid black;
background: white;
font-family: sans-serif;
font-size: 4em;
}
.thesisSectionTitle {
display: inline-block;
font-size: 3.25em;
font-family: sans-serif;
background: white;
text-align: left;
padding: 5px;
margin: 0px 0px;
-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.thesisSectionTitle:hover {
color: #de4a4a;
}
.thumbnailContainer {
width: 500px;
line-height: 1.5;
}
.thumbnail:first-child {
border: 1px solid black;
}
.thumbnail {
/*height: 100px;*/
display: inline;
padding: 10px;
font-size: 20px;
border: 1px solid black;
border-left: none;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
}
.thumbnail:hover {
cursor: pointer;
transform: translate3d(0px, 80px, 0px);
-webkit-transform: translate3d(0px, 80px, 0px);
}
// MEDIA QUERIES
@media only screen and (max-width: 1200px) {
.thesisHomeContainer {
position: absolute;
bottom: 0vh;
}
}
@media only screen and (max-width: 1000px) {
.thesisHomeContainer {
position: absolute;
bottom: -10vh;
}
}
@media only screen and (max-width: 700px) {
.thesisHomeContainer {
margin: 20px 0px 0px 0px;
position: relative;
left: atuo;
bottom: auto;
width: 100%;
margin: 10px auto;
transform: rotatez(0deg);
-webkit-transform: rotatez(0deg);
}
.thesisSection {
margin-left: 80px;
}
.thesisSectionTitle {
font-size: 2.5em;
}
.thesisBannerContainer {
display: block;
position: relative;
width: 100%;
}
.thesisBanner {
font-size: 3em;
}
.soaLogo {
position: relative;
display: block;
margin: 0px auto;
}
} | 0.273769 | 0.089973 |
* {
line-height: 1.5;
font-family: Avenir, Helvetica Neue, Helvetica, sans-serif;
font-size: 16px;
color: #222;
}
html, body {
height: 100%;
margin: 0;
}
a, a:visited {
cursor: pointer;
text-decoration: none;
color: #0000cc;
}
h1 {
font-weight: normal;
font-size: 1.75em;
margin: 8px 0;
padding: 0;
}
hr {
opacity: 0;
}
.message-nick {
font-weight: bold;
}
.message-nick-self {
font-style: italic;
}
.highlight {
background-color: #ffffdd;
}
.action {
font-style: italic;
}
.buffer-list-item:hover {
color: #fff;
background-color: #222;
}
.unread {
font-weight: 900;
}
.current-buffer::after {
content: " \2022";
}
.clickable {
cursor: pointer;
}
.timestamp {
float: right;
color: #a0a0a0;
font-size: 12px;
}
.copy-text {
font-size: 0;
color: rgba(0,0,0,0);
}
.day-group-head {
font-size: 12px;
text-align: center;
margin: 0 auto;
width: 100%;
font-weight: bold;
padding: 1em 0;
}
.group {
padding-bottom: .5ch;
}
.group-messages {
border: rgba(0,0,0,.05) solid;
border-width: 0 0 0 .5ch;
padding-left: .5ch;
display: flex;
flex-direction: column;
flex: 1;
word-wrap: break-word;
white-space: pre-wrap;
}
.command-name {
width: 250px;
font-family: Monaco, monospace;
display: inline-block;
}
.command-desc {
display: inline-block;
}
#buffer-header {
position: absolute;
width: 100%;
}
#buffer-topic {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-style: oblique;
background: white;
}
#buffer-topic:hover {
white-space: normal;
overflow: auto;
margin-bottom: 0.5em;
}
#input-line {
outline: none;
border-radius: 5px;
border: 1px solid rgba(0,0,0,.15);
}
.form-row label {
display: block;
padding: 1ch 0;
}
.form-row {
display: block;
width: 100%;
}
ul {
padding: 0 0 0 2ch;
list-style-type: none;
}
#container {
display: flex;
flex-direction: row;
max-width: 960px;
margin: 0 auto;
}
#buffer-list {
width: 150px;
text-overflow: ellipsis;
height: 100vh;
overflow-y: auto;
margin: 0;
}
#buffer-view {
display: flex;
min-width: 25ch;
margin-left: 2ch;
margin-right: 2ch;
flex-direction: column;
height: 100vh;
flex: 1;
position: relative;
}
#buffer-messages {
flex: 1 1 auto;
overflow-y: scroll;
overflow-x: hidden;
margin: 1ch 0;
display: flex;
flex-direction: column;
margin-top: 100px;
}
#buffer-footer {
padding-bottom: 1ch;
}
.flex-fixed {
flex: 0 0 auto;
}
input {
padding: 1.2ch;
width: 100%;
box-sizing: border-box;
} | site.css | * {
line-height: 1.5;
font-family: Avenir, Helvetica Neue, Helvetica, sans-serif;
font-size: 16px;
color: #222;
}
html, body {
height: 100%;
margin: 0;
}
a, a:visited {
cursor: pointer;
text-decoration: none;
color: #0000cc;
}
h1 {
font-weight: normal;
font-size: 1.75em;
margin: 8px 0;
padding: 0;
}
hr {
opacity: 0;
}
.message-nick {
font-weight: bold;
}
.message-nick-self {
font-style: italic;
}
.highlight {
background-color: #ffffdd;
}
.action {
font-style: italic;
}
.buffer-list-item:hover {
color: #fff;
background-color: #222;
}
.unread {
font-weight: 900;
}
.current-buffer::after {
content: " \2022";
}
.clickable {
cursor: pointer;
}
.timestamp {
float: right;
color: #a0a0a0;
font-size: 12px;
}
.copy-text {
font-size: 0;
color: rgba(0,0,0,0);
}
.day-group-head {
font-size: 12px;
text-align: center;
margin: 0 auto;
width: 100%;
font-weight: bold;
padding: 1em 0;
}
.group {
padding-bottom: .5ch;
}
.group-messages {
border: rgba(0,0,0,.05) solid;
border-width: 0 0 0 .5ch;
padding-left: .5ch;
display: flex;
flex-direction: column;
flex: 1;
word-wrap: break-word;
white-space: pre-wrap;
}
.command-name {
width: 250px;
font-family: Monaco, monospace;
display: inline-block;
}
.command-desc {
display: inline-block;
}
#buffer-header {
position: absolute;
width: 100%;
}
#buffer-topic {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-style: oblique;
background: white;
}
#buffer-topic:hover {
white-space: normal;
overflow: auto;
margin-bottom: 0.5em;
}
#input-line {
outline: none;
border-radius: 5px;
border: 1px solid rgba(0,0,0,.15);
}
.form-row label {
display: block;
padding: 1ch 0;
}
.form-row {
display: block;
width: 100%;
}
ul {
padding: 0 0 0 2ch;
list-style-type: none;
}
#container {
display: flex;
flex-direction: row;
max-width: 960px;
margin: 0 auto;
}
#buffer-list {
width: 150px;
text-overflow: ellipsis;
height: 100vh;
overflow-y: auto;
margin: 0;
}
#buffer-view {
display: flex;
min-width: 25ch;
margin-left: 2ch;
margin-right: 2ch;
flex-direction: column;
height: 100vh;
flex: 1;
position: relative;
}
#buffer-messages {
flex: 1 1 auto;
overflow-y: scroll;
overflow-x: hidden;
margin: 1ch 0;
display: flex;
flex-direction: column;
margin-top: 100px;
}
#buffer-footer {
padding-bottom: 1ch;
}
.flex-fixed {
flex: 0 0 auto;
}
input {
padding: 1.2ch;
width: 100%;
box-sizing: border-box;
} | 0.598195 | 0.133161 |
h3.donate-text {
font-size: 28px;
letter-spacing: 0px;
}
.donation-bar-inner .button.donate {
font-size: 28px!important;
text-transform: none;
height: 56px;
}
.mobile-navigation {
font-size: 24px;
}
@media (max-width: 44.374em) {
h3.donate-text {
font-size: 15px;
letter-spacing: 0px;
font-weight: 600;
}
.donation-bar-inner .button.donate {
font-size: 19px!important;
text-transform: none;
height: 38px;
}
}
@media (min-width: 75em) {
.main-navigation {
font-size: 28px;
}
}
@media (min-width: 56.875em) {
.secondary-menu {
font-size: 15px;
}
}
@media (min-width: 56.875em) {
.site-header .social-navigation {
font-size: 20px
}
}
.site-footer {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: source sans pro,sans-serif;
font-size: 15px;
}
.menu-footer-links-container li {
font-size: 14px;
}
.cc-footer aside {
font-size: 12px;
line-height: 15px;
}
.cc-footer-contact>h6>a {
font-family: source sans pro,sans-serif;
text-transform: none;
}
/* General Adjustments*/
section {
padding: 0 10%;
max-width: 1400px;
margin: auto;
}
pre {
background-color: #E5E5E5;
border: solid 1px #c4c4c4;
padding: 0 !important;
}
a.scroll-link {
color: #333;
}
a.scroll-link:hover {
color: #c4c4c4;
}
/* Platform Toolkit Styles */
.pt-background {
background-color: #F5F5F5;
}
.pt-line-detail-tomato {
width: 100%;
border-top: 2px solid #ed592f;
}
.pt-line-detail-blue {
width: 100%;
border-top: 4px solid #3C5C99;
}
.pt-line-left-tomato {
border-left: 2px solid #ed592f;
}
.pt-line-left-gold {
background-image: url('../img/rectangle.png');
background-repeat: no-repeat;
background-position: right top;
height: 45px;
width: 9px;
}
.pt-line-detail-forest {
border-left: 2px solid #04A635;
}
.pt-box-detail-sm {
width: 20px;
height: 20px;
}
.pt-box-detail-lg {
width: 40px;
height: 40px;
}
.pt-section1-text {
width: 250px;
margin: auto;
}
.pt-section-gold {
border-top: 1px solid #efbe00;
}
.pt-section-forest {
border-top: 1px solid #04A635;
}
.pt-section-blue {
border-top: 1px solid #3C5C99;
}
.pt-text-navigation {
background-color:#fff;
border: none;
cursor: pointer;
font-family: 'Roboto Condensed';
text-decoration: underline;
text-transform: uppercase;
color: #000 !important;
padding-left: 0 !important;
}
.pt-text-navigation:hover {
color: #d4d4d4 !important;
background-color: #fff !important;
}
.pt-text-navigation:focus {
background-color: #fff !important;
}
.pt-button-blue{
border: solid 2px #3c5c99;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-blue-lg{
border: solid 2px #3c5c99;
background: #3c5c99;
color: #fff;
}
.pt-button-gold,
.pt-button-gold:active,
.pt-button-gold:focus,
.pt-button-gold:focus-within {
border: solid 2px #efbe00;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-white,
.pt-button-white:active,
.pt-button-white:focus,
.pt-button-white:focus-within {
border: solid 2px #e4e4e4;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-forest,
.pt-button-forest:active,
.pt-button-forest:focus,
.pt-button-forest:focus-within {
border: solid 2px #00b850;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-tomato,
.pt-button-tomato:active,
.pt-button-tomato:focus,
.pt-button-tomato:focus-within {
border: solid 2px #ED592F;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-tomato-lg {
background: #ED592F;
color: #fff;
border: none;
}
.pt-button-gold-lg {
background: #efbe00;
color: #333;
border: none;
}
.pt-button-large {
width: 99%;
}
.pt-button-navigation {
border-radius: 4px 4px 0px 0px;
font-size: .8rem;
letter-spacing: 0.02em;
min-width: 125px;
padding: 0.2rem .5rem !important;
}
.pt-bar {
height: 30px;
margin-left: 2px;
width: 5px;
}
.pt-align-center {
align-items: center;
}
.pt-align-left {
align-items: flex-start;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.pt-align-top {
align-items: flex-start;
display: flex !important;
}
.pt-card {
max-height: 415px;
box-sizing: border-box;
}
.pt-card-large {
box-sizing: border-box;
padding: 2.5rem;
}
@media only screen and (max-width: 1024px) {
.pt-card-large{
padding: 5%;
width: 100%;
}
}
.pt-card-wide {
padding: 3rem 4.5rem 1rem;
}
@media only screen and (max-width: 768px) {
.pt-card-wide {
padding: 2rem 2rem 1rem;
}
}
.pt-card-padding-large {
padding: 4rem;
}
@media only screen and (max-width: 768px) {
.pt-card-padding-large{
padding: 2rem;
}
}
.pt-card-padding-small {
padding: 2rem;
}
.pt-card-small {
box-sizing: border-box;
padding: .5rem 2rem;
}
.pt-card-small{
max-height: 255px;
}
@media only screen and (max-width: 768px) {
.pt-card-small{
margin-bottom: 5%;
}
}
.pt-header-card {
font-size: 28px;
width: 315px;
padding: 48px 0;
}
@media only screen and (max-width: 1024px) {
.pt-header-card{
width: 100%;
}
}
.pt-text-card{
width: 250px;
}
.pt-columns-align {
align-items: center;
}
.pt-columns-align-center {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.pt-row-align {
align-items: center;
display: flex;
flex-direction: row;
}
.pt-row-align-center {
align-items: center;
display: flex;
flex-direction: row;
justify-content: center;
}
@media only screen and (max-width: 768px) {
.pt-column-mobile {
flex-direction: column;
}
}
.pt-row-space-between {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.pt-row-align-lines {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 768px) {
#intro>div>div{
margin: 0 !important;
}
}
#table-of-contents>div>div.column.has-background-white {
border: solid 2px #E5E5E5;
}
#types-of-content>div>.is-4 {
padding-top: 0;
}
#resources>div>div.is-4 {
padding: 2rem;
}
#resources>div>div>div>p.text-normal.has-text-weight-bold.padding-left-normal {
max-width: 240px;
}
#final-checklist>div>div>div>p.text-normal {
max-width: 250px;
}
#closebox {
width: 30px !important;
}
/* Modal*/
#popupBtns, #popupCollaboration, #popupModelPlatform {
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 120%;
background-color: rgba(0,0,0,0.7);
display: none;
}
.popupBoxWrapper{
width: 50%;
margin: 50px auto;
text-align: left;
}
@media only screen and (max-width: 550px) {
.popupBoxWrapper {
width: 90%;
}
}
.popupBoxContent{
background-color: #FFF;
padding: 15px;
display: flex;
flex-direction: column;
align-items: flex-end;
max-height: 80%;
overflow: auto;
}
.popup-align {
width: 95%;
}
.mp-url {
height: 400px;
overflow: auto;
}
/* Classes used in JS */
.pt-menu-items {
opacity: 1;
transition: visibility 0.5s, opacity 0.5s linear;
visibility: visible;
}
.hide {
opacity: 0 !important;
visibility: hidden !important;
}
.none {
display: none;
}
.accordion {
color: #444;
cursor: pointer;
padding: 12px;
width: 100%;
text-align: left;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #eee !important;
}
.chevron-down{
margin-right: 1rem;
transform: rotate(0deg);
transition: transform .5s linear;
}
.chevron-down.open{
margin-right: 1rem;
transform: rotate(90deg);
transition: transform .5s linear;
}
.panel {
border: 1px solid #eeeeee;
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.8s ease-out;
}
/* Altering Vocabulary styles */
.b-header {
line-height: 2rem;
}
#terms-of-service>div>div>div>.b-header {
line-height: 1.2rem;
}
.text-small {
padding-right: 0;
}
@media only screen and (max-width: 768px) {
.column.margin-bottom-large{
margin-bottom: 1rem;
}
}
/* PT Media query adjustments */
@media only screen and (max-width: 700px) {
.margin-left-small {
margin-left: 0;
}
.pt-button-navigation {
min-width: 60px;
}
}
@media only screen and (max-width: 400px) {
.margin-left-normal {
margin-left: 0;
}
} | docs/src/css/style.css |
h3.donate-text {
font-size: 28px;
letter-spacing: 0px;
}
.donation-bar-inner .button.donate {
font-size: 28px!important;
text-transform: none;
height: 56px;
}
.mobile-navigation {
font-size: 24px;
}
@media (max-width: 44.374em) {
h3.donate-text {
font-size: 15px;
letter-spacing: 0px;
font-weight: 600;
}
.donation-bar-inner .button.donate {
font-size: 19px!important;
text-transform: none;
height: 38px;
}
}
@media (min-width: 75em) {
.main-navigation {
font-size: 28px;
}
}
@media (min-width: 56.875em) {
.secondary-menu {
font-size: 15px;
}
}
@media (min-width: 56.875em) {
.site-header .social-navigation {
font-size: 20px
}
}
.site-footer {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: source sans pro,sans-serif;
font-size: 15px;
}
.menu-footer-links-container li {
font-size: 14px;
}
.cc-footer aside {
font-size: 12px;
line-height: 15px;
}
.cc-footer-contact>h6>a {
font-family: source sans pro,sans-serif;
text-transform: none;
}
/* General Adjustments*/
section {
padding: 0 10%;
max-width: 1400px;
margin: auto;
}
pre {
background-color: #E5E5E5;
border: solid 1px #c4c4c4;
padding: 0 !important;
}
a.scroll-link {
color: #333;
}
a.scroll-link:hover {
color: #c4c4c4;
}
/* Platform Toolkit Styles */
.pt-background {
background-color: #F5F5F5;
}
.pt-line-detail-tomato {
width: 100%;
border-top: 2px solid #ed592f;
}
.pt-line-detail-blue {
width: 100%;
border-top: 4px solid #3C5C99;
}
.pt-line-left-tomato {
border-left: 2px solid #ed592f;
}
.pt-line-left-gold {
background-image: url('../img/rectangle.png');
background-repeat: no-repeat;
background-position: right top;
height: 45px;
width: 9px;
}
.pt-line-detail-forest {
border-left: 2px solid #04A635;
}
.pt-box-detail-sm {
width: 20px;
height: 20px;
}
.pt-box-detail-lg {
width: 40px;
height: 40px;
}
.pt-section1-text {
width: 250px;
margin: auto;
}
.pt-section-gold {
border-top: 1px solid #efbe00;
}
.pt-section-forest {
border-top: 1px solid #04A635;
}
.pt-section-blue {
border-top: 1px solid #3C5C99;
}
.pt-text-navigation {
background-color:#fff;
border: none;
cursor: pointer;
font-family: 'Roboto Condensed';
text-decoration: underline;
text-transform: uppercase;
color: #000 !important;
padding-left: 0 !important;
}
.pt-text-navigation:hover {
color: #d4d4d4 !important;
background-color: #fff !important;
}
.pt-text-navigation:focus {
background-color: #fff !important;
}
.pt-button-blue{
border: solid 2px #3c5c99;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-blue-lg{
border: solid 2px #3c5c99;
background: #3c5c99;
color: #fff;
}
.pt-button-gold,
.pt-button-gold:active,
.pt-button-gold:focus,
.pt-button-gold:focus-within {
border: solid 2px #efbe00;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-white,
.pt-button-white:active,
.pt-button-white:focus,
.pt-button-white:focus-within {
border: solid 2px #e4e4e4;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-forest,
.pt-button-forest:active,
.pt-button-forest:focus,
.pt-button-forest:focus-within {
border: solid 2px #00b850;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-tomato,
.pt-button-tomato:active,
.pt-button-tomato:focus,
.pt-button-tomato:focus-within {
border: solid 2px #ED592F;
border-bottom: none;
background: #ffffff;
color: #333;
}
.pt-button-tomato-lg {
background: #ED592F;
color: #fff;
border: none;
}
.pt-button-gold-lg {
background: #efbe00;
color: #333;
border: none;
}
.pt-button-large {
width: 99%;
}
.pt-button-navigation {
border-radius: 4px 4px 0px 0px;
font-size: .8rem;
letter-spacing: 0.02em;
min-width: 125px;
padding: 0.2rem .5rem !important;
}
.pt-bar {
height: 30px;
margin-left: 2px;
width: 5px;
}
.pt-align-center {
align-items: center;
}
.pt-align-left {
align-items: flex-start;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.pt-align-top {
align-items: flex-start;
display: flex !important;
}
.pt-card {
max-height: 415px;
box-sizing: border-box;
}
.pt-card-large {
box-sizing: border-box;
padding: 2.5rem;
}
@media only screen and (max-width: 1024px) {
.pt-card-large{
padding: 5%;
width: 100%;
}
}
.pt-card-wide {
padding: 3rem 4.5rem 1rem;
}
@media only screen and (max-width: 768px) {
.pt-card-wide {
padding: 2rem 2rem 1rem;
}
}
.pt-card-padding-large {
padding: 4rem;
}
@media only screen and (max-width: 768px) {
.pt-card-padding-large{
padding: 2rem;
}
}
.pt-card-padding-small {
padding: 2rem;
}
.pt-card-small {
box-sizing: border-box;
padding: .5rem 2rem;
}
.pt-card-small{
max-height: 255px;
}
@media only screen and (max-width: 768px) {
.pt-card-small{
margin-bottom: 5%;
}
}
.pt-header-card {
font-size: 28px;
width: 315px;
padding: 48px 0;
}
@media only screen and (max-width: 1024px) {
.pt-header-card{
width: 100%;
}
}
.pt-text-card{
width: 250px;
}
.pt-columns-align {
align-items: center;
}
.pt-columns-align-center {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
}
.pt-row-align {
align-items: center;
display: flex;
flex-direction: row;
}
.pt-row-align-center {
align-items: center;
display: flex;
flex-direction: row;
justify-content: center;
}
@media only screen and (max-width: 768px) {
.pt-column-mobile {
flex-direction: column;
}
}
.pt-row-space-between {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.pt-row-align-lines {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 768px) {
#intro>div>div{
margin: 0 !important;
}
}
#table-of-contents>div>div.column.has-background-white {
border: solid 2px #E5E5E5;
}
#types-of-content>div>.is-4 {
padding-top: 0;
}
#resources>div>div.is-4 {
padding: 2rem;
}
#resources>div>div>div>p.text-normal.has-text-weight-bold.padding-left-normal {
max-width: 240px;
}
#final-checklist>div>div>div>p.text-normal {
max-width: 250px;
}
#closebox {
width: 30px !important;
}
/* Modal*/
#popupBtns, #popupCollaboration, #popupModelPlatform {
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 120%;
background-color: rgba(0,0,0,0.7);
display: none;
}
.popupBoxWrapper{
width: 50%;
margin: 50px auto;
text-align: left;
}
@media only screen and (max-width: 550px) {
.popupBoxWrapper {
width: 90%;
}
}
.popupBoxContent{
background-color: #FFF;
padding: 15px;
display: flex;
flex-direction: column;
align-items: flex-end;
max-height: 80%;
overflow: auto;
}
.popup-align {
width: 95%;
}
.mp-url {
height: 400px;
overflow: auto;
}
/* Classes used in JS */
.pt-menu-items {
opacity: 1;
transition: visibility 0.5s, opacity 0.5s linear;
visibility: visible;
}
.hide {
opacity: 0 !important;
visibility: hidden !important;
}
.none {
display: none;
}
.accordion {
color: #444;
cursor: pointer;
padding: 12px;
width: 100%;
text-align: left;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #eee !important;
}
.chevron-down{
margin-right: 1rem;
transform: rotate(0deg);
transition: transform .5s linear;
}
.chevron-down.open{
margin-right: 1rem;
transform: rotate(90deg);
transition: transform .5s linear;
}
.panel {
border: 1px solid #eeeeee;
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.8s ease-out;
}
/* Altering Vocabulary styles */
.b-header {
line-height: 2rem;
}
#terms-of-service>div>div>div>.b-header {
line-height: 1.2rem;
}
.text-small {
padding-right: 0;
}
@media only screen and (max-width: 768px) {
.column.margin-bottom-large{
margin-bottom: 1rem;
}
}
/* PT Media query adjustments */
@media only screen and (max-width: 700px) {
.margin-left-small {
margin-left: 0;
}
.pt-button-navigation {
min-width: 60px;
}
}
@media only screen and (max-width: 400px) {
.margin-left-normal {
margin-left: 0;
}
} | 0.327668 | 0.09795 |
.wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
clear: both;
display: block; }
center {
width: 100%;
min-width: 600px; }
a img {
border: none; }
p {
margin: 0 0 0 0;
Margin: 0 0 0 0; }
table {
border-spacing: 0;
border-collapse: collapse; }
td {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
border-collapse: collapse !important; }
table, tr, td {
padding: 0;
vertical-align: top;
text-align: left; }
@media only screen {
html {
min-height: 100%;
background: #f3f3f3; } }
table.body {
background: #f3f3f3;
height: 100%;
width: 100%; }
table.container {
background: #fefefe;
width: 600px;
margin: 0 auto;
Margin: 0 auto;
text-align: inherit; }
table.row {
padding: 0;
width: 100%;
position: relative; }
table.spacer {
width: 100%; }
table.spacer td {
mso-line-height-rule: exactly; }
table.container table.row {
display: table; }
th.columns {
margin: 0 auto;
Margin: 0 auto;
padding-left: 16px;
padding-bottom: 16px; }
th.columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.columns.last {
padding-right: 16px; }
th.columns table:not(.button) {
width: 100%; }
th.large-2 {
width: 84px;
padding-left: 8px;
padding-right: 8px; }
th.large-2.first {
padding-left: 16px; }
th.large-2.last {
padding-right: 16px; }
.body .columns th.large-2 {
width: 16.66667%; }
th.large-3 {
width: 134px;
padding-left: 8px;
padding-right: 8px; }
th.large-3.first {
padding-left: 16px; }
th.large-3.last {
padding-right: 16px; }
.body .columns th.large-3 {
width: 25%; }
th.large-4 {
width: 184px;
padding-left: 8px;
padding-right: 8px; }
th.large-4.first {
padding-left: 16px; }
th.large-4.last {
padding-right: 16px; }
th.large-4 center {
min-width: 152px; }
.body .columns th.large-4 {
width: 33.33333%; }
th.large-5 {
width: 234px;
padding-left: 8px;
padding-right: 8px; }
th.large-5.last {
padding-right: 16px; }
th.large-5 center {
min-width: 202px; }
th.large-6 {
width: 284px;
padding-left: 8px;
padding-right: 8px; }
th.large-6.first {
padding-left: 16px; }
th.large-6.last {
padding-right: 16px; }
.collapse > tbody > tr > th.large-6 {
padding-right: 0;
padding-left: 0;
width: 300px; }
.collapse th.large-6.first,
.collapse th.large-6.last {
width: 308px; }
th.large-6 center {
min-width: 252px; }
.body .columns th.large-6 {
width: 50%; }
th.large-7 {
width: 334px;
padding-left: 8px;
padding-right: 8px; }
th.large-7.first {
padding-left: 16px; }
th.large-7 center {
min-width: 302px; }
th.large-8 {
width: 384px;
padding-left: 8px;
padding-right: 8px; }
th.large-8.first {
padding-left: 16px; }
th.large-8.last {
padding-right: 16px; }
.body .columns th.large-8 {
width: 66.66667%; }
th.large-10 {
width: 484px;
padding-left: 8px;
padding-right: 8px; }
.body .columns th.large-10 {
width: 83.33333%; }
th.large-12 {
width: 584px;
padding-left: 8px;
padding-right: 8px; }
th.large-12.first {
padding-left: 16px; }
th.large-12.last {
padding-right: 16px; }
.collapse > tbody > tr > th.large-12 {
padding-right: 0;
padding-left: 0;
width: 600px; }
.collapse th.large-12.first,
.collapse th.large-12.last {
width: 608px; }
th.large-12 center {
min-width: 552px; }
.body .columns th.large-12 {
width: 100%; }
td.expander,
th.expander {
visibility: hidden;
width: 0;
padding: 0 !important; }
table.text-center,
h1.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center,
p.text-center {
text-align: center; }
p.text-right {
text-align: right; }
@media only screen and (max-width: 616px) {
.small-float-center {
margin: 0 auto !important;
float: none !important;
text-align: center !important; } }
img.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
table.float-center,
th.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
body,
table.body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
a {
color: #0a0a0a;
font-family: Roboto, Helvetica, Arial, Sans-Serif;
font-weight: normal;
padding: 0;
margin: 0;
Margin: 0;
text-align: left;
line-height: 1.3; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: inherit;
word-wrap: normal;
font-family: Roboto, Helvetica, Arial, Sans-Serif;
font-weight: normal;
margin-bottom: 0;
Margin-bottom: 0; }
h1 {
font-size: 34px; }
h2 {
font-size: 30px; }
h3 {
font-size: 28px; }
h4 {
font-size: 24px; }
h5 {
font-size: 20px; }
h6 {
font-size: 18px; }
body,
table.body,
p,
td,
th {
font-size: 16px;
line-height: 1.3; }
p {
margin-bottom: 0;
Margin-bottom: 0; }
p.lead {
font-size: 20px;
line-height: 1.6; }
small {
font-size: 80%;
color: #cacaca; }
a {
color: #8f96a0;
text-decoration: none; }
a:hover {
color: #747c88; }
a:active {
color: #747c88; }
a:visited {
color: #8f96a0; }
span.preheader {
display: none !important;
visibility: hidden;
mso-hide: all !important;
font-size: 1px;
color: #f3f3f3;
line-height: 1px;
max-height: 0px;
max-width: 0px;
opacity: 0;
overflow: hidden; }
table.button {
width: auto;
margin: 0 0 16px 0;
Margin: 0 0 16px 0; }
table.button table td {
text-align: left;
color: #fefefe;
background: #8f96a0;
border: 2px solid #8f96a0; }
table.button table td a {
font-family: Roboto, Helvetica, Arial, Sans-Serif;
font-size: 16px;
font-weight: bold;
color: #fefefe;
text-decoration: none;
display: inline-block;
padding: 8px 16px 8px 16px;
border: 0 solid #8f96a0;
border-radius: 3px; }
table.button:hover table tr td a,
table.button:active table tr td a,
table.button table tr td a:visited,
table.button.large:hover table tr td a,
table.button.large:active table tr td a,
table.button.large table tr td a:visited {
color: #fefefe; }
table.button.large table a {
padding: 10px 20px 10px 20px;
font-size: 20px; }
table.button.expand {
width: 100% !important; }
table.button.expand table {
width: 100%; }
table.button.expand table a {
text-align: center;
width: 100%;
padding-left: 0;
padding-right: 0; }
table.button.expand center {
min-width: 0; }
table.button:hover table td,
table.button:visited table td,
table.button:active table td {
background: #747c88;
color: #fefefe; }
table.button:hover table a,
table.button:visited table a,
table.button:active table a {
border: 0 solid #747c88; }
table.button.secondary table td {
background: #777777;
color: #fefefe;
border: 0px solid #777777; }
table.button.secondary table a {
color: #fefefe;
border: 0 solid #777777; }
table.button.secondary:hover table td {
background: #919191;
color: #fefefe; }
table.button.secondary:hover table a {
border: 0 solid #919191; }
table.button.secondary:hover table td a {
color: #fefefe; }
table.button.secondary:active table td a {
color: #fefefe; }
table.button.secondary table td a:visited {
color: #fefefe; }
table.button.success table td {
background: #3adb76;
border: 0px solid #3adb76; }
table.button.success table a {
border: 0 solid #3adb76; }
table.button.success:hover table td {
background: #23bf5d; }
table.button.success:hover table a {
border: 0 solid #23bf5d; }
table.callout {
margin-bottom: 16px;
Margin-bottom: 16px; }
th.callout-inner {
width: 100%;
border: 1px solid #cbcbcb;
padding: 10px;
background: #fefefe; }
th.callout-inner.primary {
background: #eeeff1;
border: 1px solid #444444;
color: #0a0a0a; }
th.callout-inner.secondary {
background: #ebebeb;
border: 1px solid #444444;
color: #0a0a0a; }
table.menu {
width: 600px; }
table.menu th.menu-item {
padding: 10px;
padding-right: 10px; }
table.menu th.menu-item a {
color: #8f96a0; }
table.menu.vertical th.menu-item {
padding: 10px;
padding-right: 0;
display: block; }
table.menu.vertical th.menu-item a {
width: 100%; }
table.menu.text-center a {
text-align: center; }
.menu[align="center"] {
width: auto !important; }
@media only screen and (max-width: 616px) {
table.body img {
width: auto;
height: auto; }
table.body center {
min-width: 0 !important; }
table.body .container {
width: 95% !important; }
table.body .columns {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px !important;
padding-right: 16px !important; }
table.body .columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
table.body .collapse .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.small-2 {
display: inline-block !important;
width: 16.66667% !important; }
th.small-3 {
display: inline-block !important;
width: 25% !important; }
th.small-6 {
display: inline-block !important;
width: 50% !important; }
th.small-12 {
display: inline-block !important;
width: 100% !important; }
.columns th.small-12 {
display: block !important;
width: 100% !important; }
table.menu {
width: 100% !important; }
table.menu td,
table.menu th {
width: auto !important;
display: inline-block !important; }
table.menu.vertical td,
table.menu.vertical th {
display: block !important; }
table.menu[align="center"] {
width: auto !important; } }
body,
html,
body {
background: #f7f7f7;
background-color: #f7f7f7 !important; }
.header {
padding: 0 !important; }
.header .images {
padding-right: 0 !important;
padding-left: 0 !important;
padding-top: 25px; }
.sub-header .top-links {
padding-bottom: 0 !important; }
.sub-header .top-links .links {
width: 500px;
margin: 0 auto; }
.sub-header .top-links .links a {
font-size: 11px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
text-transform: uppercase;
font-weight: 700; }
.header-super .columns {
padding-right: 0 !important;
padding-left: 0 !important;
padding-top: 0 !important;
padding-bottom: 0.10px !important; }
.header-super .columns .supper-sales {
width: 180%; }
.items-top .columns {
padding: 0 !important; }
.items-top .columns .supper-sales {
width: 150%; }
.box-6-pictures .columns {
padding: 0 !important; }
.box-6-pictures .columns .supper-sales {
width: 150%; }
.electronics-items {
padding: 20px; }
.electronics-items .electronics-container {
background: #f7f7f7;
background-color: #f7f7f7 !important; }
.electronics-items .tablet1 {
line-height: 30px;
padding: 10px;
border-collapse: separate;
border-color: grey;
border-spacing: 2px; }
.electronics-items .tablet1 .discount {
border: 2px solid #ff7f00;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
color: #ff7f00; }
.electronics-items .tablet1 .line-row .hr1 {
border-bottom: 1px solid #eeeeee;
width: 95%; }
.electronics-items .tablet1 .tablet-image {
width: 60%;
padding-top: 10px;
padding-bottom: 7px; }
.electronics-items .tablet1 .unicorn {
font-size: 13px;
color: #282828;
text-align: center;
font-weight: 600;
font-family: Roboto,Helvetica,Arial,Sans-Serif; }
.electronics-items .tablet1 .hot-sale {
color: #727272;
font-size: 11px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
text-align: center;
line-height: 18px; }
.electronics-items .tablet1 .price {
text-align: center;
color: #333333;
font-size: 13px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
font-weight: 700;
line-height: 30px; }
.row-selected .selected-just {
font-size: 16px;
padding-top: 30px; }
.row-selected .selected-just .selected {
color: #8f96a0;
font-weight: normal;
font-family: Roboto,Helvetica,Arial,Sans-Serif; }
.footer {
background: #f7f7f7;
background-color: #f7f7f7 !important;
font-size: 50px; }
.footer .footer-top .footer-header h6 {
text-transform: capitalize;
color: #8f96a0;
font-size: 16px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
padding-bottom: 10px; }
.footer-animations .footer-columns {
margin: 0 auto;
width: 50%;
text-align: justify; }
.footer-animations .footer-columns .footer-pictures .footer-images .one {
font-size: 12px !important;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
color: #727272;
line-height: 50px; }
.footer-animations .footer-columns img {
width: 32px; }
.for-more-questions {
font-size: 11px; }
.for-more-questions .hear-from-us {
display: block;
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us .more-questions {
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us .Customer-service {
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us .Customer-service a {
text-decoration: underline; }
.for-more-questions .hear-from-us .click-here {
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us a {
text-decoration: underline; } | dist/css/app.css | .wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
clear: both;
display: block; }
center {
width: 100%;
min-width: 600px; }
a img {
border: none; }
p {
margin: 0 0 0 0;
Margin: 0 0 0 0; }
table {
border-spacing: 0;
border-collapse: collapse; }
td {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
border-collapse: collapse !important; }
table, tr, td {
padding: 0;
vertical-align: top;
text-align: left; }
@media only screen {
html {
min-height: 100%;
background: #f3f3f3; } }
table.body {
background: #f3f3f3;
height: 100%;
width: 100%; }
table.container {
background: #fefefe;
width: 600px;
margin: 0 auto;
Margin: 0 auto;
text-align: inherit; }
table.row {
padding: 0;
width: 100%;
position: relative; }
table.spacer {
width: 100%; }
table.spacer td {
mso-line-height-rule: exactly; }
table.container table.row {
display: table; }
th.columns {
margin: 0 auto;
Margin: 0 auto;
padding-left: 16px;
padding-bottom: 16px; }
th.columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.columns.last {
padding-right: 16px; }
th.columns table:not(.button) {
width: 100%; }
th.large-2 {
width: 84px;
padding-left: 8px;
padding-right: 8px; }
th.large-2.first {
padding-left: 16px; }
th.large-2.last {
padding-right: 16px; }
.body .columns th.large-2 {
width: 16.66667%; }
th.large-3 {
width: 134px;
padding-left: 8px;
padding-right: 8px; }
th.large-3.first {
padding-left: 16px; }
th.large-3.last {
padding-right: 16px; }
.body .columns th.large-3 {
width: 25%; }
th.large-4 {
width: 184px;
padding-left: 8px;
padding-right: 8px; }
th.large-4.first {
padding-left: 16px; }
th.large-4.last {
padding-right: 16px; }
th.large-4 center {
min-width: 152px; }
.body .columns th.large-4 {
width: 33.33333%; }
th.large-5 {
width: 234px;
padding-left: 8px;
padding-right: 8px; }
th.large-5.last {
padding-right: 16px; }
th.large-5 center {
min-width: 202px; }
th.large-6 {
width: 284px;
padding-left: 8px;
padding-right: 8px; }
th.large-6.first {
padding-left: 16px; }
th.large-6.last {
padding-right: 16px; }
.collapse > tbody > tr > th.large-6 {
padding-right: 0;
padding-left: 0;
width: 300px; }
.collapse th.large-6.first,
.collapse th.large-6.last {
width: 308px; }
th.large-6 center {
min-width: 252px; }
.body .columns th.large-6 {
width: 50%; }
th.large-7 {
width: 334px;
padding-left: 8px;
padding-right: 8px; }
th.large-7.first {
padding-left: 16px; }
th.large-7 center {
min-width: 302px; }
th.large-8 {
width: 384px;
padding-left: 8px;
padding-right: 8px; }
th.large-8.first {
padding-left: 16px; }
th.large-8.last {
padding-right: 16px; }
.body .columns th.large-8 {
width: 66.66667%; }
th.large-10 {
width: 484px;
padding-left: 8px;
padding-right: 8px; }
.body .columns th.large-10 {
width: 83.33333%; }
th.large-12 {
width: 584px;
padding-left: 8px;
padding-right: 8px; }
th.large-12.first {
padding-left: 16px; }
th.large-12.last {
padding-right: 16px; }
.collapse > tbody > tr > th.large-12 {
padding-right: 0;
padding-left: 0;
width: 600px; }
.collapse th.large-12.first,
.collapse th.large-12.last {
width: 608px; }
th.large-12 center {
min-width: 552px; }
.body .columns th.large-12 {
width: 100%; }
td.expander,
th.expander {
visibility: hidden;
width: 0;
padding: 0 !important; }
table.text-center,
h1.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center,
p.text-center {
text-align: center; }
p.text-right {
text-align: right; }
@media only screen and (max-width: 616px) {
.small-float-center {
margin: 0 auto !important;
float: none !important;
text-align: center !important; } }
img.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
table.float-center,
th.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
body,
table.body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
a {
color: #0a0a0a;
font-family: Roboto, Helvetica, Arial, Sans-Serif;
font-weight: normal;
padding: 0;
margin: 0;
Margin: 0;
text-align: left;
line-height: 1.3; }
h1,
h2,
h3,
h4,
h5,
h6 {
color: inherit;
word-wrap: normal;
font-family: Roboto, Helvetica, Arial, Sans-Serif;
font-weight: normal;
margin-bottom: 0;
Margin-bottom: 0; }
h1 {
font-size: 34px; }
h2 {
font-size: 30px; }
h3 {
font-size: 28px; }
h4 {
font-size: 24px; }
h5 {
font-size: 20px; }
h6 {
font-size: 18px; }
body,
table.body,
p,
td,
th {
font-size: 16px;
line-height: 1.3; }
p {
margin-bottom: 0;
Margin-bottom: 0; }
p.lead {
font-size: 20px;
line-height: 1.6; }
small {
font-size: 80%;
color: #cacaca; }
a {
color: #8f96a0;
text-decoration: none; }
a:hover {
color: #747c88; }
a:active {
color: #747c88; }
a:visited {
color: #8f96a0; }
span.preheader {
display: none !important;
visibility: hidden;
mso-hide: all !important;
font-size: 1px;
color: #f3f3f3;
line-height: 1px;
max-height: 0px;
max-width: 0px;
opacity: 0;
overflow: hidden; }
table.button {
width: auto;
margin: 0 0 16px 0;
Margin: 0 0 16px 0; }
table.button table td {
text-align: left;
color: #fefefe;
background: #8f96a0;
border: 2px solid #8f96a0; }
table.button table td a {
font-family: Roboto, Helvetica, Arial, Sans-Serif;
font-size: 16px;
font-weight: bold;
color: #fefefe;
text-decoration: none;
display: inline-block;
padding: 8px 16px 8px 16px;
border: 0 solid #8f96a0;
border-radius: 3px; }
table.button:hover table tr td a,
table.button:active table tr td a,
table.button table tr td a:visited,
table.button.large:hover table tr td a,
table.button.large:active table tr td a,
table.button.large table tr td a:visited {
color: #fefefe; }
table.button.large table a {
padding: 10px 20px 10px 20px;
font-size: 20px; }
table.button.expand {
width: 100% !important; }
table.button.expand table {
width: 100%; }
table.button.expand table a {
text-align: center;
width: 100%;
padding-left: 0;
padding-right: 0; }
table.button.expand center {
min-width: 0; }
table.button:hover table td,
table.button:visited table td,
table.button:active table td {
background: #747c88;
color: #fefefe; }
table.button:hover table a,
table.button:visited table a,
table.button:active table a {
border: 0 solid #747c88; }
table.button.secondary table td {
background: #777777;
color: #fefefe;
border: 0px solid #777777; }
table.button.secondary table a {
color: #fefefe;
border: 0 solid #777777; }
table.button.secondary:hover table td {
background: #919191;
color: #fefefe; }
table.button.secondary:hover table a {
border: 0 solid #919191; }
table.button.secondary:hover table td a {
color: #fefefe; }
table.button.secondary:active table td a {
color: #fefefe; }
table.button.secondary table td a:visited {
color: #fefefe; }
table.button.success table td {
background: #3adb76;
border: 0px solid #3adb76; }
table.button.success table a {
border: 0 solid #3adb76; }
table.button.success:hover table td {
background: #23bf5d; }
table.button.success:hover table a {
border: 0 solid #23bf5d; }
table.callout {
margin-bottom: 16px;
Margin-bottom: 16px; }
th.callout-inner {
width: 100%;
border: 1px solid #cbcbcb;
padding: 10px;
background: #fefefe; }
th.callout-inner.primary {
background: #eeeff1;
border: 1px solid #444444;
color: #0a0a0a; }
th.callout-inner.secondary {
background: #ebebeb;
border: 1px solid #444444;
color: #0a0a0a; }
table.menu {
width: 600px; }
table.menu th.menu-item {
padding: 10px;
padding-right: 10px; }
table.menu th.menu-item a {
color: #8f96a0; }
table.menu.vertical th.menu-item {
padding: 10px;
padding-right: 0;
display: block; }
table.menu.vertical th.menu-item a {
width: 100%; }
table.menu.text-center a {
text-align: center; }
.menu[align="center"] {
width: auto !important; }
@media only screen and (max-width: 616px) {
table.body img {
width: auto;
height: auto; }
table.body center {
min-width: 0 !important; }
table.body .container {
width: 95% !important; }
table.body .columns {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px !important;
padding-right: 16px !important; }
table.body .columns .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
table.body .collapse .columns {
padding-left: 0 !important;
padding-right: 0 !important; }
th.small-2 {
display: inline-block !important;
width: 16.66667% !important; }
th.small-3 {
display: inline-block !important;
width: 25% !important; }
th.small-6 {
display: inline-block !important;
width: 50% !important; }
th.small-12 {
display: inline-block !important;
width: 100% !important; }
.columns th.small-12 {
display: block !important;
width: 100% !important; }
table.menu {
width: 100% !important; }
table.menu td,
table.menu th {
width: auto !important;
display: inline-block !important; }
table.menu.vertical td,
table.menu.vertical th {
display: block !important; }
table.menu[align="center"] {
width: auto !important; } }
body,
html,
body {
background: #f7f7f7;
background-color: #f7f7f7 !important; }
.header {
padding: 0 !important; }
.header .images {
padding-right: 0 !important;
padding-left: 0 !important;
padding-top: 25px; }
.sub-header .top-links {
padding-bottom: 0 !important; }
.sub-header .top-links .links {
width: 500px;
margin: 0 auto; }
.sub-header .top-links .links a {
font-size: 11px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
text-transform: uppercase;
font-weight: 700; }
.header-super .columns {
padding-right: 0 !important;
padding-left: 0 !important;
padding-top: 0 !important;
padding-bottom: 0.10px !important; }
.header-super .columns .supper-sales {
width: 180%; }
.items-top .columns {
padding: 0 !important; }
.items-top .columns .supper-sales {
width: 150%; }
.box-6-pictures .columns {
padding: 0 !important; }
.box-6-pictures .columns .supper-sales {
width: 150%; }
.electronics-items {
padding: 20px; }
.electronics-items .electronics-container {
background: #f7f7f7;
background-color: #f7f7f7 !important; }
.electronics-items .tablet1 {
line-height: 30px;
padding: 10px;
border-collapse: separate;
border-color: grey;
border-spacing: 2px; }
.electronics-items .tablet1 .discount {
border: 2px solid #ff7f00;
border-radius: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
color: #ff7f00; }
.electronics-items .tablet1 .line-row .hr1 {
border-bottom: 1px solid #eeeeee;
width: 95%; }
.electronics-items .tablet1 .tablet-image {
width: 60%;
padding-top: 10px;
padding-bottom: 7px; }
.electronics-items .tablet1 .unicorn {
font-size: 13px;
color: #282828;
text-align: center;
font-weight: 600;
font-family: Roboto,Helvetica,Arial,Sans-Serif; }
.electronics-items .tablet1 .hot-sale {
color: #727272;
font-size: 11px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
text-align: center;
line-height: 18px; }
.electronics-items .tablet1 .price {
text-align: center;
color: #333333;
font-size: 13px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
font-weight: 700;
line-height: 30px; }
.row-selected .selected-just {
font-size: 16px;
padding-top: 30px; }
.row-selected .selected-just .selected {
color: #8f96a0;
font-weight: normal;
font-family: Roboto,Helvetica,Arial,Sans-Serif; }
.footer {
background: #f7f7f7;
background-color: #f7f7f7 !important;
font-size: 50px; }
.footer .footer-top .footer-header h6 {
text-transform: capitalize;
color: #8f96a0;
font-size: 16px;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
padding-bottom: 10px; }
.footer-animations .footer-columns {
margin: 0 auto;
width: 50%;
text-align: justify; }
.footer-animations .footer-columns .footer-pictures .footer-images .one {
font-size: 12px !important;
font-family: Roboto,Helvetica,Arial,Sans-Serif;
color: #727272;
line-height: 50px; }
.footer-animations .footer-columns img {
width: 32px; }
.for-more-questions {
font-size: 11px; }
.for-more-questions .hear-from-us {
display: block;
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us .more-questions {
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us .Customer-service {
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us .Customer-service a {
text-decoration: underline; }
.for-more-questions .hear-from-us .click-here {
color: #282828;
line-height: 1.5;
font-size: 11px;
font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }
.for-more-questions .hear-from-us a {
text-decoration: underline; } | 0.472197 | 0.074838 |
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: "Times New Roman", Times;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.5;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
mark {
background-color: transparent;
color: inherit;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}
/* WHOLE PAGE */
body {
position: relative;
background-color: whitesmoke;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #222;
}
main {
width: 95vw;
height: 83.5vh;
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
filter: drop-shadow(0 0 30px #aaa);
border-radius: 5px;
}
#colorSwitcher {
position: fixed;
top: .5rem;
left: 1rem;
height: 2.5rem;
width: 2rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
z-index: 2;
}
#colorSwitcher span {
height: .3rem;
width: 100%;
border-radius: 10px;
background-color: #222;
transition: transform 300ms, opacity 300ms;
}
#colorSwitcher span:first-child.on {
transform-origin: left center;
transform: rotate(45deg);
}
#colorSwitcher span:nth-child(2).on {
opacity: 0;
}
#colorSwitcher span:last-child.on {
transform-origin: left center;
transform: rotate(-45deg);
}
#colorSwitcher span:first-child.off {
transform-origin: left center;
transform: rotate(0);
}
#colorSwitcher span:nth-child(2).off {
opacity: 1;
}
#colorSwitcher span:last-child.off {
transform-origin: left center;
transform: rotate(0);
}
#colorSwitcherMenu {
position: fixed;
top: 0;
left: 0;
height: 4rem;
width: 100vw;
padding: 0 1rem;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
background-color: #dddb;
transform: translateY(-300px);
opacity: 0;
filter: drop-shadow(0 0 50px #7777);
transition: all 200ms ease-in-out;
z-index: 1;
}
#colorSwitcherMenu.on {
transform: translateY(0px);
opacity: 1;
}
#colorSwitcherMenu.off {
transform: translateY(-300px);
opacity: 0;
}
#colorSwitcherMenu a {
display: inline-block;
padding: .3rem;
font-size: 1.2rem;
text-decoration: unset;
color: #222;
transition: all 100ms;
}
#colorSwitcherMenu a:hover {
transform: scale(1.2);
}
#colorSwitcherMenu a:active,
#colorSwitcherMenu a:visited {
color: #222;
}
/* NAVBAR */
header {
width: 100%;
max-width: 100vw;
height: 12vh;
}
nav {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
margin: 1.5rem 0;
}
nav > p {
flex: 1;
padding: .3rem 1rem;
margin: 0 2rem;
text-align: center;
font-size: 1.15rem;
letter-spacing: .5pt;
color: #222;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
filter: drop-shadow(0 0 10px #aaa);
border-radius: 3px;
transition: all 500ms;
}
nav > p:first-child {
background-color:hsl(242, 17%, 60%);
}
nav > p:nth-child(2) {
background-color:hsl(242, 17%, 75%);
}
nav > p:nth-child(3) {
background-color:hsl(242, 17%, 90%);
}
nav > p:nth-child(4) {
background-color:hsl(354, 20%, 75%);
}
nav > p:nth-child(5) {
background-color: hsl(354, 20%, 60%);
}
/* MAIN CONTENTS */
.title-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.title-box > h1 {
font-size: 4rem;
color: #222;
letter-spacing: 1.5pt;
}
#svg-wrapper {
margin-top: 2rem;
width: 40vw;
height: 100%;
}
#variationOne,
#variationTwo,
#variationThree {
transition: all 500ms;
width: 100%;
height: 100%;
display: none;
opacity: 0;
} | style.css |
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: "Times New Roman", Times;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.5;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
mark {
background-color: transparent;
color: inherit;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input, select, textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
}
/* WHOLE PAGE */
body {
position: relative;
background-color: whitesmoke;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #222;
}
main {
width: 95vw;
height: 83.5vh;
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
filter: drop-shadow(0 0 30px #aaa);
border-radius: 5px;
}
#colorSwitcher {
position: fixed;
top: .5rem;
left: 1rem;
height: 2.5rem;
width: 2rem;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
z-index: 2;
}
#colorSwitcher span {
height: .3rem;
width: 100%;
border-radius: 10px;
background-color: #222;
transition: transform 300ms, opacity 300ms;
}
#colorSwitcher span:first-child.on {
transform-origin: left center;
transform: rotate(45deg);
}
#colorSwitcher span:nth-child(2).on {
opacity: 0;
}
#colorSwitcher span:last-child.on {
transform-origin: left center;
transform: rotate(-45deg);
}
#colorSwitcher span:first-child.off {
transform-origin: left center;
transform: rotate(0);
}
#colorSwitcher span:nth-child(2).off {
opacity: 1;
}
#colorSwitcher span:last-child.off {
transform-origin: left center;
transform: rotate(0);
}
#colorSwitcherMenu {
position: fixed;
top: 0;
left: 0;
height: 4rem;
width: 100vw;
padding: 0 1rem;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
background-color: #dddb;
transform: translateY(-300px);
opacity: 0;
filter: drop-shadow(0 0 50px #7777);
transition: all 200ms ease-in-out;
z-index: 1;
}
#colorSwitcherMenu.on {
transform: translateY(0px);
opacity: 1;
}
#colorSwitcherMenu.off {
transform: translateY(-300px);
opacity: 0;
}
#colorSwitcherMenu a {
display: inline-block;
padding: .3rem;
font-size: 1.2rem;
text-decoration: unset;
color: #222;
transition: all 100ms;
}
#colorSwitcherMenu a:hover {
transform: scale(1.2);
}
#colorSwitcherMenu a:active,
#colorSwitcherMenu a:visited {
color: #222;
}
/* NAVBAR */
header {
width: 100%;
max-width: 100vw;
height: 12vh;
}
nav {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
margin: 1.5rem 0;
}
nav > p {
flex: 1;
padding: .3rem 1rem;
margin: 0 2rem;
text-align: center;
font-size: 1.15rem;
letter-spacing: .5pt;
color: #222;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
filter: drop-shadow(0 0 10px #aaa);
border-radius: 3px;
transition: all 500ms;
}
nav > p:first-child {
background-color:hsl(242, 17%, 60%);
}
nav > p:nth-child(2) {
background-color:hsl(242, 17%, 75%);
}
nav > p:nth-child(3) {
background-color:hsl(242, 17%, 90%);
}
nav > p:nth-child(4) {
background-color:hsl(354, 20%, 75%);
}
nav > p:nth-child(5) {
background-color: hsl(354, 20%, 60%);
}
/* MAIN CONTENTS */
.title-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.title-box > h1 {
font-size: 4rem;
color: #222;
letter-spacing: 1.5pt;
}
#svg-wrapper {
margin-top: 2rem;
width: 40vw;
height: 100%;
}
#variationOne,
#variationTwo,
#variationThree {
transition: all 500ms;
width: 100%;
height: 100%;
display: none;
opacity: 0;
} | 0.46563 | 0.110904 |
*{
margin:0; padding:0;
/* * means everything
if you want to the h1 and p1 dontt put their padding and margin par default*/
}
body{
background-color:#f4f4f4;
color:#555555;
/*font-family: Arial, Halvetica, sans-serif; font-size: 16px; font-weight:normal; /* 400 , normal , bold*/
font : normal 16px Arial, Halvetica, sans-serif;
line-height: 1.6em; /*space between the lines*/
margin:0;
}
a{
text-decoration:none; /* to delete the underline */
color:#000;
}
a:hover{
color: red; /* on hover it turns red */
}
a:active{
color:green; /* on click it turns green */
}
.visit:visited{
/* color:yellow; /* when you visit the link for example and come back it will turn yellow */
}
.button:hover{
background:red;
color: #fff;
}
.clr{
clear: both; /* clear any floats */
}
.container{
width:80%; /* it is responsive then px */
margin:auto; /*set an auto margin (spaces) an all sides so it is pushed over in the midlle
padding is the space inside and margin is the space outside */
}
.box-1{
background-color:#333;
color:#fff;
border:5px red solid;
border-width: 3px;
border-bottom-width:10px;
border-top-style:dotted;
padding:40px;
margin-top:20px;
margin:20px 0;
}
.button{
background-color: #333;
color: #fff;
padding:10px 15px;
border: none;
}
.box-2{
border: 3px dotted #ccc;
padding:20px;
margin: 20px 0;
}
.categories{
border: 1px #ccc solid;
padding: 10px;
border-radius:15px;
}
.myform{
padding:20px;
}
.myform .form-group{
padding-bottom:15px;
}
.block{
float:left;
width: 33.3%; /* 3 of theme */
border: 1px solid #ccc;
padding:10px;
box-sizing: border-box; /*takes in the padding and the border and the stuff in and applies it to the width itself */
/*flexbox is better then this */
}
.box-1 p{
/*margin-top:5px; margin-bottom:5px; margin-right:10px; margin-left:10px; */
margin: 5px 10px 5px 10px; /*top right bottom left*/
/* margin: 5px 10px; /*top+bottom are the same , and right+left the same */
/*margin: 5px; /*all the same , and the same thing for padding*/
}
.box-1 h1{
font-family:Tahoma;
font-weight:800;
font-style:italic;
text-decoration:underline;
text-transform:uppercase;
letter-spacing:0.2em;
word-spacing:1em;
}
.categories h2{
text-align:center;
}
.categories .nav-cat ul{
padding:0;
padding-left:20px;
list-style:square;
list-style:none;
}
.categories li{
padding-bottom:6px;
border-bottom: dotted 1px #333;
list-style-image:url('../../../images/s.jpg');
}
.myform label{
display:block; /* to make labels in their own line */
}
.myform input[type="text"],.myform textarea{
padding:8px;
width:100%;
}
/* its the same as button
.myform input[type="submit"]{
background-color: #333;
color: #fff;
padding:10px 15px;
border: none;
}
*/
#main-block{
float: left;
width: 70%; /*responsive*/
padding: 15px;
box-sizing:border-box;
}
#sidebar{
float:right;
width: 30%; /*responsive*/
background-color: #333;
color: #fff;
padding: 15px;
box-sizing:border-box;
}
.p-box{
width:800px;
height:500px;
border:1px solid #000;
margin-top:30px;
position: relative; /* the parent element is relative so that we can push the sons elements from their box */
background-image:url('../../../images/1.jpeg');
background-position: 100px 200px;
background-repeat: no-repeat;
background-position:center center; /*center horizentaly nd verticly */
background-size: cover;
}
.p-box h1{
position: absolute;
top: 100px;
left: 200px;
}
.p-box h2{
position: absolute;
bottom: 40px;
right: 100px;
}
.fix-me{
position: fixed; /* to fix the button at top of 400px no matter where we move in the page */
top: 400px;
}
/* sudo elements */
.mylist li:first-child{
background: red; /* image or color*/
}
.mylist li:last-child{
background:blue; /* image or color*/
}
.mylist li:nth-child(5){
background: yellow;
}
.mylist li:nth-child(even){
background: blueviolet;
} | HTML-CSS-BOOTSTRAP-SCSS/learning/traversey-html-css/css/blog2.css | *{
margin:0; padding:0;
/* * means everything
if you want to the h1 and p1 dontt put their padding and margin par default*/
}
body{
background-color:#f4f4f4;
color:#555555;
/*font-family: Arial, Halvetica, sans-serif; font-size: 16px; font-weight:normal; /* 400 , normal , bold*/
font : normal 16px Arial, Halvetica, sans-serif;
line-height: 1.6em; /*space between the lines*/
margin:0;
}
a{
text-decoration:none; /* to delete the underline */
color:#000;
}
a:hover{
color: red; /* on hover it turns red */
}
a:active{
color:green; /* on click it turns green */
}
.visit:visited{
/* color:yellow; /* when you visit the link for example and come back it will turn yellow */
}
.button:hover{
background:red;
color: #fff;
}
.clr{
clear: both; /* clear any floats */
}
.container{
width:80%; /* it is responsive then px */
margin:auto; /*set an auto margin (spaces) an all sides so it is pushed over in the midlle
padding is the space inside and margin is the space outside */
}
.box-1{
background-color:#333;
color:#fff;
border:5px red solid;
border-width: 3px;
border-bottom-width:10px;
border-top-style:dotted;
padding:40px;
margin-top:20px;
margin:20px 0;
}
.button{
background-color: #333;
color: #fff;
padding:10px 15px;
border: none;
}
.box-2{
border: 3px dotted #ccc;
padding:20px;
margin: 20px 0;
}
.categories{
border: 1px #ccc solid;
padding: 10px;
border-radius:15px;
}
.myform{
padding:20px;
}
.myform .form-group{
padding-bottom:15px;
}
.block{
float:left;
width: 33.3%; /* 3 of theme */
border: 1px solid #ccc;
padding:10px;
box-sizing: border-box; /*takes in the padding and the border and the stuff in and applies it to the width itself */
/*flexbox is better then this */
}
.box-1 p{
/*margin-top:5px; margin-bottom:5px; margin-right:10px; margin-left:10px; */
margin: 5px 10px 5px 10px; /*top right bottom left*/
/* margin: 5px 10px; /*top+bottom are the same , and right+left the same */
/*margin: 5px; /*all the same , and the same thing for padding*/
}
.box-1 h1{
font-family:Tahoma;
font-weight:800;
font-style:italic;
text-decoration:underline;
text-transform:uppercase;
letter-spacing:0.2em;
word-spacing:1em;
}
.categories h2{
text-align:center;
}
.categories .nav-cat ul{
padding:0;
padding-left:20px;
list-style:square;
list-style:none;
}
.categories li{
padding-bottom:6px;
border-bottom: dotted 1px #333;
list-style-image:url('../../../images/s.jpg');
}
.myform label{
display:block; /* to make labels in their own line */
}
.myform input[type="text"],.myform textarea{
padding:8px;
width:100%;
}
/* its the same as button
.myform input[type="submit"]{
background-color: #333;
color: #fff;
padding:10px 15px;
border: none;
}
*/
#main-block{
float: left;
width: 70%; /*responsive*/
padding: 15px;
box-sizing:border-box;
}
#sidebar{
float:right;
width: 30%; /*responsive*/
background-color: #333;
color: #fff;
padding: 15px;
box-sizing:border-box;
}
.p-box{
width:800px;
height:500px;
border:1px solid #000;
margin-top:30px;
position: relative; /* the parent element is relative so that we can push the sons elements from their box */
background-image:url('../../../images/1.jpeg');
background-position: 100px 200px;
background-repeat: no-repeat;
background-position:center center; /*center horizentaly nd verticly */
background-size: cover;
}
.p-box h1{
position: absolute;
top: 100px;
left: 200px;
}
.p-box h2{
position: absolute;
bottom: 40px;
right: 100px;
}
.fix-me{
position: fixed; /* to fix the button at top of 400px no matter where we move in the page */
top: 400px;
}
/* sudo elements */
.mylist li:first-child{
background: red; /* image or color*/
}
.mylist li:last-child{
background:blue; /* image or color*/
}
.mylist li:nth-child(5){
background: yellow;
}
.mylist li:nth-child(even){
background: blueviolet;
} | 0.234933 | 0.081082 |
@import '~antd/dist/antd.css';
@font-face {
font-family: 'Simpler';
font-weight: 200;
font-display: fallback;
src: local('Simpler Light'), url('./assets/fonts/Simpler-Light.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-style: normal;
font-weight: 400;
font-display: fallback;
src: local('Simpler Regular'), url('./assets/fonts/Simpler-Regular.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-weight: 600;
font-display: fallback;
src: local('Simpler Bold'), url('./assets/fonts/Simpler-Bold.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-weight: 800;
src: local('Simpler Black'), url('./assets/fonts/Simpler-Black.woff') format('woff');
}
@font-face {
font-family: 'Caravan';
font-weight: 400;
src: local('Caravan DL 2.0 AAA'), url('./assets/fonts/caravan-90-aaa.woff2') format('woff2');
}
@font-face {
font-family: 'almoni';
font-weight: 400;
src: local('Almoni DL Regular'), url('./assets/fonts/almoni-dl-aaa-400.woff') format('woff');
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
font-family: Simpler, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f4f6fa;
font-size: 16px;
line-height: 1.35;
overflow-x: hidden;
}
a {
color: #2980b9;
text-decoration: none;
transition: color 0.15s;
}
h2 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
input {
font-family: inherit;
}
.leaflet-marker-icon {
animation: fadein 0.5s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
li {
margin-bottom: 5px;
}
/** Ant Design Overrites **/
a:hover {
color: unset;
}
.ant-upload.ant-upload-select {
display: block;
}
.ant-btn:enabled.bg-success {
background-color: #70c040;
border-color: #70c040;
}
.ant-btn:enabled.bg-success:hover {
background-color: #7bc84f;
border-color: #7bc84f;
}
.ant-modal-confirm-body {
display: flex;
}
.ant-modal-confirm-body .anticon-check-circle {
margin-right: 0;
margin-left: 10px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
float: left;
}
.ant-form-item-label {
align-self: flex-start;
padding: 0 !important;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
margin-right: 0;
margin-left: 4px;
}
/** React Modal Overrides **/
.ReactModal__Overlay {
z-index: 20;
}
/** Leaflet protest card popup resets **/
.leaflet-popup-content-wrapper {
padding: 0;
}
.leaflet-popup-content {
margin: 0;
font-family: Simpler, sans-serif;
text-align: right;
}
/**======ANIMATION=====**/
/* ----------------------------------------------
* Generated by Animista on 2020-10-17 10:23:3
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
.slide-left-blue {
animation: slide-left-blue 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-bottom {
animation: slide-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/**
* ----------------------------------------
* animation slide-left
* ----------------------------------------
*/
@-webkit-keyframes slide-left-blue {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
background-color: white;
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes slide-left-blue {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
background-color: white;
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
/**
* ----------------------------------------
* animation slide-bottom
* ----------------------------------------
*/
@-webkit-keyframes slide-bottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
}
@keyframes slide-bottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
}
/** React Hamburger Menu **/
/* Position and sizing of burger button */
.bm-burger-button {
width: 30px;
height: 30px;
}
#react-burger-menu-btn {
width: inherit !important;
height: inherit !important;
top: inherit !important;
left: unset !important;
}
/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: fixed;
height: 100%;
width: 260px !important;
top: 0;
left: 0;
}
/* General sidebar styles */
.bm-menu {
background: #39b578;
font-size: 26px;
}
@media (min-width: 360px) {
.bm-menu-wrap {
width: 300px !important;
}
.bm-menu {
font-size: 27px;
}
}
/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #373a47;
}
/* Wrapper for item list */
.bm-item-list {
color: #b8b7ad;
padding: 0.8em;
}
/* Individual item */
.bm-item {
display: block;
font-weight: 600;
color: white;
margin-bottom: 10px;
}
.bm-item:hover {
color: #f6dcff;
}
/* Styling of overlay */
.bm-overlay {
position: fixed;
right: 0;
top: 0;
z-index: 1000;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
opacity: 1;
transition: opacity 0.3s ease 0s;
}
.bm-upper-section {
display: flex;
}
#logo {
height: 100%;
width: 10vw;
}
@media (max-width: 1400px) {
#logo {
width: 16vw;
}
}
@media (max-width: 1000px) {
#logo {
width: 22vw;
}
}
@media (max-width: 800px) {
#logo {
width: 28vw;
}
}
@media (max-width: 500px) {
#logo {
width: 30vw;
}
}
@media (max-width: 450px) {
#logo {
width: 40vw;
}
}
@media (max-width: 350px) {
#logo {
width: 42vw;
}
}
#iconsWrapper{
width: 700px;
display: flex;
flex-wrap: wrap;
Justify-content: center;
}
.icons{
width: 33%;
}
@media (max-width: 800px) {
#iconsWrapper{
width: 80vw;
}
} | src/index.css | @import '~antd/dist/antd.css';
@font-face {
font-family: 'Simpler';
font-weight: 200;
font-display: fallback;
src: local('Simpler Light'), url('./assets/fonts/Simpler-Light.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-style: normal;
font-weight: 400;
font-display: fallback;
src: local('Simpler Regular'), url('./assets/fonts/Simpler-Regular.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-weight: 600;
font-display: fallback;
src: local('Simpler Bold'), url('./assets/fonts/Simpler-Bold.woff') format('woff');
}
@font-face {
font-family: 'Simpler';
font-weight: 800;
src: local('Simpler Black'), url('./assets/fonts/Simpler-Black.woff') format('woff');
}
@font-face {
font-family: 'Caravan';
font-weight: 400;
src: local('Caravan DL 2.0 AAA'), url('./assets/fonts/caravan-90-aaa.woff2') format('woff2');
}
@font-face {
font-family: 'almoni';
font-weight: 400;
src: local('Almoni DL Regular'), url('./assets/fonts/almoni-dl-aaa-400.woff') format('woff');
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
font-family: Simpler, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f4f6fa;
font-size: 16px;
line-height: 1.35;
overflow-x: hidden;
}
a {
color: #2980b9;
text-decoration: none;
transition: color 0.15s;
}
h2 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
input {
font-family: inherit;
}
.leaflet-marker-icon {
animation: fadein 0.5s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
li {
margin-bottom: 5px;
}
/** Ant Design Overrites **/
a:hover {
color: unset;
}
.ant-upload.ant-upload-select {
display: block;
}
.ant-btn:enabled.bg-success {
background-color: #70c040;
border-color: #70c040;
}
.ant-btn:enabled.bg-success:hover {
background-color: #7bc84f;
border-color: #7bc84f;
}
.ant-modal-confirm-body {
display: flex;
}
.ant-modal-confirm-body .anticon-check-circle {
margin-right: 0;
margin-left: 10px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
float: left;
}
.ant-form-item-label {
align-self: flex-start;
padding: 0 !important;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
margin-right: 0;
margin-left: 4px;
}
/** React Modal Overrides **/
.ReactModal__Overlay {
z-index: 20;
}
/** Leaflet protest card popup resets **/
.leaflet-popup-content-wrapper {
padding: 0;
}
.leaflet-popup-content {
margin: 0;
font-family: Simpler, sans-serif;
text-align: right;
}
/**======ANIMATION=====**/
/* ----------------------------------------------
* Generated by Animista on 2020-10-17 10:23:3
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
.slide-left-blue {
animation: slide-left-blue 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-bottom {
animation: slide-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/**
* ----------------------------------------
* animation slide-left
* ----------------------------------------
*/
@-webkit-keyframes slide-left-blue {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
background-color: white;
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
@keyframes slide-left-blue {
0% {
-webkit-transform: translateX(100px);
transform: translateX(100px);
background-color: white;
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
/**
* ----------------------------------------
* animation slide-bottom
* ----------------------------------------
*/
@-webkit-keyframes slide-bottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
}
@keyframes slide-bottom {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
}
/** React Hamburger Menu **/
/* Position and sizing of burger button */
.bm-burger-button {
width: 30px;
height: 30px;
}
#react-burger-menu-btn {
width: inherit !important;
height: inherit !important;
top: inherit !important;
left: unset !important;
}
/*
Sidebar wrapper styles
Note: Beware of modifying this element as it can break the animations - you should not need to touch it in most cases
*/
.bm-menu-wrap {
position: fixed;
height: 100%;
width: 260px !important;
top: 0;
left: 0;
}
/* General sidebar styles */
.bm-menu {
background: #39b578;
font-size: 26px;
}
@media (min-width: 360px) {
.bm-menu-wrap {
width: 300px !important;
}
.bm-menu {
font-size: 27px;
}
}
/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
fill: #373a47;
}
/* Wrapper for item list */
.bm-item-list {
color: #b8b7ad;
padding: 0.8em;
}
/* Individual item */
.bm-item {
display: block;
font-weight: 600;
color: white;
margin-bottom: 10px;
}
.bm-item:hover {
color: #f6dcff;
}
/* Styling of overlay */
.bm-overlay {
position: fixed;
right: 0;
top: 0;
z-index: 1000;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
opacity: 1;
transition: opacity 0.3s ease 0s;
}
.bm-upper-section {
display: flex;
}
#logo {
height: 100%;
width: 10vw;
}
@media (max-width: 1400px) {
#logo {
width: 16vw;
}
}
@media (max-width: 1000px) {
#logo {
width: 22vw;
}
}
@media (max-width: 800px) {
#logo {
width: 28vw;
}
}
@media (max-width: 500px) {
#logo {
width: 30vw;
}
}
@media (max-width: 450px) {
#logo {
width: 40vw;
}
}
@media (max-width: 350px) {
#logo {
width: 42vw;
}
}
#iconsWrapper{
width: 700px;
display: flex;
flex-wrap: wrap;
Justify-content: center;
}
.icons{
width: 33%;
}
@media (max-width: 800px) {
#iconsWrapper{
width: 80vw;
}
} | 0.466359 | 0.089973 |
.el-collapse-item__header {
padding-left: 10px
}
.el-collapse-item__arrow {
line-height: 40px;
float: left;
margin-left: 8px
}
.el-collapse-item.is-active .el-collapse-item__header {
@apply bg-gray-100;
}
.el-message {
top: 75px
}
.el-dialog__body,
.el-popover {
word-break: normal;
}
/* New */
.el-select .el-tag__close.el-icon-close {
background: none;
right: -4px;
}
.el-tag--small .el-icon-close,
.el-select .el-tag__close.el-icon-close::before {
transform: none;
width: 14px;
height: 14px;
}
.el-tag.el-tag--info {
@apply bg-gray-100 border-gray-300 text-gray-700;
}
.el-tag.el-tag--info .el-tag__close {
@apply text-gray-700;
}
.el-tabs__item.is-active,
.el-tabs__item:hover,
.el-pager li.active,
.el-pager li:hover,
.el-switch__label.is-active,
.el-checkbox__input.is-checked + .el-checkbox__label,
.el-select-dropdown__item.selected,
.el-table th.is-sortable.ascending,
.el-table th.is-sortable.descending,
.el-button--text {
@apply text-primary;
}
.el-table .sort-caret.ascending {
border-bottom-color: theme('colors.gray.300')
}
.el-table .sort-caret.descending {
border-top-color: theme('colors.gray.300')
}
.el-table .ascending .sort-caret.ascending {
border-bottom-color: theme('colors.primary')
}
.el-table .descending .sort-caret.descending {
border-top-color: theme('colors.primary')
}
.v-modal {
@apply bg-gray-900;
}
.el-input-group {
display: flex;
}
.el-input-group .el-input__inner {
/* Fix for IE11 */
flex-grow: 1;
width: auto;
/* Fix for Safari */
margin: 0;
}
.el-input-group__append,
.el-input-group__prepend {
@apply px-4 flex items-center w-auto text-gray-700;
}
.el-input.is-disabled .el-input-group__append,
.el-input.is-disabled .el-input-group__prepend {
@apply border-gray-200;
}
.el-message-box__headerbtn {
z-index: 1;
}
.el-notification__content {
text-align: unset;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
@apply text-primary;
}
/* Use `<el-dialog customClass="el-dialog-lean">` to remove excessive padding above/below body */
.el-dialog-lean .el-dialog__body {
padding: 0 theme('margin.5') theme('margin.2')
}
.el-message__content {
@apply leading-snug;
}
.el-tabs__content {
overflow: visible; /* prevents shadows getting clipped */
}
.el-tabs.with-badges {
margin-top: -10px;
}
.el-tabs.with-badges .el-tabs__item {
margin-top: 10px;
}
.el-switch:focus-within {
outline: 2px solid theme('colors.gray.600');
outline-offset: 4px;
}
.el-switch.is-checked {
outline-color: theme('colors.primary');
}
.el-collapse-item--no-padding .el-collapse-item__content {
padding: 0
} | metaspace/webapp/src/modules/App/element-overrides.css |
.el-collapse-item__header {
padding-left: 10px
}
.el-collapse-item__arrow {
line-height: 40px;
float: left;
margin-left: 8px
}
.el-collapse-item.is-active .el-collapse-item__header {
@apply bg-gray-100;
}
.el-message {
top: 75px
}
.el-dialog__body,
.el-popover {
word-break: normal;
}
/* New */
.el-select .el-tag__close.el-icon-close {
background: none;
right: -4px;
}
.el-tag--small .el-icon-close,
.el-select .el-tag__close.el-icon-close::before {
transform: none;
width: 14px;
height: 14px;
}
.el-tag.el-tag--info {
@apply bg-gray-100 border-gray-300 text-gray-700;
}
.el-tag.el-tag--info .el-tag__close {
@apply text-gray-700;
}
.el-tabs__item.is-active,
.el-tabs__item:hover,
.el-pager li.active,
.el-pager li:hover,
.el-switch__label.is-active,
.el-checkbox__input.is-checked + .el-checkbox__label,
.el-select-dropdown__item.selected,
.el-table th.is-sortable.ascending,
.el-table th.is-sortable.descending,
.el-button--text {
@apply text-primary;
}
.el-table .sort-caret.ascending {
border-bottom-color: theme('colors.gray.300')
}
.el-table .sort-caret.descending {
border-top-color: theme('colors.gray.300')
}
.el-table .ascending .sort-caret.ascending {
border-bottom-color: theme('colors.primary')
}
.el-table .descending .sort-caret.descending {
border-top-color: theme('colors.primary')
}
.v-modal {
@apply bg-gray-900;
}
.el-input-group {
display: flex;
}
.el-input-group .el-input__inner {
/* Fix for IE11 */
flex-grow: 1;
width: auto;
/* Fix for Safari */
margin: 0;
}
.el-input-group__append,
.el-input-group__prepend {
@apply px-4 flex items-center w-auto text-gray-700;
}
.el-input.is-disabled .el-input-group__append,
.el-input.is-disabled .el-input-group__prepend {
@apply border-gray-200;
}
.el-message-box__headerbtn {
z-index: 1;
}
.el-notification__content {
text-align: unset;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
@apply text-primary;
}
/* Use `<el-dialog customClass="el-dialog-lean">` to remove excessive padding above/below body */
.el-dialog-lean .el-dialog__body {
padding: 0 theme('margin.5') theme('margin.2')
}
.el-message__content {
@apply leading-snug;
}
.el-tabs__content {
overflow: visible; /* prevents shadows getting clipped */
}
.el-tabs.with-badges {
margin-top: -10px;
}
.el-tabs.with-badges .el-tabs__item {
margin-top: 10px;
}
.el-switch:focus-within {
outline: 2px solid theme('colors.gray.600');
outline-offset: 4px;
}
.el-switch.is-checked {
outline-color: theme('colors.primary');
}
.el-collapse-item--no-padding .el-collapse-item__content {
padding: 0
} | 0.502686 | 0.059374 |
html {
font-size: 62.5%;
}
/* *{
padding: 0;
margin: 0;
font-family: 'Josefin Sans', sans-serif;
box-sizing: border-box;
} */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Manrope", sans-serif;
/* border: solid red 2px; */
}
html {
font-family: "Manrope", sans-serif;
}
body {
background-color: #f2ebfb;
background-image: url(../images/flower_pattern.svg);
background-repeat: no-repeat;
background-position: center;
}
.about{
width: 100%;
padding: 7.8rem 0rem;
background-color: #F2EBFB;
}
header nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.5em;
font-size: 2em;
background-color: #fff9f9;
/* background-color: #000000; */
border-radius: 0 0 25px 25px;
filter: drop-shadow(0px 10px 5px #bebebe);
}
header nav img {
width: 2.25em;
height: auto;
margin: 0 1em;
}
header nav ul {
list-style-type: none;
display: flex;
}
header nav ul li {
padding: 0.5em;
}
header nav ul li a {
text-decoration: none;
color: #575757;
padding: 5px;
border-radius: 5px;
}
header nav ul li a:hover {
text-decoration: underline;
}
header nav ul li a.cta {
background-color: #575757;
color: #fff9f9;
}
.about img{
height: auto;
width: 42rem;
}
.about-text{
width: 55rem;
}
.main{
width: 113rem;
max-width: 95%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-around;
}
.about-text h1{
color: palevioletred;
font-size: 8rem;
text-transform: capitalize;
margin-bottom: 2rem;
}
.about-text h5{
color: rgb(102, 21, 21);
font-size: 2.5rem;
text-transform: capitalize;
margin-bottom: 2.5rem;
letter-spacing: .2rem;
}
.span{
color: #f9400d;
}
.about-text p{
color: rgb(78, 44, 78);
letter-spacing: .1rem;
line-height: 2.8rem;
font-size: 1.8rem;
margin-bottom: 4.5rem;
}
button{
background: violet;
color: white;
text-decoration: none;
border: .2rem solid transparent;
font-weight: bold;
padding: 1.4rem 3rem;
border-radius: 3rem;
transition: .4s;
font-size: 2rem;
}
button:hover{
background: transparent;
background-color: palevioletred;
border: .2rem solid violet;
cursor: pointer;
}
@media(max-width:998px){
html{
font-size: 55%;
}
}
@media(max-width:768px){
html{
font-size: 35%;
}
}
footer {
display: flex;
text-align: center;
align-items: center;
justify-content: space-evenly;
padding: 2.5em;
}
footer img {
width: 3.2em;
height: auto;
margin: 0 1.5em;
}
footer ul {
display: flex;
align-items: center;
justify-content: space-evenly;
list-style-type: none;
}
footer ul li a img {
width: 3em;
} | static/css/about.css | html {
font-size: 62.5%;
}
/* *{
padding: 0;
margin: 0;
font-family: 'Josefin Sans', sans-serif;
box-sizing: border-box;
} */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Manrope", sans-serif;
/* border: solid red 2px; */
}
html {
font-family: "Manrope", sans-serif;
}
body {
background-color: #f2ebfb;
background-image: url(../images/flower_pattern.svg);
background-repeat: no-repeat;
background-position: center;
}
.about{
width: 100%;
padding: 7.8rem 0rem;
background-color: #F2EBFB;
}
header nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.5em;
font-size: 2em;
background-color: #fff9f9;
/* background-color: #000000; */
border-radius: 0 0 25px 25px;
filter: drop-shadow(0px 10px 5px #bebebe);
}
header nav img {
width: 2.25em;
height: auto;
margin: 0 1em;
}
header nav ul {
list-style-type: none;
display: flex;
}
header nav ul li {
padding: 0.5em;
}
header nav ul li a {
text-decoration: none;
color: #575757;
padding: 5px;
border-radius: 5px;
}
header nav ul li a:hover {
text-decoration: underline;
}
header nav ul li a.cta {
background-color: #575757;
color: #fff9f9;
}
.about img{
height: auto;
width: 42rem;
}
.about-text{
width: 55rem;
}
.main{
width: 113rem;
max-width: 95%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-around;
}
.about-text h1{
color: palevioletred;
font-size: 8rem;
text-transform: capitalize;
margin-bottom: 2rem;
}
.about-text h5{
color: rgb(102, 21, 21);
font-size: 2.5rem;
text-transform: capitalize;
margin-bottom: 2.5rem;
letter-spacing: .2rem;
}
.span{
color: #f9400d;
}
.about-text p{
color: rgb(78, 44, 78);
letter-spacing: .1rem;
line-height: 2.8rem;
font-size: 1.8rem;
margin-bottom: 4.5rem;
}
button{
background: violet;
color: white;
text-decoration: none;
border: .2rem solid transparent;
font-weight: bold;
padding: 1.4rem 3rem;
border-radius: 3rem;
transition: .4s;
font-size: 2rem;
}
button:hover{
background: transparent;
background-color: palevioletred;
border: .2rem solid violet;
cursor: pointer;
}
@media(max-width:998px){
html{
font-size: 55%;
}
}
@media(max-width:768px){
html{
font-size: 35%;
}
}
footer {
display: flex;
text-align: center;
align-items: center;
justify-content: space-evenly;
padding: 2.5em;
}
footer img {
width: 3.2em;
height: auto;
margin: 0 1.5em;
}
footer ul {
display: flex;
align-items: center;
justify-content: space-evenly;
list-style-type: none;
}
footer ul li a img {
width: 3em;
} | 0.435661 | 0.07333 |
@font-face {
font-family: 'Mulish';
src: url('resources/fonts/Mulish-Regular.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'Mulish-SemiBold';
src: url('resources/fonts/Mulish-SemiBold.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'Mulish-Bold';
src: url('resources/fonts/Mulish-Bold.ttf') format("truetype");
font-weight: normal;
}
.draggable {
-webkit-app-region: drag;
}
.no-draggable {
-webkit-app-region: no-drag;
}
html {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
margin: 0;
}
.title-bar {
height: 30px;
background: #2b2b38;
}
.title-bar-closeapp-button {
color: white;
float: right;
height: 27px;
padding-top: 3px;
padding-left: 10px;
padding-right: 10px;
background: #2b2b38;
transition: 0.2s;
}
.title-bar-minimize-button {
color: white;
float: right;
height: 24px;
padding-top: 6px;
padding-left: 12px;
padding-right: 12px;
background: #2b2b38;
transition: 0.2s;
}
.title-bar-close-button:hover {
background: crimson;
transition: 0.2s;
}
.title-bar-minus-button:hover {
background: #3E4049;
transition: 0.2s;
}
.main-container {
display: flex;
flex-direction: row;
height: 100%;
}
/* Sidebar */
.sidebar {
width: 255px;
top: 0;
left: 0;
background: #363740;
padding-top: 20px;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.sidebar h1 {
display: block;
padding: 10px 20px;
color: #A4A6B3;
text-decoration: none;
font-family: "Mulish-Bold";
letter-spacing: 2px;
margin-bottom: 20px;
font-size: 24px;
text-transform: uppercase;
text-align: center;
cursor: default;
}
.sidebar a {
display: block;
padding: 0px 20px;
color: #A4A6B3;
background: #363740;
text-decoration: none;
font-family: "Mulish";
font-weight: normal;
letter-spacing: 2px;
transition: 0.3s;
height: 56px;
line-height: 56px;
}
.sidebar-button {
background: #DDE2FF;
}
.sidebar-button a:hover{
color: #DDE2FF;
margin-left: 3px;
transition: 0.3s;
background: #3E4049;
}
.sidebar-icon-div {
display: flex;
}
.sidebar-button a img {
width: 15px;
margin-right: 30px;
margin-left: 10px;
}
/* Main Content */
.content-container {
background: #F7FAFC;
flex-grow: 1;
padding: 30px;
}
.content-container-padded {
width: 100%;
height: 100%;
background: #F7FAFC;
}
/* Page title */
.page-title-text {
font-family: "Mulish-Bold";
font-size: 20px;
color: #363740;
}
.overview-div {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.button-overview {
font-family: "Mulish-Bold";
border: none;
color: #363740;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
border-radius: 8px;
border: 1px #DFE0EB solid;
transition: 0.2s;
}
.button-overview-refresh {
background-color: white;
margin-right: 10px;
}
.button-overview-save {
background-color: white;
padding: 15px 40px;
}
.button-overview:hover {
cursor: pointer;
background-color: #F7FAFC;
transition: 0.2s;
}
.button-overview-refresh:active {
background-color: #DFEBEB;
}
.button-overview-save:active {
background-color: #DFEBEB;
}
/* Biometrics */
.biometrics-content {
display: flex;
width: 962px;
flex-direction: row;
margin-top: 18px;
justify-content: space-between;
}
.biometrics-item {
width: 218px;
height: 134px;
background: white;
border: 1px #DFE0EB solid;
border-radius: 8px;
}
.biometrics-item-label {
margin-top: 24px;
text-align: center;
}
.biometrics-item-label label {
font-size: 16px;
font-family: "Mulish-Bold";
color: #A4A6B3;
}
.biometrics-item-value {
margin-top: 10px;
text-align: center;
}
.biometrics-item-value label {
font-size: 42px;
font-family: "Mulish-Bold";
color: #363740;
}
/* User input content */
.user-input-content {
width: 962px;
height: 546px;
background: white;
border: 1px #DFE0EB solid;
border-radius: 8px;
margin-top: 30px;
display: flex;
flex-direction: row;
}
.left-panel {
width: 620px;
border-right: 1px #DFE0EB solid;
}
.left-panel-title-div {
width: 100%;
margin: 30px;
margin-bottom: 0;
}
.left-panel label {
font-family: "Mulish-Bold";
font-size: 24px;
color: #363740;
}
.left-panel-image-div {
padding-top: 20px;
width: 100%;
height: 410px;
}
.left-panel-image-div img {
margin-left: auto;
margin-right: auto;
display: block;
padding-right: 25px;
}
.left-panel-heating-display {
position: absolute;
top: 335px;
left: 755px;
font-size: 10px;
font-family: "Mulish-Bold";
}
.left-panel-heating-display h3 {
margin-top: -10px;
}
.right-panel {
display: flex;
flex-direction: column;
width: 342px;
justify-content: start;
}
.right-panel-item {
height: 109px;
}
.right-panel-border {
border-bottom: 1px #DFE0EB solid;
}
.user-input-title {
margin-top: 16px;
text-align: center;
}
.user-input-title label {
font-size: 16px;
font-family: "Mulish-SemiBold";
color: #A4A6B3;
}
.user-input-value {
display: flex;
flex-direction: row;
margin-top: 10px;
justify-content: center;
align-items: center;
}
.user-input-minus {
width: 20px;
padding-top: 4px;
}
.user-input-plus {
width: 20px;
padding-top: 4px;
}
.user-input-minus img:hover{
cursor: pointer;
}
.user-input-plus img:hover{
cursor: pointer;
}
.user-input-display-value {
width: 94px;
text-align: center;
}
.user-input-display-value label {
font-size: 32px;
font-family: "Mulish-Bold";
color: #363740;
}
.toggle {
margin-top: 8px;
width: 55px;
height: 30px;
background: #3E4049;
border-radius: 30px;
cursor: pointer;
transition: 0.2s;
transition-timing-function: ease-out;
}
.toggle.active {
background: #5ca700;
transition: 0.2s;
transition-timing-function: ease-out;
}
.toggle-button {
width: 24px;
height: 24px;
margin-top: 3px;
margin-left: 3px;
background: #FFFFFF;
border-radius: 50%;
transition: 0.2s;
transition-timing-function: ease-out;
}
.toggle.active .toggle-button {
margin-left: 28px;
}
.vertical-toggle {
position: absolute;
top: 540px;
left: 1190px;
width: 30px;
height: 55px;
background: #3E4049;
border-radius: 30px;
cursor: pointer;
transition: 0.2s;
transition-timing-function: ease-out;
}
.vertical-toggle.active {
background: #77C50A;
transition: 0.2s;
transition-timing-function: ease-out;
}
.vertical-toggle-button {
width: 24px;
height: 24px;
margin-top: 3px;
margin-left: 3px;
background: #FFFFFF;
border-radius: 50%;
transition: 0.2s;
transition-timing-function: ease-out;
}
.vertical-toggle.active .vertical-toggle-button {
margin-top: 28px;
} | styles.css | @font-face {
font-family: 'Mulish';
src: url('resources/fonts/Mulish-Regular.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'Mulish-SemiBold';
src: url('resources/fonts/Mulish-SemiBold.ttf') format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'Mulish-Bold';
src: url('resources/fonts/Mulish-Bold.ttf') format("truetype");
font-weight: normal;
}
.draggable {
-webkit-app-region: drag;
}
.no-draggable {
-webkit-app-region: no-drag;
}
html {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
margin: 0;
}
.title-bar {
height: 30px;
background: #2b2b38;
}
.title-bar-closeapp-button {
color: white;
float: right;
height: 27px;
padding-top: 3px;
padding-left: 10px;
padding-right: 10px;
background: #2b2b38;
transition: 0.2s;
}
.title-bar-minimize-button {
color: white;
float: right;
height: 24px;
padding-top: 6px;
padding-left: 12px;
padding-right: 12px;
background: #2b2b38;
transition: 0.2s;
}
.title-bar-close-button:hover {
background: crimson;
transition: 0.2s;
}
.title-bar-minus-button:hover {
background: #3E4049;
transition: 0.2s;
}
.main-container {
display: flex;
flex-direction: row;
height: 100%;
}
/* Sidebar */
.sidebar {
width: 255px;
top: 0;
left: 0;
background: #363740;
padding-top: 20px;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.sidebar h1 {
display: block;
padding: 10px 20px;
color: #A4A6B3;
text-decoration: none;
font-family: "Mulish-Bold";
letter-spacing: 2px;
margin-bottom: 20px;
font-size: 24px;
text-transform: uppercase;
text-align: center;
cursor: default;
}
.sidebar a {
display: block;
padding: 0px 20px;
color: #A4A6B3;
background: #363740;
text-decoration: none;
font-family: "Mulish";
font-weight: normal;
letter-spacing: 2px;
transition: 0.3s;
height: 56px;
line-height: 56px;
}
.sidebar-button {
background: #DDE2FF;
}
.sidebar-button a:hover{
color: #DDE2FF;
margin-left: 3px;
transition: 0.3s;
background: #3E4049;
}
.sidebar-icon-div {
display: flex;
}
.sidebar-button a img {
width: 15px;
margin-right: 30px;
margin-left: 10px;
}
/* Main Content */
.content-container {
background: #F7FAFC;
flex-grow: 1;
padding: 30px;
}
.content-container-padded {
width: 100%;
height: 100%;
background: #F7FAFC;
}
/* Page title */
.page-title-text {
font-family: "Mulish-Bold";
font-size: 20px;
color: #363740;
}
.overview-div {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.button-overview {
font-family: "Mulish-Bold";
border: none;
color: #363740;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
border-radius: 8px;
border: 1px #DFE0EB solid;
transition: 0.2s;
}
.button-overview-refresh {
background-color: white;
margin-right: 10px;
}
.button-overview-save {
background-color: white;
padding: 15px 40px;
}
.button-overview:hover {
cursor: pointer;
background-color: #F7FAFC;
transition: 0.2s;
}
.button-overview-refresh:active {
background-color: #DFEBEB;
}
.button-overview-save:active {
background-color: #DFEBEB;
}
/* Biometrics */
.biometrics-content {
display: flex;
width: 962px;
flex-direction: row;
margin-top: 18px;
justify-content: space-between;
}
.biometrics-item {
width: 218px;
height: 134px;
background: white;
border: 1px #DFE0EB solid;
border-radius: 8px;
}
.biometrics-item-label {
margin-top: 24px;
text-align: center;
}
.biometrics-item-label label {
font-size: 16px;
font-family: "Mulish-Bold";
color: #A4A6B3;
}
.biometrics-item-value {
margin-top: 10px;
text-align: center;
}
.biometrics-item-value label {
font-size: 42px;
font-family: "Mulish-Bold";
color: #363740;
}
/* User input content */
.user-input-content {
width: 962px;
height: 546px;
background: white;
border: 1px #DFE0EB solid;
border-radius: 8px;
margin-top: 30px;
display: flex;
flex-direction: row;
}
.left-panel {
width: 620px;
border-right: 1px #DFE0EB solid;
}
.left-panel-title-div {
width: 100%;
margin: 30px;
margin-bottom: 0;
}
.left-panel label {
font-family: "Mulish-Bold";
font-size: 24px;
color: #363740;
}
.left-panel-image-div {
padding-top: 20px;
width: 100%;
height: 410px;
}
.left-panel-image-div img {
margin-left: auto;
margin-right: auto;
display: block;
padding-right: 25px;
}
.left-panel-heating-display {
position: absolute;
top: 335px;
left: 755px;
font-size: 10px;
font-family: "Mulish-Bold";
}
.left-panel-heating-display h3 {
margin-top: -10px;
}
.right-panel {
display: flex;
flex-direction: column;
width: 342px;
justify-content: start;
}
.right-panel-item {
height: 109px;
}
.right-panel-border {
border-bottom: 1px #DFE0EB solid;
}
.user-input-title {
margin-top: 16px;
text-align: center;
}
.user-input-title label {
font-size: 16px;
font-family: "Mulish-SemiBold";
color: #A4A6B3;
}
.user-input-value {
display: flex;
flex-direction: row;
margin-top: 10px;
justify-content: center;
align-items: center;
}
.user-input-minus {
width: 20px;
padding-top: 4px;
}
.user-input-plus {
width: 20px;
padding-top: 4px;
}
.user-input-minus img:hover{
cursor: pointer;
}
.user-input-plus img:hover{
cursor: pointer;
}
.user-input-display-value {
width: 94px;
text-align: center;
}
.user-input-display-value label {
font-size: 32px;
font-family: "Mulish-Bold";
color: #363740;
}
.toggle {
margin-top: 8px;
width: 55px;
height: 30px;
background: #3E4049;
border-radius: 30px;
cursor: pointer;
transition: 0.2s;
transition-timing-function: ease-out;
}
.toggle.active {
background: #5ca700;
transition: 0.2s;
transition-timing-function: ease-out;
}
.toggle-button {
width: 24px;
height: 24px;
margin-top: 3px;
margin-left: 3px;
background: #FFFFFF;
border-radius: 50%;
transition: 0.2s;
transition-timing-function: ease-out;
}
.toggle.active .toggle-button {
margin-left: 28px;
}
.vertical-toggle {
position: absolute;
top: 540px;
left: 1190px;
width: 30px;
height: 55px;
background: #3E4049;
border-radius: 30px;
cursor: pointer;
transition: 0.2s;
transition-timing-function: ease-out;
}
.vertical-toggle.active {
background: #77C50A;
transition: 0.2s;
transition-timing-function: ease-out;
}
.vertical-toggle-button {
width: 24px;
height: 24px;
margin-top: 3px;
margin-left: 3px;
background: #FFFFFF;
border-radius: 50%;
transition: 0.2s;
transition-timing-function: ease-out;
}
.vertical-toggle.active .vertical-toggle-button {
margin-top: 28px;
} | 0.464659 | 0.087955 |
@media (min-width: 1900px) {
.slider-6 {
padding: 0 150px
}
.slider-area .nivo-controlNav {
left: 10%;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.total-content .container {
width: inherit;
}
.blog-area {
overflow: hidden;
}
.mega-menu {
width: 100%;
}
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
width: 70%;
}
.slider-area .nivo-caption {
top: 30%;
}
.header-cart a.icon-heaher,
.header-language a.icon-heaher,
.header-userinfo a.icon-heaher,
.main-menu ul.main li a.main-a {
padding: 30px 0
}
.header-8 .stick .logo {
padding: 9px 22px 10px 0px;
}
.header-8 .logo {
padding: 19px 22px 20px 0px;
}
.header-8 .stick .logo {
padding: 10px 22px 8px 0px;
}
.header-cart a.icon-heaher,
.header-language a.icon-heaher,
.header-userinfo a.icon-heaher {
padding: 30px 10px;
}
.logo {
padding: 25px 22px 15px 22px;
}
.header-7 .logo {
padding: 25px 22px 25px 22px;
}
.letter-spacing-5 {
letter-spacing: 3px !important;
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
padding: 0 18px;
}
.header-8 .main-menu ul.main li {
padding: 0px 8px;
}
h2.first {
font-size: 30px;
letter-spacing: 5px !important;
line-height: 10px;
}
h1.decond {
font-size: 65px;
line-height: 60px;
font-weight: 400;
letter-spacing: 4px;
}
.input-text-box {
width: 77%;
}
.select-style {
width: 23%;
}
.commodo-right {
padding-left: 10px;
}
.commodo-price {
padding: 15px 0 20px 0;
}
.search-box .btn-mnu {
padding: 30px 4px;
font-size: 15px;
}
.btn-mnu2 {
padding: 26px 10px;
}
.icon-and-text a {
font-size: 15px;
padding: 0px 5px;
}
.stick.stick .search-box .btn-mnu {
padding: 21px 4px;
}
.body-3 .col-md-10 {
padding-left: 120px;
}
.body-3 #Container .mix {
width: 33.33%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 20px;
font-size: 13px;
}
.slider-p3 .sl-shop-link {
padding: 0px 0;
}
.product-desc .add-to-cart a {
margin-right: 5px;
width: 30px;
height: 30px;
line-height: 30px;
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
padding: 0 15px;
}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.header-cart a.icon-heaher,
.header-language a.icon-heaher,
.header-userinfo a.icon-heaher {
padding: 33px 7px;
}
.stick .header-cart a.icon-heaher,
.stick .header-language a.icon-heaher,
.stick .header-userinfo a.icon-heaher {
padding: 15px 8px;
}
.mean-container .mean-bar {
background: #B18ADE;
}
.header-area {
background: #C6C6C6;
position: unset;
}
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
width: 100%;
}
.slider-area .nivo-caption {
top: 15%;
}
.search-catagory .select-optn {
font-size: 12px;
}
.commodo-right {
padding-left: 0px;
padding-top: 0
}
.commodo-right .timer {
margin-bottom: 20px;
}
.commodo-right h1 a {
margin-bottom: 0px;
}
.commodo-right h1 {
font-size: 25px;
}
.commodo-right .timer .cdown {
font-size: 20px;
padding: 5px 0;
}
.commodo-price {
padding: 0px 0;
}
.commodo-price span.old-amount {
font-size: 20px;
}
.commodo-price span {
font-size: 20px;
}
.commodo-right p {
line-height: 1.6;
}
.commo-shop .product-action {
width: 50%;
}
.post-thumb,
.post-area {
width: 80%;
}
.header-2 .header-area.stick {
position: unset;
}
#Container .mix {
width: 33.3333%;
}
.tag span.title-dropsown,
.Column-one span {
padding: 0px 0;
}
.Column-one {
margin-bottom: 30px;
display: block;
}
.search-box .btn-mnu {
padding: 35px 10px;
font-size: 13px;
}
.btn-mnu2,
.btn-mnu {
padding: 30px 10px;
}
.header-7 .header-cart,
.header-language,
.header-userinfo {
padding: 0 8px;
}
.header-7 .search-box form {
right: 0;
}
.header-7 .stick .search-box .btn-mnu {
padding: 18px 10px;
}
.header-7 .mean-container .mean-bar {
margin: 0px 0;
}
.icon-and-text a i {
padding-right: 5px;
margin: 20px 5px 20px 0;
}
.icon-and-text a {
font-size: 10px;
padding: 0px 5px;
}
.stick .mean-container .mean-bar {
padding: 6px 0;
}
.stick .mean-container a.meanmenu-reveal {
padding: 17px 0;
}
.glary {
width: 25%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 25px;
font-size: 15px;
}
.slider-p3 .cap-readmore {
padding-bottom: 0px;
}
.slider-p3 .sl-shop-link {
padding: 5px 0;
}
.slider-p3 h1.decond {
font-size: 15px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text {
width: 400px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text .middle-text {
margin: 10px 0 0 10px;
padding: 5px 5px 20px 5px;
}
.slider-p3 .cap-readmore .first-f {
padding-bottom: 0;
}
.slider-p3 h1.decond {
line-height: 25px;
}
.portfolio-4 #Container .mix,
.portfolio-col-3 #Container .mix {
width: 50%
}
.blog-left-sidebar .post-area,
.post-area {
margin-left: 17%;
}
.blog-list .post-area {
width: 85%;
margin-left: 0;
}
.blog-post-meta a {
font-size: 11px;
}
.blog-area .post-area {
width: 100%;
margin-left: 0;
}
.header-8 .header-area {
position: unset;
}
.slide-post {
padding: 0 0px;
}
.blog-area .slide-post .post-thumb,
.blog-area .slide-post .post-area {
width: 41%;
}
.main-body.body-3 {
margin-left: unset;
}
.total-content {
margin-left: unset;
}
.our-team {
margin-bottom: 20px;
}
.header-area.stick {
position: unset !important;
}
.header-area.index1 {
position: unset;
}
.body-3 .icon-and-text a p {
font-size: 11px;
}
.icon-and-text a p {
padding: 25px 0;
}
.wplane-area {
padding-top: 0px;
}
.header-8 {
position: unset;
background: #CECECE;
}
.header-8 .logo {
padding: 25px 22px 20px 0px;
}
.blog-1 .post-content h3 {
margin-top: 15px;
}
.main-blog .single-blog-post {
padding-bottom: 0px;
}
.header-area {
background: RGBA(6, 6, 6, 0.21);
}
.blog-area {
overflow: hidden;
}
.timer .cdown {
margin: 0 5px;
}
h3.title {
font-size: 19px;
}
.body-row .timer .cdown {
margin: 0 4px 0 0;
width: 41px;
}
.timer {
bottom: 7px;
}
.color {
bottom: -8px;
}
.ht3 .ind-style:hover .owl-next {
right: 17px;
}
.ht3 .ind-style:hover .owl-prev {
left: 17px;
}
.blog-list .blog-post-meta span {
padding-right: 5px;
}
p.sm-nn {
display: none;
}
.sm-mrgn {
margin-bottom: 30px;
}
.meta-category > span a{
font-size: 13px;
}
.meta-social-link ul li a {
padding: 0 3px;
}
.portfolio-3.issues-xs .single-portfolio .portfolio-details {
padding: 53px 0;
}
.product-details-shop {
padding: 0 0 10px 25px;
}
}
/* small mobile :320px. */
@media (max-width: 767px) {
.logo {
width: 100%;
text-align: center;
padding: 10px 0 0 0;
padding-bottom: 0;
}
.header-area.index1,
.header-area {
position: unset;
}
.header-8 .header-area {
background: #BEBEBE;
}
.search-box form input[type="text"] {
width: 200px;
}
.header-area .col-xs-12 .header-wocom {
margin: 0 auto;
}
.header-cart,
.header-language,
.header-userinfo {
padding: 0;
}
.search-area {
position: unset;
}
.slider-area .nivo-caption {
top: 0%;
}
h2.first {
font-size: 20px;
letter-spacing: 5px !important;
line-height: normal;
}
.slider-5 .slider-area .nivo-caption .slide1-text,
.slider-5 .slider-area .nivo-caption .slide2-text,
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
right: unset;
width: 100%;
}
.first-f {
display: inline-block;
padding: 0px 0;
}
.slider-5 .first-f .first,
h2.first {
font-size: 12px;
letter-spacing: 4px !important;
line-height: normal;
}
.slider-5 .first-f .decond,
h1.decond {
font-size: 25px;
line-height: 20px;
letter-spacing: 0px;
}
p.save {
font-size: 10px;
line-height: 0px;
letter-spacing: 3px;
}
.header-area .col-xs-12 {
position: relative;
text-align: center;
}
.header-area .col-xs-12 .header-wocom {
display: inline-block;
}
.header-cart,
.header-language,
.header-userinfo {
position: unset;
}
.header-cart ul,
.header-language ul,
.header-userinfo ul {
right: 0;
left: 0;
margin: auto;
}
.header-userinfo > ul {
width: 270px;
box-shadow: 0 0 4px #000;
}
.header-wocom h3,
.header-wocom ul li a,
.img-dtil {
text-align: left;
}
.select-style {
width: 50%;
}
.input-text-box {
width: 50%;
}
.search-catagory .select-optn {
font-size: 11px;
}
.select-style::after,
.select-style::before {
font-size: 11px
}
.search-button {
padding: 13px 5px;
}
.single-banner {
padding-bottom: 15px;
}
.banner-wraper {
padding-bottom: 0px;
}
.bannar-img a {
display: block;
}
.commodo-img {
width: 90%;
}
.commodo-right .timer .cdown {
width: 50px;
margin-right: 5px;
}
.commodo-right .timer .cdown {
font-size: 15px;
}
.commo-shop .product-action {
width: 50%;
}
.payment,
.copyright-area {
text-align: left;
padding: 10px 0px;
}
.menu2 .mean-container a.meanmenu-reveal span {
background: #fff;
}
.menu2 .mean-container a.meanmenu-reveal {
color: #fff;
}
.header-7 .header-area.stick,
.header-2 .header-area.stick {
position: unset;
}
.tst-crosol .owl-controls {
bottom: 22%;
}
#Container .mix {
width: 100%;
}
.product-desc .add-to-cart a {
margin-right: 5px;
}
.lane-banner a {
display: block;
}
.lane-slide-banar .slide-banar-5.line-fasion a::before {
right: 0px;
}
.filter {
margin: 0 15px 5px 15px;
}
.header-7 .header-cart,
.header-language,
.header-userinfo {
padding: 0;
}
.header-7 .header-cart,
.header-7 .header-language,
.header-7 .header-userinfo {
padding: 0 8px;
}
.search-box form {
left: 0;
}
.search-box form button {
left: 0;
}
.header-top-menu ul li a {
padding: 12px
}
.header-7 .logo-7 {
margin-bottom: 0px;
}
.header-7 .mean-container .mean-bar {
margin: 10px 0;
}
.line-fasion a {
width: 100%;
}
.single-cat-img a {
width: 100%;
}
.glary {
width: 50%;
}
.single-product-list {
display: inline-block;
width: 100%;
}
.subscribe-box form button {
font-size: 15px;
padding: 18px 6px;
top: 1%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 25px;
font-size: 15px;
}
.slider-p3 .cap-readmore {
padding-bottom: 0px;
}
.slider-p3 .sl-shop-link {
padding: 5px 0;
}
.slider-p3 h1.decond {
font-size: 15px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text {
width: 240px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text .middle-text {
margin: 10px 0 0 10px;
padding: 5px 5px 20px 5px;
}
.slider-p3 .cap-readmore .first-f {
padding-bottom: 0;
}
.slider-p3 h1.decond {
line-height: 25px;
}
.single-pro-details .product-details-shop .product-action a:first-child {
padding: 0px 20px;
}
.shop-heade .mean-container a.meanmenu-reveal span {
background: #fff;
}
.portfolio-4 #Container .mix,
.portfolio-col-3 #Container .mix,
.portfolio-3 #Container .mix {
width: 100%;
}
.post-area {
margin-left: 17%;
}
.blog-list .published {
width: 21%;
margin-right: 10px;
}
.blog-list .post-area {
width: 75%;
margin-left: 0;
}
.widget .single-blog-post .post-area {
margin-left: 0;
}
.blog-post-meta a {
font-size: 11px;
}
.contact-body .heading-title h4 {
margin-bottom: 35px;
padding-top: 30px;
}
.blog-area .post-thumb {
width: 100% !important;
}
.blog-area .post-area {
width: 100%;
margin-left: 0;
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
padding: 0 16px;
border-left: 0px solid rgba(255, 255, 255, 0.1);
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
position: unset;
}
.main-body.body-3 {
margin-left: unset;
}
.lane-banner {
margin-top: 20px;
}
.header-5 .logo {
padding-bottom: 0;
}
.header-8 .logo {
padding: 30px 0 28px 0px;
border-right: 0px solid #fff3;
background: #333333;
}
.header-7.shop-head .header-cart,
.header-7.shop-head .header-language,
.header-7.shop-head .header-userinfo {
padding: 0 16px;
}
.product-list {
margin-bottom: 30px;
}
.our-team.last,
.counter.count-data.last,
.last {
margin-bottom: 0px;
}
.our-team {
margin-bottom: 30px;
}
.slide-post .post-thumb {
margin-bottom: 20px;
}
.total-content {
margin-left: inherit;
}
.header-area.stick {
position: unset !important;
}
.buttons-cart > input {
margin-bottom: 15px;
}
.select-optn,
.input-text-box {
padding: 13px 28px;
}
.mean-container .mean-bar {
background: #c9141e;
}
.wplane-area {
padding-top: 0px;
}
.header-8 {
position: unset;
}
.commodo-right {
padding: 10px;
}
.timer {
margin: 10px 0;
}
.single-blog-post {
display: table;
padding: 0 15px;
}
.glary {
width: 100%;
}
.blog-1.single-blog-post {
padding: 0;
}
.search-catagory {
margin: 30px 0;
}
.wplane-area .search-catagory {
margin: 0;
}
.blog-1 .post-content h3 {
margin-top: 15px;
}
.slide-lixury-btn {
margin: 10px;
}
.single-product-list .product-image {
float: left;
margin-right: 0;
width: 100%;
}
.division {
padding-bottom: 20px;
}
.index1 .logo {
padding-bottom: 32px;
}
.header-7 .logo::after {
content: "";
position: unset;
}
.brnd-logo {
padding: 0 45px;
}
.brnd-logo {
padding: 0 50px;
}
.counter.count-data {
margin-bottom: 50px;
}
.body-row .timer .cdown {
width: 56px;
}
.timer {
margin: 10px 11px;
}
.slider-p3 h1.decond {
letter-spacing: 2px;
}
.slider-p3 .slider-area .nivo-caption {
top: 2%;
}
.team-member.tm {
padding: 0 0 35px;
}
.xs-mrgn {
margin-bottom: 30px;
}
.portfolio-3.issues-xs .single-portfolio .portfolio-details {
padding: 34px 0;
}
.product-details-shop {
margin-top: 30px;
}
.info-tab a {
font-size: 12px;
padding: 8px 5px;
}
.product-info .tab-content h2 {
font-size: 14px;
}
.reviews span a {
margin-bottom: 5px;
}
.buttons-cart {
margin-top: 30px;
}
.cart_totals {
text-align: left;
}
.cart-main-area {
margin-bottom: 50px;
}
.entry-header-area {
padding: 0 0 30px;
}
.cart_totals table {
float: left;
text-align: left;
}
.cart_totals table td .amount {
float: left;
text-align: left;
}
.cart-main-area .coupon {
margin-bottom: 0;
}
p.checkout-coupon input[type="submit"] {
margin-top: 20px;
}
p.checkout-coupon input[type="text"] {
width: 100%;
}
.checkbox-form h3 {
font-size: 16px;
}
.checkbox-form .ship-different-title h3 label {
letter-spacing: 1px;
}
.your-order {
padding: 0;
}
.your-order-table table th, .your-order-table table td {
padding-left: 2px;
}
.order-button-payment {
margin-bottom: 40px;
}
.shop-setting {
margin-bottom: 17px;
padding: 0 0 12px;
}
.show-as-list .product-image {
width: 100%;
}
.product-details-shop {
padding: 0 0 10px;
width: 100%;
}
.footer .logo {
text-align: left;
}
.footer-top {
text-align: left;
}
.menu-spacing {
margin: 10px 0;
}
.header-cart a.icon-heaher, .header-language a.icon-heaher, .header-userinfo a.icon-heaher {
padding: 15px 10px 0 10px;
}
.pad-50 {
padding-bottom: 15px;
}
.top-link a{font-size:10px; padding:5px 2px 0 2px ; text-transform:inherit !important; }
.top-link i{font-size:11px; padding:0 }
.no-padding-left{padding-left:0px !important;}
.no-padding-right{padding-right:0px !important;}
.header-cart a.icon-heaher, .header-language a.icon-heaher, .header-userinfo a.icon-heaher {
padding: 10px 10px;
margin-top: 1rem;
}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.slider-5 .slider-area .nivo-caption .slide1-text,
.slider-5 .slider-area .nivo-caption .slide2-text,
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
right: unset;
width: 100%;
}
.slider-5 .first-f .first,
h2.first {
font-size: 15px;
letter-spacing: 4px !important;
line-height: 1px;
}
h1.decond {
font-size: 35px;
line-height: 30px;
font-weight: 400;
letter-spacing: 0px;
}
p.save {
font-size: 15px;
line-height: 0px;
letter-spacing: 5px;
}
.slider-area .nivo-caption {
top: 17%;
}
.select-style {
width: 35%;
}
.input-text-box {
width: 65%;
}
.header-2 .header-area.stick {
position: unset;
}
.tst-crosol .owl-controls {
bottom: 22%;
}
#Container .mix {
width: 100%;
}
.lane-slide-banar .slide-banar-5.line-fasion a::before {
right: 0px;
}
.filter {
margin: 0 15px 5px 15px;
}
.header-top-menu {
text-align: center;
}
.header-7 .stick .col-md-7 {
width: 100%;
}
.header-7 .logo-7 {
margin-bottom: 0px;
}
.single-cat-img a {
width: 100%;
}
.glary {
width: 50%;
}
.slider-8 h1.decond {
font-size: 45px;
line-height: 45px;
}
.slider-8 h2.first {
font-size: 20px;
letter-spacing: 4px !important;
line-height: 20px;
}
.slider-8 .slider-area .nivo-caption {
top: 30%;
}
.page-8 #Container .mix {
width: 50%;
}
.single-product-list {
display: inline-block;
width: 100%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 25px;
font-size: 15px;
}
.slider-p3 .cap-readmore {
padding-bottom: 0px;
}
.slider-p3 .sl-shop-link {
padding: 5px 0;
}
.slider-p3 h1.decond {
font-size: 15px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text {
width: 400px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text .middle-text {
margin: 10px 0 0 10px;
padding: 5px 5px 20px 5px;
}
.slider-p3 .cap-readmore .first-f {
padding-bottom: 0;
}
.slider-p3 h1.decond {
line-height: 25px;
}
.portfolio-4 #Container .mix,
.portfolio-col-3 #Container .mix {
width: 100%
}
.blog-list .published {
width: 15%;
margin-right: 18px;
}
.blog-list .post-area {
width: 80%;
margin-left: 0;
}
.single-product-list .product-image {
float: left;
margin-right: 5%;
width: 40%;
}
.product-desc {
width: 55%;
float: left;
}
.slider-p3 .slider-area .nivo-caption {
top: 2%;
}
.portfolio-3.issues-xs .single-portfolio .portfolio-details {
padding: 87px 0;
}
.info-tab a {
font-size: 13px;
padding: 8px 20px;
}
} | public/css/responsive.css |
@media (min-width: 1900px) {
.slider-6 {
padding: 0 150px
}
.slider-area .nivo-controlNav {
left: 10%;
}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.total-content .container {
width: inherit;
}
.blog-area {
overflow: hidden;
}
.mega-menu {
width: 100%;
}
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
width: 70%;
}
.slider-area .nivo-caption {
top: 30%;
}
.header-cart a.icon-heaher,
.header-language a.icon-heaher,
.header-userinfo a.icon-heaher,
.main-menu ul.main li a.main-a {
padding: 30px 0
}
.header-8 .stick .logo {
padding: 9px 22px 10px 0px;
}
.header-8 .logo {
padding: 19px 22px 20px 0px;
}
.header-8 .stick .logo {
padding: 10px 22px 8px 0px;
}
.header-cart a.icon-heaher,
.header-language a.icon-heaher,
.header-userinfo a.icon-heaher {
padding: 30px 10px;
}
.logo {
padding: 25px 22px 15px 22px;
}
.header-7 .logo {
padding: 25px 22px 25px 22px;
}
.letter-spacing-5 {
letter-spacing: 3px !important;
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
padding: 0 18px;
}
.header-8 .main-menu ul.main li {
padding: 0px 8px;
}
h2.first {
font-size: 30px;
letter-spacing: 5px !important;
line-height: 10px;
}
h1.decond {
font-size: 65px;
line-height: 60px;
font-weight: 400;
letter-spacing: 4px;
}
.input-text-box {
width: 77%;
}
.select-style {
width: 23%;
}
.commodo-right {
padding-left: 10px;
}
.commodo-price {
padding: 15px 0 20px 0;
}
.search-box .btn-mnu {
padding: 30px 4px;
font-size: 15px;
}
.btn-mnu2 {
padding: 26px 10px;
}
.icon-and-text a {
font-size: 15px;
padding: 0px 5px;
}
.stick.stick .search-box .btn-mnu {
padding: 21px 4px;
}
.body-3 .col-md-10 {
padding-left: 120px;
}
.body-3 #Container .mix {
width: 33.33%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 20px;
font-size: 13px;
}
.slider-p3 .sl-shop-link {
padding: 0px 0;
}
.product-desc .add-to-cart a {
margin-right: 5px;
width: 30px;
height: 30px;
line-height: 30px;
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
padding: 0 15px;
}
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.header-cart a.icon-heaher,
.header-language a.icon-heaher,
.header-userinfo a.icon-heaher {
padding: 33px 7px;
}
.stick .header-cart a.icon-heaher,
.stick .header-language a.icon-heaher,
.stick .header-userinfo a.icon-heaher {
padding: 15px 8px;
}
.mean-container .mean-bar {
background: #B18ADE;
}
.header-area {
background: #C6C6C6;
position: unset;
}
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
width: 100%;
}
.slider-area .nivo-caption {
top: 15%;
}
.search-catagory .select-optn {
font-size: 12px;
}
.commodo-right {
padding-left: 0px;
padding-top: 0
}
.commodo-right .timer {
margin-bottom: 20px;
}
.commodo-right h1 a {
margin-bottom: 0px;
}
.commodo-right h1 {
font-size: 25px;
}
.commodo-right .timer .cdown {
font-size: 20px;
padding: 5px 0;
}
.commodo-price {
padding: 0px 0;
}
.commodo-price span.old-amount {
font-size: 20px;
}
.commodo-price span {
font-size: 20px;
}
.commodo-right p {
line-height: 1.6;
}
.commo-shop .product-action {
width: 50%;
}
.post-thumb,
.post-area {
width: 80%;
}
.header-2 .header-area.stick {
position: unset;
}
#Container .mix {
width: 33.3333%;
}
.tag span.title-dropsown,
.Column-one span {
padding: 0px 0;
}
.Column-one {
margin-bottom: 30px;
display: block;
}
.search-box .btn-mnu {
padding: 35px 10px;
font-size: 13px;
}
.btn-mnu2,
.btn-mnu {
padding: 30px 10px;
}
.header-7 .header-cart,
.header-language,
.header-userinfo {
padding: 0 8px;
}
.header-7 .search-box form {
right: 0;
}
.header-7 .stick .search-box .btn-mnu {
padding: 18px 10px;
}
.header-7 .mean-container .mean-bar {
margin: 0px 0;
}
.icon-and-text a i {
padding-right: 5px;
margin: 20px 5px 20px 0;
}
.icon-and-text a {
font-size: 10px;
padding: 0px 5px;
}
.stick .mean-container .mean-bar {
padding: 6px 0;
}
.stick .mean-container a.meanmenu-reveal {
padding: 17px 0;
}
.glary {
width: 25%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 25px;
font-size: 15px;
}
.slider-p3 .cap-readmore {
padding-bottom: 0px;
}
.slider-p3 .sl-shop-link {
padding: 5px 0;
}
.slider-p3 h1.decond {
font-size: 15px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text {
width: 400px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text .middle-text {
margin: 10px 0 0 10px;
padding: 5px 5px 20px 5px;
}
.slider-p3 .cap-readmore .first-f {
padding-bottom: 0;
}
.slider-p3 h1.decond {
line-height: 25px;
}
.portfolio-4 #Container .mix,
.portfolio-col-3 #Container .mix {
width: 50%
}
.blog-left-sidebar .post-area,
.post-area {
margin-left: 17%;
}
.blog-list .post-area {
width: 85%;
margin-left: 0;
}
.blog-post-meta a {
font-size: 11px;
}
.blog-area .post-area {
width: 100%;
margin-left: 0;
}
.header-8 .header-area {
position: unset;
}
.slide-post {
padding: 0 0px;
}
.blog-area .slide-post .post-thumb,
.blog-area .slide-post .post-area {
width: 41%;
}
.main-body.body-3 {
margin-left: unset;
}
.total-content {
margin-left: unset;
}
.our-team {
margin-bottom: 20px;
}
.header-area.stick {
position: unset !important;
}
.header-area.index1 {
position: unset;
}
.body-3 .icon-and-text a p {
font-size: 11px;
}
.icon-and-text a p {
padding: 25px 0;
}
.wplane-area {
padding-top: 0px;
}
.header-8 {
position: unset;
background: #CECECE;
}
.header-8 .logo {
padding: 25px 22px 20px 0px;
}
.blog-1 .post-content h3 {
margin-top: 15px;
}
.main-blog .single-blog-post {
padding-bottom: 0px;
}
.header-area {
background: RGBA(6, 6, 6, 0.21);
}
.blog-area {
overflow: hidden;
}
.timer .cdown {
margin: 0 5px;
}
h3.title {
font-size: 19px;
}
.body-row .timer .cdown {
margin: 0 4px 0 0;
width: 41px;
}
.timer {
bottom: 7px;
}
.color {
bottom: -8px;
}
.ht3 .ind-style:hover .owl-next {
right: 17px;
}
.ht3 .ind-style:hover .owl-prev {
left: 17px;
}
.blog-list .blog-post-meta span {
padding-right: 5px;
}
p.sm-nn {
display: none;
}
.sm-mrgn {
margin-bottom: 30px;
}
.meta-category > span a{
font-size: 13px;
}
.meta-social-link ul li a {
padding: 0 3px;
}
.portfolio-3.issues-xs .single-portfolio .portfolio-details {
padding: 53px 0;
}
.product-details-shop {
padding: 0 0 10px 25px;
}
}
/* small mobile :320px. */
@media (max-width: 767px) {
.logo {
width: 100%;
text-align: center;
padding: 10px 0 0 0;
padding-bottom: 0;
}
.header-area.index1,
.header-area {
position: unset;
}
.header-8 .header-area {
background: #BEBEBE;
}
.search-box form input[type="text"] {
width: 200px;
}
.header-area .col-xs-12 .header-wocom {
margin: 0 auto;
}
.header-cart,
.header-language,
.header-userinfo {
padding: 0;
}
.search-area {
position: unset;
}
.slider-area .nivo-caption {
top: 0%;
}
h2.first {
font-size: 20px;
letter-spacing: 5px !important;
line-height: normal;
}
.slider-5 .slider-area .nivo-caption .slide1-text,
.slider-5 .slider-area .nivo-caption .slide2-text,
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
right: unset;
width: 100%;
}
.first-f {
display: inline-block;
padding: 0px 0;
}
.slider-5 .first-f .first,
h2.first {
font-size: 12px;
letter-spacing: 4px !important;
line-height: normal;
}
.slider-5 .first-f .decond,
h1.decond {
font-size: 25px;
line-height: 20px;
letter-spacing: 0px;
}
p.save {
font-size: 10px;
line-height: 0px;
letter-spacing: 3px;
}
.header-area .col-xs-12 {
position: relative;
text-align: center;
}
.header-area .col-xs-12 .header-wocom {
display: inline-block;
}
.header-cart,
.header-language,
.header-userinfo {
position: unset;
}
.header-cart ul,
.header-language ul,
.header-userinfo ul {
right: 0;
left: 0;
margin: auto;
}
.header-userinfo > ul {
width: 270px;
box-shadow: 0 0 4px #000;
}
.header-wocom h3,
.header-wocom ul li a,
.img-dtil {
text-align: left;
}
.select-style {
width: 50%;
}
.input-text-box {
width: 50%;
}
.search-catagory .select-optn {
font-size: 11px;
}
.select-style::after,
.select-style::before {
font-size: 11px
}
.search-button {
padding: 13px 5px;
}
.single-banner {
padding-bottom: 15px;
}
.banner-wraper {
padding-bottom: 0px;
}
.bannar-img a {
display: block;
}
.commodo-img {
width: 90%;
}
.commodo-right .timer .cdown {
width: 50px;
margin-right: 5px;
}
.commodo-right .timer .cdown {
font-size: 15px;
}
.commo-shop .product-action {
width: 50%;
}
.payment,
.copyright-area {
text-align: left;
padding: 10px 0px;
}
.menu2 .mean-container a.meanmenu-reveal span {
background: #fff;
}
.menu2 .mean-container a.meanmenu-reveal {
color: #fff;
}
.header-7 .header-area.stick,
.header-2 .header-area.stick {
position: unset;
}
.tst-crosol .owl-controls {
bottom: 22%;
}
#Container .mix {
width: 100%;
}
.product-desc .add-to-cart a {
margin-right: 5px;
}
.lane-banner a {
display: block;
}
.lane-slide-banar .slide-banar-5.line-fasion a::before {
right: 0px;
}
.filter {
margin: 0 15px 5px 15px;
}
.header-7 .header-cart,
.header-language,
.header-userinfo {
padding: 0;
}
.header-7 .header-cart,
.header-7 .header-language,
.header-7 .header-userinfo {
padding: 0 8px;
}
.search-box form {
left: 0;
}
.search-box form button {
left: 0;
}
.header-top-menu ul li a {
padding: 12px
}
.header-7 .logo-7 {
margin-bottom: 0px;
}
.header-7 .mean-container .mean-bar {
margin: 10px 0;
}
.line-fasion a {
width: 100%;
}
.single-cat-img a {
width: 100%;
}
.glary {
width: 50%;
}
.single-product-list {
display: inline-block;
width: 100%;
}
.subscribe-box form button {
font-size: 15px;
padding: 18px 6px;
top: 1%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 25px;
font-size: 15px;
}
.slider-p3 .cap-readmore {
padding-bottom: 0px;
}
.slider-p3 .sl-shop-link {
padding: 5px 0;
}
.slider-p3 h1.decond {
font-size: 15px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text {
width: 240px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text .middle-text {
margin: 10px 0 0 10px;
padding: 5px 5px 20px 5px;
}
.slider-p3 .cap-readmore .first-f {
padding-bottom: 0;
}
.slider-p3 h1.decond {
line-height: 25px;
}
.single-pro-details .product-details-shop .product-action a:first-child {
padding: 0px 20px;
}
.shop-heade .mean-container a.meanmenu-reveal span {
background: #fff;
}
.portfolio-4 #Container .mix,
.portfolio-col-3 #Container .mix,
.portfolio-3 #Container .mix {
width: 100%;
}
.post-area {
margin-left: 17%;
}
.blog-list .published {
width: 21%;
margin-right: 10px;
}
.blog-list .post-area {
width: 75%;
margin-left: 0;
}
.widget .single-blog-post .post-area {
margin-left: 0;
}
.blog-post-meta a {
font-size: 11px;
}
.contact-body .heading-title h4 {
margin-bottom: 35px;
padding-top: 30px;
}
.blog-area .post-thumb {
width: 100% !important;
}
.blog-area .post-area {
width: 100%;
margin-left: 0;
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
padding: 0 16px;
border-left: 0px solid rgba(255, 255, 255, 0.1);
}
.header-8 .header-wocom .header-cart,
.header-8 .header-wocom .header-language,
.header-8 .header-wocom .header-userinfo {
position: unset;
}
.main-body.body-3 {
margin-left: unset;
}
.lane-banner {
margin-top: 20px;
}
.header-5 .logo {
padding-bottom: 0;
}
.header-8 .logo {
padding: 30px 0 28px 0px;
border-right: 0px solid #fff3;
background: #333333;
}
.header-7.shop-head .header-cart,
.header-7.shop-head .header-language,
.header-7.shop-head .header-userinfo {
padding: 0 16px;
}
.product-list {
margin-bottom: 30px;
}
.our-team.last,
.counter.count-data.last,
.last {
margin-bottom: 0px;
}
.our-team {
margin-bottom: 30px;
}
.slide-post .post-thumb {
margin-bottom: 20px;
}
.total-content {
margin-left: inherit;
}
.header-area.stick {
position: unset !important;
}
.buttons-cart > input {
margin-bottom: 15px;
}
.select-optn,
.input-text-box {
padding: 13px 28px;
}
.mean-container .mean-bar {
background: #c9141e;
}
.wplane-area {
padding-top: 0px;
}
.header-8 {
position: unset;
}
.commodo-right {
padding: 10px;
}
.timer {
margin: 10px 0;
}
.single-blog-post {
display: table;
padding: 0 15px;
}
.glary {
width: 100%;
}
.blog-1.single-blog-post {
padding: 0;
}
.search-catagory {
margin: 30px 0;
}
.wplane-area .search-catagory {
margin: 0;
}
.blog-1 .post-content h3 {
margin-top: 15px;
}
.slide-lixury-btn {
margin: 10px;
}
.single-product-list .product-image {
float: left;
margin-right: 0;
width: 100%;
}
.division {
padding-bottom: 20px;
}
.index1 .logo {
padding-bottom: 32px;
}
.header-7 .logo::after {
content: "";
position: unset;
}
.brnd-logo {
padding: 0 45px;
}
.brnd-logo {
padding: 0 50px;
}
.counter.count-data {
margin-bottom: 50px;
}
.body-row .timer .cdown {
width: 56px;
}
.timer {
margin: 10px 11px;
}
.slider-p3 h1.decond {
letter-spacing: 2px;
}
.slider-p3 .slider-area .nivo-caption {
top: 2%;
}
.team-member.tm {
padding: 0 0 35px;
}
.xs-mrgn {
margin-bottom: 30px;
}
.portfolio-3.issues-xs .single-portfolio .portfolio-details {
padding: 34px 0;
}
.product-details-shop {
margin-top: 30px;
}
.info-tab a {
font-size: 12px;
padding: 8px 5px;
}
.product-info .tab-content h2 {
font-size: 14px;
}
.reviews span a {
margin-bottom: 5px;
}
.buttons-cart {
margin-top: 30px;
}
.cart_totals {
text-align: left;
}
.cart-main-area {
margin-bottom: 50px;
}
.entry-header-area {
padding: 0 0 30px;
}
.cart_totals table {
float: left;
text-align: left;
}
.cart_totals table td .amount {
float: left;
text-align: left;
}
.cart-main-area .coupon {
margin-bottom: 0;
}
p.checkout-coupon input[type="submit"] {
margin-top: 20px;
}
p.checkout-coupon input[type="text"] {
width: 100%;
}
.checkbox-form h3 {
font-size: 16px;
}
.checkbox-form .ship-different-title h3 label {
letter-spacing: 1px;
}
.your-order {
padding: 0;
}
.your-order-table table th, .your-order-table table td {
padding-left: 2px;
}
.order-button-payment {
margin-bottom: 40px;
}
.shop-setting {
margin-bottom: 17px;
padding: 0 0 12px;
}
.show-as-list .product-image {
width: 100%;
}
.product-details-shop {
padding: 0 0 10px;
width: 100%;
}
.footer .logo {
text-align: left;
}
.footer-top {
text-align: left;
}
.menu-spacing {
margin: 10px 0;
}
.header-cart a.icon-heaher, .header-language a.icon-heaher, .header-userinfo a.icon-heaher {
padding: 15px 10px 0 10px;
}
.pad-50 {
padding-bottom: 15px;
}
.top-link a{font-size:10px; padding:5px 2px 0 2px ; text-transform:inherit !important; }
.top-link i{font-size:11px; padding:0 }
.no-padding-left{padding-left:0px !important;}
.no-padding-right{padding-right:0px !important;}
.header-cart a.icon-heaher, .header-language a.icon-heaher, .header-userinfo a.icon-heaher {
padding: 10px 10px;
margin-top: 1rem;
}
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.slider-5 .slider-area .nivo-caption .slide1-text,
.slider-5 .slider-area .nivo-caption .slide2-text,
.slider-area .nivo-caption .slide1-text,
.slider-area .nivo-caption .slide2-text {
right: unset;
width: 100%;
}
.slider-5 .first-f .first,
h2.first {
font-size: 15px;
letter-spacing: 4px !important;
line-height: 1px;
}
h1.decond {
font-size: 35px;
line-height: 30px;
font-weight: 400;
letter-spacing: 0px;
}
p.save {
font-size: 15px;
line-height: 0px;
letter-spacing: 5px;
}
.slider-area .nivo-caption {
top: 17%;
}
.select-style {
width: 35%;
}
.input-text-box {
width: 65%;
}
.header-2 .header-area.stick {
position: unset;
}
.tst-crosol .owl-controls {
bottom: 22%;
}
#Container .mix {
width: 100%;
}
.lane-slide-banar .slide-banar-5.line-fasion a::before {
right: 0px;
}
.filter {
margin: 0 15px 5px 15px;
}
.header-top-menu {
text-align: center;
}
.header-7 .stick .col-md-7 {
width: 100%;
}
.header-7 .logo-7 {
margin-bottom: 0px;
}
.single-cat-img a {
width: 100%;
}
.glary {
width: 50%;
}
.slider-8 h1.decond {
font-size: 45px;
line-height: 45px;
}
.slider-8 h2.first {
font-size: 20px;
letter-spacing: 4px !important;
line-height: 20px;
}
.slider-8 .slider-area .nivo-caption {
top: 30%;
}
.page-8 #Container .mix {
width: 50%;
}
.single-product-list {
display: inline-block;
width: 100%;
}
.slider-p3 .cap-readmore p.contnt {
line-height: 25px;
font-size: 15px;
}
.slider-p3 .cap-readmore {
padding-bottom: 0px;
}
.slider-p3 .sl-shop-link {
padding: 5px 0;
}
.slider-p3 h1.decond {
font-size: 15px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text {
width: 400px;
}
.slider-p3 .slider-area .nivo-caption .slide1-text .middle-text {
margin: 10px 0 0 10px;
padding: 5px 5px 20px 5px;
}
.slider-p3 .cap-readmore .first-f {
padding-bottom: 0;
}
.slider-p3 h1.decond {
line-height: 25px;
}
.portfolio-4 #Container .mix,
.portfolio-col-3 #Container .mix {
width: 100%
}
.blog-list .published {
width: 15%;
margin-right: 18px;
}
.blog-list .post-area {
width: 80%;
margin-left: 0;
}
.single-product-list .product-image {
float: left;
margin-right: 5%;
width: 40%;
}
.product-desc {
width: 55%;
float: left;
}
.slider-p3 .slider-area .nivo-caption {
top: 2%;
}
.portfolio-3.issues-xs .single-portfolio .portfolio-details {
padding: 87px 0;
}
.info-tab a {
font-size: 13px;
padding: 8px 20px;
}
} | 0.328314 | 0.116161 |
*{
margin: 0;
padding: 0;
}
body{
margin: 0;
padding: 0;
background-color: rgb(255, 255, 255);
}
.card-body{
text-align: center;
}
.card-body input{
margin: 2px;
}
.card-body a{
margin: 2px;
}
.card{
background-color: rgba(255, 255, 255, 0.548);
}
.card:hover{
box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.404);
}
ul#item-menu{
position: relative;
left: 250px;
}
.nav-link{
margin-right: 45px;
font-size: 20px;
color: white;
}
.nav-link:hover{
color: rgb(59, 59, 59);
}
#vitrine{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: rgb(122, 122, 122);
}
#titulo-cadastro{
text-align: center;
}
#cor_titulo{
color: white;
font-size: 40px;
}
h3#cadastrato_formulario{
height: 300px;
color: rgb(122, 122, 122);
}
#sobre-nos{
height: 500px;
background-color: rgb(70, 70, 70);
color: white;
border-top: 4px solid brack;
border-bottom: 4px solid brack;
box-shadow: -1px 9px 40px -12px rgb(0, 0, 0);
}
#sobre-nos p{
position: relative;
top: 60px;
font-size: 20px;
}
#produtos-fonte{
padding: 20px;
background-color: white;
}
div#compra_vitrine{
text-align: center;
border-radius: 70%;
box-shadow: -1px 9px 40px -12px rgb(0, 0, 0);
padding: 50px;
margin: 10px;
}
div#compra_vitrine:hover{
color: turquoise;
box-shadow: -1px 5px 40px -12px turquoise;
}
div#compra_vitrine h3{
text-align: center;
color: turquoise;
}
div#compra_vitrine p{
color: turquoise;
font-size: 25px;
}
div#preco{
height: 300px;
}
div#modal{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.205);
display: none;
position: fixed;
z-index: 2;
top: 0;
}
div#inter{
background-color: white;
width: 50%;
height: 80%;
border: 1px solid black;
margin: 80px auto 0 auto;
box-shadow: 4px 5px 40px -12px rgba(0, 0, 0, 0.774);
}
table#tabela-carrinho{
font-size: 20px;
}
table#tabela-carrinho td{
padding: 15px;
border-bottom: 1px solid brown;
}
div#inter:hover{
box-shadow: 4px 5px 40px -12px rgb(0, 0, 0);
}
div#inter span{
margin: 0;
font-size: 30px;
margin: 7px 7px;
}
li#carrinho_icone img{
padding: 10px;
}
li#carrinho_icone img:hover{
border: 1px solid rgba(0, 0, 0, 0.267);;
background-color: rgba(122, 114, 102, 0.267);
box-shadow: 4px 5px 40px -12px rgb(0, 0, 0);
}
div#inter div#top-cor{
width: 100%;
height: 70px;
background-color: #353d41;
border-bottom:1px solid black;
box-shadow: 4px 5px 40px -12px rgba(0, 0, 0, 0.644);
}
div#inter div#top-cor h3{
position: relative;
top: -25px;
text-align: center;
color: white;
}
div#card-01, div#card-02, div#card-03, div#card-04{
display: none;
margin: 10px;
background-color: rgb(209, 209, 209);
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.466);
}
div#card-01 img, div#card-02 img, div#card-03 img, div#card-04 img{
padding: 15px;
border: 1px solid rgb(141, 141, 141);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.562);
height: 100%;
}
div#card-01 img:hover, div#card-02 img:hover, div#card-03 img:hover, div#card-04 img:hover{
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.678);
}
p#vlr-banner{
display: flex;
}
div#card-01 p, div#card-02 p, div#card-03 p, div#card-04 p{
display: flex;
font-size: 25px;
margin-top: 10px;
}
input#qtdBanner, input#qtdCartaz, input#qtdFlyers, input#qtdFolders{
text-align: center;
width: 50px;
}
input#btn-carrinho{
background-color: rgba(0, 13, 199, 0.657);
color: white;
display: flex;
padding: 6px;
}
input#btn-carrinho{
background-color: rgb(0, 13, 199);
position: absolute;
margin-top: -29px;
left: 27px;
color: white;
display: none;
padding: 4px;
}
input#btn-carrinho:hover{
background-color: rgb(0, 13, 199);
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.678);
}
footer#rodape{
background-color: #24252c;
font-size: 20px;
height: 100px;
}
footer#rodape p{
color: white;
margin-top: 30px;
}
#img-cartaz, #img-banner, #img-flyer, #img-folder{
padding: 30px;
}
/* Responsivo */
@media(max-width: 650px){
#sobre-nos p{
font-size: 16px;
}
div#card-01, div#card-02, div#card-03, div#card-04{
margin: 4px;
}
div#card-01 img, div#card-02 img, div#card-03 img, div#card-04 img{
padding: 7px;
}
footer#rodape{
font-size: 16px;
}
}
@media(max-width: 1250px){
.nav-link{
font-size: 13px;
}
ul#item-menu{
position: relative;
left: 130px;
}
} | page_index.css | *{
margin: 0;
padding: 0;
}
body{
margin: 0;
padding: 0;
background-color: rgb(255, 255, 255);
}
.card-body{
text-align: center;
}
.card-body input{
margin: 2px;
}
.card-body a{
margin: 2px;
}
.card{
background-color: rgba(255, 255, 255, 0.548);
}
.card:hover{
box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.404);
}
ul#item-menu{
position: relative;
left: 250px;
}
.nav-link{
margin-right: 45px;
font-size: 20px;
color: white;
}
.nav-link:hover{
color: rgb(59, 59, 59);
}
#vitrine{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: rgb(122, 122, 122);
}
#titulo-cadastro{
text-align: center;
}
#cor_titulo{
color: white;
font-size: 40px;
}
h3#cadastrato_formulario{
height: 300px;
color: rgb(122, 122, 122);
}
#sobre-nos{
height: 500px;
background-color: rgb(70, 70, 70);
color: white;
border-top: 4px solid brack;
border-bottom: 4px solid brack;
box-shadow: -1px 9px 40px -12px rgb(0, 0, 0);
}
#sobre-nos p{
position: relative;
top: 60px;
font-size: 20px;
}
#produtos-fonte{
padding: 20px;
background-color: white;
}
div#compra_vitrine{
text-align: center;
border-radius: 70%;
box-shadow: -1px 9px 40px -12px rgb(0, 0, 0);
padding: 50px;
margin: 10px;
}
div#compra_vitrine:hover{
color: turquoise;
box-shadow: -1px 5px 40px -12px turquoise;
}
div#compra_vitrine h3{
text-align: center;
color: turquoise;
}
div#compra_vitrine p{
color: turquoise;
font-size: 25px;
}
div#preco{
height: 300px;
}
div#modal{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.205);
display: none;
position: fixed;
z-index: 2;
top: 0;
}
div#inter{
background-color: white;
width: 50%;
height: 80%;
border: 1px solid black;
margin: 80px auto 0 auto;
box-shadow: 4px 5px 40px -12px rgba(0, 0, 0, 0.774);
}
table#tabela-carrinho{
font-size: 20px;
}
table#tabela-carrinho td{
padding: 15px;
border-bottom: 1px solid brown;
}
div#inter:hover{
box-shadow: 4px 5px 40px -12px rgb(0, 0, 0);
}
div#inter span{
margin: 0;
font-size: 30px;
margin: 7px 7px;
}
li#carrinho_icone img{
padding: 10px;
}
li#carrinho_icone img:hover{
border: 1px solid rgba(0, 0, 0, 0.267);;
background-color: rgba(122, 114, 102, 0.267);
box-shadow: 4px 5px 40px -12px rgb(0, 0, 0);
}
div#inter div#top-cor{
width: 100%;
height: 70px;
background-color: #353d41;
border-bottom:1px solid black;
box-shadow: 4px 5px 40px -12px rgba(0, 0, 0, 0.644);
}
div#inter div#top-cor h3{
position: relative;
top: -25px;
text-align: center;
color: white;
}
div#card-01, div#card-02, div#card-03, div#card-04{
display: none;
margin: 10px;
background-color: rgb(209, 209, 209);
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.466);
}
div#card-01 img, div#card-02 img, div#card-03 img, div#card-04 img{
padding: 15px;
border: 1px solid rgb(141, 141, 141);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.562);
height: 100%;
}
div#card-01 img:hover, div#card-02 img:hover, div#card-03 img:hover, div#card-04 img:hover{
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.678);
}
p#vlr-banner{
display: flex;
}
div#card-01 p, div#card-02 p, div#card-03 p, div#card-04 p{
display: flex;
font-size: 25px;
margin-top: 10px;
}
input#qtdBanner, input#qtdCartaz, input#qtdFlyers, input#qtdFolders{
text-align: center;
width: 50px;
}
input#btn-carrinho{
background-color: rgba(0, 13, 199, 0.657);
color: white;
display: flex;
padding: 6px;
}
input#btn-carrinho{
background-color: rgb(0, 13, 199);
position: absolute;
margin-top: -29px;
left: 27px;
color: white;
display: none;
padding: 4px;
}
input#btn-carrinho:hover{
background-color: rgb(0, 13, 199);
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.678);
}
footer#rodape{
background-color: #24252c;
font-size: 20px;
height: 100px;
}
footer#rodape p{
color: white;
margin-top: 30px;
}
#img-cartaz, #img-banner, #img-flyer, #img-folder{
padding: 30px;
}
/* Responsivo */
@media(max-width: 650px){
#sobre-nos p{
font-size: 16px;
}
div#card-01, div#card-02, div#card-03, div#card-04{
margin: 4px;
}
div#card-01 img, div#card-02 img, div#card-03 img, div#card-04 img{
padding: 7px;
}
footer#rodape{
font-size: 16px;
}
}
@media(max-width: 1250px){
.nav-link{
font-size: 13px;
}
ul#item-menu{
position: relative;
left: 130px;
}
} | 0.273477 | 0.108425 |
a.tooltip5 {outline:none; }
a.tooltip5 strong {line-height:30px;}
a.tooltip5:hover {text-decoration:none;}
a.tooltip5 span {
z-index:10;display:none; padding:14px 20px;
margin-top:-30px; margin-left:28px;
width:300px; line-height:16px;
}
a.tooltip5:hover span{
display:inline; position:absolute; color:#111;
border:1px solid #DCA; background:#fffAF0;}
.callout5 {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
/*CSS3 extras*/
a.tooltip5 span
{
border-radius:4px;
box-shadow: 5px 5px 8px #CCC;
}
#bosspage {
margin-left: auto;
margin-right: auto;
width: 700px;
/* NOTE: Only works for non-floated block elements */
display: block;
float: none;
}
#bosspay {
color: #000045;
background-color: #361;
font-size: 30px;
font-family: "Quicksand_Bold";
}
#bosspaybutton {
color: #000045;
background-color: #332;
text-align: center;
font-size: 30px;
}
#bossform label {
color: #00ffff;
background-color: #ffffff;
}
#bossresults {
color: #ffffff;
background-color: #440000;
font-size: 20px;
text-align: center;
}
#pp00_companyname {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 60px;
}
#pp00_companyname2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 60px;
}
#pp01_description1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description1.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp02_description2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description2.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp03_description3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description3.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp04_targeturl1 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp05_targeturl2 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp06_targeturl3 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp07_targeturl4 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp08_imageurl1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp09_imageurl2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp10_imageurl3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp11_imageurl4 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp12_price {
color: #9999ff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 13px;
}
#pp13_commission {
color: #ffff77;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 13px;
}
/*#pp12_targetniche {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}
#pp13_targetplatform {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}
#pp14_targetbrowser {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}
#pp15_targetnetwork {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}*/
#pp00_verify_companyname {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 60px;
}
#pp01_verify_description1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description1.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp02_verify_description2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description2.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp03_verify_description3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description3.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp04_verify_targeturl1 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp05_verify_targeturl2 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp06_verify_targeturl3 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp07_verify_targeturl4 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp08_verify_imageurl1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp09_verify_imageurl2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp10_verify_imageurl3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp11_verify_imageurl4 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
input#submit_button {
width:500px;
background: #3e9cbf; /*the colour of the button*/
padding: 8px 14px 10px; /*apply some padding inside the button*/
border:1px solid #3e9cbf; /*required or the default border for the browser will appear*/
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
/*style the text*/
font-size:1.5em;
font-family:Oswald, sans-serif; /*Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
letter-spacing:.1em;
text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
color: #fff;
/*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
/*give the corners a small curve*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/***SET THE BUTTON'S HOVER AND FOCUS STATES***/
input#submit_button:hover, input#submit_button:focus {
color:#dfe7ea;
/*reduce the size of the shadow to give a pushed effect*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}
input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#35b128; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
input#delbutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#b12515; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#399630; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}
#chosen {
border-radius:10px;
width:85px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#chosen2 {
border-radius:10px;
width:155px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#chosen3 {
border-radius:10px;
width:115px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#gotenks {
border-radius:10px;
width:109px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#mastertext {
border-radius:10px;
width:259px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#mastertext2 {
border-radius:10px;
width:359px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
.button {
display: inline-block;
height: 50px;
line-height: 50px;
padding-right: 30px;
padding-left: 70px;
position: relative;
background-color:rgb(41,127,184);
color:rgb(255,255,255);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
.button span {
position: absolute;
left: 0;
width: 50px;
background-color:rgba(0,0,0,0.5);
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid rgba(0,0,0,0.15);
}
.button:hover span, .button.active span {
background-color:rgb(0,102,26);
border-right: 1px solid rgba(0,0,0,0.3);
}
.button:active {
margin-top: 2px;
margin-bottom: 13px;
-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}
.button.orange {
background: #FF7F00;
}
.button.purple {
background: #8e44ad;
}
.button.turquoise {
background: #1abc9c;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 13.8px 0;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
background: #00ffff;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #ff0000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #2effff;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
background: #00ffff;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #ff0000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #00d1d1;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
background: #00ffff;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
}
input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #ff0000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
background: #00ffff;
}
input[type=range]:focus::-ms-fill-upper {
background: #2effff;
}
.indent-small {
margin-left: 5px;
}
.form-group.internal {
margin-bottom: 0;
}
.dialog-panel {
margin: 10px;
}
.datepicker-dropdown {
z-index: 200 !important;
}
.panel-body {
background: #ffffff;
/* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
/* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* IE10+ */
background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
font: 600 15px "Open Sans", Arial, sans-serif;
}
label.control-label {
font-weight: 600;
color: #777;
}
#labcorrect {
background: #ffffff;
} | styles/pageext.css | a.tooltip5 {outline:none; }
a.tooltip5 strong {line-height:30px;}
a.tooltip5:hover {text-decoration:none;}
a.tooltip5 span {
z-index:10;display:none; padding:14px 20px;
margin-top:-30px; margin-left:28px;
width:300px; line-height:16px;
}
a.tooltip5:hover span{
display:inline; position:absolute; color:#111;
border:1px solid #DCA; background:#fffAF0;}
.callout5 {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
/*CSS3 extras*/
a.tooltip5 span
{
border-radius:4px;
box-shadow: 5px 5px 8px #CCC;
}
#bosspage {
margin-left: auto;
margin-right: auto;
width: 700px;
/* NOTE: Only works for non-floated block elements */
display: block;
float: none;
}
#bosspay {
color: #000045;
background-color: #361;
font-size: 30px;
font-family: "Quicksand_Bold";
}
#bosspaybutton {
color: #000045;
background-color: #332;
text-align: center;
font-size: 30px;
}
#bossform label {
color: #00ffff;
background-color: #ffffff;
}
#bossresults {
color: #ffffff;
background-color: #440000;
font-size: 20px;
text-align: center;
}
#pp00_companyname {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 60px;
}
#pp00_companyname2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 60px;
}
#pp01_description1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description1.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp02_description2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description2.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp03_description3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description3.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp04_targeturl1 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp05_targeturl2 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp06_targeturl3 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp07_targeturl4 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp08_imageurl1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp09_imageurl2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp10_imageurl3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp11_imageurl4 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp12_price {
color: #9999ff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 13px;
}
#pp13_commission {
color: #ffff77;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 13px;
}
/*#pp12_targetniche {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}
#pp13_targetplatform {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}
#pp14_targetbrowser {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}
#pp15_targetnetwork {
color: #ffffff;
background-color: #ffff00;
font-size: 20px;
}*/
#pp00_verify_companyname {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/companyname.jpg");
background-size: 100% 100%;
font-size: 60px;
}
#pp01_verify_description1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description1.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp02_verify_description2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description2.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp03_verify_description3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/description3.jpg");
background-size: 100% 100%;
font-size: 24px;
}
#pp04_verify_targeturl1 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp05_verify_targeturl2 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp06_verify_targeturl3 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl2or3.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp07_verify_targeturl4 {
color: #ff0000;
background-image: url("http://bitcoin-office.com/img/targeturl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp08_verify_imageurl1 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp09_verify_imageurl2 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl1.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp10_verify_imageurl3 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
#pp11_verify_imageurl4 {
color: #ffffff;
background-image: url("http://bitcoin-office.com/img/imageurl4.jpg");
background-size: 100% 100%;
font-size: 20px;
}
input#submit_button {
width:500px;
background: #3e9cbf; /*the colour of the button*/
padding: 8px 14px 10px; /*apply some padding inside the button*/
border:1px solid #3e9cbf; /*required or the default border for the browser will appear*/
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
/*style the text*/
font-size:1.5em;
font-family:Oswald, sans-serif; /*Oswald is available from http://www.google.com/webfonts/specimen/Oswald*/
letter-spacing:.1em;
text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
color: #fff;
/*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 5px 0px 0px #205c73, 0px 10px 5px #999;
/*give the corners a small curve*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/***SET THE BUTTON'S HOVER AND FOCUS STATES***/
input#submit_button:hover, input#submit_button:focus {
color:#dfe7ea;
/*reduce the size of the shadow to give a pushed effect*/
-webkit-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
-moz-box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
box-shadow: inset 0px 1px 0px #3e9cbf, 0px 2px 0px 0px #205c73, 0px 2px 5px #999;
}
input#gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#35b128; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
input#delbutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
padding:5px 25px; /*add some padding to the inside of the button*/
background:#b12515; /*the colour of the button*/
border:1px solid #33842a; /*required or the default border for the browser will appear*/
/*give the button curved corners, alter the size as required*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*give the button a drop shadow*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
/*style the text*/
color:#f3f3f3;
font-size:1.1em;
}
/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input#gobutton:hover, input#gobutton:focus{
background-color :#399630; /*make the background a little darker*/
/*reduce the drop shadow size to give a pushed button effect*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}
#chosen {
border-radius:10px;
width:85px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#chosen2 {
border-radius:10px;
width:155px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#chosen3 {
border-radius:10px;
width:115px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#gotenks {
border-radius:10px;
width:109px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#mastertext {
border-radius:10px;
width:259px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
#mastertext2 {
border-radius:10px;
width:359px;
padding-top:10px; padding-bottom:10px;
background-image: -webkit-linear-gradient(top, #cccccc, #330000);
background-image: -o-linear-gradient(top, #cccccc, #330000);
background-image: -moz-linear-gradient(top, #cccccc, #330000);
text-align:center;
color:#ffffff;
font-weight:bold; font-size:large;
margin-left:40px;
font-family: "Cagliostro";
}
.button {
display: inline-block;
height: 50px;
line-height: 50px;
padding-right: 30px;
padding-left: 70px;
position: relative;
background-color:rgb(41,127,184);
color:rgb(255,255,255);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 15px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
box-shadow:0px 2px 2px rgba(0,0,0,0.2);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
.button span {
position: absolute;
left: 0;
width: 50px;
background-color:rgba(0,0,0,0.5);
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid rgba(0,0,0,0.15);
}
.button:hover span, .button.active span {
background-color:rgb(0,102,26);
border-right: 1px solid rgba(0,0,0,0.3);
}
.button:active {
margin-top: 2px;
margin-bottom: 13px;
-moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}
.button.orange {
background: #FF7F00;
}
.button.purple {
background: #8e44ad;
}
.button.turquoise {
background: #1abc9c;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 13.8px 0;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
background: #00ffff;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #ff0000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #2effff;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
background: #00ffff;
border-radius: 1.3px;
border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #ff0000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #00d1d1;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
background: #00ffff;
border: 0.2px solid #010101;
border-radius: 2.6px;
box-shadow: 2.1px 2.1px 1px #000000, 0px 0px 2.1px #0d0d0d;
}
input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #ff0000;
height: 36px;
width: 16px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
background: #00ffff;
}
input[type=range]:focus::-ms-fill-upper {
background: #2effff;
}
.indent-small {
margin-left: 5px;
}
.form-group.internal {
margin-bottom: 0;
}
.dialog-panel {
margin: 10px;
}
.datepicker-dropdown {
z-index: 200 !important;
}
.panel-body {
background: #ffffff;
/* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
/* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #ffffff 100%);
/* IE10+ */
background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
/* IE6-9 fallback on horizontal gradient */
font: 600 15px "Open Sans", Arial, sans-serif;
}
label.control-label {
font-weight: 600;
color: #777;
}
#labcorrect {
background: #ffffff;
} | 0.21917 | 0.061199 |
input {
border: none;
background-color: transparent;
}
input:focus {
background-color: transparent;
}
button {
border: none;
cursor: pointer;
}
.auth-text-input-main-wrapper {
border: var(--border-width) solid var(--border-light);
border-radius: var(--input-border-radius);
padding: var(--input-padding);
margin-bottom: 1.7rem;
transition: var(--default-transition);
position: relative;
}
.auth-text-input-main-wrapper .input-container input {
outline: none;
font-size: var(--input-font-size);
margin-right: 1.8rem;
}
.auth-text-input-main-wrapper .input-container input::placeholder {
text-align: center;
color: var(--dark);
}
.auth-text-input-main-wrapper:focus-within {
border-color: var(--primary);
}
.auth-text-input-main-wrapper.error {
border-color: var(--primary);
}
.auth-input-icon {
font-size: var(--input-icon-size);
color: var(--success);
}
.auth-input-icon.error {
color: var(--primary);
}
.submit-btn-wrapper {
background-color: var(--primary);
padding: 0.7rem 2.5rem;
font-size: var(--input-font-size);
color: var(--white);
border-radius: var(--input-border-radius);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.452);
transition: var(--default-transition);
display: inline-block;
}
.submit-btn-wrapper:hover {
background-color: var(--primary-hover);
}
.formik-inputs-wrapper {
flex: 1;
}
.validation-icon-wrapper {
position: absolute;
right: 0.5rem;
}
.submit-btn-main-container {
position: relative;
}
.submit-btn {
position: relative;
}
.submit-btn-loading-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.452);
z-index: 99;
border-radius: var(--input-border-radius);
}
.lds-ring {
display: inline-block;
position: relative;
width: 30px;
height: 30px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 24px;
height: 24px;
margin: 4px;
border: 4px solid #fff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | src/assets/css/inputs.css | input {
border: none;
background-color: transparent;
}
input:focus {
background-color: transparent;
}
button {
border: none;
cursor: pointer;
}
.auth-text-input-main-wrapper {
border: var(--border-width) solid var(--border-light);
border-radius: var(--input-border-radius);
padding: var(--input-padding);
margin-bottom: 1.7rem;
transition: var(--default-transition);
position: relative;
}
.auth-text-input-main-wrapper .input-container input {
outline: none;
font-size: var(--input-font-size);
margin-right: 1.8rem;
}
.auth-text-input-main-wrapper .input-container input::placeholder {
text-align: center;
color: var(--dark);
}
.auth-text-input-main-wrapper:focus-within {
border-color: var(--primary);
}
.auth-text-input-main-wrapper.error {
border-color: var(--primary);
}
.auth-input-icon {
font-size: var(--input-icon-size);
color: var(--success);
}
.auth-input-icon.error {
color: var(--primary);
}
.submit-btn-wrapper {
background-color: var(--primary);
padding: 0.7rem 2.5rem;
font-size: var(--input-font-size);
color: var(--white);
border-radius: var(--input-border-radius);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.452);
transition: var(--default-transition);
display: inline-block;
}
.submit-btn-wrapper:hover {
background-color: var(--primary-hover);
}
.formik-inputs-wrapper {
flex: 1;
}
.validation-icon-wrapper {
position: absolute;
right: 0.5rem;
}
.submit-btn-main-container {
position: relative;
}
.submit-btn {
position: relative;
}
.submit-btn-loading-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.452);
z-index: 99;
border-radius: var(--input-border-radius);
}
.lds-ring {
display: inline-block;
position: relative;
width: 30px;
height: 30px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 24px;
height: 24px;
margin: 4px;
border: 4px solid #fff;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | 0.654011 | 0.092729 |
.center-block {float: none !important}
/*-- header --*/
html,body {
font-family: 'Open Sans', sans-serif;
background:#FFF;
font-size:100%;
}
/*-- header --*/
.head-bg{
min-height: 645px;
}
.header{
background:url(../images/bg.jpg) no-repeat 0px 0px;
background-size: cover;
height: 555px;
position:relative;
}
.head-info{
top: 25%;
left: 24%;
height: auto;
}
.head-info span img{
display:none;
}
.head-text{
text-align: center;
float:left;
width: 57%;
margin: 5em 0 0 10em;
}
.head-text h1{
color: #FFF;
text-align: center;
font-weight: 300;
font-size: 40px;
}
.head-text p{
color:#FFF;
text-align:center;
font-size:20px;
font-weight: 300;
margin: 1em 0;
height: auto;
}
.button-google {
text-align: right;
margin-top: 1em;
margin-bottom: 4em;
float: right;
}
.button-apple {
text-align: left;
margin-top: 1em;
margin-bottom: 4em;
float: right;
}
.button-git {
text-align: center;
margin-top: 1em;
}
}.button {
text-align: center;
margin-top: 3em;
padding:2em;
}
.button a {
color: #FFF;
font-size: 16px;
font-weight: 300;
padding: .5em 1.5em;
background: #58D093;
box-shadow: 0px 2px 0px #3C9066;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
}
.button a:hover{
color:#FFF;
text-decoration:none;
background: #425A5A;
box-shadow: 0px 2px 0px #2C3D3D;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.mobile-device{
float:right;
}
/*-- Slider Part starts Here--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
list-style-type:none;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: center;
width: 100%;
max-height:
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 52%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 55px;
background: transparent url("../images/themes.png") no-repeat left top;
margin-top: -65px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 0;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 19%;
z-index: 999;
left: 114.1%;
padding: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
display: none;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs li{
display:inline-block;
}
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size:0;
font-family: FontAwesome;
visibility: visible;
display: block;
height:18px;
width:18px;
display:inline-block;
border:2px solid #FFF;
background: #FFF;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
}
.callbacks_tabs li:nth-child(1) a:before{
content:none;
}
.callbacks_tabs a:before{
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 35px;
width: 0.5px;
display: inline-block;
position: absolute;
left: 8px;
}
.callbacks_here a:after{
border: 2px solid #475B5B;
background: #FFF;
}
/*-- welcome-note --*/
.welcome-note h2{
font-size: 55px;
color: #1E3435;
text-align: center;
margin-bottom: 2em;
}
.welcome-note img{
display: block;
margin-left: auto;
margin-right: auto }
}
.welcome-note {
padding: 4em 0;
height: auto;
margin-top: 4em;
}
.welcome-note p{
font-size: 35px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 80%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-center p{
font-size: 28px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 80%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-side p{
font-size: 24px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 100%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-note ul{
margin-bottom: 2em;
}
.welcome-note li{
font-size: 20px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 100%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-note img{
margin-top:2em;
margin-bottom: 3em;
}
.welcome-side img{
margin-top: 3em;
margin-bottom: 0em;
}
/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*-- contact-note --*/
.contact-note h2{
font-size: 35px;
color: #1E3435;
text-align: center;
margin: 0;
}
.contact-note {
padding: 4em 0;
}
.contact-note p{
font-size: 20px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 80%;
font-weight: 400;
line-height: 2em;
}
/*-- app --*/
.app{
background:#F0F2F3;
padding: 6em 0;
}
.app-left h3{
font-size: 35px;
color: #203837;
margin: 0;
text-align: center;
font-weight: 300;
}
.app-left p{
font-size: 16px;
color: #203837;
text-align: center;
margin:1em 0;
line-height: 1.8em;
}
iframe {
width: 100%;
min-height: 300px;
}
/*-- app-bottom --*/
.bottom-grids {
background: url(../images/) no-repeat 103px 252px;
padding-bottom: 0em;
}
.app-bottom{
padding: 4em 0;
background: #F5F5F5;
}
.bottom-grid{
text-align:center;
padding: 2em;
}
.bottom-grid img {
margin-bottom: 1.5em;
}
.border{
border: solid 1px #CBCBCB;
margin: 1em auto;
width: 80%;
}
.bottom-grid h4{
font-size:26px;
color:#1E3536;
margin:0;
}
.bottom-grid p{
color:#8E8E8E;
font-size:16px;
margin:1em 0;
}
/*-- footer --*/
.footer{
background: url(../images/bg.jpg) no-repeat 0px 0px;
background-size:cover;
padding: 1em 0;
}
.container.wrap {
width: 90%;
margin: 0 auto;
}
.footer-left{
float:left;
}
.footer-left p{
color:#969696;
font-size:16px;
margin: .5em 0;
}
.footer-left p a{
color:#969696;
}
.footer-left p a:hover{
color:#58D093;
text-decoration:none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.footer-right{
float:right;
}
.footer-right ul {
padding:0;
margin: 1.5em 0;
}
.footer-right ul li{
display:inline-block;
}
.footer-right ul li a.facebook{
background: url(../images/social-icons.png) no-repeat 0px 0px;
width: 42px;
height: 42px;
display: block;
}
.footer-right ul li a.facebook:hover{
background: url(../images/social-iconshr.png) no-repeat 0px 0px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.footer-right ul li a.twitter{
background: url(../images/social-icons.png) no-repeat -72px 0px;
width: 42px;
height: 42px;
display: block;
margin: 0 2em;
}
.footer-right ul li a.twitter:hover{
background: url(../images/social-iconshr.png) no-repeat -72px 0px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.footer-right ul li a.chrome{
background: url(../images/social-icons.png) no-repeat -144px 0px;
width: 42px;
height: 42px;
display: block;
}
.footer-right ul li a.chrome:hover{
background: url(../images/social-iconshr.png) no-repeat -144px 0px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 14px;
right: 2%;
overflow: hidden;
width: 30px;
height: 30px;
border: none;
text-indent: 100%;
background: url("../images/up-arrow.png") no-repeat 0px 0px;
}
#toTopHover {
width: 30px;
height: 30px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- responsive-design --*/
@media (max-width:1440px)
{
.callbacks_tabs {
left: 107%;
}
.team {
background: url(../images/) no-repeat 241px 347px #F5F5F5;
}
}
@media (max-width:1366px)
{
.callbacks_tabs {
left: 105%;
}
}
@media (max-width:1280px)
{
.callbacks_tabs {
left: 102%;
}
.team {
background: url(../images/) no-repeat 166px 347px #F5F5F5;
}
}
@media (max-width:1024px)
{
.head-info {
width: 97%;
height: auto;
}
.head-text {
width: 50%;
height: auto;
}
.callbacks_tabs {
left: 99%;
}
.welcome-note {
padding: 3em 0;
height: auto;
}
.welcome-note p {
width: 62%;
height: auto;
}
.welcome-note li{
width: 62%;
height: auto;
}
.bottom-grids {
background: url(../images/) no-repeat 19px 252px;
}
.team {
background: url(../images/) no-repeat 51px 347px #F5F5F5;
}
.plans-grid {
width: 22%;
}
.plan-text {
width: 52%;
left: 50px;
}
}
@media (max-width:768px)
{
.head-text {
margin: 5em 0 0 5em;
height: auto;
}
.welcome-note {
padding: 1em 0;
height: auto;
}
.welcome-note h2 {
font-size: 60px;
height: auto;
}
.app {
padding: 2em 0;
}
.app-left h3 {
text-align: center;
}
.app-left p {
text-align: center;
}
.button {
text-align: center;
margin: 2em 0;
}
.app-bottom {
padding: 2em 0;
}
.border {
margin: .5em auto;
width: 38%;
}
.bottom-grid h4 {
font-size: 24px;
}
.bottom-grids {
background: url(../images/) no-repeat -27px 774px;
background-size: 106%;
}
.team {
background: url(../images/) no-repeat -11px 357px #F5F5F5;
background-size: 100%;
}
.plans {
padding: 1em 0;
}
.plans-grid {
width: 46%;
margin: 0 1em 5.5em;
}
.plan-text {
width: 34%;
left: 107px;
}
.contact {
padding: 0em 0 2em 0;
}
.contact-info {
width: 83%;
}
form textarea {
min-height: 130px;
}
}
@media (max-width:640px)
{
.header {
height: 737px;;
}
.head-info {
width: 100%;
height: auto;
}
.head-info p {
display: none;
.button-google {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
float: none;
}
.button-apple {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
float: none;
}
}
.head-text {
width: 88%;
text-align:center;
float: none;
margin: 0 auto;
height: auto;
}
.head-text h1 {
text-align: center;
}
.head-text p {
text-align: center;
height: auto;
}
.mobile-device {
float: none;
text-align: center;
}
.head-info span img{
display:block;
width: 32%;
margin: 0 auto;
}
.mobile-device img {
display:none;
}
.callbacks_tabs {
left: 93%;
top: 24%;
}
.callbacks_tabs a:after {
height: 15px;
width: 15px;
}
.callbacks_tabs li {
margin: 1em 0;
}
.app-bottom {
padding: 2em 0 0 0;
}
.bottom-grids {
background: url(../images/) no-repeat -27px 737px;
padding-bottom: 4em;
}
.team {
background: url(../images/) no-repeat -11px 388px #F5F5F5;
padding-bottom: 3em;
}
.plans-grid {
width: 45.28%;
margin: 0 1em 4.5em;
}
.plan-text {
width: 35%;
left: 83px;
top: -46px;
}
.plan-text p {
margin: -17px 0 0 13px;
}
.plans-grid-head {
padding: 3em 0 1em 0;
}
.plan-text span {
font-size: 40px;
}
}
@media (max-width:480px)
{
.header {
height: 547px;
}
.head-bg {
min-height: 545px;
}
.head-logo a img {
width: 20%;
}
.head-text p {
overflow: hidden;
height: auto;
}
.button-google {
text-align: center;
margin-top: 0em;
margin-bottom: 0em;
float: none;
}
.button-apple {
text-align: center;
margin-top: 0em;
margin-bottom: 2em;
float: none;
}
.button {
margin: 1em 0 1.5em;
}
.button a {
font-size: 14px;
}
.mobile-device img {
width: 50%;
}
.welcome-note h2 {
font-size: 50px;
height: auto;
}
.welcome-note p {
width: 94%;
overflow: hidden;
height: 64px;
font-size: 16px;
height: auto;
}
.welcome-note li{
width: 94%;
overflow: hidden;
height: 64px;
font-size: 16px;
height: auto;
}
.app-left h3 {
font-size: 26px;
}
.app-left p {
overflow: hidden;
height: 51px;
font-size: 14px;
display: none;
}
.bottom-grid h4 {
font-size: 20px;
}
.bottom-grid p {
font-size: 14px;
margin: 1em auto;
width: 80%;
}
.bottom-grids {
background: url(../images/) no-repeat -5px 782px;
background-size: 100%;
}
.team p.subtext {
overflow: hidden;
height: 45px;
font-size:16px;
}
.u-coma img {
width: 4%;
}
.d-coma img {
width: 4%;
}
.team p {
margin: .5em 0;
}
.plans h3 {
font-size: 26px;
}
.team {
background: url(../images/) no-repeat -2px 275px #F5F5F5;
background-size: 100%;
}
.plans p {
font-size: 14px;
}
.plans-grids {
padding: 4em 0 0 0;
}
.plan-text span {
font-size: 36px;
}
.plan-text {
width: 44%;
left: 56px;
top: -40px;
}
.plan-button {
padding: 2em 0;
}
.plan-button a {
font-size: 14px;
}
.plans-grid {
width: 43.53%;
}
.contact-info h3 {
font-size: 26px;
}
.contact-info p {
font-size: 16px;
}
form input[type="text"] {
font-size: 16px;
}
form textarea {
text-indent: 16px;
min-height: 110px;
}
form input[type="submit"] {
font-size: 16px;
}
.footer-left a img {
width: 37%;
}
.footer-left p {
font-size: 14px;
}
.footer-right ul {
margin: 1.5em 0;
}
.footer-right ul li a.facebook {
background: url(../images/social-icons.png) no-repeat 5px 0px;
width: 41px;
height: 30px;
background-size: 321%;
}
.footer-right ul li a.facebook:hover {
background: url(../images/social-iconshr.png) no-repeat 5px 0px;
background-size: 321%;
}
.footer-right ul li a.twitter {
background: url(../images/social-icons.png) no-repeat -47px 0px;
width: 41px;
height: 30px;
margin: 0 0em;
background-size: 321%;
}
.footer-right ul li a.twitter:hover {
background: url(../images/social-iconshr.png) no-repeat -47px 0px;
background-size: 321%;
}
.footer-right ul li a.chrome {
background: url(../images/social-icons.png) no-repeat -98px 0px;
width: 41px;
height: 30px;
background-size: 321%;
}
.footer-right ul li a.chrome:hover {
background: url(../images/social-iconshr.png) no-repeat -98px 0px;
background-size: 321%;
}
}
@media (max-width:320px)
{
.head-logo a img {
width: 26%;
}
.head-info span img {
width: 54%;
margin: 1em auto;
}
.head-text h1 {
font-size: 26px;
}
.button a {
padding: .5em 1em;
}
.callbacks_tabs li {
margin: 0em 0;
}
.mobile-device img {
width: 66%;
}
.header {
height: 532px;
}
.head-bg {
min-height: 531px;
}
.welcome-note h2 {
font-size: 36px;
}
.welcome-note p {
height: 47px;
line-height: 2.5em;
}
.welcome-note li {
height: 47px;
line-height: 2.5em;
}
iframe {
min-height: 137px;
}
.app {
padding: 1em 0;
}
.app-left h3 {
font-size: 20px;
}
.app-left p {
margin: .5em 0;
line-height: 1.5em;
height: 43px;
}
.bottom-grid img {
margin-bottom: .5em;
width: 19%;
}
.bottom-grid h4 {
font-size: 18px;
}
.bottom-grid p {
margin: .8em auto;
}
.border {
width: 71%;
}
.bottom-grids {
background: url(../images/) no-repeat -31px 592px;
padding-bottom: 3em;
background-size: 120%;
}
.team p {
font-size: 18px;
margin: .5em 0 0 0;
}
.team p.subtext {
height: 43px;
font-size: 14px;
}
.plans {
padding: .5em 0;
}
.plans h3 {
font-size: 22px;
}
.plans p {
width: 100%;
font-size: 14px;
}
.plans-grids {
padding: 3em 0 0 0;
}
.plans-grid {
width: 44.85%;
margin: 0 .5em 4em;
}
.plans-grid h4 {
font-size: 22px;
}
.plans-grid-bottom span {
font-size: 11px;
}
.plan-text span {
font-size: 36px;
}
.plan-text {
width: 68%;
left: 20px;
}
.plan-button a {
padding: .3em 0.5em;
}
.plans-grid-bottom p {
padding: .5em 0;
}
.plan-button {
padding: 1em 0;
}
.contact-info h3 {
font-size: 22px;
}
.contact-info p {
margin: .5em 0;
}
.contact-info {
width: 100%;
}
form input[type="text"] {
margin-bottom: 1em;
font-size: 14px;
}
form textarea {
font-size: 14px;
min-height: 72px;
}
form input[type="submit"] {
font-size: 14px;
padding: .3em 2em;
}
.footer-left a img {
width: 30%;
}
.text-field-email {
float: none;
width: 100%;
}
.text-field-name {
float: none;
width: 100%;
}
.container.wrap {
width: 100%;
}
.footer-left {
float: none;
text-align: center;
}
.footer-right {
float: none;
text-align: center;
}
.footer-right ul {
margin: .5em 0;
}
.footer {
padding: 0.5em 0;
}
#toTop {
width: 21px;
height: 21px;
background-size: 100%;
}
} | css/style.css | .center-block {float: none !important}
/*-- header --*/
html,body {
font-family: 'Open Sans', sans-serif;
background:#FFF;
font-size:100%;
}
/*-- header --*/
.head-bg{
min-height: 645px;
}
.header{
background:url(../images/bg.jpg) no-repeat 0px 0px;
background-size: cover;
height: 555px;
position:relative;
}
.head-info{
top: 25%;
left: 24%;
height: auto;
}
.head-info span img{
display:none;
}
.head-text{
text-align: center;
float:left;
width: 57%;
margin: 5em 0 0 10em;
}
.head-text h1{
color: #FFF;
text-align: center;
font-weight: 300;
font-size: 40px;
}
.head-text p{
color:#FFF;
text-align:center;
font-size:20px;
font-weight: 300;
margin: 1em 0;
height: auto;
}
.button-google {
text-align: right;
margin-top: 1em;
margin-bottom: 4em;
float: right;
}
.button-apple {
text-align: left;
margin-top: 1em;
margin-bottom: 4em;
float: right;
}
.button-git {
text-align: center;
margin-top: 1em;
}
}.button {
text-align: center;
margin-top: 3em;
padding:2em;
}
.button a {
color: #FFF;
font-size: 16px;
font-weight: 300;
padding: .5em 1.5em;
background: #58D093;
box-shadow: 0px 2px 0px #3C9066;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-o-border-radius: 7px;
-ms-border-radius: 7px;
}
.button a:hover{
color:#FFF;
text-decoration:none;
background: #425A5A;
box-shadow: 0px 2px 0px #2C3D3D;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.mobile-device{
float:right;
}
/*-- Slider Part starts Here--*/
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
list-style-type:none;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}
.events {
list-style: none;
}
.callbacks_container {
position: relative;
float: center;
width: 100%;
max-height:
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks li {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.callbacks img {
position: relative;
z-index: 1;
height: auto;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
left: 0;
right: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
top: 10%;
text-align: center;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 52%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 61px;
width: 55px;
background: transparent url("../images/themes.png") no-repeat left top;
margin-top: -65px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background-position: right top;
right: 0;
}
#slider3-pager a {
display: inline-block;
}
#slider3-pager span{
float: left;
}
#slider3-pager span{
width:100px;
height:15px;
background:#fff;
display:inline-block;
border-radius:30em;
opacity:0.6;
}
#slider3-pager .rslides_here a {
background: #FFF;
border-radius:30em;
opacity:1;
}
#slider3-pager a {
padding: 0;
}
#slider3-pager li{
display:inline-block;
}
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li{
position: relative;
display: block;
float: left;
}
.rslides img {
height: auto;
border: 0;
}
.callbacks_tabs{
list-style: none;
position: absolute;
top: 19%;
z-index: 999;
left: 114.1%;
padding: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
display: none;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
top: 47%;
}
}
/*----*/
.callbacks_tabs li{
display:inline-block;
}
.callbacks_tabs a{
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size:0;
font-family: FontAwesome;
visibility: visible;
display: block;
height:18px;
width:18px;
display:inline-block;
border:2px solid #FFF;
background: #FFF;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-o-border-radius: 30px;
-ms-border-radius: 30px;
}
.callbacks_tabs li:nth-child(1) a:before{
content:none;
}
.callbacks_tabs a:before{
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
height: 35px;
width: 0.5px;
display: inline-block;
position: absolute;
left: 8px;
}
.callbacks_here a:after{
border: 2px solid #475B5B;
background: #FFF;
}
/*-- welcome-note --*/
.welcome-note h2{
font-size: 55px;
color: #1E3435;
text-align: center;
margin-bottom: 2em;
}
.welcome-note img{
display: block;
margin-left: auto;
margin-right: auto }
}
.welcome-note {
padding: 4em 0;
height: auto;
margin-top: 4em;
}
.welcome-note p{
font-size: 35px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 80%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-center p{
font-size: 28px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 80%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-side p{
font-size: 24px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 100%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-note ul{
margin-bottom: 2em;
}
.welcome-note li{
font-size: 20px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 100%;
font-weight: 400;
line-height: 1.5em;
height: auto;
}
.welcome-note img{
margin-top:2em;
margin-bottom: 3em;
}
.welcome-side img{
margin-top: 3em;
margin-bottom: 0em;
}
/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/*-- contact-note --*/
.contact-note h2{
font-size: 35px;
color: #1E3435;
text-align: center;
margin: 0;
}
.contact-note {
padding: 4em 0;
}
.contact-note p{
font-size: 20px;
color: #1E3435;
text-align: center;
margin: 0 auto;
width: 80%;
font-weight: 400;
line-height: 2em;
}
/*-- app --*/
.app{
background:#F0F2F3;
padding: 6em 0;
}
.app-left h3{
font-size: 35px;
color: #203837;
margin: 0;
text-align: center;
font-weight: 300;
}
.app-left p{
font-size: 16px;
color: #203837;
text-align: center;
margin:1em 0;
line-height: 1.8em;
}
iframe {
width: 100%;
min-height: 300px;
}
/*-- app-bottom --*/
.bottom-grids {
background: url(../images/) no-repeat 103px 252px;
padding-bottom: 0em;
}
.app-bottom{
padding: 4em 0;
background: #F5F5F5;
}
.bottom-grid{
text-align:center;
padding: 2em;
}
.bottom-grid img {
margin-bottom: 1.5em;
}
.border{
border: solid 1px #CBCBCB;
margin: 1em auto;
width: 80%;
}
.bottom-grid h4{
font-size:26px;
color:#1E3536;
margin:0;
}
.bottom-grid p{
color:#8E8E8E;
font-size:16px;
margin:1em 0;
}
/*-- footer --*/
.footer{
background: url(../images/bg.jpg) no-repeat 0px 0px;
background-size:cover;
padding: 1em 0;
}
.container.wrap {
width: 90%;
margin: 0 auto;
}
.footer-left{
float:left;
}
.footer-left p{
color:#969696;
font-size:16px;
margin: .5em 0;
}
.footer-left p a{
color:#969696;
}
.footer-left p a:hover{
color:#58D093;
text-decoration:none;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.footer-right{
float:right;
}
.footer-right ul {
padding:0;
margin: 1.5em 0;
}
.footer-right ul li{
display:inline-block;
}
.footer-right ul li a.facebook{
background: url(../images/social-icons.png) no-repeat 0px 0px;
width: 42px;
height: 42px;
display: block;
}
.footer-right ul li a.facebook:hover{
background: url(../images/social-iconshr.png) no-repeat 0px 0px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.footer-right ul li a.twitter{
background: url(../images/social-icons.png) no-repeat -72px 0px;
width: 42px;
height: 42px;
display: block;
margin: 0 2em;
}
.footer-right ul li a.twitter:hover{
background: url(../images/social-iconshr.png) no-repeat -72px 0px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
.footer-right ul li a.chrome{
background: url(../images/social-icons.png) no-repeat -144px 0px;
width: 42px;
height: 42px;
display: block;
}
.footer-right ul li a.chrome:hover{
background: url(../images/social-iconshr.png) no-repeat -144px 0px;
transition: .5s all;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
}
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 14px;
right: 2%;
overflow: hidden;
width: 30px;
height: 30px;
border: none;
text-indent: 100%;
background: url("../images/up-arrow.png") no-repeat 0px 0px;
}
#toTopHover {
width: 30px;
height: 30px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- responsive-design --*/
@media (max-width:1440px)
{
.callbacks_tabs {
left: 107%;
}
.team {
background: url(../images/) no-repeat 241px 347px #F5F5F5;
}
}
@media (max-width:1366px)
{
.callbacks_tabs {
left: 105%;
}
}
@media (max-width:1280px)
{
.callbacks_tabs {
left: 102%;
}
.team {
background: url(../images/) no-repeat 166px 347px #F5F5F5;
}
}
@media (max-width:1024px)
{
.head-info {
width: 97%;
height: auto;
}
.head-text {
width: 50%;
height: auto;
}
.callbacks_tabs {
left: 99%;
}
.welcome-note {
padding: 3em 0;
height: auto;
}
.welcome-note p {
width: 62%;
height: auto;
}
.welcome-note li{
width: 62%;
height: auto;
}
.bottom-grids {
background: url(../images/) no-repeat 19px 252px;
}
.team {
background: url(../images/) no-repeat 51px 347px #F5F5F5;
}
.plans-grid {
width: 22%;
}
.plan-text {
width: 52%;
left: 50px;
}
}
@media (max-width:768px)
{
.head-text {
margin: 5em 0 0 5em;
height: auto;
}
.welcome-note {
padding: 1em 0;
height: auto;
}
.welcome-note h2 {
font-size: 60px;
height: auto;
}
.app {
padding: 2em 0;
}
.app-left h3 {
text-align: center;
}
.app-left p {
text-align: center;
}
.button {
text-align: center;
margin: 2em 0;
}
.app-bottom {
padding: 2em 0;
}
.border {
margin: .5em auto;
width: 38%;
}
.bottom-grid h4 {
font-size: 24px;
}
.bottom-grids {
background: url(../images/) no-repeat -27px 774px;
background-size: 106%;
}
.team {
background: url(../images/) no-repeat -11px 357px #F5F5F5;
background-size: 100%;
}
.plans {
padding: 1em 0;
}
.plans-grid {
width: 46%;
margin: 0 1em 5.5em;
}
.plan-text {
width: 34%;
left: 107px;
}
.contact {
padding: 0em 0 2em 0;
}
.contact-info {
width: 83%;
}
form textarea {
min-height: 130px;
}
}
@media (max-width:640px)
{
.header {
height: 737px;;
}
.head-info {
width: 100%;
height: auto;
}
.head-info p {
display: none;
.button-google {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
float: none;
}
.button-apple {
text-align: center;
margin-top: 1em;
margin-bottom: 1em;
float: none;
}
}
.head-text {
width: 88%;
text-align:center;
float: none;
margin: 0 auto;
height: auto;
}
.head-text h1 {
text-align: center;
}
.head-text p {
text-align: center;
height: auto;
}
.mobile-device {
float: none;
text-align: center;
}
.head-info span img{
display:block;
width: 32%;
margin: 0 auto;
}
.mobile-device img {
display:none;
}
.callbacks_tabs {
left: 93%;
top: 24%;
}
.callbacks_tabs a:after {
height: 15px;
width: 15px;
}
.callbacks_tabs li {
margin: 1em 0;
}
.app-bottom {
padding: 2em 0 0 0;
}
.bottom-grids {
background: url(../images/) no-repeat -27px 737px;
padding-bottom: 4em;
}
.team {
background: url(../images/) no-repeat -11px 388px #F5F5F5;
padding-bottom: 3em;
}
.plans-grid {
width: 45.28%;
margin: 0 1em 4.5em;
}
.plan-text {
width: 35%;
left: 83px;
top: -46px;
}
.plan-text p {
margin: -17px 0 0 13px;
}
.plans-grid-head {
padding: 3em 0 1em 0;
}
.plan-text span {
font-size: 40px;
}
}
@media (max-width:480px)
{
.header {
height: 547px;
}
.head-bg {
min-height: 545px;
}
.head-logo a img {
width: 20%;
}
.head-text p {
overflow: hidden;
height: auto;
}
.button-google {
text-align: center;
margin-top: 0em;
margin-bottom: 0em;
float: none;
}
.button-apple {
text-align: center;
margin-top: 0em;
margin-bottom: 2em;
float: none;
}
.button {
margin: 1em 0 1.5em;
}
.button a {
font-size: 14px;
}
.mobile-device img {
width: 50%;
}
.welcome-note h2 {
font-size: 50px;
height: auto;
}
.welcome-note p {
width: 94%;
overflow: hidden;
height: 64px;
font-size: 16px;
height: auto;
}
.welcome-note li{
width: 94%;
overflow: hidden;
height: 64px;
font-size: 16px;
height: auto;
}
.app-left h3 {
font-size: 26px;
}
.app-left p {
overflow: hidden;
height: 51px;
font-size: 14px;
display: none;
}
.bottom-grid h4 {
font-size: 20px;
}
.bottom-grid p {
font-size: 14px;
margin: 1em auto;
width: 80%;
}
.bottom-grids {
background: url(../images/) no-repeat -5px 782px;
background-size: 100%;
}
.team p.subtext {
overflow: hidden;
height: 45px;
font-size:16px;
}
.u-coma img {
width: 4%;
}
.d-coma img {
width: 4%;
}
.team p {
margin: .5em 0;
}
.plans h3 {
font-size: 26px;
}
.team {
background: url(../images/) no-repeat -2px 275px #F5F5F5;
background-size: 100%;
}
.plans p {
font-size: 14px;
}
.plans-grids {
padding: 4em 0 0 0;
}
.plan-text span {
font-size: 36px;
}
.plan-text {
width: 44%;
left: 56px;
top: -40px;
}
.plan-button {
padding: 2em 0;
}
.plan-button a {
font-size: 14px;
}
.plans-grid {
width: 43.53%;
}
.contact-info h3 {
font-size: 26px;
}
.contact-info p {
font-size: 16px;
}
form input[type="text"] {
font-size: 16px;
}
form textarea {
text-indent: 16px;
min-height: 110px;
}
form input[type="submit"] {
font-size: 16px;
}
.footer-left a img {
width: 37%;
}
.footer-left p {
font-size: 14px;
}
.footer-right ul {
margin: 1.5em 0;
}
.footer-right ul li a.facebook {
background: url(../images/social-icons.png) no-repeat 5px 0px;
width: 41px;
height: 30px;
background-size: 321%;
}
.footer-right ul li a.facebook:hover {
background: url(../images/social-iconshr.png) no-repeat 5px 0px;
background-size: 321%;
}
.footer-right ul li a.twitter {
background: url(../images/social-icons.png) no-repeat -47px 0px;
width: 41px;
height: 30px;
margin: 0 0em;
background-size: 321%;
}
.footer-right ul li a.twitter:hover {
background: url(../images/social-iconshr.png) no-repeat -47px 0px;
background-size: 321%;
}
.footer-right ul li a.chrome {
background: url(../images/social-icons.png) no-repeat -98px 0px;
width: 41px;
height: 30px;
background-size: 321%;
}
.footer-right ul li a.chrome:hover {
background: url(../images/social-iconshr.png) no-repeat -98px 0px;
background-size: 321%;
}
}
@media (max-width:320px)
{
.head-logo a img {
width: 26%;
}
.head-info span img {
width: 54%;
margin: 1em auto;
}
.head-text h1 {
font-size: 26px;
}
.button a {
padding: .5em 1em;
}
.callbacks_tabs li {
margin: 0em 0;
}
.mobile-device img {
width: 66%;
}
.header {
height: 532px;
}
.head-bg {
min-height: 531px;
}
.welcome-note h2 {
font-size: 36px;
}
.welcome-note p {
height: 47px;
line-height: 2.5em;
}
.welcome-note li {
height: 47px;
line-height: 2.5em;
}
iframe {
min-height: 137px;
}
.app {
padding: 1em 0;
}
.app-left h3 {
font-size: 20px;
}
.app-left p {
margin: .5em 0;
line-height: 1.5em;
height: 43px;
}
.bottom-grid img {
margin-bottom: .5em;
width: 19%;
}
.bottom-grid h4 {
font-size: 18px;
}
.bottom-grid p {
margin: .8em auto;
}
.border {
width: 71%;
}
.bottom-grids {
background: url(../images/) no-repeat -31px 592px;
padding-bottom: 3em;
background-size: 120%;
}
.team p {
font-size: 18px;
margin: .5em 0 0 0;
}
.team p.subtext {
height: 43px;
font-size: 14px;
}
.plans {
padding: .5em 0;
}
.plans h3 {
font-size: 22px;
}
.plans p {
width: 100%;
font-size: 14px;
}
.plans-grids {
padding: 3em 0 0 0;
}
.plans-grid {
width: 44.85%;
margin: 0 .5em 4em;
}
.plans-grid h4 {
font-size: 22px;
}
.plans-grid-bottom span {
font-size: 11px;
}
.plan-text span {
font-size: 36px;
}
.plan-text {
width: 68%;
left: 20px;
}
.plan-button a {
padding: .3em 0.5em;
}
.plans-grid-bottom p {
padding: .5em 0;
}
.plan-button {
padding: 1em 0;
}
.contact-info h3 {
font-size: 22px;
}
.contact-info p {
margin: .5em 0;
}
.contact-info {
width: 100%;
}
form input[type="text"] {
margin-bottom: 1em;
font-size: 14px;
}
form textarea {
font-size: 14px;
min-height: 72px;
}
form input[type="submit"] {
font-size: 14px;
padding: .3em 2em;
}
.footer-left a img {
width: 30%;
}
.text-field-email {
float: none;
width: 100%;
}
.text-field-name {
float: none;
width: 100%;
}
.container.wrap {
width: 100%;
}
.footer-left {
float: none;
text-align: center;
}
.footer-right {
float: none;
text-align: center;
}
.footer-right ul {
margin: .5em 0;
}
.footer {
padding: 0.5em 0;
}
#toTop {
width: 21px;
height: 21px;
background-size: 100%;
}
} | 0.304248 | 0.076546 |
.experience-matters {
margin-top: 150px;
@media (max-width: 950px) {
margin-top: 50px;
}
}
.experience-matters__content {
display: grid;
grid-template-columns: 5fr 4fr;
grid-gap: 50px;
@media (max-width: 950px) {
grid-template-columns: auto;
grid-gap: 0;
}
}
.experience-matters__content__image {
background-image: url('/assets/home/experience-matters/experience-matters.jpg');
background-position: center center;
background-size: cover;
height: 367px;
margin-left: -118px;
display: flex;
align-items: center;
position: relative;
@media (max-width: 950px) {
margin-left: 0;
}
}
.experience-matters__content__image__text {
font-size: 80px;
font-weight: 800;
color: white;
display: inline;
display: inline-block;
transform: translateX(-50%);
position: absolute;
left: 50%;
padding: 0;
margin: 0;
text-transform: uppercase;
@media (max-width: 620px) {
font-size: 40px;
}
&--stroked {
padding-bottom: 15px;
padding-left: 15px;
@media (max-width: 620px) {
padding-bottom: 10px;
padding-left: 10px;
}
& span {
visibility: hidden;
}
}
}
.experience-matters__content__image-dotted {
background-image: url('/assets/home/experience-matters/points-pattern.png');
background-position: center center;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: -40px;
right: -40px;
z-index: -1;
@media (max-width: 950px) {
display: none;
}
}
.experience-matters__content__description {
font-size: 18px;
color: var(--cod-gray);
margin-top: 0;
line-height: 34px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
& ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
padding-left: 0;
}
& li {
margin-left: 30px;
margin-right: 30px;
cursor: pointer;
opacity: 1;
transition: opacity 0.3s;
& > img {
width: 150px;
}
}
} | src/components/partners/experience-matters/_styles.css | .experience-matters {
margin-top: 150px;
@media (max-width: 950px) {
margin-top: 50px;
}
}
.experience-matters__content {
display: grid;
grid-template-columns: 5fr 4fr;
grid-gap: 50px;
@media (max-width: 950px) {
grid-template-columns: auto;
grid-gap: 0;
}
}
.experience-matters__content__image {
background-image: url('/assets/home/experience-matters/experience-matters.jpg');
background-position: center center;
background-size: cover;
height: 367px;
margin-left: -118px;
display: flex;
align-items: center;
position: relative;
@media (max-width: 950px) {
margin-left: 0;
}
}
.experience-matters__content__image__text {
font-size: 80px;
font-weight: 800;
color: white;
display: inline;
display: inline-block;
transform: translateX(-50%);
position: absolute;
left: 50%;
padding: 0;
margin: 0;
text-transform: uppercase;
@media (max-width: 620px) {
font-size: 40px;
}
&--stroked {
padding-bottom: 15px;
padding-left: 15px;
@media (max-width: 620px) {
padding-bottom: 10px;
padding-left: 10px;
}
& span {
visibility: hidden;
}
}
}
.experience-matters__content__image-dotted {
background-image: url('/assets/home/experience-matters/points-pattern.png');
background-position: center center;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: -40px;
right: -40px;
z-index: -1;
@media (max-width: 950px) {
display: none;
}
}
.experience-matters__content__description {
font-size: 18px;
color: var(--cod-gray);
margin-top: 0;
line-height: 34px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
& ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 100%;
padding-left: 0;
}
& li {
margin-left: 30px;
margin-right: 30px;
cursor: pointer;
opacity: 1;
transition: opacity 0.3s;
& > img {
width: 150px;
}
}
} | 0.550849 | 0.141104 |
Ancient Template
http://www.templatemo.com/preview/templatemo_287_ancient
*/
body {
margin: 0;
padding: 0;
color: #8e7555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 1.6em;
letter-spacing: 1px;
background-color: #000000;
}
a, a:link, a:visited { color: #770726; font-weight: normal; text-decoration: none }
a:hover { color: #660; text-decoration: underline; }
a.more { display: block; color: #770726; text-align: center; text-decoration: underline }
a.more span { font-size: 14px; letter-spacing: -3px; }
a.more:hover { color: #660; text-decoration: none }
p { margin: 0 0 15px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color: #c63a03; }
cite a, cite a:link, cite a:visited { font-weight: bold; color:#c63a03; }
cite span { font-weight: 400; color: #8e7555; }
em { color: #c63a03; }
h1, h2, h3, h4, h5, h6 { color: #62260e; font-weight: normal; }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 34px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 20px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }
.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.float_l { float: left }
.float_r { float: right }
.image_frame { display: inline-block; border: 5px solid #a38d68 }
.image_fl { float: left; margin: 3px 20px 10px 0 }
.image_fr { float: right; margin: 3px 0 0 20px }
.tmo_list { list-style: disc; padding: 0 0 0 15px }
.tmo_list li { color:#c63a03; margin-bottom: 8px }
.tmo_list li a { color: #c63a03; font-weight: normal; text-decoration: none }
.tmo_list li a:hover { text-decoration: underline }
.link_list { list-style: none; padding: 0}
.link_list li { color:#c63a03; margin-bottom: 8px; border-bottom: 1px dashed #726e6e}
.link_list li a { color: #c63a03; font-weight: normal; text-decoration: none; }
.link_list li a:hover { text-decoration: underline }
#templatemo_wrapper {
position: relative;
width: 966px;
margin: 0 auto;
}
.bg_top { position: absolute; top: 0; left: -120px; width: 1200px; height: 570px; background: url(images/templatemo_bg_top.png) no-repeat; z-index: -1000 }
.bg_bottom { position: absolute; bottom: 0; left: -120px; width: 1200px; height: 270px; background: url(images/templatemo_bg_bottom.png) no-repeat; z-index: -1200 }
/* menu */
#templatemo_menu {
float: right;
width: 966px;
height: 75px;
margin-top: 40px;
margin-bottom: 20px;
background: url(images/templatemo_menu.png) no-repeat
}
#templatemo_menu ul {
margin: 0;
padding: 0 40px;
list-style: none;
}
#templatemo_menu ul li {
padding: 0;
margin: 0;
display: block;
float: left;
width: 164px;
height: 75px;
background: url(images/templatemo_menu_divider.png) center right no-repeat
}
#templatemo_menu ul li a {
float: left;
display: block;
width: 160px;
height: 75px;
line-height: 75px;
padding-right: 4px;
font-size: 16px;
font-style: italic;
color: #62260e;
text-align: center;
text-decoration: none;
font-weight: 700;
outline: none;
border: none;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
background: url(images/templatemo_menu_hover.png) center center no-repeat
}
#templatemo_menu .last { background: none }
/* header */
#templatemo_header {
clear: both;
width: 966px;
height: 170px;
background: url(images/templatemo_header.png) no-repeat center top
}
#site_title { float: left; width: 400px; margin: 60px 0 0 40px; }
#site_title h1 { margin: 0; padding: 0 }
#site_title h1 a { display: block; width: 334px; padding: 70px 0 0 20px; background: url(images/templatemo_logo.png) no-repeat left top; font-size: 18px; color: #88553a; }
#site_title2 { float: left; width: 400px; margin: 60px 0 0 40px; }
#site_title2 h1 { margin: 0; padding: 0 }
#site_title2 h1 a { display: block; width: 334px; padding: 45px 0 0 20px; background: url(images/templatemo_logo.png) no-repeat left top; font-size: 18px; color: #88553a; }
#social { float: right; margin: 60px 40px 0 0 }
#social a { float: left; margin-left: 10px }
#templatemo_main {
width: 900px;
padding: 33px 33px 0;
background: url(images/templatemo_main.png) repeat-y
}
#templatemo_main2 {
width: 1000px;
padding: 0px 33px 0;
background: url(images/templatemo_main.png) repeat-y
}
#templatemo_main_bottom {
width: 966px;
height: 143px;
background: url(images/templatemo_main_bottom.png) no-repeat
}
#sidebar {
float: left;
width: 220px;
}
#sidebar2 {
float: left;
width: 0px;
}
#content {
float: right;
width: 600px;
}
#content2 {
float: right;
width: 800px;
}
#content3 {
float: right;
width: 650px;
}
#content4 {
float: right;
width: 150px;
}
.cbox_fw {
clear: both;
padding-bottom: 20px;
margin-bottom: 40px;
background: url(images/templatemo_hr2.png) no-repeat bottom center
}
.cbox_fws {
clear: both;
padding-bottom: 20px;
margin-bottom: 40px;
background: url(images/templatemo_hr1.png) no-repeat bottom center
}
.cbox_last {
padding: 0; margin: 0; background: none;
}
.cbox_w280 { width: 280px; margin-bottom: 20px; }
.cbox_w280 img { margin-bottom: 10px }
#nne {
margin-bottom: 40px;
}
#nne h3 { padding-bottom: 20px; border-bottom: 1px solid #5f2712 }
ul.nne_box { padding: 0; margin: 0; list-style: none }
ul.nne_box li { border-left: 5px solid #8e7555; padding: 0 0 0 20px; margin: 0 0 20px 0 }
ul.nne_box li span { display: block; color: #850d2f; }
ul.nne_box li a { color: #8e7555 }
ul.photo_gallery { padding: 0; margin: 0; list-style: none }
ul.photo_gallery li { padding: 0; margin: 0 5px 15px 0; display: block; float: left; }
ul.photo_gallery .rmp { margin: 0 0 15px }
#contact_form { padding: 0; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { color: #000; width: 400px; padding: 5px; background: #FFF; border: 1px solid #960; }
#contact_form form label { display: block; width: 100px; margin-top: 15px; margin-bottom: 3px; font-size: 14px; }
#contact_form form textarea { font-family: Arial, Helvetica, sans-serif; color: #000; width: 400px; height: 200px; padding: 5px; background: #FFF; border: 1px solid #960; }
#contact_form form .submit_btn { color: #420; padding: 7px 14px; margin: 10px; margin-left: 60px; background: #DA7; border: 1px solid #960; }
#member_login {
width: 230px;
height: 170px;
padding: 25px;
background: url(images/templatemo_login.png)
}
#member_login h3 {
color: #494847;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #b6aa99;
}
#member_login form {
margin: 0;
padding: 0;
}
#member_login label {
float: left;
width: 80px;
color: #62260e;
}
#member_login .txt_field {
float: right;
display: block;
height: 29px;
width: 132px;
color: #000;
font-size: 12px;
padding: 0 5px;
font-variant: normal;
line-height: normal;
background: none;
border: none;
line-height: 30px;
background: url(images/templatemo_txtfield.png) no-repeat
}
#member_login .sub_btn {
float: right;
display: block;
height: 32px;
width: 87px;
cursor: pointer;
font-size: 12px;
text-align: center;
vertical-align: bottom;
white-space: pre;
color: #000;
border: none;
background: url(images/templatemo_login_btn.png)
}
/* footer */
#templatemo_footer{
clear: both;
width: 900px;
padding: 0 33px 20px;
color: #999494;
text-align: center;
}
#templatemo_footer a {
color: #999494;
} | templatemo_style.css | Ancient Template
http://www.templatemo.com/preview/templatemo_287_ancient
*/
body {
margin: 0;
padding: 0;
color: #8e7555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
line-height: 1.6em;
letter-spacing: 1px;
background-color: #000000;
}
a, a:link, a:visited { color: #770726; font-weight: normal; text-decoration: none }
a:hover { color: #660; text-decoration: underline; }
a.more { display: block; color: #770726; text-align: center; text-decoration: underline }
a.more span { font-size: 14px; letter-spacing: -3px; }
a.more:hover { color: #660; text-decoration: none }
p { margin: 0 0 15px 0; padding: 0; }
img { border: none; }
blockquote { font-style: italic; margin: 0 0 0 10px;}
cite { font-weight: bold; color: #c63a03; }
cite a, cite a:link, cite a:visited { font-weight: bold; color:#c63a03; }
cite span { font-weight: 400; color: #8e7555; }
em { color: #c63a03; }
h1, h2, h3, h4, h5, h6 { color: #62260e; font-weight: normal; }
h1 { font-size: 48px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 34px; margin: 0 0 25px; padding: 5px 0; }
h3 { font-size: 24px; margin: 0 0 20px; padding: 0; }
h4 { font-size: 20px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0; }
h6 { font-size: 12px; margin: 0 0 5px; padding: 0; }
.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }
.float_l { float: left }
.float_r { float: right }
.image_frame { display: inline-block; border: 5px solid #a38d68 }
.image_fl { float: left; margin: 3px 20px 10px 0 }
.image_fr { float: right; margin: 3px 0 0 20px }
.tmo_list { list-style: disc; padding: 0 0 0 15px }
.tmo_list li { color:#c63a03; margin-bottom: 8px }
.tmo_list li a { color: #c63a03; font-weight: normal; text-decoration: none }
.tmo_list li a:hover { text-decoration: underline }
.link_list { list-style: none; padding: 0}
.link_list li { color:#c63a03; margin-bottom: 8px; border-bottom: 1px dashed #726e6e}
.link_list li a { color: #c63a03; font-weight: normal; text-decoration: none; }
.link_list li a:hover { text-decoration: underline }
#templatemo_wrapper {
position: relative;
width: 966px;
margin: 0 auto;
}
.bg_top { position: absolute; top: 0; left: -120px; width: 1200px; height: 570px; background: url(images/templatemo_bg_top.png) no-repeat; z-index: -1000 }
.bg_bottom { position: absolute; bottom: 0; left: -120px; width: 1200px; height: 270px; background: url(images/templatemo_bg_bottom.png) no-repeat; z-index: -1200 }
/* menu */
#templatemo_menu {
float: right;
width: 966px;
height: 75px;
margin-top: 40px;
margin-bottom: 20px;
background: url(images/templatemo_menu.png) no-repeat
}
#templatemo_menu ul {
margin: 0;
padding: 0 40px;
list-style: none;
}
#templatemo_menu ul li {
padding: 0;
margin: 0;
display: block;
float: left;
width: 164px;
height: 75px;
background: url(images/templatemo_menu_divider.png) center right no-repeat
}
#templatemo_menu ul li a {
float: left;
display: block;
width: 160px;
height: 75px;
line-height: 75px;
padding-right: 4px;
font-size: 16px;
font-style: italic;
color: #62260e;
text-align: center;
text-decoration: none;
font-weight: 700;
outline: none;
border: none;
}
#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
background: url(images/templatemo_menu_hover.png) center center no-repeat
}
#templatemo_menu .last { background: none }
/* header */
#templatemo_header {
clear: both;
width: 966px;
height: 170px;
background: url(images/templatemo_header.png) no-repeat center top
}
#site_title { float: left; width: 400px; margin: 60px 0 0 40px; }
#site_title h1 { margin: 0; padding: 0 }
#site_title h1 a { display: block; width: 334px; padding: 70px 0 0 20px; background: url(images/templatemo_logo.png) no-repeat left top; font-size: 18px; color: #88553a; }
#site_title2 { float: left; width: 400px; margin: 60px 0 0 40px; }
#site_title2 h1 { margin: 0; padding: 0 }
#site_title2 h1 a { display: block; width: 334px; padding: 45px 0 0 20px; background: url(images/templatemo_logo.png) no-repeat left top; font-size: 18px; color: #88553a; }
#social { float: right; margin: 60px 40px 0 0 }
#social a { float: left; margin-left: 10px }
#templatemo_main {
width: 900px;
padding: 33px 33px 0;
background: url(images/templatemo_main.png) repeat-y
}
#templatemo_main2 {
width: 1000px;
padding: 0px 33px 0;
background: url(images/templatemo_main.png) repeat-y
}
#templatemo_main_bottom {
width: 966px;
height: 143px;
background: url(images/templatemo_main_bottom.png) no-repeat
}
#sidebar {
float: left;
width: 220px;
}
#sidebar2 {
float: left;
width: 0px;
}
#content {
float: right;
width: 600px;
}
#content2 {
float: right;
width: 800px;
}
#content3 {
float: right;
width: 650px;
}
#content4 {
float: right;
width: 150px;
}
.cbox_fw {
clear: both;
padding-bottom: 20px;
margin-bottom: 40px;
background: url(images/templatemo_hr2.png) no-repeat bottom center
}
.cbox_fws {
clear: both;
padding-bottom: 20px;
margin-bottom: 40px;
background: url(images/templatemo_hr1.png) no-repeat bottom center
}
.cbox_last {
padding: 0; margin: 0; background: none;
}
.cbox_w280 { width: 280px; margin-bottom: 20px; }
.cbox_w280 img { margin-bottom: 10px }
#nne {
margin-bottom: 40px;
}
#nne h3 { padding-bottom: 20px; border-bottom: 1px solid #5f2712 }
ul.nne_box { padding: 0; margin: 0; list-style: none }
ul.nne_box li { border-left: 5px solid #8e7555; padding: 0 0 0 20px; margin: 0 0 20px 0 }
ul.nne_box li span { display: block; color: #850d2f; }
ul.nne_box li a { color: #8e7555 }
ul.photo_gallery { padding: 0; margin: 0; list-style: none }
ul.photo_gallery li { padding: 0; margin: 0 5px 15px 0; display: block; float: left; }
ul.photo_gallery .rmp { margin: 0 0 15px }
#contact_form { padding: 0; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { color: #000; width: 400px; padding: 5px; background: #FFF; border: 1px solid #960; }
#contact_form form label { display: block; width: 100px; margin-top: 15px; margin-bottom: 3px; font-size: 14px; }
#contact_form form textarea { font-family: Arial, Helvetica, sans-serif; color: #000; width: 400px; height: 200px; padding: 5px; background: #FFF; border: 1px solid #960; }
#contact_form form .submit_btn { color: #420; padding: 7px 14px; margin: 10px; margin-left: 60px; background: #DA7; border: 1px solid #960; }
#member_login {
width: 230px;
height: 170px;
padding: 25px;
background: url(images/templatemo_login.png)
}
#member_login h3 {
color: #494847;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #b6aa99;
}
#member_login form {
margin: 0;
padding: 0;
}
#member_login label {
float: left;
width: 80px;
color: #62260e;
}
#member_login .txt_field {
float: right;
display: block;
height: 29px;
width: 132px;
color: #000;
font-size: 12px;
padding: 0 5px;
font-variant: normal;
line-height: normal;
background: none;
border: none;
line-height: 30px;
background: url(images/templatemo_txtfield.png) no-repeat
}
#member_login .sub_btn {
float: right;
display: block;
height: 32px;
width: 87px;
cursor: pointer;
font-size: 12px;
text-align: center;
vertical-align: bottom;
white-space: pre;
color: #000;
border: none;
background: url(images/templatemo_login_btn.png)
}
/* footer */
#templatemo_footer{
clear: both;
width: 900px;
padding: 0 33px 20px;
color: #999494;
text-align: center;
}
#templatemo_footer a {
color: #999494;
} | 0.244003 | 0.130258 |
*{padding:0;margin:0; }
body{
width: 100%;
margin: auto;
font-family: Arial;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ffc300;
font-weight: bold;
}
li a {
display: block;
color: #000000;
text-align: center;
padding: 14px 10px;
text-decoration: none;
}
footer {
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
color:white;
font-weight: bold;
padding: 20px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #dd3333;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
display: block;
}
#rcorners2 {
border-radius: 25px;
border: 2px solid #a8a8a8;
padding: 20px;
width: 700px;
height: 390px;
margin: auto;
margin-top: 46px;
margin-bottom: 46px;
}
#article {
padding: 20px;
width: 600px;
margin: auto;
margin-top: 25px;
margin-left: 46px;
font-size: 16pt;
float: left;
}
.signform {
border-radius: 20px;
border-style: solid;
border-width: 2px;
text-decoration: none;
height:40px;
width:400px;
font-size:16pt;
}
.btn-sign {
background-color: #ffc400;
border-radius: 20px;
border: none;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:400px;
font-size:14pt;
}
.btn-sign:hover {
background-color: #ffc400;
border-radius: 20px;
border: none;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:400px;
font-size:14pt;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10), 0 5px 10px 0 rgba(0,0,0,0.10);
}
.btn-alt {
background-color: #f43547;
border-radius: 20px;
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:100px;
font-size:12pt;
}
.btn-alt:hover {
background-color: #f43547;
border-radius: 20px;
border: none;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:100px;
font-size:12pt;
}
.author {
border-color: #a8a8a8;
border-style: solid;
border-width: 2px;
padding: 15px;
}
.comment {
padding: 15px;
color: white;
border: none;
background-color: #ffc400;
font-weight: bold;
text-align: center;
}
.fixedtrend {
float: right;
position: fixed;
top: 100px;
left: 900px;
width: 100px;
}
.detail {
overflow:hidden;
} | static/htmlcss/style.css | *{padding:0;margin:0; }
body{
width: 100%;
margin: auto;
font-family: Arial;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #ffc300;
font-weight: bold;
}
li a {
display: block;
color: #000000;
text-align: center;
padding: 14px 10px;
text-decoration: none;
}
footer {
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
color:white;
font-weight: bold;
padding: 20px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #dd3333;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
display: block;
}
#rcorners2 {
border-radius: 25px;
border: 2px solid #a8a8a8;
padding: 20px;
width: 700px;
height: 390px;
margin: auto;
margin-top: 46px;
margin-bottom: 46px;
}
#article {
padding: 20px;
width: 600px;
margin: auto;
margin-top: 25px;
margin-left: 46px;
font-size: 16pt;
float: left;
}
.signform {
border-radius: 20px;
border-style: solid;
border-width: 2px;
text-decoration: none;
height:40px;
width:400px;
font-size:16pt;
}
.btn-sign {
background-color: #ffc400;
border-radius: 20px;
border: none;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:400px;
font-size:14pt;
}
.btn-sign:hover {
background-color: #ffc400;
border-radius: 20px;
border: none;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:400px;
font-size:14pt;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10), 0 5px 10px 0 rgba(0,0,0,0.10);
}
.btn-alt {
background-color: #f43547;
border-radius: 20px;
border: none;
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:100px;
font-size:12pt;
}
.btn-alt:hover {
background-color: #f43547;
border-radius: 20px;
border: none;
color: black;
text-align: center;
text-decoration: none;
display: inline-block;
height:40px;
width:100px;
font-size:12pt;
}
.author {
border-color: #a8a8a8;
border-style: solid;
border-width: 2px;
padding: 15px;
}
.comment {
padding: 15px;
color: white;
border: none;
background-color: #ffc400;
font-weight: bold;
text-align: center;
}
.fixedtrend {
float: right;
position: fixed;
top: 100px;
left: 900px;
width: 100px;
}
.detail {
overflow:hidden;
} | 0.380874 | 0.058885 |
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,900;1,200&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Titillium web' , sans-serifs;
text-rendering: optimizeLegibility;
line-height: 1.4;
}
html{
font-size: 50%;
scroll-behavior: smooth;
}
ul li{
list-style: none;
}
a{
text-decoration: none;
}
/* .clearfix::after{
content: "";
display: table;
height: 0;
clear: both;
visibility: hidden;
} */
/* ================== */
/* REUSUEABLE */
/* ================== */
.row{
max-width: 114rem;
margin: 0 auto;
}
section{
padding: 10rem 0;
}
.box{
text-align: center;
}
.box p{
font-size: 1.6rem;
color: #fff;
font-weight: 200;
max-width: 20rem;
margin: auto;
}
.hline{
width: 9rem;
height: .5rem;
background-color: #14a58c;
display: inline-block;
margin: 2rem 0;
}
/* ================== */
/* BUTTON */
/* ================== */
.btn:link,
.btn:visited,
.btn{
padding: 2rem 6rem;
background-color: #333;
text-transform: uppercase;
color: #fff;
border-bottom: .4rem solid #000;
border-radius: .3rem;
display: inline-block;
margin-top: 30px;
font-size: 1.8rem;
}
/* ================== */
/* HEADER */
/* ================== */
header{
background: linear-gradient(rgba(135, 80, 156, 0.9),rgba(135, 80, 156, 0.9)), url('../img/hero-bg.jpg');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 85vh;
position: relative;
}
/* #navbar{
padding: 1.5rem 0;
width: 100%;
background-color: rgba(135, 80, 156, 1);
z-index: 1000;
position: sticky;
top: 0;
} */
.row .logo {
height: 4rem;
width: auto;
}
.flex{
display: flex;
justify-content: space-between;
align-items: center;
}
.row ul li{
list-style: none;
display: inline-block;
margin: 0 .5rem;
}
.row ul li:first-child{
margin-left: 0;
}
.row ul li a{
text-decoration: none;
text-transform: uppercase;
display: inline-block;
padding: .6rem 1.3rem;
color: #fff;
font-size: 1.6rem;
transition: all .4s ease;
}
.row ul li a.active,
.row ul li a.link,
.row ul li a.visited,
.row ul li a:hover{
background-color: #643a79;
border-radius: .3rem;
}
/* ================== */
/* HERO-TEXT-BOX */
/* ================== */
.hero-text-box{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.hero-text-box h1{
color: #f7f3ea;
font-size: 4.2rem;
font-weight: 600;
}
.btn-hero:link,
.btn-hero:visited{
background-color: #eb7d4b;
border-color:#c86a40;
}
/* ================== */
/* SERVICE */
/* ================== */
#service{
background: #17c2a4;
}
.service-text-box{
text-align: center;
margin-bottom: 5rem;
}
.service-text-box h2{
font-size: 4rem;
color: #FFF;
letter-spacing: .5rem;
font-weight: 600;
}
.service-text-box p{
font-size: 1.8rem;
color: #fff;
max-width: 60rem;
margin: auto;
}
#service .box h3{
font-weight: 600;
color: #fff;
font-size: 2.4rem;
margin-bottom: 2rem;
}
#service .flag{
margin-bottom: 4rem;
height: 12rem;
}
/* ================== */
/* TEAM */
/* ================== */
#team{
background-color: #e7f1f8;
}
.team-text-box{
text-align: center;
margin-bottom: 5rem;
}
.team-text-box h2{
font-size: 4rem;
color: #333;
letter-spacing: .5rem;
font-weight: 600;
}
.team-text-box p{
font-size: 1.8rem;
color: #333;
max-width: 60rem;
margin: auto;
}
#team .hline{
background-color: #c8d9e5;
}
.team{
max-width: 20rem;
height: 20rem;
border-radius: 100%;
}
#team .box h3{
font-weight: 600;
color: #333;
font-size: 2.4rem;
margin-top: 1.5rem;
}
#team .box small{
font-size: 1.6rem;
color: #48c1e9;
}
#team .box p{
color: #47526b;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.social a{
width: 3.5rem;
height: 3.5rem;
display: inline-flex;
background-color: #bdd1df;
justify-content: center;
align-items: center;
margin: 0 .5rem;
border-radius: 100%;
border: .1rem solid #fff;
color: #FFF;
font-size: 1.5rem;
transition: all .5s ease;
}
.social a:hover{
transform: rotate(360deg);
}
/* ================== */
/* SKILL */
/* ================== */
#skill{
background: linear-gradient(rgba(224, 226, 233, 0.9),rgba(224, 226, 233, 0.9)), url('../img/testimonial-bg.jpg');
background-position: center 10%;
background-repeat: no-repeat;
background-size: cover;
}
.skill-text-box{
text-align: center;
margin-bottom: 6rem;
}
.skill-text-box h2{
font-size: 4rem;
color: #3c4761;
letter-spacing: .5rem;
font-weight: 600;
}
.skill-text-box p{
font-size: 1.8rem;
color: #3c4761;
max-width: 60rem;
margin: auto;
}
#skill .hline{
background-color: #dfe8ed;
}
#skill .box p{
color: black;
}
#skill h3{
font-size: 2.5rem;
color: #3c4761;
font-weight: 400;
margin-top: 15px;
text-transform: uppercase;
}
/* ================== */
/* PORTFOLIO */
/* ================== */
#portfolio{
background-color: #ffdd99;
text-align: center;
}
.portfolio-text-box{
text-align: center;
}
.portfolio-text-box h2{
font-size: 4rem;
color: #3c4761;
letter-spacing: .5rem;
font-weight: 600;
}
.portfolio-text-box p{
font-size: 1.8rem;
color: #3c4761;
max-width: 60rem;
margin: auto;
}
#portfolio .hline{
background-color: #e5c37f;
}
.portfolio-filter button{
background-color: #ebc985;
padding: .6rem 1.8rem;
font-size: 1.8rem;
text-transform: uppercase;
margin: 5rem .4rem;
border: 0;
border-radius: .3rem;
transition: all .4s ease;
}
.portfolio-filter button:hover{
box-shadow:inset 0 .3rem .5rem rgba(51, 51, 51, 0.336);
cursor: pointer;
}
.mixitup-control-active {
box-shadow: inset 0 0.3rem 0.5rem rgb(51 51 51 / 34%);
}
#portfolio .col:nth-of-type(3){
margin-left: 0;
}
.port-img{
width: 100%;
height: 30rem;
}
#portfolio .btn-port{
background-color: #17c2a4;
border-color: #14a58c;
}
/* ================== */
/* REVIEW */
/* ================== */
#review{
background-color: #d74680;
}
.review-text-box{
text-align: center;
margin-bottom: 5rem;
}
.review-text-box h2{
font-size: 4rem;
color: #fff;
letter-spacing: .5rem;
font-weight: 600;
}
.review-text-box p{
font-size: 1.8rem;
color: #fff;
max-width: 60rem;
margin: auto;
}
#review .hline{
background-color: #b73c6d;
}
#review .flex{
max-width: 48rem;
align-items: flex-start;
}
.revpic{
width: 8rem;
height: 8rem;
border-radius: 100%;
margin-right: 2.5rem;
}
.text p{
font-style: italic;
font-size: 2.1rem;
color: #fff;
}
.text h3{
font-size: 2.4rem;
font-weight: 600;
margin-top: 1.5rem;
letter-spacing: .2rem;
color: #fff;
}
.text small{
font-size: 1.8rem;
color: #f7bf94;
}
#review .col{
margin-bottom: 5rem;
}
#review .col:nth-of-type(3){
margin-left: 0;
margin-bottom: 0;
}
#review .col:nth-of-type(4){
margin-bottom: 0;
}
/* ================== */
/* Contact*/
/* ================== */
#contact{
background: linear-gradient(rgba(60, 83, 153, 0.9),rgb(60, 83, 153, 0.9)), url('../img/skill-bg.jpg');
background-position: center 10%;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.contact-text-box{
text-align: center;
margin-bottom: 5rem;
}
.contact-text-box h2{
font-size: 4rem;
color: #fff;
letter-spacing: .5rem;
font-weight: 600;
}
.contact-text-box p{
font-size: 1.8rem;
color: #fff;
margin: auto;
}
#contact .hline{
background-color: #273a71;
}
#contact form{
margin-top: 4rem;
width: 70%;
margin: auto;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea{
width: 100%;
margin: .8rem 0;
padding: 1.5rem;
font-size: 1.8rem;
background-color: #273a71;
border: .1rem solid #273a71;
outline: none;
color: #FFF;
border-radius: 3px;
}
#contact textarea{
height: 20rem;
}
#contact input[type=text]::placeholder,
#contact input[type=email]::placeholder,
#contact textarea::placeholder{
color: #fff;
opacity: 1;
}
.btn-submit{
border: 0;
border-bottom: .3rem solid #299ec5;
background-color: #30bae7;
}
/* ================== */
/* Contact*/
/* ================== */
footer{
padding: 3rem 0;
text-align: center;
background-color: #344b8e;
border-top: .1rem solid rgba(255, 255, 255, 0.225);
}
footer a{
font-size: 2.4rem;
color: #fff;
margin:0 3rem;
text-transform: capitalize;
}
footer a:hover{
color: #30bae7;
}
.navbar {
position: absolute;
width: 100%;
padding: 30px 60px;
background: transparent !important;
z-index: 9;
transition: 250ms;
}
.navbar.nav-sticky {
padding: 20px 60px;
background: rgba(135, 80, 156, 0.9) !important;
transition: 250ms;
position: fixed;
top: 0;
width: 100%;
z-index: 1000000;
box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
} | Project 1/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,900;1,200&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Titillium web' , sans-serifs;
text-rendering: optimizeLegibility;
line-height: 1.4;
}
html{
font-size: 50%;
scroll-behavior: smooth;
}
ul li{
list-style: none;
}
a{
text-decoration: none;
}
/* .clearfix::after{
content: "";
display: table;
height: 0;
clear: both;
visibility: hidden;
} */
/* ================== */
/* REUSUEABLE */
/* ================== */
.row{
max-width: 114rem;
margin: 0 auto;
}
section{
padding: 10rem 0;
}
.box{
text-align: center;
}
.box p{
font-size: 1.6rem;
color: #fff;
font-weight: 200;
max-width: 20rem;
margin: auto;
}
.hline{
width: 9rem;
height: .5rem;
background-color: #14a58c;
display: inline-block;
margin: 2rem 0;
}
/* ================== */
/* BUTTON */
/* ================== */
.btn:link,
.btn:visited,
.btn{
padding: 2rem 6rem;
background-color: #333;
text-transform: uppercase;
color: #fff;
border-bottom: .4rem solid #000;
border-radius: .3rem;
display: inline-block;
margin-top: 30px;
font-size: 1.8rem;
}
/* ================== */
/* HEADER */
/* ================== */
header{
background: linear-gradient(rgba(135, 80, 156, 0.9),rgba(135, 80, 156, 0.9)), url('../img/hero-bg.jpg');
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 85vh;
position: relative;
}
/* #navbar{
padding: 1.5rem 0;
width: 100%;
background-color: rgba(135, 80, 156, 1);
z-index: 1000;
position: sticky;
top: 0;
} */
.row .logo {
height: 4rem;
width: auto;
}
.flex{
display: flex;
justify-content: space-between;
align-items: center;
}
.row ul li{
list-style: none;
display: inline-block;
margin: 0 .5rem;
}
.row ul li:first-child{
margin-left: 0;
}
.row ul li a{
text-decoration: none;
text-transform: uppercase;
display: inline-block;
padding: .6rem 1.3rem;
color: #fff;
font-size: 1.6rem;
transition: all .4s ease;
}
.row ul li a.active,
.row ul li a.link,
.row ul li a.visited,
.row ul li a:hover{
background-color: #643a79;
border-radius: .3rem;
}
/* ================== */
/* HERO-TEXT-BOX */
/* ================== */
.hero-text-box{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.hero-text-box h1{
color: #f7f3ea;
font-size: 4.2rem;
font-weight: 600;
}
.btn-hero:link,
.btn-hero:visited{
background-color: #eb7d4b;
border-color:#c86a40;
}
/* ================== */
/* SERVICE */
/* ================== */
#service{
background: #17c2a4;
}
.service-text-box{
text-align: center;
margin-bottom: 5rem;
}
.service-text-box h2{
font-size: 4rem;
color: #FFF;
letter-spacing: .5rem;
font-weight: 600;
}
.service-text-box p{
font-size: 1.8rem;
color: #fff;
max-width: 60rem;
margin: auto;
}
#service .box h3{
font-weight: 600;
color: #fff;
font-size: 2.4rem;
margin-bottom: 2rem;
}
#service .flag{
margin-bottom: 4rem;
height: 12rem;
}
/* ================== */
/* TEAM */
/* ================== */
#team{
background-color: #e7f1f8;
}
.team-text-box{
text-align: center;
margin-bottom: 5rem;
}
.team-text-box h2{
font-size: 4rem;
color: #333;
letter-spacing: .5rem;
font-weight: 600;
}
.team-text-box p{
font-size: 1.8rem;
color: #333;
max-width: 60rem;
margin: auto;
}
#team .hline{
background-color: #c8d9e5;
}
.team{
max-width: 20rem;
height: 20rem;
border-radius: 100%;
}
#team .box h3{
font-weight: 600;
color: #333;
font-size: 2.4rem;
margin-top: 1.5rem;
}
#team .box small{
font-size: 1.6rem;
color: #48c1e9;
}
#team .box p{
color: #47526b;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.social a{
width: 3.5rem;
height: 3.5rem;
display: inline-flex;
background-color: #bdd1df;
justify-content: center;
align-items: center;
margin: 0 .5rem;
border-radius: 100%;
border: .1rem solid #fff;
color: #FFF;
font-size: 1.5rem;
transition: all .5s ease;
}
.social a:hover{
transform: rotate(360deg);
}
/* ================== */
/* SKILL */
/* ================== */
#skill{
background: linear-gradient(rgba(224, 226, 233, 0.9),rgba(224, 226, 233, 0.9)), url('../img/testimonial-bg.jpg');
background-position: center 10%;
background-repeat: no-repeat;
background-size: cover;
}
.skill-text-box{
text-align: center;
margin-bottom: 6rem;
}
.skill-text-box h2{
font-size: 4rem;
color: #3c4761;
letter-spacing: .5rem;
font-weight: 600;
}
.skill-text-box p{
font-size: 1.8rem;
color: #3c4761;
max-width: 60rem;
margin: auto;
}
#skill .hline{
background-color: #dfe8ed;
}
#skill .box p{
color: black;
}
#skill h3{
font-size: 2.5rem;
color: #3c4761;
font-weight: 400;
margin-top: 15px;
text-transform: uppercase;
}
/* ================== */
/* PORTFOLIO */
/* ================== */
#portfolio{
background-color: #ffdd99;
text-align: center;
}
.portfolio-text-box{
text-align: center;
}
.portfolio-text-box h2{
font-size: 4rem;
color: #3c4761;
letter-spacing: .5rem;
font-weight: 600;
}
.portfolio-text-box p{
font-size: 1.8rem;
color: #3c4761;
max-width: 60rem;
margin: auto;
}
#portfolio .hline{
background-color: #e5c37f;
}
.portfolio-filter button{
background-color: #ebc985;
padding: .6rem 1.8rem;
font-size: 1.8rem;
text-transform: uppercase;
margin: 5rem .4rem;
border: 0;
border-radius: .3rem;
transition: all .4s ease;
}
.portfolio-filter button:hover{
box-shadow:inset 0 .3rem .5rem rgba(51, 51, 51, 0.336);
cursor: pointer;
}
.mixitup-control-active {
box-shadow: inset 0 0.3rem 0.5rem rgb(51 51 51 / 34%);
}
#portfolio .col:nth-of-type(3){
margin-left: 0;
}
.port-img{
width: 100%;
height: 30rem;
}
#portfolio .btn-port{
background-color: #17c2a4;
border-color: #14a58c;
}
/* ================== */
/* REVIEW */
/* ================== */
#review{
background-color: #d74680;
}
.review-text-box{
text-align: center;
margin-bottom: 5rem;
}
.review-text-box h2{
font-size: 4rem;
color: #fff;
letter-spacing: .5rem;
font-weight: 600;
}
.review-text-box p{
font-size: 1.8rem;
color: #fff;
max-width: 60rem;
margin: auto;
}
#review .hline{
background-color: #b73c6d;
}
#review .flex{
max-width: 48rem;
align-items: flex-start;
}
.revpic{
width: 8rem;
height: 8rem;
border-radius: 100%;
margin-right: 2.5rem;
}
.text p{
font-style: italic;
font-size: 2.1rem;
color: #fff;
}
.text h3{
font-size: 2.4rem;
font-weight: 600;
margin-top: 1.5rem;
letter-spacing: .2rem;
color: #fff;
}
.text small{
font-size: 1.8rem;
color: #f7bf94;
}
#review .col{
margin-bottom: 5rem;
}
#review .col:nth-of-type(3){
margin-left: 0;
margin-bottom: 0;
}
#review .col:nth-of-type(4){
margin-bottom: 0;
}
/* ================== */
/* Contact*/
/* ================== */
#contact{
background: linear-gradient(rgba(60, 83, 153, 0.9),rgb(60, 83, 153, 0.9)), url('../img/skill-bg.jpg');
background-position: center 10%;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.contact-text-box{
text-align: center;
margin-bottom: 5rem;
}
.contact-text-box h2{
font-size: 4rem;
color: #fff;
letter-spacing: .5rem;
font-weight: 600;
}
.contact-text-box p{
font-size: 1.8rem;
color: #fff;
margin: auto;
}
#contact .hline{
background-color: #273a71;
}
#contact form{
margin-top: 4rem;
width: 70%;
margin: auto;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea{
width: 100%;
margin: .8rem 0;
padding: 1.5rem;
font-size: 1.8rem;
background-color: #273a71;
border: .1rem solid #273a71;
outline: none;
color: #FFF;
border-radius: 3px;
}
#contact textarea{
height: 20rem;
}
#contact input[type=text]::placeholder,
#contact input[type=email]::placeholder,
#contact textarea::placeholder{
color: #fff;
opacity: 1;
}
.btn-submit{
border: 0;
border-bottom: .3rem solid #299ec5;
background-color: #30bae7;
}
/* ================== */
/* Contact*/
/* ================== */
footer{
padding: 3rem 0;
text-align: center;
background-color: #344b8e;
border-top: .1rem solid rgba(255, 255, 255, 0.225);
}
footer a{
font-size: 2.4rem;
color: #fff;
margin:0 3rem;
text-transform: capitalize;
}
footer a:hover{
color: #30bae7;
}
.navbar {
position: absolute;
width: 100%;
padding: 30px 60px;
background: transparent !important;
z-index: 9;
transition: 250ms;
}
.navbar.nav-sticky {
padding: 20px 60px;
background: rgba(135, 80, 156, 0.9) !important;
transition: 250ms;
position: fixed;
top: 0;
width: 100%;
z-index: 1000000;
box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
} | 0.265976 | 0.038214 |
body, html {
overflow:hidden;
height: 100%;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#paperCanvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
body, input, button, textarea, label {
font-size: 14px;
line-height: 16px;
}
input, select {
border: 1px solid #aaa;
outline: none;
padding: 0 4px;
height: 22px;
box-shadow: none;
}
.hidden {
display:none;
}
.loadingScreen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
opacity: 1;
z-index: 200;
transition: opacity 0.5s ease;
}
.loadingScreen.disabled {
opacity: 0;
}
.loadingScreen .panel {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #444;
height: 31px;
color: #bbb;
padding: 0.5em 1.4em;
}
.zoom-in {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.zoom-out {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.grab {
cursor: -moz-grab;
cursor: -webkit-grab;
cursor: grab;
}
.grabbing {
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
cursor: grabbing;
}
.colorInputBlocker,
.menuInputBlocker {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
z-index: 300;
}
.menuInputBlocker {
z-index: 99;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}
select,
.comboSelect {
height: 22px;
margin: 0;
outline: none;
cursor:pointer;
}
.comboSelect {
position: absolute;
right: 0;
width: 22px;
padding: 0;
top: 0;
background-color: transparent;
border: 0;
}
select,
.comboSelect,
select::-ms-expand {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('../assets/selectButton.png');
background-repeat:no-repeat;
background-position: right center;
}
select::-ms-expand {
display: none;
}
button {
cursor:pointer;
} | css/styles.css | body, html {
overflow:hidden;
height: 100%;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#paperCanvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
body, input, button, textarea, label {
font-size: 14px;
line-height: 16px;
}
input, select {
border: 1px solid #aaa;
outline: none;
padding: 0 4px;
height: 22px;
box-shadow: none;
}
.hidden {
display:none;
}
.loadingScreen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
opacity: 1;
z-index: 200;
transition: opacity 0.5s ease;
}
.loadingScreen.disabled {
opacity: 0;
}
.loadingScreen .panel {
position: absolute;
top: 0;
left: 0;
width: 100%;
background-color: #444;
height: 31px;
color: #bbb;
padding: 0.5em 1.4em;
}
.zoom-in {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.zoom-out {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.grab {
cursor: -moz-grab;
cursor: -webkit-grab;
cursor: grab;
}
.grabbing {
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
cursor: grabbing;
}
.colorInputBlocker,
.menuInputBlocker {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
z-index: 300;
}
.menuInputBlocker {
z-index: 99;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}
select,
.comboSelect {
height: 22px;
margin: 0;
outline: none;
cursor:pointer;
}
.comboSelect {
position: absolute;
right: 0;
width: 22px;
padding: 0;
top: 0;
background-color: transparent;
border: 0;
}
select,
.comboSelect,
select::-ms-expand {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('../assets/selectButton.png');
background-repeat:no-repeat;
background-position: right center;
}
select::-ms-expand {
display: none;
}
button {
cursor:pointer;
} | 0.362631 | 0.051845 |
body{
background-color: slategray;
}
@media only screen and (max-width: 600px) {
.jumbotron {
margin-top: 20vh!important;
}
.bodyBtns{
width: 97%;
margin: 2% 1%;
}
}
.jumbotron {
margin-top: 20vh;
border-radius: 25px;
background-color: #252525;
-webkit-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);
}
.topDisplay{
background-color: gray;
color: greenyellow;
width: 96%;
margin: 0 2%;
padding-left: 5px;
word-wrap:break-word;
-webkit-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
}
.bottomDisplay{
background-color: gray;
color: greenyellow;
text-align: right;
width: 96%;
margin: 0 2%;
padding-right: 5px;
margin-bottom: 5vh;
-webkit-box-shadow: inset 10px 0px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 0px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 0px 5px -8px rgba(0,0,0,0.75);
}
.btn{
margin: 2%;
}
.btn-num{
margin: 1% 1%;
width: 22%!important;
height: 5vh!important;
max-width: 100%;
padding: 0;
background-color: #dfe1e5;
color: #252525;
border-radius: 25px;
font-size: 1.5em;
}
.btn-num:hover{
background-color: #aaacb1;
color: #252525;
}
.btn-num:active{
background-color: #aaacb1;
color: #252525;
-webkit-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
}
.btn-2num{
margin: 1% 1%;
width: 46.7%!important;
height: 5vh!important;
max-width: 100%;
padding: 0;
background-color: #96999e;
color: white;
border-radius: 25px;
font-size: 1.5em;
}
.btn-2num:hover{
background-color: #67696b;
color: white;
}
.btn-2num:active{
background-color: #67696b;
color: white;
-webkit-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
}
.opBtn{
background-color:orange!important;
font-weight: bolder;
font-size: 1.7em;
color: white;
}
.opBtn:hover{
color: white!important;
}
.opBtn:active{
color: white!important;
}
.bodyBtns{
width: 98%;
margin: 2% 2%;
padding: 0;
}
.posi {
animation: typer 1s linear infinite;
color: teal;
}
@keyframes typer {
50% { opacity: 0; }
} | css/calc.css | body{
background-color: slategray;
}
@media only screen and (max-width: 600px) {
.jumbotron {
margin-top: 20vh!important;
}
.bodyBtns{
width: 97%;
margin: 2% 1%;
}
}
.jumbotron {
margin-top: 20vh;
border-radius: 25px;
background-color: #252525;
-webkit-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 23px -5px rgba(0,0,0,0.75);
}
.topDisplay{
background-color: gray;
color: greenyellow;
width: 96%;
margin: 0 2%;
padding-left: 5px;
word-wrap:break-word;
-webkit-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
}
.bottomDisplay{
background-color: gray;
color: greenyellow;
text-align: right;
width: 96%;
margin: 0 2%;
padding-right: 5px;
margin-bottom: 5vh;
-webkit-box-shadow: inset 10px 0px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 0px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 0px 5px -8px rgba(0,0,0,0.75);
}
.btn{
margin: 2%;
}
.btn-num{
margin: 1% 1%;
width: 22%!important;
height: 5vh!important;
max-width: 100%;
padding: 0;
background-color: #dfe1e5;
color: #252525;
border-radius: 25px;
font-size: 1.5em;
}
.btn-num:hover{
background-color: #aaacb1;
color: #252525;
}
.btn-num:active{
background-color: #aaacb1;
color: #252525;
-webkit-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
}
.btn-2num{
margin: 1% 1%;
width: 46.7%!important;
height: 5vh!important;
max-width: 100%;
padding: 0;
background-color: #96999e;
color: white;
border-radius: 25px;
font-size: 1.5em;
}
.btn-2num:hover{
background-color: #67696b;
color: white;
}
.btn-2num:active{
background-color: #67696b;
color: white;
-webkit-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
box-shadow: inset 10px 10px 5px -8px rgba(0,0,0,0.75);
}
.opBtn{
background-color:orange!important;
font-weight: bolder;
font-size: 1.7em;
color: white;
}
.opBtn:hover{
color: white!important;
}
.opBtn:active{
color: white!important;
}
.bodyBtns{
width: 98%;
margin: 2% 2%;
padding: 0;
}
.posi {
animation: typer 1s linear infinite;
color: teal;
}
@keyframes typer {
50% { opacity: 0; }
} | 0.563378 | 0.116689 |
width: 100%;
background-image: url(../img/contato.jpg);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
padding-bottom: 50px;
}
.section-header {
text-align: center;
margin: 0 auto;
padding-top: 50px;
margin-bottom: 50px;
font: 300 60px 'Nunito', sans-serif;
letter-spacing: 6px;
color: #fff;
margin-bottom: 25px;
}
.contact-wrapper {
margin: 0 auto;
padding-top: 20px;
position: relative;
max-width: 800px;
}
/* Begin Left Contact Page */
.form-horizontal {
float: left;
max-width: 400px;
font-family: 'Nunito', sans-serif;
font-weight: 400;
}
.fa {
background: -webkit-linear-gradient(#a752d1, #76dbb7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.contact-text a,
span.contact-text {
background: -webkit-linear-gradient(#ffffff, #ffffff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}
.send-button {
margin-top: 15px;
height: 34px;
width: 400px;
overflow: hidden;
transition: all .2s ease-in-out;
}
.button {
width: 400px;
height: 34px;
transition: all .2s ease-in-out;
}
.send-text {
display: block;
margin-top: 10px;
font: 700 12px 'Nunito', sans-serif;
letter-spacing: 2px;
}
.button:hover {
transform: translate3d(0px, -29px, 0px);
}
/* Begin Right Contact Page */
.direct-contact-container {
max-width: 400px;
float: right;
margin-top: 5px;
}
/* Location, Phone, Email Section */
.contact-list {
list-style-type: none;
margin-left: -30px;
padding-right: 20px;
}
.list-item {
line-height: 4;
color: #aaa;
}
.contact-text {
font: 300 18px 'Nunito', sans-serif;
letter-spacing: 1.9px;
}
.place {
margin-left: 62px;
}
.phone {
margin-left: 56px;
}
.gmail {
margin-left: 53px;
}
.contact-text a {
color: #bbb;
text-decoration: none;
transition-duration: 0.2s;
}
.contact-text a:hover {
color: #fff;
text-decoration: none;
}
/* Social Media Icons */
.social-media-list {
position: relative;
font-size: 2.3rem;
text-align: center;
width: 100%;
}
.social-media-list li a {
color: #fff;
}
.social-media-list li {
position: relative;
top: 0;
left: -20px;
display: inline-block;
height: 70px;
width: 70px;
margin: 10px auto;
line-height: 70px;
border-radius: 50%;
color: #fff;
background-color: rgb(27, 27, 27);
cursor: pointer;
transition: all .2s ease-in-out;
}
.section-header {
font-weight: bold;
color: white;
}
.social-media-list li:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50%;
opacity: 0;
box-shadow: 0 0 0 1px #fff;
transition: all .2s ease-in-out;
}
.social-media-list li:hover {
background-color: #fff;
}
.social-media-list li:hover:after {
opacity: 1;
transform: scale(1.12);
transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}
.social-media-list li:hover a {
color: #000;
}
.copyright {
font: 200 14px 'Nunito', sans-serif;
color: #555;
letter-spacing: 1px;
text-align: center;
}
hr {
border-color: rgba(255, 255, 255, .8);
;
}
/* Begin Media Queries*/
@media screen and (max-width: 760px) {
#contact {
height: 1000px;
}
.section-header {
font-size: 65px;
}
.direct-contact-container,
.form-horizontal {
float: none;
margin: 10px auto;
}
.direct-contact-container {
margin-top: 60px;
max-width: 300px;
}
.social-media-list li {
height: 60px;
width: 60px;
line-height: 60px;
}
.social-media-list li:after {
width: 60px;
height: 60px;
line-height: 60px;
}
}
@media screen and (max-width: 569px) {
.section-header {
font-size: 50px;
}
.direct-contact-container,
.form-wrapper {
float: none;
margin: 0 auto;
}
.form-control,
textarea {
max-width: 400px;
margin: 0 auto;
}
.name,
.email,
textarea {
width: 280px;
}
.direct-contact-container {
margin-top: 60px;
max-width: 280px;
}
.social-media-list {
left: 0;
}
.social-media-list li {
height: 55px;
width: 55px;
line-height: 55px;
font-size: 2rem;
}
.social-media-list li:after {
width: 55px;
height: 55px;
line-height: 55px;
}
}
@media screen and (max-width: 410px) {
.send-button {
width: 99%;
}
}
/*----------------------*/
.form-style-1 {
margin: 10px auto;
max-width: 400px;
padding: 20px 12px 10px 20px;
font: 13px "Nunito", "Nunito", sans-serif;
}
.form-style-1 li {
padding: 0;
display: block;
list-style: none;
margin: 10px 0 0 0;
}
.form-style-1 label {
margin: 0 0 3px 0;
padding: 0px;
display: block;
font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border: 1px solid #703dcc;
padding: 7px;
margin: 0px;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
.form-style-1 input[type=file]:focus,
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
-moz-box-shadow: 0 0 8px #703dcc;
-webkit-box-shadow: 0 0 8px #703dcc;
box-shadow: 0 0 8px #703dcc;
border: 1px solid #703dcc;
}
.form-style-1 .field-divided {
width: 49%;
}
.form-style-1 .field-long {
width: 100%;
}
.form-style-1 .field-select {
width: 100%;
}
.form-style-1 .field-textarea {
height: 100px;
}
.form-style-1 input[type=file],
.form-style-1 input[type=submit],
.form-style-1 input[type=button] {
background: linear-gradient(90deg, rgb(163, 71, 212) 0%, rgb(186, 135, 197) 23%, rgb(119, 224, 177) 73%, rgb(110, 180, 240) 100%);
;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
.form-style-1 input[type=file]:hover,
.form-style-1 input[type=submit]:hover,
.form-style-1 input[type=button]:hover {
background: linear-gradient(90deg, rgb(163, 71, 212) 0%, rgb(186, 135, 197) 23%, rgb(119, 224, 177) 73%, rgb(110, 180, 240) 100%);
;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.form-style-1 .required {
color: red;
} | static/css/contact.css | width: 100%;
background-image: url(../img/contato.jpg);
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
padding-bottom: 50px;
}
.section-header {
text-align: center;
margin: 0 auto;
padding-top: 50px;
margin-bottom: 50px;
font: 300 60px 'Nunito', sans-serif;
letter-spacing: 6px;
color: #fff;
margin-bottom: 25px;
}
.contact-wrapper {
margin: 0 auto;
padding-top: 20px;
position: relative;
max-width: 800px;
}
/* Begin Left Contact Page */
.form-horizontal {
float: left;
max-width: 400px;
font-family: 'Nunito', sans-serif;
font-weight: 400;
}
.fa {
background: -webkit-linear-gradient(#a752d1, #76dbb7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.contact-text a,
span.contact-text {
background: -webkit-linear-gradient(#ffffff, #ffffff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}
.send-button {
margin-top: 15px;
height: 34px;
width: 400px;
overflow: hidden;
transition: all .2s ease-in-out;
}
.button {
width: 400px;
height: 34px;
transition: all .2s ease-in-out;
}
.send-text {
display: block;
margin-top: 10px;
font: 700 12px 'Nunito', sans-serif;
letter-spacing: 2px;
}
.button:hover {
transform: translate3d(0px, -29px, 0px);
}
/* Begin Right Contact Page */
.direct-contact-container {
max-width: 400px;
float: right;
margin-top: 5px;
}
/* Location, Phone, Email Section */
.contact-list {
list-style-type: none;
margin-left: -30px;
padding-right: 20px;
}
.list-item {
line-height: 4;
color: #aaa;
}
.contact-text {
font: 300 18px 'Nunito', sans-serif;
letter-spacing: 1.9px;
}
.place {
margin-left: 62px;
}
.phone {
margin-left: 56px;
}
.gmail {
margin-left: 53px;
}
.contact-text a {
color: #bbb;
text-decoration: none;
transition-duration: 0.2s;
}
.contact-text a:hover {
color: #fff;
text-decoration: none;
}
/* Social Media Icons */
.social-media-list {
position: relative;
font-size: 2.3rem;
text-align: center;
width: 100%;
}
.social-media-list li a {
color: #fff;
}
.social-media-list li {
position: relative;
top: 0;
left: -20px;
display: inline-block;
height: 70px;
width: 70px;
margin: 10px auto;
line-height: 70px;
border-radius: 50%;
color: #fff;
background-color: rgb(27, 27, 27);
cursor: pointer;
transition: all .2s ease-in-out;
}
.section-header {
font-weight: bold;
color: white;
}
.social-media-list li:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50%;
opacity: 0;
box-shadow: 0 0 0 1px #fff;
transition: all .2s ease-in-out;
}
.social-media-list li:hover {
background-color: #fff;
}
.social-media-list li:hover:after {
opacity: 1;
transform: scale(1.12);
transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}
.social-media-list li:hover a {
color: #000;
}
.copyright {
font: 200 14px 'Nunito', sans-serif;
color: #555;
letter-spacing: 1px;
text-align: center;
}
hr {
border-color: rgba(255, 255, 255, .8);
;
}
/* Begin Media Queries*/
@media screen and (max-width: 760px) {
#contact {
height: 1000px;
}
.section-header {
font-size: 65px;
}
.direct-contact-container,
.form-horizontal {
float: none;
margin: 10px auto;
}
.direct-contact-container {
margin-top: 60px;
max-width: 300px;
}
.social-media-list li {
height: 60px;
width: 60px;
line-height: 60px;
}
.social-media-list li:after {
width: 60px;
height: 60px;
line-height: 60px;
}
}
@media screen and (max-width: 569px) {
.section-header {
font-size: 50px;
}
.direct-contact-container,
.form-wrapper {
float: none;
margin: 0 auto;
}
.form-control,
textarea {
max-width: 400px;
margin: 0 auto;
}
.name,
.email,
textarea {
width: 280px;
}
.direct-contact-container {
margin-top: 60px;
max-width: 280px;
}
.social-media-list {
left: 0;
}
.social-media-list li {
height: 55px;
width: 55px;
line-height: 55px;
font-size: 2rem;
}
.social-media-list li:after {
width: 55px;
height: 55px;
line-height: 55px;
}
}
@media screen and (max-width: 410px) {
.send-button {
width: 99%;
}
}
/*----------------------*/
.form-style-1 {
margin: 10px auto;
max-width: 400px;
padding: 20px 12px 10px 20px;
font: 13px "Nunito", "Nunito", sans-serif;
}
.form-style-1 li {
padding: 0;
display: block;
list-style: none;
margin: 10px 0 0 0;
}
.form-style-1 label {
margin: 0 0 3px 0;
padding: 0px;
display: block;
font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border: 1px solid #703dcc;
padding: 7px;
margin: 0px;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
}
.form-style-1 input[type=file]:focus,
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
-moz-box-shadow: 0 0 8px #703dcc;
-webkit-box-shadow: 0 0 8px #703dcc;
box-shadow: 0 0 8px #703dcc;
border: 1px solid #703dcc;
}
.form-style-1 .field-divided {
width: 49%;
}
.form-style-1 .field-long {
width: 100%;
}
.form-style-1 .field-select {
width: 100%;
}
.form-style-1 .field-textarea {
height: 100px;
}
.form-style-1 input[type=file],
.form-style-1 input[type=submit],
.form-style-1 input[type=button] {
background: linear-gradient(90deg, rgb(163, 71, 212) 0%, rgb(186, 135, 197) 23%, rgb(119, 224, 177) 73%, rgb(110, 180, 240) 100%);
;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
.form-style-1 input[type=file]:hover,
.form-style-1 input[type=submit]:hover,
.form-style-1 input[type=button]:hover {
background: linear-gradient(90deg, rgb(163, 71, 212) 0%, rgb(186, 135, 197) 23%, rgb(119, 224, 177) 73%, rgb(110, 180, 240) 100%);
;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.form-style-1 .required {
color: red;
} | 0.242654 | 0.053132 |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.nav-masthead .nav-link {
padding: 0.25rem 0;
font-weight: 700;
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
border-bottom: 0.25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
border-bottom-color: rgba(255, 255, 255, 0.25);
}
.nav-masthead .nav-link + .nav-link {
margin-left: 1rem;
}
.nav-masthead .active {
color: #fff;
border-bottom-color: #fff;
}
#changeHover:hover {
background-color: black;
}
a {
text-decoration: none;
}
a:hover {
background-color: #ff9800;
}
.contacto-bg {
background-image: url("../img/contactobg.jpg");
background-size: contain;
height: 100vh;
}
#contact {
min-height: calc(100vh - 68px - 277px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("../img/contacto2.jpg");
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/contacto2.jpg");
background-size: cover;
background-position: center;
}
.container {
background-size: cover;
background-position: center;
}
#spinner {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #000;
position: relative;
}
@keyframes ldio-4xvv7kp8ach {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ldio-4xvv7kp8ach div {
position: absolute;
-webkit-animation: ldio-4xvv7kp8ach 0.76s linear infinite;
animation: ldio-4xvv7kp8ach 0.76s linear infinite;
width: 149.42000000000002px;
height: 149.42000000000002px;
top: 45.790000000000006px;
left: 45.790000000000006px;
border-radius: 50%;
-webkit-box-shadow: 0 3.8560000000000003px 0 0 #ff9800;
box-shadow: 0 3.8560000000000003px 0 0 #ff9800;
-webkit-transform-origin: 74.71000000000001px 76.638px;
transform-origin: 74.71000000000001px 76.638px;
}
.loadingio-spinner-eclipse-9onybfsdper {
width: 241px;
height: 241px;
display: inline-block;
overflow: hidden;
background: none;
}
.ldio-4xvv7kp8ach {
width: 100%;
height: 100%;
position: relative;
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
/* see note above */
}
.ldio-4xvv7kp8ach div {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.modal-content {
backdrop-filter: blur(10px) saturate(138%);
-webkit-backdrop-filter: blur(10px) saturate(138%);
background-color: rgba(255, 255, 255, 0.14);
border-radius: 12px;
border: 1px solid rgba(209, 213, 219, 0.3);
}
.modal.show #modalCarrito {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--bs-blue: #2196f3;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #e83e8c;
--bs-red: #e51c23;
--bs-orange: #fd7e14;
--bs-yellow: #ff9800;
--bs-green: #4caf50;
--bs-teal: #20c997;
--bs-cyan: #9c27b0;
--bs-white: #fff;
--bs-gray: #666;
--bs-gray-dark: #222;
--bs-primary: #2196f3;
--bs-secondary: #fff;
--bs-success: #4caf50;
--bs-info: #9c27b0;
--bs-warning: #ff9800;
--bs-danger: #e51c23;
--bs-light: #f8f9fa;
--bs-dark: #222;
--bs-font-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #444;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 2.5rem;
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #2196f3;
text-decoration: underline;
}
a:hover {
color: #1a78c2;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr /* rtl:ignore */;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #e83e8c;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212121;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #666;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.container,
.container-fluid {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
@media (min-width: 768px) {
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.65;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #444;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.8rem 1rem;
font-size: 1rem;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
transition: none;
}
}
.btn:hover {
color: #444;
}
.btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-warning {
color: #fff;
background-color: #ff9800;
background-image: var(--bs-gradient);
border-color: #ff9800;
}
.btn-warning:hover {
color: #fff;
background-color: #d98100;
background-image: var(--bs-gradient);
border-color: #cc7a00;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
color: #fff;
background-color: #d98100;
background-image: var(--bs-gradient);
border-color: #cc7a00;
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #cc7a00;
background-image: none;
border-color: #bf7200;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
color: #fff;
background-color: #ff9800;
background-image: none;
border-color: #ff9800;
}
.btn-outline-secondary {
color: #fff;
border-color: #fff;
}
.btn-outline-secondary:hover {
color: #000;
background-color: #fff;
border-color: #fff;
}
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary:active, .btn-outline-secondary.active {
color: #000;
background-color: #fff;
border-color: #fff;
}
.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary:disabled {
color: #fff;
background-color: transparent;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
color: #ff9800;
background-color: transparent;
}
.btn-link:disabled, .btn-link.disabled {
color: #666;
}
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.collapse:not(.show) {
display: none;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
color: #2196f3;
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
-webkit-transition: none;
transition: none;
}
}
.nav-link:hover, .nav-link:focus {
color: #1a78c2;
}
.accordion-button:not(.collapsed) {
color: #1e87db;
background-color: #e9f5fe;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e87db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 0.375rem;
}
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid transparent;
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen .modal-header {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
.modal-fullscreen .modal-footer {
border-radius: 0;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-md-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
/* rtl:begin:ignore */
/* rtl:end:ignore */
/* rtl:options: {
"autoRename": true,
"stringMap":[ {
"name" : "prev-next",
"search" : "prev",
"replace" : "next"
} ]
} */
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.overflow-hidden {
overflow: hidden !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.p-3 {
padding: 1rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.text-center {
text-align: center !important;
}
/* rtl:begin:remove */
/* rtl:end:remove */
.text-warning {
color: #ff9800 !important;
}
.text-danger {
color: #e51c23 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-white {
color: #fff !important;
}
.bg-dark {
background-color: #222 !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
}
@media (min-width: 992px) {
.text-lg-start {
text-align: left !important;
}
}
@media (min-width: 1200px) {
.fs-3 {
font-size: 1.75rem !important;
}
}
.btn-outline-secondary {
position: relative;
}
.btn-outline-secondary::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin-left: 0;
background-image: radial-gradient(circle, #bbb 10%, transparent 10.01%);
background-size: 1000% 1000%;
background-position: 50%;
border: none;
opacity: 0;
pointer-events: none;
-webkit-transition: background .5s, opacity 1s;
transition: background .5s, opacity 1s;
}
.btn-outline-secondary:active::before {
background-size: 0 0;
opacity: .2;
-webkit-transition: none;
transition: none;
}
.btn-warning.disabled::before, .btn-warning[disabled]::before {
display: none;
}
.btn-outline-warning.disabled::before, .btn-outline-warning[disabled]::before {
display: none;
}
.btn {
text-transform: uppercase;
border: none;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-transition: color .4s, background-color .4s, border-color .4s, -webkit-box-shadow .4s;
transition: color .4s, background-color .4s, border-color .4s, -webkit-box-shadow .4s;
transition: color .4s, background-color .4s, border-color .4s, box-shadow .4s;
transition: color .4s, background-color .4s, border-color .4s, box-shadow .4s, -webkit-box-shadow .4s;
}
.btn-link.disabled:hover, .btn-link.disabled:active:hover, .btn-link[disabled]:hover, .btn-link[disabled]:active:hover,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:active:hover {
color: #666;
text-decoration: none;
}
.btn-outline-secondary {
border-color: #eee;
color: #dee2e6;
}
body,
button {
letter-spacing: .1px;
}
p {
margin: 0 0 1em;
}
.modal-content {
backdrop-filter: blur(10px) saturate(138%);
-webkit-backdrop-filter: blur(10px) saturate(138%);
background-color: rgba(255, 255, 255, 0.14);
border-radius: 12px;
border: 1px solid rgba(209, 213, 219, 0.3);
}
.modal .btn-close,
.toast .btn-close {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
} | css/contacto.css | @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.nav-masthead .nav-link {
padding: 0.25rem 0;
font-weight: 700;
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
border-bottom: 0.25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
border-bottom-color: rgba(255, 255, 255, 0.25);
}
.nav-masthead .nav-link + .nav-link {
margin-left: 1rem;
}
.nav-masthead .active {
color: #fff;
border-bottom-color: #fff;
}
#changeHover:hover {
background-color: black;
}
a {
text-decoration: none;
}
a:hover {
background-color: #ff9800;
}
.contacto-bg {
background-image: url("../img/contactobg.jpg");
background-size: contain;
height: 100vh;
}
#contact {
min-height: calc(100vh - 68px - 277px);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("../img/contacto2.jpg");
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/contacto2.jpg");
background-size: cover;
background-position: center;
}
.container {
background-size: cover;
background-position: center;
}
#spinner {
width: 100%;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #000;
position: relative;
}
@keyframes ldio-4xvv7kp8ach {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ldio-4xvv7kp8ach div {
position: absolute;
-webkit-animation: ldio-4xvv7kp8ach 0.76s linear infinite;
animation: ldio-4xvv7kp8ach 0.76s linear infinite;
width: 149.42000000000002px;
height: 149.42000000000002px;
top: 45.790000000000006px;
left: 45.790000000000006px;
border-radius: 50%;
-webkit-box-shadow: 0 3.8560000000000003px 0 0 #ff9800;
box-shadow: 0 3.8560000000000003px 0 0 #ff9800;
-webkit-transform-origin: 74.71000000000001px 76.638px;
transform-origin: 74.71000000000001px 76.638px;
}
.loadingio-spinner-eclipse-9onybfsdper {
width: 241px;
height: 241px;
display: inline-block;
overflow: hidden;
background: none;
}
.ldio-4xvv7kp8ach {
width: 100%;
height: 100%;
position: relative;
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
/* see note above */
}
.ldio-4xvv7kp8ach div {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.modal-content {
backdrop-filter: blur(10px) saturate(138%);
-webkit-backdrop-filter: blur(10px) saturate(138%);
background-color: rgba(255, 255, 255, 0.14);
border-radius: 12px;
border: 1px solid rgba(209, 213, 219, 0.3);
}
.modal.show #modalCarrito {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/*!
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--bs-blue: #2196f3;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #e83e8c;
--bs-red: #e51c23;
--bs-orange: #fd7e14;
--bs-yellow: #ff9800;
--bs-green: #4caf50;
--bs-teal: #20c997;
--bs-cyan: #9c27b0;
--bs-white: #fff;
--bs-gray: #666;
--bs-gray-dark: #222;
--bs-primary: #2196f3;
--bs-secondary: #fff;
--bs-success: #4caf50;
--bs-info: #9c27b0;
--bs-warning: #ff9800;
--bs-danger: #e51c23;
--bs-light: #f8f9fa;
--bs-dark: #222;
--bs-font-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-font-sans-serif);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #444;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1, .h1 {
font-size: 2.5rem;
}
}
h2, .h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2, .h2 {
font-size: 2rem;
}
}
h3, .h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3, .h3 {
font-size: 1.75rem;
}
}
h4, .h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4, .h4 {
font-size: 1.5rem;
}
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small, .small {
font-size: 0.875em;
}
mark, .mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #2196f3;
text-decoration: underline;
}
a:hover {
color: #1a78c2;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
direction: ltr /* rtl:ignore */;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #e83e8c;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212121;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #666;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.container,
.container-fluid {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
.col {
-webkit-box-flex: 1;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
@media (min-width: 768px) {
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66667%;
}
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
pointer-events: none;
-webkit-filter: none;
filter: none;
opacity: 0.65;
}
.btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
color: #444;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.8rem 1rem;
font-size: 1rem;
border-radius: 0.25rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
transition: none;
}
}
.btn:hover {
color: #444;
}
.btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25);
}
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
pointer-events: none;
opacity: 0.65;
}
.btn-warning {
color: #fff;
background-color: #ff9800;
background-image: var(--bs-gradient);
border-color: #ff9800;
}
.btn-warning:hover {
color: #fff;
background-color: #d98100;
background-image: var(--bs-gradient);
border-color: #cc7a00;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
color: #fff;
background-color: #d98100;
background-image: var(--bs-gradient);
border-color: #cc7a00;
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #cc7a00;
background-image: none;
border-color: #bf7200;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 167, 38, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
color: #fff;
background-color: #ff9800;
background-image: none;
border-color: #ff9800;
}
.btn-outline-secondary {
color: #fff;
border-color: #fff;
}
.btn-outline-secondary:hover {
color: #000;
background-color: #fff;
border-color: #fff;
}
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary:active, .btn-outline-secondary.active {
color: #000;
background-color: #fff;
border-color: #fff;
}
.btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus {
-webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary:disabled {
color: #fff;
background-color: transparent;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
color: #ff9800;
background-color: transparent;
}
.btn-link:disabled, .btn-link.disabled {
color: #666;
}
.btn-lg {
padding: 0.5rem 1rem;
font-size: 1.25rem;
border-radius: 0.3rem;
}
.collapse:not(.show) {
display: none;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
color: #2196f3;
text-decoration: none;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.nav-link {
-webkit-transition: none;
transition: none;
}
}
.nav-link:hover, .nav-link:focus {
color: #1a78c2;
}
.accordion-button:not(.collapsed) {
color: #1e87db;
background-color: #e9f5fe;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e87db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
}
@keyframes progress-bar-stripes {
0% {
background-position-x: 0.375rem;
}
}
.btn-close:disabled, .btn-close.disabled {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
opacity: 0.25;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1060;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: 100%;
overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-content {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid transparent;
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
padding: 0.5rem 0.5rem;
margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
height: calc(100% - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.modal-fullscreen {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen .modal-header {
border-radius: 0;
}
.modal-fullscreen .modal-body {
overflow-y: auto;
}
.modal-fullscreen .modal-footer {
border-radius: 0;
}
@media (max-width: 575.98px) {
.modal-fullscreen-sm-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-sm-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-sm-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-sm-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 767.98px) {
.modal-fullscreen-md-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-md-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-md-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-md-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-md-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 991.98px) {
.modal-fullscreen-lg-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-lg-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-lg-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-lg-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1199.98px) {
.modal-fullscreen-xl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xl-down .modal-footer {
border-radius: 0;
}
}
@media (max-width: 1399.98px) {
.modal-fullscreen-xxl-down {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-xxl-down .modal-content {
height: 100%;
border: 0;
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-header {
border-radius: 0;
}
.modal-fullscreen-xxl-down .modal-body {
overflow-y: auto;
}
.modal-fullscreen-xxl-down .modal-footer {
border-radius: 0;
}
}
/* rtl:begin:ignore */
/* rtl:end:ignore */
/* rtl:options: {
"autoRename": true,
"stringMap":[ {
"name" : "prev-next",
"search" : "prev",
"replace" : "next"
} ]
} */
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg) /* rtl:ignore */;
transform: rotate(360deg) /* rtl:ignore */;
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.overflow-hidden {
overflow: hidden !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.flex-column {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.p-3 {
padding: 1rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.fs-3 {
font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-5 {
font-size: 1.25rem !important;
}
.text-center {
text-align: center !important;
}
/* rtl:begin:remove */
/* rtl:end:remove */
.text-warning {
color: #ff9800 !important;
}
.text-danger {
color: #e51c23 !important;
}
.text-light {
color: #f8f9fa !important;
}
.text-white {
color: #fff !important;
}
.bg-dark {
background-color: #222 !important;
}
.rounded-3 {
border-radius: 0.3rem !important;
}
@media (min-width: 768px) {
.float-md-start {
float: left !important;
}
.float-md-end {
float: right !important;
}
}
@media (min-width: 992px) {
.text-lg-start {
text-align: left !important;
}
}
@media (min-width: 1200px) {
.fs-3 {
font-size: 1.75rem !important;
}
}
.btn-outline-secondary {
position: relative;
}
.btn-outline-secondary::before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin-left: 0;
background-image: radial-gradient(circle, #bbb 10%, transparent 10.01%);
background-size: 1000% 1000%;
background-position: 50%;
border: none;
opacity: 0;
pointer-events: none;
-webkit-transition: background .5s, opacity 1s;
transition: background .5s, opacity 1s;
}
.btn-outline-secondary:active::before {
background-size: 0 0;
opacity: .2;
-webkit-transition: none;
transition: none;
}
.btn-warning.disabled::before, .btn-warning[disabled]::before {
display: none;
}
.btn-outline-warning.disabled::before, .btn-outline-warning[disabled]::before {
display: none;
}
.btn {
text-transform: uppercase;
border: none;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-transition: color .4s, background-color .4s, border-color .4s, -webkit-box-shadow .4s;
transition: color .4s, background-color .4s, border-color .4s, -webkit-box-shadow .4s;
transition: color .4s, background-color .4s, border-color .4s, box-shadow .4s;
transition: color .4s, background-color .4s, border-color .4s, box-shadow .4s, -webkit-box-shadow .4s;
}
.btn-link.disabled:hover, .btn-link.disabled:active:hover, .btn-link[disabled]:hover, .btn-link[disabled]:active:hover,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:active:hover {
color: #666;
text-decoration: none;
}
.btn-outline-secondary {
border-color: #eee;
color: #dee2e6;
}
body,
button {
letter-spacing: .1px;
}
p {
margin: 0 0 1em;
}
.modal-content {
backdrop-filter: blur(10px) saturate(138%);
-webkit-backdrop-filter: blur(10px) saturate(138%);
background-color: rgba(255, 255, 255, 0.14);
border-radius: 12px;
border: 1px solid rgba(209, 213, 219, 0.3);
}
.modal .btn-close,
.toast .btn-close {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
} | 0.532182 | 0.059565 |
.friends-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main {
display: flex;
flex-wrap: wrap;
width: 65%;
margin-left: 14%;
}
#pupBudzHeader {
color: white;
display: flex;
text-align: center;
align-items: center;
margin-bottom: 10%;
justify-content: center;
font-size: 32px;
font-weight: 200;
}
.friends {
margin-top: 5%;
font-family: 'Roboto', sans-serif;
flex: 0 0 27.15%;
border: 5px solid #ac4f22;
flex-direction: column;
background-color: #ac4f22;
padding-top: 5%;
}
.friend-search-box {
color: white;
margin-left: 5%;
}
.messages {
margin-top: 5%;
font-family: 'Roboto', sans-serif;
flex: 1;
border: 5px solid #f5ebda;
flex-direction: column;
background-color: #f5ebda;
}
.friendsList {
font-family: 'Roboto', sans-serif;
margin: 10px 0 10px 0;
padding: 1.5px;
color: 'white';
text-align: center;
}
.listOfFriends {
position: relative;
z-index: 0;
margin-top: 30px;
}
.inputAndSuggestions {
margin-left: 15%;
}
.suggestions {
background-color: lightgrey;
padding: 5px;
text-align: center;
border: 1px solid lightgrey;
margin-right: 15%;
}
.suggestions:hover {
background-color: lightgrey;
cursor: pointer;
margin: 4px 0 4px 0;
}
#friend-input {
display: inline;
}
#addFriendButton {
margin-left: 15%;
margin-top: 10%;
}
.friend-pic {
margin-left: 15%;
margin-bottom: 15%;
width: 70%;
margin-top: -8%;
}
.friendName{
color: white;
}
.unfriendBtn{
position: inline;
color: #f5d594;
}
#msg-receiver-header{
margin-top: 5%;
}
.sender{
color: white;
background-color: #0B88BD;
padding: 10px 20px 10px 20px;
border-radius: 25px;
margin-left: 50%;
margin-top: 5%;
width: fit-content;
margin-right: 3%;
float: right;
margin-bottom: 5px;
}
.reciever{
color: black;
background-color: white;
width: fit-content;
padding: 10px 20px 10px 20px;
border-radius: 25px;
margin-left: 3%;
margin-top: 5%;
}
.senderTime{
font-weight: 100;
margin-left: 70%;
font-size: 14px;
color: gray;
font-weight: 200;
margin-top: 5px;
}
.recieverTime{
font-weight: 100;
margin-left: 5%;
font-size: 14px;
color: gray;
font-weight: 200;
margin-top: 5px;
}
#sendMsgButton{
margin-top: 2%;
margin-left: 16%;
}
.sendMsgContainer{
margin-top: 14%;
margin-left: 33%;
} | client/src/components/FriendsList/FriendsList.css | .friends-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main {
display: flex;
flex-wrap: wrap;
width: 65%;
margin-left: 14%;
}
#pupBudzHeader {
color: white;
display: flex;
text-align: center;
align-items: center;
margin-bottom: 10%;
justify-content: center;
font-size: 32px;
font-weight: 200;
}
.friends {
margin-top: 5%;
font-family: 'Roboto', sans-serif;
flex: 0 0 27.15%;
border: 5px solid #ac4f22;
flex-direction: column;
background-color: #ac4f22;
padding-top: 5%;
}
.friend-search-box {
color: white;
margin-left: 5%;
}
.messages {
margin-top: 5%;
font-family: 'Roboto', sans-serif;
flex: 1;
border: 5px solid #f5ebda;
flex-direction: column;
background-color: #f5ebda;
}
.friendsList {
font-family: 'Roboto', sans-serif;
margin: 10px 0 10px 0;
padding: 1.5px;
color: 'white';
text-align: center;
}
.listOfFriends {
position: relative;
z-index: 0;
margin-top: 30px;
}
.inputAndSuggestions {
margin-left: 15%;
}
.suggestions {
background-color: lightgrey;
padding: 5px;
text-align: center;
border: 1px solid lightgrey;
margin-right: 15%;
}
.suggestions:hover {
background-color: lightgrey;
cursor: pointer;
margin: 4px 0 4px 0;
}
#friend-input {
display: inline;
}
#addFriendButton {
margin-left: 15%;
margin-top: 10%;
}
.friend-pic {
margin-left: 15%;
margin-bottom: 15%;
width: 70%;
margin-top: -8%;
}
.friendName{
color: white;
}
.unfriendBtn{
position: inline;
color: #f5d594;
}
#msg-receiver-header{
margin-top: 5%;
}
.sender{
color: white;
background-color: #0B88BD;
padding: 10px 20px 10px 20px;
border-radius: 25px;
margin-left: 50%;
margin-top: 5%;
width: fit-content;
margin-right: 3%;
float: right;
margin-bottom: 5px;
}
.reciever{
color: black;
background-color: white;
width: fit-content;
padding: 10px 20px 10px 20px;
border-radius: 25px;
margin-left: 3%;
margin-top: 5%;
}
.senderTime{
font-weight: 100;
margin-left: 70%;
font-size: 14px;
color: gray;
font-weight: 200;
margin-top: 5px;
}
.recieverTime{
font-weight: 100;
margin-left: 5%;
font-size: 14px;
color: gray;
font-weight: 200;
margin-top: 5px;
}
#sendMsgButton{
margin-top: 2%;
margin-left: 16%;
}
.sendMsgContainer{
margin-top: 14%;
margin-left: 33%;
} | 0.358241 | 0.080828 |
html, body {
display: flex;
min-height: 100%;
height: 100%;
background-image: url(http://theartmad.com/wp-content/uploads/Dark-Grey-Texture-Wallpaper-5.jpg);
background-size: cover;
background-position: top center;
font-family: helvetica neue, helvetica, arial, sans-serif;
font-weight: 200;
margin: auto;
-webkit-text-size-adjust: 100%;
font-family: 'Lato', sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
textarea{
width: 100%;
display: block;
height: 200px;
}
/** page structure **/
#wrapper {
display: block;
width: 850px;
background: #fff;
margin: 0 auto;
padding: 10px 17px;
-webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
}
#keywords {
margin: 0 auto;
font-size: 1.2em;
margin-bottom: 15px;
}
#keywords thead {
cursor: pointer;
background: #38375f;
color: #fff;
}
#keywords thead tr th {
font-weight: bold;
padding: 12px 30px;
padding-left: 42px;
}
#keywords thead tr th span {
padding-right: 20px;
background-repeat: no-repeat;
background-position: 100% 100%;
}
#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
background: #acc8dd;
}
#keywords thead tr th.headerSortUp span {
background-image: url('https://i.imgur.com/SP99ZPJ.png');
}
#keywords thead tr th.headerSortDown span {
background-image: url('https://i.imgur.com/RkA9MBo.png');
}
#keywords tbody tr {
color: #555;
}
#keywords tbody tr td {
text-align: center;
padding: 15px 10px;
}
#keywords tbody tr td.lalign {
text-align: left;
}
.textbox{
height:50px;
width:100%;
border-radius:3px;
border:rgba(0,0,0,.3) 2px solid;
box-sizing:border-box;
padding:10px;
margin-bottom:30px;
}
.textbox:focus{
outline:none;
border:rgba(24,149,215,1) 2px solid;
color:rgba(24,149,215,1);
}
input {
-webkit-appearance: none;
}
html, body {
min-height: 100%;
}
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
input {
font-family: 'Lato';
}
li {
list-style: none;
}
a {
text-decoration: none;
}
html, body {
min-height: 100%;
}
.table-wrapper > ul {
opacity: 0;
animation: nav-fade 0.5s forwards;
transform: translateY(-50px);
}
.material-button {
background-color: #5cb85c;
cursor: pointer;
height: 44px;
width: 44px;
border-radius: 100%;
position: absolute;
bottom: -20px;
right: 30px;
transition: all 0.2s ease-in-out;
}
.material-button:before {
content: "+";
text-align: center;
display: block;
font-size: 28px;
}
.material-button:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.container {
margin: auto;
min-width: 960px;
padding: 20px;
}
.header-wrapper {
background: #38375f;
border-radius: 5px 5px 0 0;
flex-basis: 100%;
flex-grow: 1;
position: relative;
margin: auto;
padding: 70px 40px 60px;
}
.header-wrapper * {
color: #fff;
}
.header-wrapper .title {
font-size: 1.6rem;
font-weight: 300;
margin-bottom: 15px;
margin-top: 40px;
}
.header-wrapper .note {
color: #c6c5d1;
font-weight: 500;
font-size: 0.85rem;
}
.header-wrapper .logo {
color: #ff9081;
display: flex;
float: left;
font-weight: bold;
margin-top: -30px;
text-transform: uppercase;
}
.header-wrapper .nav1 {
cursor: pointer;
display: flex;
float: right;
margin-top: -30px;
width: 400px;
}
.header-wrapper .nav1 li {
flex-grow: 1;
text-align: right;
font-size: 0.9rem;
transition: all 0.2s ease-in-out;
}
.header-wrapper .nav1 li:hover {
opacity: 0.7;
}
.header-wrapper .nav2 {
display: flex;
float: left;
margin-top: 50px;
width: 400px;
}
.header-wrapper .nav2 li {
text-transform: uppercase;
font-size: 0.7rem;
letter-spacing: 1px;
margin-right: 30px;
opacity: 0.4;
padding-bottom: 10px;
cursor: not-allowed;
}
.header-wrapper .nav2 li.active {
position: relative;
cursor: default;
opacity: 1;
}
.header-wrapper .nav2 li.active:after {
content: "";
background-color: #5092d5;
width: 100%;
height: 4px;
bottom: -7px;
position: absolute;
left: 0;
}
.focus {
color: #fff;
}
.content-wrapper {
background: #eee;
border-radius: 0 0 5px 5px;
display: flex;
padding: 40px;
}
.table-wrapper {
background: #fff;
border-radius: 5px;
flex-basis: 100%;
flex-grow: 1;
margin: 10px auto;
box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
padding: 40px;
min-height: auto;
}
.horizontal {
display: flex;
}
.col.data {
border-bottom: 1px solid #eee;
padding: 30px 0;
position: relative;
}
.col.data:last-child {
border-bottom: 0 none;
padding-bottom: 0;
}
.col.data .content:last-child {
flex-grow: 1;
}
.col .content {
position: relative;
}
.col .content:first-child {
flex-basis: 15%;
flex-grow: 0;
}
.col .content:nth-child(2) {
flex-basis: 30%;
}
.col .content:nth-child(3) {
flex-basis: 25%;
}
.col .content:nth-child(4) {
text-align: right;
flex-basis: 10%;
}
.col.header {
color: #888;
font-size: 0.7rem;
text-transform: uppercase;
}
.col .secondary {
margin-top: 6px;
color: #777;
font-size: 0.8rem;
}
.year {
color: #bbb;
}
.has-image {
padding-left: 45px;
position: relative;
}
.has-image:before {
background-color: #ddd;
border-radius: 100%;
content: "";
height: 30px;
left: 0;
position: absolute;
top: 6px;
width: 30px;
}
.table-wrapper > ul:nth-child(1) {
animation-delay: 0.3s;
}
.table-wrapper > ul:nth-child(2) {
animation-delay: 0.45s;
}
.table-wrapper > ul:nth-child(3) {
animation-delay: 0.6s;
}
.table-wrapper > ul:nth-child(4) {
animation-delay: 0.75s;
}
@keyframes nav-fade {
100% {
opacity: 1;
transform: translateX(0);
}
}
.icon {
cursor: pointer;
position: relative;
padding: 15px;
opacity: 0.5;
transition: all 0.2s ease-in-out;
}
.icon:hover {
opacity: 1;
}
.icon:before {
color: #5092d5;
font-family: 'FontAwesome';
font-size: 20px;
}
.icon.edit:before {
content: "\f040";
}
.icon.delete:before {
content: "\f1f8";
}
.icon-wrapper {
float: right;
margin-top: 12px;
}
[data-tooltip] {
position: relative;
}
[data-tooltip]:hover:after {
content: attr(data-tooltip);
color: #fff;
background-color: rgba(0, 0, 0, .7);
padding: 5px 7px;
position: absolute;
border-radius: 5px;
font-size: 0.8rem;
z-index: 999;
top: -20px;
margin: auto;
right: 0;
text-align: center;
opacity: 1;
display: table;
}
[data-tooltip].edit:hover:after {
left: 5px;
}
[data-tooltip].delete:hover:after {
left: -4px;
}
.small-text, .status, .severity, .stage .label {
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
font-weight: 600;
text-rendering: optimizeLegibility;
}
.status, .severity {
box-sizing: border-box;
line-height: 16px;
padding: 0 7px;
display: inline-block;
margin: 8px 0;
margin-right: 14px;
/* TEMP for display purposes here */
}
/* Status */
.status {
border-radius: 9px;
color: #fff;
background: #fff;
}
.status.new, .status.active, .status.done, .status.withdrawn, .status.inherit {
border: 1px solid currentColor;
}
.status.new, .status.active {
color: #2c97de;
}
.status.active {
border-color: rgba(44, 151, 222, 0.4);
}
.status.done {
color: #18A968;
}
.status.withdrawn, .status.inherit {
color: #767676;
}
.status.inherit {
border-style: dashed;
}
.status.pending {
background: #6459b5;
}
.status.blocked {
background: #9e2013;
}
.status.approve {
background: #006dff;
}
/* Stages */
.stage .label {
line-height: 1;
letter-spacing: .5px;
}
.stage .stage-item {
background: #bbb;
fill: currentColor;
display: inline-block;
width: 7px;
height: 4px;
position: relative;
top: -12px;
margin-left: -1px;
}
.stage .stage-item:first-child {
margin: 0;
}
/* Stage 1-4, etc. */
.stage.stage-1 .stage-item:first-child,
.stage.stage-2 .stage-item:nth-child(2),
.stage.stage-3 .stage-item:nth-child(3),
.stage.stage-4 .stage-item:nth-child(4),
.stage.stage-5 .stage-item:nth-child(5) {
background: #006dff;
}
/* Done */
.stage.stage-done .stage-item {
background: #18A968;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 1.95em;
cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0; top: 0;
width: 1.25em; height: 1.25em;
border: 2px solid #ccc;
background: #fff;
border-radius: 4px;
box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '\2713\0020';
position: absolute;
top: .15em; left: .22em;
font-size: 1.3em;
line-height: 0.8;
color: #09ad7e;
transition: all .2s;
font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
color: #999;
}
[type="checkbox"]:disabled + label {
color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
border: 2px dotted blue;
}
/* hover style just for information */
label:hover:before {
border: 2px solid #4778d9!important;
}
.expando-list {
display: block;
margin: 2rem auto;
max-width: 100%;
width: 35rem;
}
.expando-list__item {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
border-bottom: 1px solid #ddd;
background-color: #fff;
display: block;
margin: 0 auto;
width: 95%;
transition: all .1s;
}
.expando-list__item--open {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16), 0 10px 50px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
margin: 1rem auto;
width: 100%;
}
.expando-list__item--open .expando-list__item__content {
display: block;
}
.expando-list__item--open .expando-list__item {
border-radius: 2px 2px 0 0;
}
.expando-list__item--open.expando-list__item--evening .expando-list__item__header {
background-color: #3498db;
color: #f2f2f2;
}
.expando-list__item--open.expando-list__item--evening .expando-list__item__header .date {
color: #eee;
}
.expando-list__item--open.expando-list__item--event .expando-list__item__header {
background-color: #1abc9c;
color: #f2f2f2;
}
.expando-list__item--open.expando-list__item--event .expando-list__item__header .date {
color: #f4f4f4;
}
.expando-list__item__header {
align-items: center;
cursor: pointer;
display: flex;
padding: 1rem;
user-select: none;
}
.expando-list__item__header h3 {
padding: .25rem 0;
}
.expando-list__item__header span {
margin-left: auto;
}
.expando-list__item__header:hover {
background-color: #eee;
}
@media (max-width: 500px) {
.expando-list__item__header {
display: block;
}
}
.card__content {
margin: 0;
padding: 1.5rem 1rem;
}
.list {
list-style: none;
padding: 0;
}
.list__item {
align-items: center;
border-top: 1px solid #eee;
display: flex;
justify-content: space-between;
padding: 1rem 1rem;
}
.item-left {
padding: 0 2rem 0 0;
}
.item-content {
width: 75%;
}
.expando-list__item__content {
display: none;
}
.date {
display: block;
}
.wrapper {
max-width: 700px;
margin: 50px auto;
background: #6465a5;
box-sizing: border-box;
padding: 40px;
}
h1 {
text-align: center;
text-transform: uppercase;
color: #fff;
margin-bottom: 50px;
font-size: 35px;
}
.address {
display: flex;
justify-content: space-around;
text-align: center;
color: #a9aacd;
margin-bottom: 50px;
}
.inner-address p {
font-size: 12px;
}
.inner-address .fas {
font-size: 30px;
margin-bottom: 10px;
}
.form {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.form-title {
font-size: 25px;
margin-bottom: 20px;
color: #fff;
text-align: center;
}
.input-form {
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 20px;
}
.inner-msg {
width: 100%;
margin-bottom: 20px;
resize: none;
}
.input > input {
border: 0;
width: 260px;
padding: 10px 20px;
outline: none;
}
.msg > textarea {
width: 100%;
border: 0;
padding: 10px 20px;
outline: none;
height: 80px;
}
.btn {
border: 2px solid #fff;
padding: 10px 20px;
color: #fff;
cursor: pointer;
transition: all 0.5s ease;
}
.btn:hover{
background: #fff;
color: #6465a5;
}
.social {
display: flex;
justify-content: center;
color: #a9aacd;
}
.inner-social .fab {
margin: 0 20px;
font-size: 30px;
cursor: pointer;
transition: all 0.5s ease;
}
.fab:hover{
color: #fff;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #a9aacd;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #a9aacd;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #a9aacd;
}
@media screen and (max-width: 640px) {
.input-form {
flex-direction: column;
}
.input:first-child > input {
margin-bottom: 20px;
}
.form .input > input {
width: 100% !important;
}
}
@media screen and (max-width: 580px) {
.address {
flex-direction: column;
align-items: center;
}
.inner-address {
margin-bottom: 20px;
}
.social {
flex-direction: column;
align-items: center;
}
.inner-social {
margin-bottom: 20px;
}
} | public/css/home.css | html, body {
display: flex;
min-height: 100%;
height: 100%;
background-image: url(http://theartmad.com/wp-content/uploads/Dark-Grey-Texture-Wallpaper-5.jpg);
background-size: cover;
background-position: top center;
font-family: helvetica neue, helvetica, arial, sans-serif;
font-weight: 200;
margin: auto;
-webkit-text-size-adjust: 100%;
font-family: 'Lato', sans-serif;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
textarea{
width: 100%;
display: block;
height: 200px;
}
/** page structure **/
#wrapper {
display: block;
width: 850px;
background: #fff;
margin: 0 auto;
padding: 10px 17px;
-webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
}
#keywords {
margin: 0 auto;
font-size: 1.2em;
margin-bottom: 15px;
}
#keywords thead {
cursor: pointer;
background: #38375f;
color: #fff;
}
#keywords thead tr th {
font-weight: bold;
padding: 12px 30px;
padding-left: 42px;
}
#keywords thead tr th span {
padding-right: 20px;
background-repeat: no-repeat;
background-position: 100% 100%;
}
#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
background: #acc8dd;
}
#keywords thead tr th.headerSortUp span {
background-image: url('https://i.imgur.com/SP99ZPJ.png');
}
#keywords thead tr th.headerSortDown span {
background-image: url('https://i.imgur.com/RkA9MBo.png');
}
#keywords tbody tr {
color: #555;
}
#keywords tbody tr td {
text-align: center;
padding: 15px 10px;
}
#keywords tbody tr td.lalign {
text-align: left;
}
.textbox{
height:50px;
width:100%;
border-radius:3px;
border:rgba(0,0,0,.3) 2px solid;
box-sizing:border-box;
padding:10px;
margin-bottom:30px;
}
.textbox:focus{
outline:none;
border:rgba(24,149,215,1) 2px solid;
color:rgba(24,149,215,1);
}
input {
-webkit-appearance: none;
}
html, body {
min-height: 100%;
}
*, *:after, *:before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
input {
font-family: 'Lato';
}
li {
list-style: none;
}
a {
text-decoration: none;
}
html, body {
min-height: 100%;
}
.table-wrapper > ul {
opacity: 0;
animation: nav-fade 0.5s forwards;
transform: translateY(-50px);
}
.material-button {
background-color: #5cb85c;
cursor: pointer;
height: 44px;
width: 44px;
border-radius: 100%;
position: absolute;
bottom: -20px;
right: 30px;
transition: all 0.2s ease-in-out;
}
.material-button:before {
content: "+";
text-align: center;
display: block;
font-size: 28px;
}
.material-button:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.container {
margin: auto;
min-width: 960px;
padding: 20px;
}
.header-wrapper {
background: #38375f;
border-radius: 5px 5px 0 0;
flex-basis: 100%;
flex-grow: 1;
position: relative;
margin: auto;
padding: 70px 40px 60px;
}
.header-wrapper * {
color: #fff;
}
.header-wrapper .title {
font-size: 1.6rem;
font-weight: 300;
margin-bottom: 15px;
margin-top: 40px;
}
.header-wrapper .note {
color: #c6c5d1;
font-weight: 500;
font-size: 0.85rem;
}
.header-wrapper .logo {
color: #ff9081;
display: flex;
float: left;
font-weight: bold;
margin-top: -30px;
text-transform: uppercase;
}
.header-wrapper .nav1 {
cursor: pointer;
display: flex;
float: right;
margin-top: -30px;
width: 400px;
}
.header-wrapper .nav1 li {
flex-grow: 1;
text-align: right;
font-size: 0.9rem;
transition: all 0.2s ease-in-out;
}
.header-wrapper .nav1 li:hover {
opacity: 0.7;
}
.header-wrapper .nav2 {
display: flex;
float: left;
margin-top: 50px;
width: 400px;
}
.header-wrapper .nav2 li {
text-transform: uppercase;
font-size: 0.7rem;
letter-spacing: 1px;
margin-right: 30px;
opacity: 0.4;
padding-bottom: 10px;
cursor: not-allowed;
}
.header-wrapper .nav2 li.active {
position: relative;
cursor: default;
opacity: 1;
}
.header-wrapper .nav2 li.active:after {
content: "";
background-color: #5092d5;
width: 100%;
height: 4px;
bottom: -7px;
position: absolute;
left: 0;
}
.focus {
color: #fff;
}
.content-wrapper {
background: #eee;
border-radius: 0 0 5px 5px;
display: flex;
padding: 40px;
}
.table-wrapper {
background: #fff;
border-radius: 5px;
flex-basis: 100%;
flex-grow: 1;
margin: 10px auto;
box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
padding: 40px;
min-height: auto;
}
.horizontal {
display: flex;
}
.col.data {
border-bottom: 1px solid #eee;
padding: 30px 0;
position: relative;
}
.col.data:last-child {
border-bottom: 0 none;
padding-bottom: 0;
}
.col.data .content:last-child {
flex-grow: 1;
}
.col .content {
position: relative;
}
.col .content:first-child {
flex-basis: 15%;
flex-grow: 0;
}
.col .content:nth-child(2) {
flex-basis: 30%;
}
.col .content:nth-child(3) {
flex-basis: 25%;
}
.col .content:nth-child(4) {
text-align: right;
flex-basis: 10%;
}
.col.header {
color: #888;
font-size: 0.7rem;
text-transform: uppercase;
}
.col .secondary {
margin-top: 6px;
color: #777;
font-size: 0.8rem;
}
.year {
color: #bbb;
}
.has-image {
padding-left: 45px;
position: relative;
}
.has-image:before {
background-color: #ddd;
border-radius: 100%;
content: "";
height: 30px;
left: 0;
position: absolute;
top: 6px;
width: 30px;
}
.table-wrapper > ul:nth-child(1) {
animation-delay: 0.3s;
}
.table-wrapper > ul:nth-child(2) {
animation-delay: 0.45s;
}
.table-wrapper > ul:nth-child(3) {
animation-delay: 0.6s;
}
.table-wrapper > ul:nth-child(4) {
animation-delay: 0.75s;
}
@keyframes nav-fade {
100% {
opacity: 1;
transform: translateX(0);
}
}
.icon {
cursor: pointer;
position: relative;
padding: 15px;
opacity: 0.5;
transition: all 0.2s ease-in-out;
}
.icon:hover {
opacity: 1;
}
.icon:before {
color: #5092d5;
font-family: 'FontAwesome';
font-size: 20px;
}
.icon.edit:before {
content: "\f040";
}
.icon.delete:before {
content: "\f1f8";
}
.icon-wrapper {
float: right;
margin-top: 12px;
}
[data-tooltip] {
position: relative;
}
[data-tooltip]:hover:after {
content: attr(data-tooltip);
color: #fff;
background-color: rgba(0, 0, 0, .7);
padding: 5px 7px;
position: absolute;
border-radius: 5px;
font-size: 0.8rem;
z-index: 999;
top: -20px;
margin: auto;
right: 0;
text-align: center;
opacity: 1;
display: table;
}
[data-tooltip].edit:hover:after {
left: 5px;
}
[data-tooltip].delete:hover:after {
left: -4px;
}
.small-text, .status, .severity, .stage .label {
text-transform: uppercase;
font-size: 9px;
letter-spacing: 1px;
font-weight: 600;
text-rendering: optimizeLegibility;
}
.status, .severity {
box-sizing: border-box;
line-height: 16px;
padding: 0 7px;
display: inline-block;
margin: 8px 0;
margin-right: 14px;
/* TEMP for display purposes here */
}
/* Status */
.status {
border-radius: 9px;
color: #fff;
background: #fff;
}
.status.new, .status.active, .status.done, .status.withdrawn, .status.inherit {
border: 1px solid currentColor;
}
.status.new, .status.active {
color: #2c97de;
}
.status.active {
border-color: rgba(44, 151, 222, 0.4);
}
.status.done {
color: #18A968;
}
.status.withdrawn, .status.inherit {
color: #767676;
}
.status.inherit {
border-style: dashed;
}
.status.pending {
background: #6459b5;
}
.status.blocked {
background: #9e2013;
}
.status.approve {
background: #006dff;
}
/* Stages */
.stage .label {
line-height: 1;
letter-spacing: .5px;
}
.stage .stage-item {
background: #bbb;
fill: currentColor;
display: inline-block;
width: 7px;
height: 4px;
position: relative;
top: -12px;
margin-left: -1px;
}
.stage .stage-item:first-child {
margin: 0;
}
/* Stage 1-4, etc. */
.stage.stage-1 .stage-item:first-child,
.stage.stage-2 .stage-item:nth-child(2),
.stage.stage-3 .stage-item:nth-child(3),
.stage.stage-4 .stage-item:nth-child(4),
.stage.stage-5 .stage-item:nth-child(5) {
background: #006dff;
}
/* Done */
.stage.stage-done .stage-item {
background: #18A968;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 1.95em;
cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0; top: 0;
width: 1.25em; height: 1.25em;
border: 2px solid #ccc;
background: #fff;
border-radius: 4px;
box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '\2713\0020';
position: absolute;
top: .15em; left: .22em;
font-size: 1.3em;
line-height: 0.8;
color: #09ad7e;
transition: all .2s;
font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
color: #999;
}
[type="checkbox"]:disabled + label {
color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
border: 2px dotted blue;
}
/* hover style just for information */
label:hover:before {
border: 2px solid #4778d9!important;
}
.expando-list {
display: block;
margin: 2rem auto;
max-width: 100%;
width: 35rem;
}
.expando-list__item {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
border-bottom: 1px solid #ddd;
background-color: #fff;
display: block;
margin: 0 auto;
width: 95%;
transition: all .1s;
}
.expando-list__item--open {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16), 0 10px 50px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
margin: 1rem auto;
width: 100%;
}
.expando-list__item--open .expando-list__item__content {
display: block;
}
.expando-list__item--open .expando-list__item {
border-radius: 2px 2px 0 0;
}
.expando-list__item--open.expando-list__item--evening .expando-list__item__header {
background-color: #3498db;
color: #f2f2f2;
}
.expando-list__item--open.expando-list__item--evening .expando-list__item__header .date {
color: #eee;
}
.expando-list__item--open.expando-list__item--event .expando-list__item__header {
background-color: #1abc9c;
color: #f2f2f2;
}
.expando-list__item--open.expando-list__item--event .expando-list__item__header .date {
color: #f4f4f4;
}
.expando-list__item__header {
align-items: center;
cursor: pointer;
display: flex;
padding: 1rem;
user-select: none;
}
.expando-list__item__header h3 {
padding: .25rem 0;
}
.expando-list__item__header span {
margin-left: auto;
}
.expando-list__item__header:hover {
background-color: #eee;
}
@media (max-width: 500px) {
.expando-list__item__header {
display: block;
}
}
.card__content {
margin: 0;
padding: 1.5rem 1rem;
}
.list {
list-style: none;
padding: 0;
}
.list__item {
align-items: center;
border-top: 1px solid #eee;
display: flex;
justify-content: space-between;
padding: 1rem 1rem;
}
.item-left {
padding: 0 2rem 0 0;
}
.item-content {
width: 75%;
}
.expando-list__item__content {
display: none;
}
.date {
display: block;
}
.wrapper {
max-width: 700px;
margin: 50px auto;
background: #6465a5;
box-sizing: border-box;
padding: 40px;
}
h1 {
text-align: center;
text-transform: uppercase;
color: #fff;
margin-bottom: 50px;
font-size: 35px;
}
.address {
display: flex;
justify-content: space-around;
text-align: center;
color: #a9aacd;
margin-bottom: 50px;
}
.inner-address p {
font-size: 12px;
}
.inner-address .fas {
font-size: 30px;
margin-bottom: 10px;
}
.form {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.form-title {
font-size: 25px;
margin-bottom: 20px;
color: #fff;
text-align: center;
}
.input-form {
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 20px;
}
.inner-msg {
width: 100%;
margin-bottom: 20px;
resize: none;
}
.input > input {
border: 0;
width: 260px;
padding: 10px 20px;
outline: none;
}
.msg > textarea {
width: 100%;
border: 0;
padding: 10px 20px;
outline: none;
height: 80px;
}
.btn {
border: 2px solid #fff;
padding: 10px 20px;
color: #fff;
cursor: pointer;
transition: all 0.5s ease;
}
.btn:hover{
background: #fff;
color: #6465a5;
}
.social {
display: flex;
justify-content: center;
color: #a9aacd;
}
.inner-social .fab {
margin: 0 20px;
font-size: 30px;
cursor: pointer;
transition: all 0.5s ease;
}
.fab:hover{
color: #fff;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #a9aacd;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #a9aacd;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #a9aacd;
}
@media screen and (max-width: 640px) {
.input-form {
flex-direction: column;
}
.input:first-child > input {
margin-bottom: 20px;
}
.form .input > input {
width: 100% !important;
}
}
@media screen and (max-width: 580px) {
.address {
flex-direction: column;
align-items: center;
}
.inner-address {
margin-bottom: 20px;
}
.social {
flex-direction: column;
align-items: center;
}
.inner-social {
margin-bottom: 20px;
}
} | 0.480722 | 0.076098 |
body
{
font-size:14px;
/*font-family: "Lucida Console", Monospace, Helvetica;*/
}
header
{
margin:0 auto;
text-align:center;
padding-bottom: 60px;
}
h2
{
margin-top: 1em;
}
hr
{
width:90%;
margin:5px auto;
}
span.ipt-err
{
color: red;
padding: 0 0.5em;
}
#loginForm
{
}
#loginForm .form-row
{
margin-bottom: 5px;
}
#loginForm input[type=text], #loginForm textarea, #loginForm label
{
margin: 0;
}
#loginForm label
{
font-weight: bold;
display: inline-block;
margin-right: 0.8em;
}
#loginForm textarea
{
width: 360px;
}
#txt-nickname
{
}
#errNoNickname
{
margin-left: 1em;
color: red;
}
.container
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: center;
}
.container h2
{
margin: 0 auto;
}
#share-link
{
text-align: center;
margin-bottom: 18px;
}
#share-link label[for="txt-room-link"]
{
display: inline-block;
font-weight: bold;
margin-right: 1em;
font-size: 14px;
float: left;
line-height: 32px;
}
#txt-room-link
{
float: left;
width: 360px;
}
#btn-copy
{
margin-left: 5px;
float: left;
}
#room-info
{
width: 460px;
margin: 0 auto;
margin-bottom: 80px;
}
#story-list
{
width: 60%;
margin: 0 auto;
}
#story-table
{
margin-bottom: 2px;
}
#story-table td, #story-table th
{
}
#story-table th:first-of-type
{
width: 75%;
}
#story-table th:nth-of-type(2)
{
width: 5%;
text-align: left;
}
#story-table th:last-of-type
{
width: 20%;
text-align: center;
}
#story-table td:first-of-type
{
cursor: crosshair;
}
#story-table td:nth-of-type(2)
{
cursor: crosshair;
text-align: center;
}
#story-table td:last-of-type
{
text-align: center;
}
#story-table td > input[type=text]
{
margin: 0;
}
#story-table td:first-of-type > input[type=text] { width: 95%; }
#story-table td:nth-of-type(2) > input[type=text] { width: 60%; }
#story-table td.dragover
{
border: 1px dashed #999;
}
#add-story-wrapper
{
text-align: left;
}
span#pointer
{
cursor: move;
display: inline-block;
}
#participants
{
padding-top: 20px;
width: 60%;
margin: 0 auto;
}
.participant
{
margin-right: 1em;
display: inline-block;
width: 64px;
height: 64px;
background-image: url('../img/await.png');
background-repeat: no-repeat;
line-height: 148px;
font-weight: bold;
}
.participant.voted
{
background-image: url('../img/voted.png');
}
#votebar
{
width:440px;
height:60px;
margin: 10px auto;
}
#votebar #btnViewResult{
}
#pokerbar-wrapper
{
width: 600px;
margin: 0 auto;
}
#pokerbar, #vote-status
{
height:120px;
line-height:100px;
font-weight:bold;
display:table-cell;
vertical-align:middle;
}
#vote-status{display: none;}
#vote-status #spVoteVal {
padding-top: 4px;
}
.poker
{
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:2px solid #0074CC;
box-shadow: 5px 5px 5px #CCC;
width: 60px;
height: 90px;
line-height: 90px;
text-align:center;
background-color:White;
vertical-align:middle;
position:relative;
margin-bottom:2px;
float:left;
z-index:0;
}
.poker:hover {color:#0074CC;z-index:100;cursor:pointer;} /*reflow*/
.votedPoker
{
width: 60px;
height: 90px;
text-align:center;
padding:0 5px;
opacity:0;
position: relative;
margin-top: 20px;
margin-right: 8px;
float:left;
}
.resultPoker
{
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
-ms-transition: all 2s ease;
transition: all 2s ease;
}
.resultPoker.highscore .poker
{
color: blue;
}
.resultPoker.lowscore .poker
{
color: green;
}
.resultPoker.specialscore .poker
{
color: red;
}
.resultPoker.highscore .poker, .resultPoker.lowscore .poker, .resultPoker.specialscore .poker
{
font-weight: bold;
}
#vote-result-dialog
{
min-width: 640px;
}
#voteResultPanel
{
/*
*min-width:480px;
*max-width:800px;
*min-height:140px;
*max-height:300px;
*/
width: 2000px;
height: 160px;
padding:10px 0;
overflow-x:auto;
overflow-y:hidden;
}
#estimated-story-point-wrapper {float: left}
#txt-estimated-story-point {
width: 24px;
border-color: rgba(82,168,236,.8);
outline: 0;
outline: thin dotted \9;
-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}
.activePoker
{
cursor:pointer;
z-index:100;
}
.alienPoker
{
margin-top:10px;
color:Red;
font-weight:bold;
} | public/stylesheets/style.css | body
{
font-size:14px;
/*font-family: "Lucida Console", Monospace, Helvetica;*/
}
header
{
margin:0 auto;
text-align:center;
padding-bottom: 60px;
}
h2
{
margin-top: 1em;
}
hr
{
width:90%;
margin:5px auto;
}
span.ipt-err
{
color: red;
padding: 0 0.5em;
}
#loginForm
{
}
#loginForm .form-row
{
margin-bottom: 5px;
}
#loginForm input[type=text], #loginForm textarea, #loginForm label
{
margin: 0;
}
#loginForm label
{
font-weight: bold;
display: inline-block;
margin-right: 0.8em;
}
#loginForm textarea
{
width: 360px;
}
#txt-nickname
{
}
#errNoNickname
{
margin-left: 1em;
color: red;
}
.container
{
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: center;
}
.container h2
{
margin: 0 auto;
}
#share-link
{
text-align: center;
margin-bottom: 18px;
}
#share-link label[for="txt-room-link"]
{
display: inline-block;
font-weight: bold;
margin-right: 1em;
font-size: 14px;
float: left;
line-height: 32px;
}
#txt-room-link
{
float: left;
width: 360px;
}
#btn-copy
{
margin-left: 5px;
float: left;
}
#room-info
{
width: 460px;
margin: 0 auto;
margin-bottom: 80px;
}
#story-list
{
width: 60%;
margin: 0 auto;
}
#story-table
{
margin-bottom: 2px;
}
#story-table td, #story-table th
{
}
#story-table th:first-of-type
{
width: 75%;
}
#story-table th:nth-of-type(2)
{
width: 5%;
text-align: left;
}
#story-table th:last-of-type
{
width: 20%;
text-align: center;
}
#story-table td:first-of-type
{
cursor: crosshair;
}
#story-table td:nth-of-type(2)
{
cursor: crosshair;
text-align: center;
}
#story-table td:last-of-type
{
text-align: center;
}
#story-table td > input[type=text]
{
margin: 0;
}
#story-table td:first-of-type > input[type=text] { width: 95%; }
#story-table td:nth-of-type(2) > input[type=text] { width: 60%; }
#story-table td.dragover
{
border: 1px dashed #999;
}
#add-story-wrapper
{
text-align: left;
}
span#pointer
{
cursor: move;
display: inline-block;
}
#participants
{
padding-top: 20px;
width: 60%;
margin: 0 auto;
}
.participant
{
margin-right: 1em;
display: inline-block;
width: 64px;
height: 64px;
background-image: url('../img/await.png');
background-repeat: no-repeat;
line-height: 148px;
font-weight: bold;
}
.participant.voted
{
background-image: url('../img/voted.png');
}
#votebar
{
width:440px;
height:60px;
margin: 10px auto;
}
#votebar #btnViewResult{
}
#pokerbar-wrapper
{
width: 600px;
margin: 0 auto;
}
#pokerbar, #vote-status
{
height:120px;
line-height:100px;
font-weight:bold;
display:table-cell;
vertical-align:middle;
}
#vote-status{display: none;}
#vote-status #spVoteVal {
padding-top: 4px;
}
.poker
{
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border:2px solid #0074CC;
box-shadow: 5px 5px 5px #CCC;
width: 60px;
height: 90px;
line-height: 90px;
text-align:center;
background-color:White;
vertical-align:middle;
position:relative;
margin-bottom:2px;
float:left;
z-index:0;
}
.poker:hover {color:#0074CC;z-index:100;cursor:pointer;} /*reflow*/
.votedPoker
{
width: 60px;
height: 90px;
text-align:center;
padding:0 5px;
opacity:0;
position: relative;
margin-top: 20px;
margin-right: 8px;
float:left;
}
.resultPoker
{
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
-ms-transition: all 2s ease;
transition: all 2s ease;
}
.resultPoker.highscore .poker
{
color: blue;
}
.resultPoker.lowscore .poker
{
color: green;
}
.resultPoker.specialscore .poker
{
color: red;
}
.resultPoker.highscore .poker, .resultPoker.lowscore .poker, .resultPoker.specialscore .poker
{
font-weight: bold;
}
#vote-result-dialog
{
min-width: 640px;
}
#voteResultPanel
{
/*
*min-width:480px;
*max-width:800px;
*min-height:140px;
*max-height:300px;
*/
width: 2000px;
height: 160px;
padding:10px 0;
overflow-x:auto;
overflow-y:hidden;
}
#estimated-story-point-wrapper {float: left}
#txt-estimated-story-point {
width: 24px;
border-color: rgba(82,168,236,.8);
outline: 0;
outline: thin dotted \9;
-moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}
.activePoker
{
cursor:pointer;
z-index:100;
}
.alienPoker
{
margin-top:10px;
color:Red;
font-weight:bold;
} | 0.206334 | 0.056574 |
:root {
--color-blue: #4286f4;
--color-lightblue: #9fb5c5;
--color-white: #fff;
--color-green: #30ad63;
--color-lightGray: #e5e5e5;
--color-gray: rgba(0, 0, 0, 0.54);
--color-red: #ff4136;
}
* {
font-family: 'IBM Plex Sans', 'Roboto', sans-serif;
}
button {
cursor: pointer;
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.clickable {
cursor: pointer;
}
.warning {
color: red;
}
.success {
color: green;
}
.order-book {
border-bottom: solid 2px #ccc;
}
.order-book, .price-chart {
margin:0 auto;
width:70%;
float:left;
}
.table-container.recent-trades{
margin:0 auto;
width:30%;
padding-left: 8px;
float:right;
}
.order-buttons {
margin-top: 40px;
margin-right: 10px;
float: right;
width: 28%;
text-align: center;
}
.price-chart {
margin: auto;
}
@media (min-width: 960px) {
.order-book {
grid-column: col-start / span 8;
grid-row: 1;
}
.order-buttons {
grid-column: 9 / span 5;
grid-row: 1 / 3;
}
.price-chart {
grid-column: col-start / span 8;
grid-row: 2;
}
}
@media only screen and (max-width : 960px) {
.order-book, .price-chart {
margin: 0 auto;
width: 100%;
float: none;
}
.table-container.recent-trades{
margin: 0 auto;
width:100%;
float: none;
padding: 1em;
}
.order-buttons {
float: none;
margin: 0px;
width: 100%;
text-align: center;
}
.price-chart {
margin: auto;
}
}
.bulletin-order-btns-wrapper {
list-style: none;
margin: 0 0 20px;
padding: 0;
width: 100%;
display: inline-block;
}
.bulletin-order-btns li {
width: 100%;
}
.bulletin-order-btn {
background-color: transparent;
color: white;
width: 300px;
height: 45px;
border-bottom: 1px solid #27597e !important;
border-radius: 5px;
width: 100%;
}
.bulletin-order-btn-txt {
color: black;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
}
/* Buy Order Button */
.order-btn-wrapper{
}
.order-btn{
width:85%;
height:45px;
text-align:center;
border-radius:5px;
display:inline-block;
margin: 15px 0;
cursor: pointer;
border:1px solid grey;
background-color:#4e8ed3;
color:white;
}
.order-btn-label{
margin-top:8px;
font-size:20px;
cursor:pointer;
}
.order-btn-button{
margin-top:20px;
width:100%;
background-color: Transparent;
background-repeat:no-repeat;
border: none;
overflow: hidden;
outline:none;
font-size:20px;
cursor:pointer;
}
.order-btn:hover{
color: #4e8ed3;
border-color: #4e8ed3;
background-color: white;
}
.order-modal{
z-index: 99;
width:400px;
display:inline-block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
padding-bottom:15px;
}
.order-modal-background{
background-color:#0000004a;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 99;
cursor: pointer;
}
.order-modal-head{
margin:20px 0 25px 0;
font-weight:400;
}
@media only screen and (max-width : 700px) {
.order-modal {
width: 90%;
}
}
/* Order Form */
.buy-order-form{
position: relative;
}
.order-input-wrapper{
text-align: center;
margin-top: 20px;
}
.order-input-wrapper label{
font-size:20px;
margin: 0 25px 7px 5px;
vertical-align: bottom;
}
.order-input{
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid grey;
padding:7px 15px;
margin-bottom:5px;
display: inline-block;
}
.order-submit-btn{
width:90%;
margin:50px 0 5px 0;
background-color:var(--color-blue);
border:none;
padding:10px 0;
transition:all 0.3s ease;
}
.order-submit-btn:hover{
background-color:var(--color-lightblue)!important;
}
.order-form-dropdown{
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid grey;
width:90%;
padding:7px 15px;
background-color:transparent;
margin: 15px 0;
}
/* List Order */
.list-order-input{
}
/* Connection Modal */
.button-link {
text-decoration: none;
color: #3f51b5;
}
.button-text {
color: #fff;
}
.button {
width: 100%;
background-color: #114770;
}
.button:hover {
background-color: #9fb5c5;
}
.button-disabled {
width: 100%;
background-color: #9fb5c5;
}
/* Header */
#header-nav{
width:100%;
height:65px;
/*box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);*/
background-color:#4e8ed3;
}
/* logo */
.nav-logo{
float:left;
margin-left: 15px;
height:58px;
width:auto;
margin-top:3.5px;
}
/*links*/
#header-nav ul{
margin: 0;
padding: 0;
list-style: none;
float: left;
margin-left: 15px;
height:100%;
}
#header-nav ul li{
display:inline-block;
margin:0;
cursor: pointer;
transition: all 0.3s ease;
}
#header-nav ul li:hover{
background-color: #0d3e65;
}
#header-nav ul li:not(:first-child) {
border-left: 1px solid #ffffff38;
}
#header-nav ul li:last-child{
border-right: 1px solid #ffffff38;
}
#header-nav ul li a.disabled{
pointer-events: none;
}
#header-nav ul li a,#header-nav ul li p{
margin:0;
padding:20.5px 26px;
color: white;
}
.selected-nav{
background-color:white;
color: #4e8ed3 !important;
}
/*status*/
#header-nav .connection-status{
float:right;
margin-top:12.5px;
margin-right: 14px;
}
.connected {
color: #fff;
font-size: 16px;
font-weight: 400;
letter-spacing: 1px;
margin-top: 7px;
margin-left: 5px;
}
/* HowTo */
.howTo__infograph {
width: 25em;
margin-top: 7%;
display: block;
margin-left: auto;
margin-right: auto;
}
/* Landing */
#back{
background-color: #4e8ed3;
}
#landing_container{
float: left;
position: relative;
left: 50%;
}
#landing{
margin-top:25%;
width:70%;
height: 80%;
min-width: 400px;
float: left;
position: relative;
left: -50%;
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
overflow: hidden;
}
#landing-logo{
display: block;
margin-left: auto;
margin-right: auto;
}
#landing_text{
display: block;
width:80%;
margin:40px;
right:10%;
text-align:left;
}
#landing_login{
text-align: center;
margin:20px;
border: 4px;
background-color:#4e8ed3;
border-radius: 5px;
}
#landing_login_p{
padding:5px;
color:white;
}
.landing-network-status{
font-style: italic;
text-transform: capitalize;
}
.landing-network-status p{
display: inline-block;
margin-left:10px;
}
.loading-spinner {
width: 40px;
height: auto;
}
/*network labels*/
.rinkeby-network-label{
color:#feb236;
}
.ethereum-network-label{
color:#008B8B;
}
.ropsten-network-label{
color:#D23641;
}
.kovan-network-label{
color:#4B0082;
}
/* MyPositions MyTransactions */
.link__token-address {
color: #114770;
text-decoration: none;
}
/* pricechart */
.pricechart__chart {
width: 100%;
height: 25rem;
display: inline-block;
position: relative;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
border-radius: 2px;
z-index: 3;
}
.pricechart__item {
width: 100%;
height: 100%;
position: relative;
top: 0;
left: 0;
}
.pricechart__dropdown {
position: absolute;
right: 3em;
top: 1em;
z-index: 2;
cursor: pointer;
font-size: 12px;
font-family: 'IBM Plex Sans', sans-serif;
}
.pricechart__dropdown-item {
font-size: 12px;
font-family: 'IBM Plex Sans', sans-serif;
}
/* Portfolio */
#portfolio{
text-align:center;
}
.cashout-form {
padding: 20px;
}
.user-balance {
margin-bottom: 20px;
}
.btn-theme {
cursor: pointer;
border:1px solid grey;
background-color:#4e8ed3;
color:white;
}
.btn-theme:hover{
color: #4e8ed3;
border-color: #4e8ed3;
background-color: white;
}
.btn-thin {
padding: 0.25rem 1rem;
}
.create-contract-btn{
padding:10px 25px;
font-size:22px;
margin: 1em auto;
display:inline-block;
transition: all 0.3s ease;
border-radius: 3px;
}
.wide-table-container {
text-align: left;
padding: 0.5rem 1em 0;
overflow-y: scroll;
}
.wide-table-container .table-title {
font-weight: bold;
padding: .75rem;
}
/* Table */
.table {
font-size: 0.75rem;
}
.table thead th {
border-bottom: none;
}
.table-container{
text-align:left;
display:inline-block;
padding: 1em;
height: 400px;
overflow-y: scroll;
}
.table-container th{
width:100%;
}
.terms-document {
position: fixed;
width:100%;
height:100%;
top:20px;
left:0;
z-index: 99;
}
.terms-document .modal-background{
background-color:#0000004a;
width:100%;
height:100%;
}
.terms-document .modal{
width:70%;
height: 80%;
min-width: 400px;
display:inline-block;
left: 50%;
top: 40%;
transform: translate(-50%, -50%);
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
overflow-y: scroll;
overflow-x: auto;
}
@media (max-width: 720px) {
.terms-document .modal{
width:98%;
}
}
/* Create Contract */
.create-contract{
position: fixed;
width:100%;
height:100%;
top:0;
left:0;
}
.create-contract .modal{
width:550px;
height:500px;
}
.modal-background{
position: fixed;
width:100%;
height:100%;
top:0;
left:0;
background-color:#0000004a;
width:100%;
height:100%;
z-index: 99;
}
.detail-segment {
padding-bottom: 8px;
}
.detail-segment .title {
font-weight: bold;
font-size: 14px;
}
.modal {
display:inline-block;
left: 50%;
top: 50%;
right: auto;
bottom: auto;
transform: translate(-50%, -50%);
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
overflow: visible;
}
#send-funds{
width:100%;
height:100%;
text-align: center;
}
.created-address{
line-height:35px;
letter-spacing: 0.56px;
}
#send-funds h3{
font-size: 20px;
margin: 30px 0 0 0;
}
#send-funds button{
width: 80%;
font-size: 20px;
background-color: #114770;
border: none;
padding: 10px 0;
color: white;
position: absolute;
bottom: 15%;
left: 10%;
cursor:pointer;
}
/*Create Contract Form*/
.create-contract-form{
position: relative;
width:100%;
height:100%;
}
.form-dropdown{
width:37%;
display:inline-block;
margin: 35px 20px 0 20px;
}
.form-dropdown div div{
margin-bottom:8px;
font-size:22px;
}
.form-dropdown select{
border: none;
text-align: center;
color: black;
font-size: 20px;
padding: 8px 14px;
cursor:pointer;
background-color:transparent;
box-shadow: none;
border-bottom: 2px solid grey;
}
.form-dropdown select:focus, .form-dropdown select option:focus{
outline: none;
border-bottom: 2px solid #114770;
}
.form-date{
display: inline-block;
width: 78%;
text-align: left;
margin-top: 30px;
font-size: 20px;
}
.input-group {
vertical-align: top;
}
div.form-date.input-group > div > div:nth-child(1){
margin-bottom:10px
}
.form-eth-input{
margin-top:40px;
text-align: center;
width:100%;
}
.input-label {
padding-right: 20px;
}
/* div.form-eth-input.input-group div:nth-child(1){
margin-left:30px;
}
div.form-eth-input.input-group div:nth-child(1) label{
margin-right:30px;
font-size:20px;
}
div.form-eth-input.input-group div:nth-child(1) input{
padding:8px 20px;
} */
.form-submit-wrapper{
position: absolute;
bottom:15px;
width:100%;
}
.form-submit{
width:80%;
font-size:20px;
background-color:#114770;
border:none;
padding:10px 0;
}
.form-submit:hover{
background-color:var(--color-lightblue)!important;
}
/* Input number */
.input-number{
display:inline-block;
margin: auto;
}
.input-error{
display: block;
text-align: center;
}
.input-number .input-group-append{
display: inline-block;
}
.input-number .input-group-append span{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 8px;
}
/* Input Text Component */
.input-text{
width:100%;
}
.input-text .input-error{
display:block;
}
/* Unlist Form Component */
input[type="text"]{
width:80%;
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid grey;
padding:7px 15px;
margin-bottom:5px;
}
/* Mobile Style */
@media only screen and (max-width : 700px) {
/* Header */
.nav-logo {
display: none;
}
#header-nav ul{
height: 100%;
position: fixed;
overflow-x: hidden;
z-index: 9999;
margin-left: -80vw;
background-color:#4e8ed3;
top:65px; /*height of header*/
left: 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#header-nav ul li{
display: block;
width: 38vmax;
text-align: center;
border: none!important;
}
#header-nav ul li:first-child{
margin-top:2vmax;
}
.show-nav{
margin-left: 0vw !important;
transition: 0.6s;
}
.hamburger-btn{
display: inline-block;
cursor: pointer;
width: 3em;
float:left;
margin-left:15px;
margin-top:6px;
margin-right:15px;
}
.hamburger-btn div{
width:100%;
height:3px;
background-color:white;
margin:11px 0;
transition: all 0.35s ease-in-out;
border-radius:6px;
}
.hamburger-btn-x div:nth-child(1) {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger-btn-x div:nth-child(2) {
background-color:var(--darkblue);
opacity: 0;
transform: rotate(1deg);
}
.hamburger-btn-x div:nth-child(3) {
-webkit-transform: rotate(45deg) translate(-14px, -10px);
transform: rotate(47deg) translate(-14px, -10px);
}
}
@media only screen and (max-width : 450px) {
/* Header */
#header-nav ul li{
width: 60vw;
}
} | src/style.css | :root {
--color-blue: #4286f4;
--color-lightblue: #9fb5c5;
--color-white: #fff;
--color-green: #30ad63;
--color-lightGray: #e5e5e5;
--color-gray: rgba(0, 0, 0, 0.54);
--color-red: #ff4136;
}
* {
font-family: 'IBM Plex Sans', 'Roboto', sans-serif;
}
button {
cursor: pointer;
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.clickable {
cursor: pointer;
}
.warning {
color: red;
}
.success {
color: green;
}
.order-book {
border-bottom: solid 2px #ccc;
}
.order-book, .price-chart {
margin:0 auto;
width:70%;
float:left;
}
.table-container.recent-trades{
margin:0 auto;
width:30%;
padding-left: 8px;
float:right;
}
.order-buttons {
margin-top: 40px;
margin-right: 10px;
float: right;
width: 28%;
text-align: center;
}
.price-chart {
margin: auto;
}
@media (min-width: 960px) {
.order-book {
grid-column: col-start / span 8;
grid-row: 1;
}
.order-buttons {
grid-column: 9 / span 5;
grid-row: 1 / 3;
}
.price-chart {
grid-column: col-start / span 8;
grid-row: 2;
}
}
@media only screen and (max-width : 960px) {
.order-book, .price-chart {
margin: 0 auto;
width: 100%;
float: none;
}
.table-container.recent-trades{
margin: 0 auto;
width:100%;
float: none;
padding: 1em;
}
.order-buttons {
float: none;
margin: 0px;
width: 100%;
text-align: center;
}
.price-chart {
margin: auto;
}
}
.bulletin-order-btns-wrapper {
list-style: none;
margin: 0 0 20px;
padding: 0;
width: 100%;
display: inline-block;
}
.bulletin-order-btns li {
width: 100%;
}
.bulletin-order-btn {
background-color: transparent;
color: white;
width: 300px;
height: 45px;
border-bottom: 1px solid #27597e !important;
border-radius: 5px;
width: 100%;
}
.bulletin-order-btn-txt {
color: black;
font-size: 18px;
font-weight: 500;
letter-spacing: 1px;
}
/* Buy Order Button */
.order-btn-wrapper{
}
.order-btn{
width:85%;
height:45px;
text-align:center;
border-radius:5px;
display:inline-block;
margin: 15px 0;
cursor: pointer;
border:1px solid grey;
background-color:#4e8ed3;
color:white;
}
.order-btn-label{
margin-top:8px;
font-size:20px;
cursor:pointer;
}
.order-btn-button{
margin-top:20px;
width:100%;
background-color: Transparent;
background-repeat:no-repeat;
border: none;
overflow: hidden;
outline:none;
font-size:20px;
cursor:pointer;
}
.order-btn:hover{
color: #4e8ed3;
border-color: #4e8ed3;
background-color: white;
}
.order-modal{
z-index: 99;
width:400px;
display:inline-block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
padding-bottom:15px;
}
.order-modal-background{
background-color:#0000004a;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 99;
cursor: pointer;
}
.order-modal-head{
margin:20px 0 25px 0;
font-weight:400;
}
@media only screen and (max-width : 700px) {
.order-modal {
width: 90%;
}
}
/* Order Form */
.buy-order-form{
position: relative;
}
.order-input-wrapper{
text-align: center;
margin-top: 20px;
}
.order-input-wrapper label{
font-size:20px;
margin: 0 25px 7px 5px;
vertical-align: bottom;
}
.order-input{
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid grey;
padding:7px 15px;
margin-bottom:5px;
display: inline-block;
}
.order-submit-btn{
width:90%;
margin:50px 0 5px 0;
background-color:var(--color-blue);
border:none;
padding:10px 0;
transition:all 0.3s ease;
}
.order-submit-btn:hover{
background-color:var(--color-lightblue)!important;
}
.order-form-dropdown{
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid grey;
width:90%;
padding:7px 15px;
background-color:transparent;
margin: 15px 0;
}
/* List Order */
.list-order-input{
}
/* Connection Modal */
.button-link {
text-decoration: none;
color: #3f51b5;
}
.button-text {
color: #fff;
}
.button {
width: 100%;
background-color: #114770;
}
.button:hover {
background-color: #9fb5c5;
}
.button-disabled {
width: 100%;
background-color: #9fb5c5;
}
/* Header */
#header-nav{
width:100%;
height:65px;
/*box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);*/
background-color:#4e8ed3;
}
/* logo */
.nav-logo{
float:left;
margin-left: 15px;
height:58px;
width:auto;
margin-top:3.5px;
}
/*links*/
#header-nav ul{
margin: 0;
padding: 0;
list-style: none;
float: left;
margin-left: 15px;
height:100%;
}
#header-nav ul li{
display:inline-block;
margin:0;
cursor: pointer;
transition: all 0.3s ease;
}
#header-nav ul li:hover{
background-color: #0d3e65;
}
#header-nav ul li:not(:first-child) {
border-left: 1px solid #ffffff38;
}
#header-nav ul li:last-child{
border-right: 1px solid #ffffff38;
}
#header-nav ul li a.disabled{
pointer-events: none;
}
#header-nav ul li a,#header-nav ul li p{
margin:0;
padding:20.5px 26px;
color: white;
}
.selected-nav{
background-color:white;
color: #4e8ed3 !important;
}
/*status*/
#header-nav .connection-status{
float:right;
margin-top:12.5px;
margin-right: 14px;
}
.connected {
color: #fff;
font-size: 16px;
font-weight: 400;
letter-spacing: 1px;
margin-top: 7px;
margin-left: 5px;
}
/* HowTo */
.howTo__infograph {
width: 25em;
margin-top: 7%;
display: block;
margin-left: auto;
margin-right: auto;
}
/* Landing */
#back{
background-color: #4e8ed3;
}
#landing_container{
float: left;
position: relative;
left: 50%;
}
#landing{
margin-top:25%;
width:70%;
height: 80%;
min-width: 400px;
float: left;
position: relative;
left: -50%;
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
overflow: hidden;
}
#landing-logo{
display: block;
margin-left: auto;
margin-right: auto;
}
#landing_text{
display: block;
width:80%;
margin:40px;
right:10%;
text-align:left;
}
#landing_login{
text-align: center;
margin:20px;
border: 4px;
background-color:#4e8ed3;
border-radius: 5px;
}
#landing_login_p{
padding:5px;
color:white;
}
.landing-network-status{
font-style: italic;
text-transform: capitalize;
}
.landing-network-status p{
display: inline-block;
margin-left:10px;
}
.loading-spinner {
width: 40px;
height: auto;
}
/*network labels*/
.rinkeby-network-label{
color:#feb236;
}
.ethereum-network-label{
color:#008B8B;
}
.ropsten-network-label{
color:#D23641;
}
.kovan-network-label{
color:#4B0082;
}
/* MyPositions MyTransactions */
.link__token-address {
color: #114770;
text-decoration: none;
}
/* pricechart */
.pricechart__chart {
width: 100%;
height: 25rem;
display: inline-block;
position: relative;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
border-radius: 2px;
z-index: 3;
}
.pricechart__item {
width: 100%;
height: 100%;
position: relative;
top: 0;
left: 0;
}
.pricechart__dropdown {
position: absolute;
right: 3em;
top: 1em;
z-index: 2;
cursor: pointer;
font-size: 12px;
font-family: 'IBM Plex Sans', sans-serif;
}
.pricechart__dropdown-item {
font-size: 12px;
font-family: 'IBM Plex Sans', sans-serif;
}
/* Portfolio */
#portfolio{
text-align:center;
}
.cashout-form {
padding: 20px;
}
.user-balance {
margin-bottom: 20px;
}
.btn-theme {
cursor: pointer;
border:1px solid grey;
background-color:#4e8ed3;
color:white;
}
.btn-theme:hover{
color: #4e8ed3;
border-color: #4e8ed3;
background-color: white;
}
.btn-thin {
padding: 0.25rem 1rem;
}
.create-contract-btn{
padding:10px 25px;
font-size:22px;
margin: 1em auto;
display:inline-block;
transition: all 0.3s ease;
border-radius: 3px;
}
.wide-table-container {
text-align: left;
padding: 0.5rem 1em 0;
overflow-y: scroll;
}
.wide-table-container .table-title {
font-weight: bold;
padding: .75rem;
}
/* Table */
.table {
font-size: 0.75rem;
}
.table thead th {
border-bottom: none;
}
.table-container{
text-align:left;
display:inline-block;
padding: 1em;
height: 400px;
overflow-y: scroll;
}
.table-container th{
width:100%;
}
.terms-document {
position: fixed;
width:100%;
height:100%;
top:20px;
left:0;
z-index: 99;
}
.terms-document .modal-background{
background-color:#0000004a;
width:100%;
height:100%;
}
.terms-document .modal{
width:70%;
height: 80%;
min-width: 400px;
display:inline-block;
left: 50%;
top: 40%;
transform: translate(-50%, -50%);
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
overflow-y: scroll;
overflow-x: auto;
}
@media (max-width: 720px) {
.terms-document .modal{
width:98%;
}
}
/* Create Contract */
.create-contract{
position: fixed;
width:100%;
height:100%;
top:0;
left:0;
}
.create-contract .modal{
width:550px;
height:500px;
}
.modal-background{
position: fixed;
width:100%;
height:100%;
top:0;
left:0;
background-color:#0000004a;
width:100%;
height:100%;
z-index: 99;
}
.detail-segment {
padding-bottom: 8px;
}
.detail-segment .title {
font-weight: bold;
font-size: 14px;
}
.modal {
display:inline-block;
left: 50%;
top: 50%;
right: auto;
bottom: auto;
transform: translate(-50%, -50%);
background-color:white;
border-radius:5px;
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
overflow: visible;
}
#send-funds{
width:100%;
height:100%;
text-align: center;
}
.created-address{
line-height:35px;
letter-spacing: 0.56px;
}
#send-funds h3{
font-size: 20px;
margin: 30px 0 0 0;
}
#send-funds button{
width: 80%;
font-size: 20px;
background-color: #114770;
border: none;
padding: 10px 0;
color: white;
position: absolute;
bottom: 15%;
left: 10%;
cursor:pointer;
}
/*Create Contract Form*/
.create-contract-form{
position: relative;
width:100%;
height:100%;
}
.form-dropdown{
width:37%;
display:inline-block;
margin: 35px 20px 0 20px;
}
.form-dropdown div div{
margin-bottom:8px;
font-size:22px;
}
.form-dropdown select{
border: none;
text-align: center;
color: black;
font-size: 20px;
padding: 8px 14px;
cursor:pointer;
background-color:transparent;
box-shadow: none;
border-bottom: 2px solid grey;
}
.form-dropdown select:focus, .form-dropdown select option:focus{
outline: none;
border-bottom: 2px solid #114770;
}
.form-date{
display: inline-block;
width: 78%;
text-align: left;
margin-top: 30px;
font-size: 20px;
}
.input-group {
vertical-align: top;
}
div.form-date.input-group > div > div:nth-child(1){
margin-bottom:10px
}
.form-eth-input{
margin-top:40px;
text-align: center;
width:100%;
}
.input-label {
padding-right: 20px;
}
/* div.form-eth-input.input-group div:nth-child(1){
margin-left:30px;
}
div.form-eth-input.input-group div:nth-child(1) label{
margin-right:30px;
font-size:20px;
}
div.form-eth-input.input-group div:nth-child(1) input{
padding:8px 20px;
} */
.form-submit-wrapper{
position: absolute;
bottom:15px;
width:100%;
}
.form-submit{
width:80%;
font-size:20px;
background-color:#114770;
border:none;
padding:10px 0;
}
.form-submit:hover{
background-color:var(--color-lightblue)!important;
}
/* Input number */
.input-number{
display:inline-block;
margin: auto;
}
.input-error{
display: block;
text-align: center;
}
.input-number .input-group-append{
display: inline-block;
}
.input-number .input-group-append span{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 8px;
}
/* Input Text Component */
.input-text{
width:100%;
}
.input-text .input-error{
display:block;
}
/* Unlist Form Component */
input[type="text"]{
width:80%;
border-top:none;
border-left:none;
border-right:none;
border-bottom:1px solid grey;
padding:7px 15px;
margin-bottom:5px;
}
/* Mobile Style */
@media only screen and (max-width : 700px) {
/* Header */
.nav-logo {
display: none;
}
#header-nav ul{
height: 100%;
position: fixed;
overflow-x: hidden;
z-index: 9999;
margin-left: -80vw;
background-color:#4e8ed3;
top:65px; /*height of header*/
left: 0;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
}
#header-nav ul li{
display: block;
width: 38vmax;
text-align: center;
border: none!important;
}
#header-nav ul li:first-child{
margin-top:2vmax;
}
.show-nav{
margin-left: 0vw !important;
transition: 0.6s;
}
.hamburger-btn{
display: inline-block;
cursor: pointer;
width: 3em;
float:left;
margin-left:15px;
margin-top:6px;
margin-right:15px;
}
.hamburger-btn div{
width:100%;
height:3px;
background-color:white;
margin:11px 0;
transition: all 0.35s ease-in-out;
border-radius:6px;
}
.hamburger-btn-x div:nth-child(1) {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger-btn-x div:nth-child(2) {
background-color:var(--darkblue);
opacity: 0;
transform: rotate(1deg);
}
.hamburger-btn-x div:nth-child(3) {
-webkit-transform: rotate(45deg) translate(-14px, -10px);
transform: rotate(47deg) translate(-14px, -10px);
}
}
@media only screen and (max-width : 450px) {
/* Header */
#header-nav ul li{
width: 60vw;
}
} | 0.426202 | 0.207737 |
.rrui__tooltip
{
display : flex;
align-items : center;
padding-left : var(--rrui-tooltip-side-padding);
padding-right : var(--rrui-tooltip-side-padding);
height : var(--rrui-tooltip-height);
color : var(--rrui-tooltip-text-color);
background-color : var(--rrui-tooltip-background-color);
border-radius : var(--rrui-tooltip-border-radius);
cursor: default;
outline: none;
}
.rrui__tooltip
{
opacity: 0;
}
.rrui__tooltip--after-show
{
opacity: var(--rrui-tooltip-opacity);
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--before-hide
{
opacity: 0;
}
.rrui__tooltip--top
{
transform: translateY(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--top.rrui__tooltip--after-show
{
transform: translateY(calc(-1 * var(--rrui-tooltip-visible-distance)));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--top.rrui__tooltip--before-hide
{
transform: translateY(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--left
{
transform: translateX(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--left.rrui__tooltip--after-show
{
transform: translateX(calc(-1 * var(--rrui-tooltip-visible-distance)));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--left.rrui__tooltip--before-hide
{
transform: translateX(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--bottom
{
transform: translateY(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--bottom.rrui__tooltip--after-show
{
transform: translateY(var(--rrui-tooltip-visible-distance));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--bottom.rrui__tooltip--before-hide
{
transform: translateY(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--right
{
transform: translateX(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--right.rrui__tooltip--after-show
{
transform: translateX(var(--rrui-tooltip-visible-distance));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--right.rrui__tooltip--before-hide
{
transform: translateX(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--after-show,
.rrui__tooltip--before-hide
{
transition : opacity var(--rrui-tooltip-animation-duration), transform var(--rrui-tooltip-animation-duration);
}
.rrui__tooltip__target
{
/* Prevents entering text selection mode
on mobile devices when tapping down and holding */
user-select: none;
/* Resets `cursor: pointer` set by `interactive={true}`'s `.rrui__button-reset`. */
cursor: inherit;
/* Resets `white-space : nowrap` set by `interactive={true}`'s `.rrui__button-reset`. */
white-space: initial;
}
.rrui__tooltip__target--inline {
display: inline-block;
} | source/Tooltip.css | .rrui__tooltip
{
display : flex;
align-items : center;
padding-left : var(--rrui-tooltip-side-padding);
padding-right : var(--rrui-tooltip-side-padding);
height : var(--rrui-tooltip-height);
color : var(--rrui-tooltip-text-color);
background-color : var(--rrui-tooltip-background-color);
border-radius : var(--rrui-tooltip-border-radius);
cursor: default;
outline: none;
}
.rrui__tooltip
{
opacity: 0;
}
.rrui__tooltip--after-show
{
opacity: var(--rrui-tooltip-opacity);
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--before-hide
{
opacity: 0;
}
.rrui__tooltip--top
{
transform: translateY(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--top.rrui__tooltip--after-show
{
transform: translateY(calc(-1 * var(--rrui-tooltip-visible-distance)));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--top.rrui__tooltip--before-hide
{
transform: translateY(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--left
{
transform: translateX(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--left.rrui__tooltip--after-show
{
transform: translateX(calc(-1 * var(--rrui-tooltip-visible-distance)));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--left.rrui__tooltip--before-hide
{
transform: translateX(calc(-1 * var(--rrui-tooltip-hidden-distance)));
}
.rrui__tooltip--bottom
{
transform: translateY(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--bottom.rrui__tooltip--after-show
{
transform: translateY(var(--rrui-tooltip-visible-distance));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--bottom.rrui__tooltip--before-hide
{
transform: translateY(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--right
{
transform: translateX(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--right.rrui__tooltip--after-show
{
transform: translateX(var(--rrui-tooltip-visible-distance));
}
/* `--before-hide` must be placed after `--after-show`. */
.rrui__tooltip--right.rrui__tooltip--before-hide
{
transform: translateX(var(--rrui-tooltip-hidden-distance));
}
.rrui__tooltip--after-show,
.rrui__tooltip--before-hide
{
transition : opacity var(--rrui-tooltip-animation-duration), transform var(--rrui-tooltip-animation-duration);
}
.rrui__tooltip__target
{
/* Prevents entering text selection mode
on mobile devices when tapping down and holding */
user-select: none;
/* Resets `cursor: pointer` set by `interactive={true}`'s `.rrui__button-reset`. */
cursor: inherit;
/* Resets `white-space : nowrap` set by `interactive={true}`'s `.rrui__button-reset`. */
white-space: initial;
}
.rrui__tooltip__target--inline {
display: inline-block;
} | 0.452536 | 0.145905 |
.ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap span.left-border, .carousel-wrap span.right-border,
#page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
background-color: #f6f6f6;
}
#call-to-action .triangle {
color: #f6f6f6;
}
.ascend #footer-outer #footer-widgets .col ul li, .ascend #sidebar div ul li,
.ascend #sidebar .widget.widget_categories li, .ascend #sidebar .widget.widget_pages li, .ascend #sidebar .widget.widget_nav_menu li {
border: none!important;
padding: 4px 0;
}
.ascend #sidebar .widget.widget_categories li, .ascend #sidebar .widget.widget_pages li, .ascend #sidebar .widget.widget_nav_menu li,
.ascend #footer-outer .widget.widget_categories li, .ascend #footer-outer .widget.widget_pages li, .ascend #footer-outer .widget.widget_nav_menu li {
padding: 4px 0!important;
}
.ascend #sidebar .widget.widget_categories li a, .ascend #sidebar .widget.widget_pages li a, .ascend #sidebar .widget.widget_nav_menu li a,
.ascend #footer-outer .widget.widget_categories li a, .ascend #footer-outer .widget.widget_pages li a, .ascend #footer-outer .widget.widget_nav_menu li a {
padding: 0!important;
border: none!important;
}
.ascend.woocommerce #sidebar div ul li {
padding: 6px 0!important;
}
.ascend #footer-outer #footer-widgets .col ul li a, .ascend #sidebar div ul li a {
display: block;
}
.ascend #footer-outer .widget h4, .ascend #sidebar h4 {
margin-bottom: 12px;
}
.ascend #footer-outer #copyright {
border-top: 1px solid rgba(255,255,255,0.1);
background-color: transparent;
}
.nectar-progress-bar .bar-wrap {
background-color: rgba(0,0,0,0.043);
}
.ascend .nectar-progress-bar .bar-wrap, .ascend .nectar-progress-bar span {
box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.ascend .carousel-next, .ascend .carousel-prev {
background-color: transparent;
height: 23px;
width: 23px;
border: 2px solid #777;
line-height: 22px;
top: 1px!important;
}
.carousel-wrap[data-full-width="true"] .carousel-prev, .carousel-wrap[data-full-width="true"] .carousel-next {
border: none!Important;
}
html .ascend .carousel-heading .container .carousel-prev {
right: 40px;
}
.ascend .carousel-next i, .ascend .carousel-prev i {
color: #666;
font-size: 16px;
line-height: 19px;
height: 20px;
}
.ascend .carousel-next:hover , .ascend .carousel-prev:hover {
border-color: transparent;
}
.ascend .carousel-next:hover i , .ascend .carousel-prev:hover i {
color: #fff;
}
.ascend .nectar-button.see-through, body.ascend .nectar-button.see-through, .swiper-slide .button a, body.ascend .nectar-button.see-through-2, .ascend .nectar-button, #to-top {
border-radius: 0!important;
box-shadow: none!important;
}
.ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
font-size: 22px!important;
left: 5px;
transition: all 0.2s ease!important;
-o-transition: all 0.2s ease!important;
-webkit-transition: all 0.2s ease!important;
}
.ascend .icon-salient-cart:before {
content: "\e606";
}
.ascend #header-outer a.cart-contents span:before {
display: none!important;
}
.ascend #header-outer .cart-menu .cart-icon-wrap {
width: 57px!important;
}
.ascend #header-outer .cart-menu {
padding-left: 24px;
}
.ascend #header-outer .cart-wrap {
top: -7px!important;
margin-right: 17px;
}
.ascend #header-outer .cart-menu-wrap {
right: 0!important;
}
#header-outer .cart-wrap {
font-size: 11px;
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn {
margin-left: 0!important;
visibility: hidden;
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn a {
padding-left: 25px!important;
padding-right: 25px!important;
}
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] header#top nav ul #search-btn a {
border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn a {
border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] header#top nav ul #search-btn a, body.ascend[data-header-color="dark"] #header-outer .cart-menu {
border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.ascend #header-outer[data-full-width="true"][data-cart="true"] header#top nav > ul, .ascend #header-outer[data-full-width="true"] header#top nav > ul.product_added,
.ascend #boxed #header-outer[data-cart="true"] header#top nav > ul, .ascend #boxed #header-outer header#top nav > ul.product_added {
padding-right: 55px!important;
}
@media only screen and (min-width: 1000px) {
.ascend #header-outer[data-full-width="true"][data-cart="false"] header > .container #search-btn {
margin-right: -28px!important;
}
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn > div {
border: none!important;
}
.ascend #header-outer a.cart-contents span {
border-radius: 99px!important;
font: bold 11px/16px Arial;
line-height: 18px!important;
width: 18px!important;
padding: 0 1px!important;
visibility: hidden;
}
.ascend #header-outer .sf-menu ul li a {
border-bottom: none;
}
.ascend #header-outer .first-load a.cart-contents span {
visibility: visible;
animation: 0.6s ease-in-out 0.12s normal both 1 bounce_in_animation;
-webkit-animation: 0.6s ease-in-out 0.12s normal both 1 bounce_in_animation;
}
.ascend #header-outer .static a.cart-contents span {
visibility: visible;
}
.ascend #header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
transition: all 0.2s ease!important;
-o-transition: all 0.2s ease!important;
-webkit-transition: all 0.2s ease!important;
}
body.ascend #header-outer .cart-menu {
border-left: 1px solid rgba(0,0,0,0.07);
background-color: transparent!important;
}
body.ascend #boxed #header-outer .cart-menu-wrap {
position: absolute!important;
top: 0!important;
box-shadow: none!important;
}
body.ascend #boxed #header-outer .widget_shopping_cart, body.ascend.woocommerce #boxed .cart-notification {
position: absolute!important;
}
body.ascend #boxed #header-outer .cart-menu-wrap .cart-menu {
box-shadow: none!important;
}
header#top #mobile-cart-link i {
line-height: 36px!important;
}
/* search */
body.ascend #search-outer {
background-color: rgba(255,255,255,0.96)!important;
height: 100%!important;
position: fixed;
transform: rotateX(90deg);
padding: 0;
z-index: 1000!important;
}
body.ascend #search-outer .container {
height: auto!important;
float: none!important;
width: 100%!important;
padding: 0 40px;
position: static;
}
#header-outer #search {
position: static!important;
}
body.ascend #search-outer #search input[type="text"] {
color: #000!important;
height: auto!important;
font-size: 80px!important;
text-align: center!important;
}
#search-outer > #search form {
width: 100%!important;
float: none!important;
}
#search-outer > #search form, #search-outer #search .span_12 span {
opacity: 0;
position: relative;
}
#search-outer #search #close {
position: absolute;
top: 25px;
right: 25px;
}
#search-outer #search #close a {
right: 0!important;
top: 0!important;
}
#search-outer #search .span_12 span {
text-align: center;
display: block;
color: rgba(0,0,0,0.4);
margin-top: 15px;
}
#boxed #search-outer {
width: auto!important;
min-width: 1200px;
left: auto!important;
}
body.ascend #search-outer #search #close a span {
color: #000;
}
body.ascend #search-outer .ui-widget-content {
top: 90px!important;
}
.ascend #search-results .result span.bottom-line, .ascend .masonry-blog-item span.bottom-line, .ascend .masonry-blog-item .more-link {
display: none;
}
.ascend .masonry-blog-item, .ascend .masonry-blog-item .mejs-container .mejs-controls {
box-shadow: none!important;
}
.ascend .masonry-blog-item .post-meta {
padding: 0 18px 18px 18px!important;
}
.ascend .post .nectar-love-wrap {
line-height: 20px;
}
.ascend .masonry-blog-item {
padding: 0;
}
.ascend .masonry-blog-item .content-inner .post-featured-img img, .ascend .masonry-blog-item .more-link,
#post-area.masonry article.post .quote-inner, #post-area.masonry article.post .link-inner, #post-area.masonry article.post .status-inner, #post-area.masonry article.post .aside-inner {
margin-bottom: 0!important;
}
.ascend .masonry-blog-item .content-inner {
padding-bottom: 0!important;
border: 0!important;
margin-bottom: 0!important;
}
.ascend .masonry-blog-item .article-content-wrap {
padding: 16px 18px 18px 18px!important;
}
.ascend #post-area.masonry article.post.quote .post-content .post-meta, .ascend #post-area.masonry article.post.link .post-content .post-meta,
.ascend #post-area.masonry article.format-status .post-content .post-meta, .ascend #post-area.masonry article.post.format-aside .post-meta {
display: none!important;
}
.ascend article.post .content-inner {
border: none!important;
}
.ascend #author-bio {
padding-bottom: 20px;
border: none;
text-align: center;
}
.ascend #author-bio img {
display: block;
margin: 0 auto;
margin-bottom: 15px!important;
position: relative;
}
.ascend #author-bio h3 span, .ascend .comments-section .comment-wrap.full-width-section > h3 span {
display: block;
margin-bottom: 5px;
line-height: 12px;
font-size: 12px;
text-transform: none;
}
.ascend .container-wrap #author-bio #author-info {
width: 600px!important;
margin: 0 auto;
padding-left: 0!important;
}
.ascend .container-wrap #author-bio #author-info p {
max-width: 70%;
margin: 0 auto;
}
.ascend #author-bio .nectar-button {
margin-top: 20px;
}
.ascend #author-bio .avatar {
border-radius: 100%;
}
.ascend .comment-list {
margin-bottom: 0!important;
}
.ascend .comment-list .reply {
top: 7px;
}
.ascend .comment-list .reply a {
color: #000;
background-color: transparent;
border-radius: 0!important;
}
html .ascend .comment-list .reply a:hover {
color: #fff!important;
}
.ascend #respond {
margin-top: 80px!important;
}
.ascend h3#comments {
text-align: center;
}
.comment-list li.comment > div, .comment-list li.pingback > div {
background-color: transparent!important;
box-shadow: none!important;
padding-left: 85px!important;
padding-bottom: 0!important;
padding-top: 0!important;
margin-top: 4em!important;
}
.comment-list li.comment > div img.avatar, .comment-list li.pingback > div img.avatar {
left: 0!important;
border-radius: 100%;
top: 0!important;
}
.comment-list li.comment > div p, .comment-list li.pingback > div p {
margin-top: 30px;
}
.comment-list .children {
background-position: left 30px!important;
margin-left: 26px !important;
padding-left: 40px!important;
}
.comment-list .says {
display: none;
}
.ascend #reply-title {
margin-bottom: 50px;
text-align: center!important;
}
.ascend.single-product #reply-title, .ascend.single-product #commentform .form-submit {
text-align: left!important;
}
.ascend .comment #reply-title {
text-align: left!important;
}
.ascend #respond #cancel-comment-reply-link {
padding-left: 15px;
}
.ascend .comment-wrap {
padding-top: 0!important;
margin-top: 0!important;
}
.ascend.single-portfolio .comment-wrap {
margin-top: 30px!important;
}
.ascend .comment-wrap h3#comments {
padding-top: 80px;
}
.ascend #author-bio.no-pagination, .ascend .comment-wrap {
border-top: 1px solid #999;
}
.ascend .comment-list {
padding-bottom: 80px;
border-bottom: 1px solid #999;
}
.ascend #author-bio.no-pagination.lighter-grey, .ascend .comment-wrap.lighter-grey {
border-color: #dddddd;
}
.ascend .comment-wrap, .ascend #author-bio {
padding-top: 80px;
}
.single-post.ascend #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header {
background-color: #f6f6f6;
}
.single-post.ascend #single-below-header.fullscreen-header {
border-top: 1px solid #DDDDDD;
border-bottom: none!important;
}
.tagcloud a, #header-outer .widget_shopping_cart a.button {
border-radius: 0!important;
}
.flex-direction-nav a, #pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
border-radius: 0!important;
}
/* input styling */
.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
background-color: transparent!important;
border: 1px solid #ccc!important;
box-shadow: none!important;
-webkit-box-shadow: none!important;
font-size: 16px!important;
-o-box-shadow: none!important;
padding: 16px!important;
}
.container-wrap input[type="text"]:focus, .container-wrap textarea:focus, .container-wrap input[type="email"]:focus, .container-wrap input[type="password"]:focus, .container-wrap input[type="tel"]:focus, .container-wrap input[type="url"]:focus, .container-wrap input[type="search"]:focus, .container-wrap input[type="date"]:focus {
border-color: #999!important;
}
.ascend #commentform .form-submit {
text-align: center;
padding-bottom: 50px;
margin-top: 20px;
}
.ascend .container-wrap input[type="submit"], .ascend .container-wrap button[type="submit"] {
padding: 16px!important;
border-radius: 0!important;
}
.ascend .woocommerce .actions .button {
height: auto!important;
padding: 14px !important;
}
.ascend .woocommerce input#coupon_code {
width: 140px!important;
}
.ascend .widget_search .search-form input[type=submit], .ascend .newsletter-widget form input[type=submit] {
line-height: 24px;
}
.container-wrap .span_12.light input[type="text"], .container-wrap .span_12.light textarea, .container-wrap .span_12.light input[type="email"], .container-wrap .span_12.light input[type="password"], .container-wrap .span_12.light input[type="tel"], .container-wrap .span_12.light input[type="url"], .container-wrap .span_12.light input[type="search"], .container-wrap .span_12.light input[type="date"] {
border: 1px solid rgba(255,255,255,0.4)!important;
color: #fff;
}
.container-wrap .span_12.light input[type="text"]:focus, .container-wrap .span_12.light textarea:focus, .container-wrap .span_12.light input[type="email"]:focus, .container-wrap .span_12.light input[type="password"]:focus, .container-wrap .span_12.light input[type="tel"]:focus, .container-wrap .span_12.light input[type="url"]:focus, .container-wrap .span_12.light input[type="search"]:focus, .container-wrap .span_12.light input[type="date"]:focus {
border: 1px solid rgba(255,255,255,0.55)!important;
} | wp/wp-content/themes/salient/css/ascend.css | .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap span.left-border, .carousel-wrap span.right-border,
#page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4 {
background-color: #f6f6f6;
}
#call-to-action .triangle {
color: #f6f6f6;
}
.ascend #footer-outer #footer-widgets .col ul li, .ascend #sidebar div ul li,
.ascend #sidebar .widget.widget_categories li, .ascend #sidebar .widget.widget_pages li, .ascend #sidebar .widget.widget_nav_menu li {
border: none!important;
padding: 4px 0;
}
.ascend #sidebar .widget.widget_categories li, .ascend #sidebar .widget.widget_pages li, .ascend #sidebar .widget.widget_nav_menu li,
.ascend #footer-outer .widget.widget_categories li, .ascend #footer-outer .widget.widget_pages li, .ascend #footer-outer .widget.widget_nav_menu li {
padding: 4px 0!important;
}
.ascend #sidebar .widget.widget_categories li a, .ascend #sidebar .widget.widget_pages li a, .ascend #sidebar .widget.widget_nav_menu li a,
.ascend #footer-outer .widget.widget_categories li a, .ascend #footer-outer .widget.widget_pages li a, .ascend #footer-outer .widget.widget_nav_menu li a {
padding: 0!important;
border: none!important;
}
.ascend.woocommerce #sidebar div ul li {
padding: 6px 0!important;
}
.ascend #footer-outer #footer-widgets .col ul li a, .ascend #sidebar div ul li a {
display: block;
}
.ascend #footer-outer .widget h4, .ascend #sidebar h4 {
margin-bottom: 12px;
}
.ascend #footer-outer #copyright {
border-top: 1px solid rgba(255,255,255,0.1);
background-color: transparent;
}
.nectar-progress-bar .bar-wrap {
background-color: rgba(0,0,0,0.043);
}
.ascend .nectar-progress-bar .bar-wrap, .ascend .nectar-progress-bar span {
box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}
.ascend .carousel-next, .ascend .carousel-prev {
background-color: transparent;
height: 23px;
width: 23px;
border: 2px solid #777;
line-height: 22px;
top: 1px!important;
}
.carousel-wrap[data-full-width="true"] .carousel-prev, .carousel-wrap[data-full-width="true"] .carousel-next {
border: none!Important;
}
html .ascend .carousel-heading .container .carousel-prev {
right: 40px;
}
.ascend .carousel-next i, .ascend .carousel-prev i {
color: #666;
font-size: 16px;
line-height: 19px;
height: 20px;
}
.ascend .carousel-next:hover , .ascend .carousel-prev:hover {
border-color: transparent;
}
.ascend .carousel-next:hover i , .ascend .carousel-prev:hover i {
color: #fff;
}
.ascend .nectar-button.see-through, body.ascend .nectar-button.see-through, .swiper-slide .button a, body.ascend .nectar-button.see-through-2, .ascend .nectar-button, #to-top {
border-radius: 0!important;
box-shadow: none!important;
}
.ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
font-size: 22px!important;
left: 5px;
transition: all 0.2s ease!important;
-o-transition: all 0.2s ease!important;
-webkit-transition: all 0.2s ease!important;
}
.ascend .icon-salient-cart:before {
content: "\e606";
}
.ascend #header-outer a.cart-contents span:before {
display: none!important;
}
.ascend #header-outer .cart-menu .cart-icon-wrap {
width: 57px!important;
}
.ascend #header-outer .cart-menu {
padding-left: 24px;
}
.ascend #header-outer .cart-wrap {
top: -7px!important;
margin-right: 17px;
}
.ascend #header-outer .cart-menu-wrap {
right: 0!important;
}
#header-outer .cart-wrap {
font-size: 11px;
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn {
margin-left: 0!important;
visibility: hidden;
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn a {
padding-left: 25px!important;
padding-right: 25px!important;
}
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] header#top nav ul #search-btn a {
border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn a {
border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] header#top nav ul #search-btn a, body.ascend[data-header-color="dark"] #header-outer .cart-menu {
border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.ascend #header-outer[data-full-width="true"][data-cart="true"] header#top nav > ul, .ascend #header-outer[data-full-width="true"] header#top nav > ul.product_added,
.ascend #boxed #header-outer[data-cart="true"] header#top nav > ul, .ascend #boxed #header-outer header#top nav > ul.product_added {
padding-right: 55px!important;
}
@media only screen and (min-width: 1000px) {
.ascend #header-outer[data-full-width="true"][data-cart="false"] header > .container #search-btn {
margin-right: -28px!important;
}
}
.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn > div {
border: none!important;
}
.ascend #header-outer a.cart-contents span {
border-radius: 99px!important;
font: bold 11px/16px Arial;
line-height: 18px!important;
width: 18px!important;
padding: 0 1px!important;
visibility: hidden;
}
.ascend #header-outer .sf-menu ul li a {
border-bottom: none;
}
.ascend #header-outer .first-load a.cart-contents span {
visibility: visible;
animation: 0.6s ease-in-out 0.12s normal both 1 bounce_in_animation;
-webkit-animation: 0.6s ease-in-out 0.12s normal both 1 bounce_in_animation;
}
.ascend #header-outer .static a.cart-contents span {
visibility: visible;
}
.ascend #header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
transition: all 0.2s ease!important;
-o-transition: all 0.2s ease!important;
-webkit-transition: all 0.2s ease!important;
}
body.ascend #header-outer .cart-menu {
border-left: 1px solid rgba(0,0,0,0.07);
background-color: transparent!important;
}
body.ascend #boxed #header-outer .cart-menu-wrap {
position: absolute!important;
top: 0!important;
box-shadow: none!important;
}
body.ascend #boxed #header-outer .widget_shopping_cart, body.ascend.woocommerce #boxed .cart-notification {
position: absolute!important;
}
body.ascend #boxed #header-outer .cart-menu-wrap .cart-menu {
box-shadow: none!important;
}
header#top #mobile-cart-link i {
line-height: 36px!important;
}
/* search */
body.ascend #search-outer {
background-color: rgba(255,255,255,0.96)!important;
height: 100%!important;
position: fixed;
transform: rotateX(90deg);
padding: 0;
z-index: 1000!important;
}
body.ascend #search-outer .container {
height: auto!important;
float: none!important;
width: 100%!important;
padding: 0 40px;
position: static;
}
#header-outer #search {
position: static!important;
}
body.ascend #search-outer #search input[type="text"] {
color: #000!important;
height: auto!important;
font-size: 80px!important;
text-align: center!important;
}
#search-outer > #search form {
width: 100%!important;
float: none!important;
}
#search-outer > #search form, #search-outer #search .span_12 span {
opacity: 0;
position: relative;
}
#search-outer #search #close {
position: absolute;
top: 25px;
right: 25px;
}
#search-outer #search #close a {
right: 0!important;
top: 0!important;
}
#search-outer #search .span_12 span {
text-align: center;
display: block;
color: rgba(0,0,0,0.4);
margin-top: 15px;
}
#boxed #search-outer {
width: auto!important;
min-width: 1200px;
left: auto!important;
}
body.ascend #search-outer #search #close a span {
color: #000;
}
body.ascend #search-outer .ui-widget-content {
top: 90px!important;
}
.ascend #search-results .result span.bottom-line, .ascend .masonry-blog-item span.bottom-line, .ascend .masonry-blog-item .more-link {
display: none;
}
.ascend .masonry-blog-item, .ascend .masonry-blog-item .mejs-container .mejs-controls {
box-shadow: none!important;
}
.ascend .masonry-blog-item .post-meta {
padding: 0 18px 18px 18px!important;
}
.ascend .post .nectar-love-wrap {
line-height: 20px;
}
.ascend .masonry-blog-item {
padding: 0;
}
.ascend .masonry-blog-item .content-inner .post-featured-img img, .ascend .masonry-blog-item .more-link,
#post-area.masonry article.post .quote-inner, #post-area.masonry article.post .link-inner, #post-area.masonry article.post .status-inner, #post-area.masonry article.post .aside-inner {
margin-bottom: 0!important;
}
.ascend .masonry-blog-item .content-inner {
padding-bottom: 0!important;
border: 0!important;
margin-bottom: 0!important;
}
.ascend .masonry-blog-item .article-content-wrap {
padding: 16px 18px 18px 18px!important;
}
.ascend #post-area.masonry article.post.quote .post-content .post-meta, .ascend #post-area.masonry article.post.link .post-content .post-meta,
.ascend #post-area.masonry article.format-status .post-content .post-meta, .ascend #post-area.masonry article.post.format-aside .post-meta {
display: none!important;
}
.ascend article.post .content-inner {
border: none!important;
}
.ascend #author-bio {
padding-bottom: 20px;
border: none;
text-align: center;
}
.ascend #author-bio img {
display: block;
margin: 0 auto;
margin-bottom: 15px!important;
position: relative;
}
.ascend #author-bio h3 span, .ascend .comments-section .comment-wrap.full-width-section > h3 span {
display: block;
margin-bottom: 5px;
line-height: 12px;
font-size: 12px;
text-transform: none;
}
.ascend .container-wrap #author-bio #author-info {
width: 600px!important;
margin: 0 auto;
padding-left: 0!important;
}
.ascend .container-wrap #author-bio #author-info p {
max-width: 70%;
margin: 0 auto;
}
.ascend #author-bio .nectar-button {
margin-top: 20px;
}
.ascend #author-bio .avatar {
border-radius: 100%;
}
.ascend .comment-list {
margin-bottom: 0!important;
}
.ascend .comment-list .reply {
top: 7px;
}
.ascend .comment-list .reply a {
color: #000;
background-color: transparent;
border-radius: 0!important;
}
html .ascend .comment-list .reply a:hover {
color: #fff!important;
}
.ascend #respond {
margin-top: 80px!important;
}
.ascend h3#comments {
text-align: center;
}
.comment-list li.comment > div, .comment-list li.pingback > div {
background-color: transparent!important;
box-shadow: none!important;
padding-left: 85px!important;
padding-bottom: 0!important;
padding-top: 0!important;
margin-top: 4em!important;
}
.comment-list li.comment > div img.avatar, .comment-list li.pingback > div img.avatar {
left: 0!important;
border-radius: 100%;
top: 0!important;
}
.comment-list li.comment > div p, .comment-list li.pingback > div p {
margin-top: 30px;
}
.comment-list .children {
background-position: left 30px!important;
margin-left: 26px !important;
padding-left: 40px!important;
}
.comment-list .says {
display: none;
}
.ascend #reply-title {
margin-bottom: 50px;
text-align: center!important;
}
.ascend.single-product #reply-title, .ascend.single-product #commentform .form-submit {
text-align: left!important;
}
.ascend .comment #reply-title {
text-align: left!important;
}
.ascend #respond #cancel-comment-reply-link {
padding-left: 15px;
}
.ascend .comment-wrap {
padding-top: 0!important;
margin-top: 0!important;
}
.ascend.single-portfolio .comment-wrap {
margin-top: 30px!important;
}
.ascend .comment-wrap h3#comments {
padding-top: 80px;
}
.ascend #author-bio.no-pagination, .ascend .comment-wrap {
border-top: 1px solid #999;
}
.ascend .comment-list {
padding-bottom: 80px;
border-bottom: 1px solid #999;
}
.ascend #author-bio.no-pagination.lighter-grey, .ascend .comment-wrap.lighter-grey {
border-color: #dddddd;
}
.ascend .comment-wrap, .ascend #author-bio {
padding-top: 80px;
}
.single-post.ascend #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header {
background-color: #f6f6f6;
}
.single-post.ascend #single-below-header.fullscreen-header {
border-top: 1px solid #DDDDDD;
border-bottom: none!important;
}
.tagcloud a, #header-outer .widget_shopping_cart a.button {
border-radius: 0!important;
}
.flex-direction-nav a, #pagination span, #pagination a, #pagination .next.inactive, #pagination .prev.inactive, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
border-radius: 0!important;
}
/* input styling */
.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
background-color: transparent!important;
border: 1px solid #ccc!important;
box-shadow: none!important;
-webkit-box-shadow: none!important;
font-size: 16px!important;
-o-box-shadow: none!important;
padding: 16px!important;
}
.container-wrap input[type="text"]:focus, .container-wrap textarea:focus, .container-wrap input[type="email"]:focus, .container-wrap input[type="password"]:focus, .container-wrap input[type="tel"]:focus, .container-wrap input[type="url"]:focus, .container-wrap input[type="search"]:focus, .container-wrap input[type="date"]:focus {
border-color: #999!important;
}
.ascend #commentform .form-submit {
text-align: center;
padding-bottom: 50px;
margin-top: 20px;
}
.ascend .container-wrap input[type="submit"], .ascend .container-wrap button[type="submit"] {
padding: 16px!important;
border-radius: 0!important;
}
.ascend .woocommerce .actions .button {
height: auto!important;
padding: 14px !important;
}
.ascend .woocommerce input#coupon_code {
width: 140px!important;
}
.ascend .widget_search .search-form input[type=submit], .ascend .newsletter-widget form input[type=submit] {
line-height: 24px;
}
.container-wrap .span_12.light input[type="text"], .container-wrap .span_12.light textarea, .container-wrap .span_12.light input[type="email"], .container-wrap .span_12.light input[type="password"], .container-wrap .span_12.light input[type="tel"], .container-wrap .span_12.light input[type="url"], .container-wrap .span_12.light input[type="search"], .container-wrap .span_12.light input[type="date"] {
border: 1px solid rgba(255,255,255,0.4)!important;
color: #fff;
}
.container-wrap .span_12.light input[type="text"]:focus, .container-wrap .span_12.light textarea:focus, .container-wrap .span_12.light input[type="email"]:focus, .container-wrap .span_12.light input[type="password"]:focus, .container-wrap .span_12.light input[type="tel"]:focus, .container-wrap .span_12.light input[type="url"]:focus, .container-wrap .span_12.light input[type="search"]:focus, .container-wrap .span_12.light input[type="date"]:focus {
border: 1px solid rgba(255,255,255,0.55)!important;
} | 0.235812 | 0.049131 |
@import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif|Share+Tech+Mono");
body {
font-family:Courier New;
font-size: 13pt;
}
.website {
margin: o auto;
max-width: auto;
}
#header {
opacity: 1;
overflow:hidden;
}
#headerimg {
height: auto;
width:100%;
z-index:-1;
opacity: 0.52;
}
#rubrik {
font-family: Comic Sans;
font-size: 60pt;
position: absolute;
z-index: 1;
height: 150%;
padding-left: 325px;
padding-top:80px;
}
.kcal {
color: #8B0000;
font-weight: bold;
}
.burgers {
background-color:#F399BF;
border: 5px dashed #F4C2C2;
}
h3 {
font-size: 19pt;
font-weight: bold;
text-align: center;
}
.information {
background-color:#F4C2C2;
border: 5px dashed #F399BF;
}
.hej:hover {
background-color: #D70040;
}
table {
width:85%;
text-align: center;
}
.centerbig {
margin-left:auto;
margin-right:auto;
display: block;
width: 70%;
}
.center {
margin-left:auto;
margin-right:auto;
display: block;
width: 90%;
}
.centersmall {
margin-left:auto;
margin-right:auto;
display: block;
width: 99%;
}
.wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns:auto; }
.box {
border-radius: 50px;
border-width: auto;
text-align: center;
}
.box img {
width: 100%;
height: 100%;
}
.box text {
font-size: 14pt;
}
.a {
grid-column: 1;
grit-row: 1;
font-size: 14pt;
font-weight: bold;
}
.b {
grid-column: 2;
grid-row: 1;
font-size: 14pt;
font-weight: bold;
}
.c {
grid-column: 3;
grid-row: 1;
font-size: 14pt;
font-weight: bold;
}
.d {
grid-column:4;
grid-row: 1;
font-size: 14pt;
font-weight: bold;
}
.e {
grid-column: 1;
grit-row: 2;
}
.f {
grid-column: 2;
grid-row:2;
}
.g {
grid-column: 3;
grid-row: 2 ;
}
.h {
grid-column: 4;
grid-row: 2 ;
}
.i {
grid-column: 1;
grit-row: 3;
}
.j {
grid-column: 2;
grid-row: 3;
}
.k {
grid-column: 3;
grid-row: 3;
}
.l {
grid-column: 4;
grid-row: 3;
}
.m {
grid-column: 1;
grit-row: 4;
}
.n {
grid-column: 2;
grid-row: 4;
}
.o {
grid-column: 3;
grid-row: 4;
}
.p {
grid-column:4;
grid-row: 4;
}
.q {
grid-column: 1;
grit-row: 5;
}
.r {
grid-column: 2;
grid-row:5;
}
.s {
grid-column: 3;
grid-row: 5;
}
.t {
grid-column: 4;
grid-row: 5 ;
}
.u {
grid-column: 1;
grit-row: 6;
}
.v {
grid-column: 2;
grid-row: 6;
}
.x {
grid-column: 3;
grid-row: 6;
}
.y {
grid-column: 4;
grid-row: 6;
}
} | public/css/style.css | @import url("reset.css");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif|Share+Tech+Mono");
body {
font-family:Courier New;
font-size: 13pt;
}
.website {
margin: o auto;
max-width: auto;
}
#header {
opacity: 1;
overflow:hidden;
}
#headerimg {
height: auto;
width:100%;
z-index:-1;
opacity: 0.52;
}
#rubrik {
font-family: Comic Sans;
font-size: 60pt;
position: absolute;
z-index: 1;
height: 150%;
padding-left: 325px;
padding-top:80px;
}
.kcal {
color: #8B0000;
font-weight: bold;
}
.burgers {
background-color:#F399BF;
border: 5px dashed #F4C2C2;
}
h3 {
font-size: 19pt;
font-weight: bold;
text-align: center;
}
.information {
background-color:#F4C2C2;
border: 5px dashed #F399BF;
}
.hej:hover {
background-color: #D70040;
}
table {
width:85%;
text-align: center;
}
.centerbig {
margin-left:auto;
margin-right:auto;
display: block;
width: 70%;
}
.center {
margin-left:auto;
margin-right:auto;
display: block;
width: 90%;
}
.centersmall {
margin-left:auto;
margin-right:auto;
display: block;
width: 99%;
}
.wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns:auto; }
.box {
border-radius: 50px;
border-width: auto;
text-align: center;
}
.box img {
width: 100%;
height: 100%;
}
.box text {
font-size: 14pt;
}
.a {
grid-column: 1;
grit-row: 1;
font-size: 14pt;
font-weight: bold;
}
.b {
grid-column: 2;
grid-row: 1;
font-size: 14pt;
font-weight: bold;
}
.c {
grid-column: 3;
grid-row: 1;
font-size: 14pt;
font-weight: bold;
}
.d {
grid-column:4;
grid-row: 1;
font-size: 14pt;
font-weight: bold;
}
.e {
grid-column: 1;
grit-row: 2;
}
.f {
grid-column: 2;
grid-row:2;
}
.g {
grid-column: 3;
grid-row: 2 ;
}
.h {
grid-column: 4;
grid-row: 2 ;
}
.i {
grid-column: 1;
grit-row: 3;
}
.j {
grid-column: 2;
grid-row: 3;
}
.k {
grid-column: 3;
grid-row: 3;
}
.l {
grid-column: 4;
grid-row: 3;
}
.m {
grid-column: 1;
grit-row: 4;
}
.n {
grid-column: 2;
grid-row: 4;
}
.o {
grid-column: 3;
grid-row: 4;
}
.p {
grid-column:4;
grid-row: 4;
}
.q {
grid-column: 1;
grit-row: 5;
}
.r {
grid-column: 2;
grid-row:5;
}
.s {
grid-column: 3;
grid-row: 5;
}
.t {
grid-column: 4;
grid-row: 5 ;
}
.u {
grid-column: 1;
grit-row: 6;
}
.v {
grid-column: 2;
grid-row: 6;
}
.x {
grid-column: 3;
grid-row: 6;
}
.y {
grid-column: 4;
grid-row: 6;
}
} | 0.434221 | 0.163412 |
body {
width: 100vw;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.nav{
padding: 20px 10%;
}
.nav-menu > .nav-item{
padding-top: 40px;
padding-bottom: 40px;
font-weight: 500;
}
.nav-menu > .active{
background-color: #253f94;
color: #ffffff;
}
.nav-menu > .nav-item:hover{
background: #253f94;
color: #fff;
cursor: pointer;
}
.na-socials{
display: flex;
}
.socials{
border: 2px solid #253f94;
padding: 8px;
margin: 0 10px;
display: flex;
justify-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
}
.socials > i{
margin: -2px auto 0 auto;
padding: 0 0 8px 0;
color: #253f94;
}
.carousel-item > img{
max-height: 700px;
object-fit: cover;
color: #fff;
border-top: 4px solid #c12126;
}
.carousel-indicators > li{
height: 30px;
width: 30px;
border-radius: 50%;
background: transparent;
border: 2px solid #fff;
margin: 0 10px;
}
.carousel-indicators > .active{
background: #c12126;
width: 25px;
height: 25px;
margin: 2.5px 0;
border: none;
}
.slide-text{
position: absolute;
top: 30%;
left: 10%;
color: #fff;
font-weight: 600;
font-size: 50px;
width: 35%;
}
.countries{
padding: 50px 5%;
}
.country-info{
margin: 0 0 0 10px;
}
.hexa{
width: 120px;
height: 100px;
-webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}
.hexa > img{
width: 120px;
height: 100%;
}
.c-invest{
color: #c12126;
font-weight: 600;
font-size: 16px;
margin: 0;
}
.text-title > h2{
color: #253f94;
font-weight: 600;
font-size: 20px;
margin: 0;
}
.c-icon{
background: #253f94;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
margin: auto 0 auto 8px;
}
.c-icon > i{
transform: rotate(45deg);
color: #fff;
margin: auto;
}
.more{
opacity: .5;
font-size: 10px;
}
.about-us {
padding: 20px 5%;
}
.about{
color: #c12126;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 30px;
}
.title-about >h2{
color: #253f94;
font-size: 50px;
font-weight: 700;
text-transform: capitalize;
}
.more-about-us{
}
.more-about-us > p{
font-size: 26px;
opacity: .7;
}
.read-more{
border-radius: 30px;
color: #000;
font-weight: 600;
border: 2px solid #253f94;
}
.read-more:hover{
cursor: pointer;;
}
.services{
background: #e7eaf3;
width: 100%;
flex-direction: column;
padding: 20px 5%;
}
.titles-service > p{
color: #c12126;
font-size: 30px;
letter-spacing: 5px;
text-transform: uppercase;
margin: 0;
}
.titles-service > h2{
color: #253f94;
font-size: 50px;
letter-spacing: 5px;
text-transform: capitalize;
font-weight: 700;
}
.cards{
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap:25px;
}
.se-card{
border: 1px solid #253f94;
border-radius: 30px;
min-height: 300px;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.se-icons{
padding: 40px 0;
}
.se-icons > i{
font-size: 60px;
color: #253f94;
}
.se-card-title > h1{
color: #253f94;
font-weight: 600;
font-size: 35px;
padding:0 10px 20px 10px;
}
.se-card-title > p{
font-size: 22px;
padding: 20px;
}
.choose-us{
padding: 20px 5%;
}
.c-images > img{
width: 100%;
height: 100%;
}
.w-title{
flex-direction: column;
}
.w-title >p{
opacity: .6;
font-size: 22px;
padding-top: 30px;
width: 70%;
}
.w-title-heading >p{
color: #c12126;
font-size: 25px;
letter-spacing: 5px;
font-weight: 600;
text-transform: uppercase;
}
.upper{
background: #253f94;
padding: 3% 5% 20px 5%;
}
.upper > .logo{
margin: auto 0;
}
.quick-links >h2,
.address >h2{
color: #c12126;
font-weight: 600;
}
.list-card > img{
width: 60%;
height: 60%;
}
.logo-1 > img{
width: 100%;
height: 50%;
}
.quick-links >h2::after,
.address >h2::after{
content: '';
width: 60px;
height: 3px;
background: #fff;
display: block;
}
.quick-links >ul,
.address > ul
{
padding: 0;
}
.quick-links >ul>li{
list-style: none;
font-weight: 600;
}
.our-patners{
display: flex;
flex-direction: column;
width: 80vw;
margin: 40px 10vw 0 6vw;
}
.berex img, .rdb img{
height: 60%;
width: 100%;
padding: 0;
margin: 0;
}
.title{
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.title h3{
text-transform: uppercase;
color: #c12126;
}
.title h1{
text-transform: uppercase;
font-weight: 700;
color: #253f94;
}
.content{
display: flex;
flex-direction: row;
}
/* .berex{
width: 10%;
}
.rdb{
width: 5%;
} */
.address >ul>li{
color: #fff;
list-style: none;
display: flex;
}
.address >ul>li>i{
color: #253f94;
background: #fff;
font-size: 14px;
text-align: center;
justify-content: center;
align-items: center;
display: flex;
width: 20px;
height: 20px;
border-radius: 50%;
margin: 0 5px 0 0;
}
.lower{
background: #0a2363;
}
.copy{
text-align: center;
color: #fff;
font-weight: 600;
margin: 0 auto;
padding: 20px 0;
}
.w-title-heading >h1{
color: #253f94;
font-size: 45px;
letter-spacing: 5px;
font-weight: 700;
text-transform: capitalize;
}
.card-desc >h2{
font-weight: 600;
font-size: 35px;
color: #253f94;
padding: 10px 0 0 0;
margin: 0;
}
.card-desc >p{
opacity: 0.7;
font-size: 20px;
padding: 10px 0 0 0;
margin: 0;
}
.margin-1{
margin-right: 2%;
}
.berex-1{
width: 23%;
}
.berex-last{
width: 25%;
}
.rdb-1{
width: 10.5%;
}
.hamburger-menu {
display: none;
cursor: pointer;
}
@media screen and (max-width: 1000px){
.navbar {
display: flex;
flex-direction: column;
width: 100%;
}
.navbar {
display: flex;
flex-direction: column;
width: 100%;
}
.nav-menu{
display: flex;
flex-direction: column;
width: 0.00001px;
height: 0.00001px;
}
.countries{
display: flex;
flex-direction: column;
width: 100%;
}
.cards{
display: flex;
flex-direction: column;
width: 100%;
}
.se-card{
width: 80%;
margin-bottom: 10px;
}
.content{
display: flex;
flex-direction: column;
width: 100%;
}
.berex{
width: 80%;
}
.berex-1,.rdb-1{
width: 80%;
margin-bottom: 20px;
}
.rdb-1{
height: 20vh;
}
.upper{
display: flex;
flex-direction: column;
width: 100%;
padding: 3% 0% 20px 0%;
}
.lower{
display: flex;
flex-direction: column;
width: 100%;
}
.text-white{
display: flex;
flex-direction: column;
width: 100%;
}
.choose-us{
display: flex;
flex-direction: column;
width: 100%;
}
.about-us{
display: flex;
flex-direction: column;
width: 100%;
}
.carouselExampleIndicators{
width: 100%;
}
.why-choose{
width: 100%;
}
.our-patners{
width: 100%;
}
.footer{
margin: 0;
padding: 0;
}
.site-body{
width: 100%;
padding: 0;
margin: 0;
}
.site{
width: 100vw;
padding: 0;
margin: 0;
}
.hamburger-menu{
display: flex;
}
.nav-menu > .active{
background-color: #ffffff;
color: #ffffff;
}
/* body{
margin-right: -10vw;
} */
} | css/style.css | body {
width: 100vw;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.nav{
padding: 20px 10%;
}
.nav-menu > .nav-item{
padding-top: 40px;
padding-bottom: 40px;
font-weight: 500;
}
.nav-menu > .active{
background-color: #253f94;
color: #ffffff;
}
.nav-menu > .nav-item:hover{
background: #253f94;
color: #fff;
cursor: pointer;
}
.na-socials{
display: flex;
}
.socials{
border: 2px solid #253f94;
padding: 8px;
margin: 0 10px;
display: flex;
justify-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
}
.socials > i{
margin: -2px auto 0 auto;
padding: 0 0 8px 0;
color: #253f94;
}
.carousel-item > img{
max-height: 700px;
object-fit: cover;
color: #fff;
border-top: 4px solid #c12126;
}
.carousel-indicators > li{
height: 30px;
width: 30px;
border-radius: 50%;
background: transparent;
border: 2px solid #fff;
margin: 0 10px;
}
.carousel-indicators > .active{
background: #c12126;
width: 25px;
height: 25px;
margin: 2.5px 0;
border: none;
}
.slide-text{
position: absolute;
top: 30%;
left: 10%;
color: #fff;
font-weight: 600;
font-size: 50px;
width: 35%;
}
.countries{
padding: 50px 5%;
}
.country-info{
margin: 0 0 0 10px;
}
.hexa{
width: 120px;
height: 100px;
-webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
}
.hexa > img{
width: 120px;
height: 100%;
}
.c-invest{
color: #c12126;
font-weight: 600;
font-size: 16px;
margin: 0;
}
.text-title > h2{
color: #253f94;
font-weight: 600;
font-size: 20px;
margin: 0;
}
.c-icon{
background: #253f94;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
margin: auto 0 auto 8px;
}
.c-icon > i{
transform: rotate(45deg);
color: #fff;
margin: auto;
}
.more{
opacity: .5;
font-size: 10px;
}
.about-us {
padding: 20px 5%;
}
.about{
color: #c12126;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 30px;
}
.title-about >h2{
color: #253f94;
font-size: 50px;
font-weight: 700;
text-transform: capitalize;
}
.more-about-us{
}
.more-about-us > p{
font-size: 26px;
opacity: .7;
}
.read-more{
border-radius: 30px;
color: #000;
font-weight: 600;
border: 2px solid #253f94;
}
.read-more:hover{
cursor: pointer;;
}
.services{
background: #e7eaf3;
width: 100%;
flex-direction: column;
padding: 20px 5%;
}
.titles-service > p{
color: #c12126;
font-size: 30px;
letter-spacing: 5px;
text-transform: uppercase;
margin: 0;
}
.titles-service > h2{
color: #253f94;
font-size: 50px;
letter-spacing: 5px;
text-transform: capitalize;
font-weight: 700;
}
.cards{
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap:25px;
}
.se-card{
border: 1px solid #253f94;
border-radius: 30px;
min-height: 300px;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.se-icons{
padding: 40px 0;
}
.se-icons > i{
font-size: 60px;
color: #253f94;
}
.se-card-title > h1{
color: #253f94;
font-weight: 600;
font-size: 35px;
padding:0 10px 20px 10px;
}
.se-card-title > p{
font-size: 22px;
padding: 20px;
}
.choose-us{
padding: 20px 5%;
}
.c-images > img{
width: 100%;
height: 100%;
}
.w-title{
flex-direction: column;
}
.w-title >p{
opacity: .6;
font-size: 22px;
padding-top: 30px;
width: 70%;
}
.w-title-heading >p{
color: #c12126;
font-size: 25px;
letter-spacing: 5px;
font-weight: 600;
text-transform: uppercase;
}
.upper{
background: #253f94;
padding: 3% 5% 20px 5%;
}
.upper > .logo{
margin: auto 0;
}
.quick-links >h2,
.address >h2{
color: #c12126;
font-weight: 600;
}
.list-card > img{
width: 60%;
height: 60%;
}
.logo-1 > img{
width: 100%;
height: 50%;
}
.quick-links >h2::after,
.address >h2::after{
content: '';
width: 60px;
height: 3px;
background: #fff;
display: block;
}
.quick-links >ul,
.address > ul
{
padding: 0;
}
.quick-links >ul>li{
list-style: none;
font-weight: 600;
}
.our-patners{
display: flex;
flex-direction: column;
width: 80vw;
margin: 40px 10vw 0 6vw;
}
.berex img, .rdb img{
height: 60%;
width: 100%;
padding: 0;
margin: 0;
}
.title{
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.title h3{
text-transform: uppercase;
color: #c12126;
}
.title h1{
text-transform: uppercase;
font-weight: 700;
color: #253f94;
}
.content{
display: flex;
flex-direction: row;
}
/* .berex{
width: 10%;
}
.rdb{
width: 5%;
} */
.address >ul>li{
color: #fff;
list-style: none;
display: flex;
}
.address >ul>li>i{
color: #253f94;
background: #fff;
font-size: 14px;
text-align: center;
justify-content: center;
align-items: center;
display: flex;
width: 20px;
height: 20px;
border-radius: 50%;
margin: 0 5px 0 0;
}
.lower{
background: #0a2363;
}
.copy{
text-align: center;
color: #fff;
font-weight: 600;
margin: 0 auto;
padding: 20px 0;
}
.w-title-heading >h1{
color: #253f94;
font-size: 45px;
letter-spacing: 5px;
font-weight: 700;
text-transform: capitalize;
}
.card-desc >h2{
font-weight: 600;
font-size: 35px;
color: #253f94;
padding: 10px 0 0 0;
margin: 0;
}
.card-desc >p{
opacity: 0.7;
font-size: 20px;
padding: 10px 0 0 0;
margin: 0;
}
.margin-1{
margin-right: 2%;
}
.berex-1{
width: 23%;
}
.berex-last{
width: 25%;
}
.rdb-1{
width: 10.5%;
}
.hamburger-menu {
display: none;
cursor: pointer;
}
@media screen and (max-width: 1000px){
.navbar {
display: flex;
flex-direction: column;
width: 100%;
}
.navbar {
display: flex;
flex-direction: column;
width: 100%;
}
.nav-menu{
display: flex;
flex-direction: column;
width: 0.00001px;
height: 0.00001px;
}
.countries{
display: flex;
flex-direction: column;
width: 100%;
}
.cards{
display: flex;
flex-direction: column;
width: 100%;
}
.se-card{
width: 80%;
margin-bottom: 10px;
}
.content{
display: flex;
flex-direction: column;
width: 100%;
}
.berex{
width: 80%;
}
.berex-1,.rdb-1{
width: 80%;
margin-bottom: 20px;
}
.rdb-1{
height: 20vh;
}
.upper{
display: flex;
flex-direction: column;
width: 100%;
padding: 3% 0% 20px 0%;
}
.lower{
display: flex;
flex-direction: column;
width: 100%;
}
.text-white{
display: flex;
flex-direction: column;
width: 100%;
}
.choose-us{
display: flex;
flex-direction: column;
width: 100%;
}
.about-us{
display: flex;
flex-direction: column;
width: 100%;
}
.carouselExampleIndicators{
width: 100%;
}
.why-choose{
width: 100%;
}
.our-patners{
width: 100%;
}
.footer{
margin: 0;
padding: 0;
}
.site-body{
width: 100%;
padding: 0;
margin: 0;
}
.site{
width: 100vw;
padding: 0;
margin: 0;
}
.hamburger-menu{
display: flex;
}
.nav-menu > .active{
background-color: #ffffff;
color: #ffffff;
}
/* body{
margin-right: -10vw;
} */
} | 0.488039 | 0.07403 |
:root {
--primary-color: #293462;
--secundary-color: #216583;
--tertiary-color: #00818A;
--light-color: #F7BE16;
--card-color: linear-gradient(180deg, hsla(228, 41%, 27%, 0.8) 0%, hsla(184, 100%, 27%, 0.8) 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: var(--secundary-color);
}
.navbar {
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(--primary-color);
}
.navbar-left {
margin-left: 40px;
font-size: 2rem;
font-weight: bold;
}
.navbar-left p a {
color: var(--light-color);
text-decoration: none;
}
.navbar-right {
margin-right: 60px;
font-size: 1.4rem;
}
.navbar-right ul {
list-style: none;
}
.navbar-right ul li {
display: inline-block;
margin-left: 20px;
}
.navbar-right ul li a {
text-decoration: none;
color: var(--light-color);
}
.title {
margin: 40px 0 80px 0;
color: var(--light-color);
}
.title h1 {
margin-bottom: 16px;
text-align: center;
font-size: 3rem;
}
.title p {
margin: 0 16px;
text-align: center;
font-size: 1.6rem;
}
.cards-section {
width: 100%;
display: grid;
place-content: center;
grid-template-columns: repeat(auto-fit, 280px);
gap: 40px;
}
.main-card {
width: 280px;
height: 440px;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 12px;
border-radius: 10px;
background: var(--card-color);
}
.card-title {
margin: 32px 0 20px 0;
}
.card-title h2 {
height: 32px;
margin-bottom: 24px;
font-size: 2rem;
font-weight: bold;
text-align: center;
color: var(--light-color);
}
.card-title p {
height: 32px;
font-size: 1.6rem;
text-align: center;
color: var(--light-color);
}
.card-form {
height: 280px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.card-form-info {
display: flex;
flex-direction: column;
}
.card-form__label {
text-align: center;
font-size: 1.4rem;
color: var(--light-color) ;
}
.card-form__input {
width: 140px;
margin-bottom: 8px;
padding: 0 10px;
border-radius: 5px;
border: none;
color: var(--primary-color);
}
.card-form__result {
text-align: center;
font-size: 1.4rem;
color: var(--light-color);
}
.card-form__btn {
width: 150px;
height: 24px;
margin-bottom: 8px;
display: block;
border-radius: 5px;
border: none;
}
footer {
width: 100%;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
background: var(--light-color);
}
footer p {
padding: 10px 0;
font-size: 1.6rem;
font-weight: bold;
color: var(--primary-color);
}
@media (max-width: 720px) {
.navbar-right {
margin-right: 20px;
font-size: 1.4rem;
}
.navbar-right ul li {
display: inline-block;
margin-left: 8px;
}
}
@media (max-width: 640px) {
.navbar-right ul li {
display: none;
}
} | css/style.css | :root {
--primary-color: #293462;
--secundary-color: #216583;
--tertiary-color: #00818A;
--light-color: #F7BE16;
--card-color: linear-gradient(180deg, hsla(228, 41%, 27%, 0.8) 0%, hsla(184, 100%, 27%, 0.8) 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: var(--secundary-color);
}
.navbar {
width: 100%;
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: var(--primary-color);
}
.navbar-left {
margin-left: 40px;
font-size: 2rem;
font-weight: bold;
}
.navbar-left p a {
color: var(--light-color);
text-decoration: none;
}
.navbar-right {
margin-right: 60px;
font-size: 1.4rem;
}
.navbar-right ul {
list-style: none;
}
.navbar-right ul li {
display: inline-block;
margin-left: 20px;
}
.navbar-right ul li a {
text-decoration: none;
color: var(--light-color);
}
.title {
margin: 40px 0 80px 0;
color: var(--light-color);
}
.title h1 {
margin-bottom: 16px;
text-align: center;
font-size: 3rem;
}
.title p {
margin: 0 16px;
text-align: center;
font-size: 1.6rem;
}
.cards-section {
width: 100%;
display: grid;
place-content: center;
grid-template-columns: repeat(auto-fit, 280px);
gap: 40px;
}
.main-card {
width: 280px;
height: 440px;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 12px;
border-radius: 10px;
background: var(--card-color);
}
.card-title {
margin: 32px 0 20px 0;
}
.card-title h2 {
height: 32px;
margin-bottom: 24px;
font-size: 2rem;
font-weight: bold;
text-align: center;
color: var(--light-color);
}
.card-title p {
height: 32px;
font-size: 1.6rem;
text-align: center;
color: var(--light-color);
}
.card-form {
height: 280px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.card-form-info {
display: flex;
flex-direction: column;
}
.card-form__label {
text-align: center;
font-size: 1.4rem;
color: var(--light-color) ;
}
.card-form__input {
width: 140px;
margin-bottom: 8px;
padding: 0 10px;
border-radius: 5px;
border: none;
color: var(--primary-color);
}
.card-form__result {
text-align: center;
font-size: 1.4rem;
color: var(--light-color);
}
.card-form__btn {
width: 150px;
height: 24px;
margin-bottom: 8px;
display: block;
border-radius: 5px;
border: none;
}
footer {
width: 100%;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
background: var(--light-color);
}
footer p {
padding: 10px 0;
font-size: 1.6rem;
font-weight: bold;
color: var(--primary-color);
}
@media (max-width: 720px) {
.navbar-right {
margin-right: 20px;
font-size: 1.4rem;
}
.navbar-right ul li {
display: inline-block;
margin-left: 8px;
}
}
@media (max-width: 640px) {
.navbar-right ul li {
display: none;
}
} | 0.631481 | 0.163846 |
.slider_one_big_picture {
position: relative;
width: 50vw;
height: 38vw;
margin: 0 auto;
user-select: none;
/*overflow: hidden;*/
}
.slider_one_big_picture > * {
transition: ease all 1s;
}
.slider_one_big_picture .hidden {
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 0;
}
.slider_one_big_picture .active {
opacity: 1;
position: absolute;
top: 0px;
left: 0%;
width: 100%;
height: 100%;
z-index: 2;
}
.slider_one_big_picture .prev1,
.slider_one_big_picture .next1 {
opacity: 0;
position: absolute;
top: 0px;
left: 0%;
width: 0px;
height: 100%;
z-index: 0;
}
.slider_one_big_picture .next1 {
left: 100%;
}
.slider_one_big_picture .prev2,
.slider_one_big_picture .next2 {
opacity: 0;
position: absolute;
top: 0px;
left: 0%;
width: 0px;
height: 100%;
z-index: 0;
}
.slider_one_big_picture .next2 {
left: 100%;
}
/*********************************/
.slider_one_big_2 {
position: relative;
width: 50%;
height: 38vw;
max-width: 640px;
max-height: 480px;
margin: 0 auto;
user-select: none;
}
.slider_one_big_2 > * {
transition: ease all 1s;
}
.slider_one_big_2 .hidden {
opacity: 0;
position: absolute;
top: 0px;
left: 50%;
margin-left: -100%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 0;
}
.slider_one_big_2 .active {
opacity: 1;
position: absolute;
top: 0px;
left: 50%;
margin-left: -50%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 10;
}
.slider_one_big_2 .prev1,
.slider_one_big_2 .next1 {
opacity: 0.5;
position: absolute;
top: 0px;
left: 50%;
margin-left: -150%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 3;
}
.slider_one_big_2 .next1 {
left: 50%;
margin-left: 50%;
}
.slider_one_big_2 .prev2,
.slider_one_big_2 .next2 {
opacity: 0;
position: absolute;
top: 0px;
left: 50%;
margin-left: -250%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 1;
}
.slider_one_big_2 .next2 {
left: 50%;
margin-left: 150%;
}
.slider_one_big_2 .prev3,
.slider_one_big_2 .next3 {
opacity: 0;
position: absolute;
top: 0px;
left: 50%;
margin-left: -50%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 0;
}
/*********************************/
/*********************************/
.slider_circle_10 {
position: relative;
width: 70vw;
/* 640px; */
height: 53.2vw;
margin: 0 auto;
user-select: none;
}
.slider_circle_10 > * {
transition: ease all 1s;
}
.slider_circle_10 > div,
.slider_circle_10 .hidden {
opacity: 0;
position: absolute;
top: 20%;
left: 50%;
width: 1px;
height: 1px;
z-index: 0;
overflow: hidden;
}
.slider_circle_10 .active {
opacity: 1;
position: absolute;
top: 30%;
left: 50%;
margin-left: -25%;
width: 50%;
height: 50%;
z-index: 10;
}
.slider_circle_10 .prev1,
.slider_circle_10 .next1 {
opacity: 0.9;
position: absolute;
top: 60%;
left: 50%;
margin-left: -45%;
width: 25%;
height: 25%;
z-index: 9;
}
.slider_circle_10 .next1 {
margin-left: 15%;
}
.slider_circle_10 .prev2,
.slider_circle_10 .next2 {
opacity: 0.7;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50%;
width: 15%;
height: 15%;
z-index: 8;
}
.slider_circle_10 .next2 {
margin-left: 35%;
}
.slider_circle_10 .prev3,
.slider_circle_10 .next3 {
opacity: 0.5;
position: absolute;
top: 35%;
left: 50%;
margin-left: -50%;
width: 7%;
height: 7%;
z-index: 7;
}
.slider_circle_10 .next3 {
margin-left: 43%;
}
.slider_circle_10 .prev4,
.slider_circle_10 .next4 {
opacity: 0.3;
position: absolute;
top: 25%;
left: 50%;
margin-left: -40%;
width: 3%;
height: 3%;
z-index: 6;
}
.slider_circle_10 .next4 {
margin-left: 37%;
}
.slider_circle_10 .prev5,
.slider_circle_10 .next5 {
opacity: 0.1;
position: absolute;
top: 20%;
left: 50%;
margin-left: -15%;
width: 2%;
height: 2%;
z-index: 5;
}
.slider_circle_10 .next5 {
margin-left: 13%;
}
/*********************************/
.slider_four_in_line {
width: 100vw;
height: 19.5vw;
position: relative;
margin: 0 auto;
user-select: none;
}
.slider_four_in_line > * {
transition: ease all 1s;
overflow: hidden;
}
.slider_four_in_line .hidden {
opacity: 0;
z-index: 0;
top: 0px;
left: 50%;
}
.slider_four_in_line .active,
.slider_four_in_line .next1,
.slider_four_in_line .next2,
.slider_four_in_line .next3,
.slider_four_in_line .next4,
.slider_four_in_line .prev1 {
position: absolute;
width: 24%;
height: 100%;
top: 0px;
left: 25%;
z-index: 10;
margin: 0 0.5%;
}
.slider_four_in_line .next1 {
left: 50%;
}
.slider_four_in_line .next2 {
left: 75%;
}
.slider_four_in_line .next3 {
width: 0%;
left: 100%;
z-index: 0;
opacity: 0;
}
.slider_four_in_line .next4 {
left: 100%;
width: 0%;
z-index: 0;
opacity: 0;
}
.slider_four_in_line .prev1 {
position: absolute;
width: 24%;
height: 100%;
top: 0px;
left: 0%;
z-index: 10;
opacity: 1;
}
.slider_four_in_line .prev2,
.slider_four_in_line .prev3,
.slider_four_in_line .prev4 {
position: absolute;
width: 0%;
height: 100%;
top: 0px;
left: 0%;
z-index: 0;
opacity: 0;
}
/*********************************/
.slider_clock {
width: 600px;
height: 600px;
position: relative;
margin: 0 auto;
user-select: none;
}
.slider_clock > * {
transition: ease all 1s;
}
.slider_clock .active {
position: absolute;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -125px;
width: 400px;
height: 250px;
transform: rotate(0deg);
opacity: 1;
z-index: 10;
overflow: hidden;
}
.slider_clock .next1,
.slider_clock .next2,
.slider_clock .next3,
.slider_clock .next4,
.slider_clock .next5,
.slider_clock .next6,
.slider_clock .next7,
.slider_clock .prev1,
.slider_clock .prev2,
.slider_clock .prev3,
.slider_clock .prev4,
.slider_clock .prev5,
.slider_clock .prev6,
.slider_clock .prev7,
.slider_clock .hidden {
position: absolute;
left: 50%;
top: 50%;
width: 96px;
height: 60px;
margin-top: 200px;
margin-left: -48px;
transform-origin: 48px -200px;
transform: rotate(0deg);
opacity: 1;
overflow: hidden;
}
.slider_clock .next2 {
transform: rotate(-30deg);
}
.slider_clock .next3 {
transform: rotate(-60deg);
}
.slider_clock .next4 {
transform: rotate(-90deg);
}
.slider_clock .next5 {
transform: rotate(-120deg);
}
.slider_clock .next6 {
transform: rotate(-150deg);
}
.slider_clock .next7 {
opacity: 0;
transform: rotate(-180deg);
}
.slider_clock .prev1 {
transform: rotate(30deg);
}
.slider_clock .prev2 {
transform: rotate(60deg);
}
.slider_clock .prev3 {
transform: rotate(90deg);
}
.slider_clock .prev4 {
transform: rotate(120deg);
}
.slider_clock .prev5 {
transform: rotate(150deg);
}
.slider_clock .prev6 {
transform: rotate(180deg);
}
.slider_clock .prev7 {
opacity: 0;
transform: rotate(210deg);
}
.slider_clock .hidden {
opacity: 0;
transform: rotate(180deg);
}
/*********************************/
.nav_indicators {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
text-align: center;
z-index: 50000;
}
.nav_indicators ul {
position: static;
display: inline-block;
margin: 0 auto;
padding: 0;
}
.nav_indicators ul li {
position: static;
display: inline-block;
width: 20px;
height: 20px;
margin: 10px;
padding: 0;
overflow: hidden;
background: #fff;
color: #fff;
border: 2px solid #000;
border-radius: 50%;
cursor: pointer;
}
.nav_indicators ul li.active {
position: static;
display: inline-block;
width: 20px;
height: 20px;
margin: 10px;
padding: 0;
background: #555;
color: #555;
border: 2px solid #aaa;
border-radius: 50%;
cursor: pointer;
}
.next_button,
.prev_button {
position: absolute;
left: 100% !important;
top: 50% !important;
margin: -15px 0 0 -25px !important;
width: 50px !important;
height: 50px !important;
border: 1px solid #000 !important;
background: #fff !important;
opacity: 0.5 !important;
z-index: 5000 !important;
cursor: pointer;
text-align: center;
line-height: 30px;
border-radius: 50%;
}
.prev_button {
position: absolute;
left: 0% !important;
}
.next_button:hover,
.prev_button:hover {
opacity: 1 !important;
}
.next_button:after,
.prev_button:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 1px;
height: 1px;
margin-top: -10px;
}
.next_button:after {
border-left: 15px solid #000;
border-right: 15px solid transparent;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
margin-left: -5px;
}
.prev_button:after {
border-right: 15px solid #000;
border-left: 15px solid transparent;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
margin-left: -25px;
}
div.slider > div:not(.nav_indicators):not(.next_button):not(.prev_button) {
box-shadow: 0px 1px 3px #000;
border: 1px solid #000;
background: #fff;
text-align: center;
box-sizing: border-box;
font-size: 150px;
} | public/css/jquery.easy_slides.css |
.slider_one_big_picture {
position: relative;
width: 50vw;
height: 38vw;
margin: 0 auto;
user-select: none;
/*overflow: hidden;*/
}
.slider_one_big_picture > * {
transition: ease all 1s;
}
.slider_one_big_picture .hidden {
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 0;
}
.slider_one_big_picture .active {
opacity: 1;
position: absolute;
top: 0px;
left: 0%;
width: 100%;
height: 100%;
z-index: 2;
}
.slider_one_big_picture .prev1,
.slider_one_big_picture .next1 {
opacity: 0;
position: absolute;
top: 0px;
left: 0%;
width: 0px;
height: 100%;
z-index: 0;
}
.slider_one_big_picture .next1 {
left: 100%;
}
.slider_one_big_picture .prev2,
.slider_one_big_picture .next2 {
opacity: 0;
position: absolute;
top: 0px;
left: 0%;
width: 0px;
height: 100%;
z-index: 0;
}
.slider_one_big_picture .next2 {
left: 100%;
}
/*********************************/
.slider_one_big_2 {
position: relative;
width: 50%;
height: 38vw;
max-width: 640px;
max-height: 480px;
margin: 0 auto;
user-select: none;
}
.slider_one_big_2 > * {
transition: ease all 1s;
}
.slider_one_big_2 .hidden {
opacity: 0;
position: absolute;
top: 0px;
left: 50%;
margin-left: -100%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 0;
}
.slider_one_big_2 .active {
opacity: 1;
position: absolute;
top: 0px;
left: 50%;
margin-left: -50%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 10;
}
.slider_one_big_2 .prev1,
.slider_one_big_2 .next1 {
opacity: 0.5;
position: absolute;
top: 0px;
left: 50%;
margin-left: -150%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 3;
}
.slider_one_big_2 .next1 {
left: 50%;
margin-left: 50%;
}
.slider_one_big_2 .prev2,
.slider_one_big_2 .next2 {
opacity: 0;
position: absolute;
top: 0px;
left: 50%;
margin-left: -250%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 1;
}
.slider_one_big_2 .next2 {
left: 50%;
margin-left: 150%;
}
.slider_one_big_2 .prev3,
.slider_one_big_2 .next3 {
opacity: 0;
position: absolute;
top: 0px;
left: 50%;
margin-left: -50%;
width: 100%;
max-width: 640px;
height: 100%;
z-index: 0;
}
/*********************************/
/*********************************/
.slider_circle_10 {
position: relative;
width: 70vw;
/* 640px; */
height: 53.2vw;
margin: 0 auto;
user-select: none;
}
.slider_circle_10 > * {
transition: ease all 1s;
}
.slider_circle_10 > div,
.slider_circle_10 .hidden {
opacity: 0;
position: absolute;
top: 20%;
left: 50%;
width: 1px;
height: 1px;
z-index: 0;
overflow: hidden;
}
.slider_circle_10 .active {
opacity: 1;
position: absolute;
top: 30%;
left: 50%;
margin-left: -25%;
width: 50%;
height: 50%;
z-index: 10;
}
.slider_circle_10 .prev1,
.slider_circle_10 .next1 {
opacity: 0.9;
position: absolute;
top: 60%;
left: 50%;
margin-left: -45%;
width: 25%;
height: 25%;
z-index: 9;
}
.slider_circle_10 .next1 {
margin-left: 15%;
}
.slider_circle_10 .prev2,
.slider_circle_10 .next2 {
opacity: 0.7;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50%;
width: 15%;
height: 15%;
z-index: 8;
}
.slider_circle_10 .next2 {
margin-left: 35%;
}
.slider_circle_10 .prev3,
.slider_circle_10 .next3 {
opacity: 0.5;
position: absolute;
top: 35%;
left: 50%;
margin-left: -50%;
width: 7%;
height: 7%;
z-index: 7;
}
.slider_circle_10 .next3 {
margin-left: 43%;
}
.slider_circle_10 .prev4,
.slider_circle_10 .next4 {
opacity: 0.3;
position: absolute;
top: 25%;
left: 50%;
margin-left: -40%;
width: 3%;
height: 3%;
z-index: 6;
}
.slider_circle_10 .next4 {
margin-left: 37%;
}
.slider_circle_10 .prev5,
.slider_circle_10 .next5 {
opacity: 0.1;
position: absolute;
top: 20%;
left: 50%;
margin-left: -15%;
width: 2%;
height: 2%;
z-index: 5;
}
.slider_circle_10 .next5 {
margin-left: 13%;
}
/*********************************/
.slider_four_in_line {
width: 100vw;
height: 19.5vw;
position: relative;
margin: 0 auto;
user-select: none;
}
.slider_four_in_line > * {
transition: ease all 1s;
overflow: hidden;
}
.slider_four_in_line .hidden {
opacity: 0;
z-index: 0;
top: 0px;
left: 50%;
}
.slider_four_in_line .active,
.slider_four_in_line .next1,
.slider_four_in_line .next2,
.slider_four_in_line .next3,
.slider_four_in_line .next4,
.slider_four_in_line .prev1 {
position: absolute;
width: 24%;
height: 100%;
top: 0px;
left: 25%;
z-index: 10;
margin: 0 0.5%;
}
.slider_four_in_line .next1 {
left: 50%;
}
.slider_four_in_line .next2 {
left: 75%;
}
.slider_four_in_line .next3 {
width: 0%;
left: 100%;
z-index: 0;
opacity: 0;
}
.slider_four_in_line .next4 {
left: 100%;
width: 0%;
z-index: 0;
opacity: 0;
}
.slider_four_in_line .prev1 {
position: absolute;
width: 24%;
height: 100%;
top: 0px;
left: 0%;
z-index: 10;
opacity: 1;
}
.slider_four_in_line .prev2,
.slider_four_in_line .prev3,
.slider_four_in_line .prev4 {
position: absolute;
width: 0%;
height: 100%;
top: 0px;
left: 0%;
z-index: 0;
opacity: 0;
}
/*********************************/
.slider_clock {
width: 600px;
height: 600px;
position: relative;
margin: 0 auto;
user-select: none;
}
.slider_clock > * {
transition: ease all 1s;
}
.slider_clock .active {
position: absolute;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -125px;
width: 400px;
height: 250px;
transform: rotate(0deg);
opacity: 1;
z-index: 10;
overflow: hidden;
}
.slider_clock .next1,
.slider_clock .next2,
.slider_clock .next3,
.slider_clock .next4,
.slider_clock .next5,
.slider_clock .next6,
.slider_clock .next7,
.slider_clock .prev1,
.slider_clock .prev2,
.slider_clock .prev3,
.slider_clock .prev4,
.slider_clock .prev5,
.slider_clock .prev6,
.slider_clock .prev7,
.slider_clock .hidden {
position: absolute;
left: 50%;
top: 50%;
width: 96px;
height: 60px;
margin-top: 200px;
margin-left: -48px;
transform-origin: 48px -200px;
transform: rotate(0deg);
opacity: 1;
overflow: hidden;
}
.slider_clock .next2 {
transform: rotate(-30deg);
}
.slider_clock .next3 {
transform: rotate(-60deg);
}
.slider_clock .next4 {
transform: rotate(-90deg);
}
.slider_clock .next5 {
transform: rotate(-120deg);
}
.slider_clock .next6 {
transform: rotate(-150deg);
}
.slider_clock .next7 {
opacity: 0;
transform: rotate(-180deg);
}
.slider_clock .prev1 {
transform: rotate(30deg);
}
.slider_clock .prev2 {
transform: rotate(60deg);
}
.slider_clock .prev3 {
transform: rotate(90deg);
}
.slider_clock .prev4 {
transform: rotate(120deg);
}
.slider_clock .prev5 {
transform: rotate(150deg);
}
.slider_clock .prev6 {
transform: rotate(180deg);
}
.slider_clock .prev7 {
opacity: 0;
transform: rotate(210deg);
}
.slider_clock .hidden {
opacity: 0;
transform: rotate(180deg);
}
/*********************************/
.nav_indicators {
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
text-align: center;
z-index: 50000;
}
.nav_indicators ul {
position: static;
display: inline-block;
margin: 0 auto;
padding: 0;
}
.nav_indicators ul li {
position: static;
display: inline-block;
width: 20px;
height: 20px;
margin: 10px;
padding: 0;
overflow: hidden;
background: #fff;
color: #fff;
border: 2px solid #000;
border-radius: 50%;
cursor: pointer;
}
.nav_indicators ul li.active {
position: static;
display: inline-block;
width: 20px;
height: 20px;
margin: 10px;
padding: 0;
background: #555;
color: #555;
border: 2px solid #aaa;
border-radius: 50%;
cursor: pointer;
}
.next_button,
.prev_button {
position: absolute;
left: 100% !important;
top: 50% !important;
margin: -15px 0 0 -25px !important;
width: 50px !important;
height: 50px !important;
border: 1px solid #000 !important;
background: #fff !important;
opacity: 0.5 !important;
z-index: 5000 !important;
cursor: pointer;
text-align: center;
line-height: 30px;
border-radius: 50%;
}
.prev_button {
position: absolute;
left: 0% !important;
}
.next_button:hover,
.prev_button:hover {
opacity: 1 !important;
}
.next_button:after,
.prev_button:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 1px;
height: 1px;
margin-top: -10px;
}
.next_button:after {
border-left: 15px solid #000;
border-right: 15px solid transparent;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
margin-left: -5px;
}
.prev_button:after {
border-right: 15px solid #000;
border-left: 15px solid transparent;
border-bottom: 10px solid transparent;
border-top: 10px solid transparent;
margin-left: -25px;
}
div.slider > div:not(.nav_indicators):not(.next_button):not(.prev_button) {
box-shadow: 0px 1px 3px #000;
border: 1px solid #000;
background: #fff;
text-align: center;
box-sizing: border-box;
font-size: 150px;
} | 0.70416 | 0.058373 |
*{margin:0;padding:0}
html,body{height:100%}
body{
color:#acacac;
font-family:"ff-tisa-web-pro", Georgia, Times, "Times New Roman", serif;
background-color:#f5f5f5;
overflow:hidden;
-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;
-o-transition:background-color 0.2s ease-in-out;
-ms-transition:background-color 0.2s ease-in-out;
transition:background-color 0.2s ease-in-out;
}
body.nightmode{background-color:#0a0a0a;}
body.nightmode .moon{fill:#fff;}
body.nightmode .moon:hover{background-color:#fefefe;fill:#000}
a{color:#464646}
a:hover{text-decoration:none}
#container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
.moon{position:fixed;top:0;left:0;width:1.25rem;height:1.25rem;padding:1rem;cursor:pointer;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;-ms-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;}
.moon:hover{background-color:#0a0a0a;fill:#fff}@media (max-width:1024px){.moon{width:1rem;height:1rem}
.ribbon{-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}}@media (max-width:640px){.moon{width:1rem;height:1rem}
.ribbon{-webkit-transform:scale(.5);-moz-transform:scale(.5);-o-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}}
/* Menu */
#menubox{
position: relative;
text-align:center;
height:100%!important;
margin-top:21.5%;
font-size: 3em;
font-family:Futura;
text-transform: uppercase;
z-index: 2;
overflow:hidden;
}
#menubox a{color:#464646;text-decoration:none}
#menubox a:hover{color:#dfdfdf;text-decoration:overline;}
.foot-note{height:10px;margin-top:2em;font-size:0.5em;word-spacing:30px;text-align: center}
.foot-note ul li{display: inline;}
.foot-note ul li:hover{opacity:0.4;filter:alpha(opacity=40)}
.foot-note .icon{height:1em;}
@media (max-width: 767px) {
.foot-note {
word-spacing: 5px !important;
}
}
/* worldmap */
.map{text-align:center;color:#606060;overflow:hidden;}
.map h3{text-transform:uppercase;font-weight:700;font-size:2em;line-height:1.7em}
.map p{font-size:0.5em;font-family:"ff-tisa-web-pro";}
.btn-go-back{border:1px solid #ececec;padding:0px 8px 4px;text-decoration:none;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}
.btn-go-back{content:"←";height: 0.5em;text-decoration:none;}
.btn-go-back:hover{opacity:0.4;filter:alpha(opacity=40)}
.btn-go-back:before{content:"←"} | css/main.css | *{margin:0;padding:0}
html,body{height:100%}
body{
color:#acacac;
font-family:"ff-tisa-web-pro", Georgia, Times, "Times New Roman", serif;
background-color:#f5f5f5;
overflow:hidden;
-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;
-o-transition:background-color 0.2s ease-in-out;
-ms-transition:background-color 0.2s ease-in-out;
transition:background-color 0.2s ease-in-out;
}
body.nightmode{background-color:#0a0a0a;}
body.nightmode .moon{fill:#fff;}
body.nightmode .moon:hover{background-color:#fefefe;fill:#000}
a{color:#464646}
a:hover{text-decoration:none}
#container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
.moon{position:fixed;top:0;left:0;width:1.25rem;height:1.25rem;padding:1rem;cursor:pointer;-webkit-transition:background-color 0.2s ease-in-out;-moz-transition:background-color 0.2s ease-in-out;-o-transition:background-color 0.2s ease-in-out;-ms-transition:background-color 0.2s ease-in-out;transition:background-color 0.2s ease-in-out;}
.moon:hover{background-color:#0a0a0a;fill:#fff}@media (max-width:1024px){.moon{width:1rem;height:1rem}
.ribbon{-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}}@media (max-width:640px){.moon{width:1rem;height:1rem}
.ribbon{-webkit-transform:scale(.5);-moz-transform:scale(.5);-o-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}}
/* Menu */
#menubox{
position: relative;
text-align:center;
height:100%!important;
margin-top:21.5%;
font-size: 3em;
font-family:Futura;
text-transform: uppercase;
z-index: 2;
overflow:hidden;
}
#menubox a{color:#464646;text-decoration:none}
#menubox a:hover{color:#dfdfdf;text-decoration:overline;}
.foot-note{height:10px;margin-top:2em;font-size:0.5em;word-spacing:30px;text-align: center}
.foot-note ul li{display: inline;}
.foot-note ul li:hover{opacity:0.4;filter:alpha(opacity=40)}
.foot-note .icon{height:1em;}
@media (max-width: 767px) {
.foot-note {
word-spacing: 5px !important;
}
}
/* worldmap */
.map{text-align:center;color:#606060;overflow:hidden;}
.map h3{text-transform:uppercase;font-weight:700;font-size:2em;line-height:1.7em}
.map p{font-size:0.5em;font-family:"ff-tisa-web-pro";}
.btn-go-back{border:1px solid #ececec;padding:0px 8px 4px;text-decoration:none;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}
.btn-go-back{content:"←";height: 0.5em;text-decoration:none;}
.btn-go-back:hover{opacity:0.4;filter:alpha(opacity=40)}
.btn-go-back:before{content:"←"} | 0.204938 | 0.039195 |
@media only screen and (min-width:48rem) {
.l-tags-container {
display:flex;
flex-wrap:wrap;
justify-content:center;
margin:0 auto;
max-width:720px
}
}
@media only screen and (min-width:64rem) {
.l-tags-container {
max-width:1080px
}
}
.m-tag-card {
height:180px;
margin:0 0 20px;
position:relative;
border-radius:10px;
border:1px solid var(--secondary-border-color);
transition:all .25s cubic-bezier(.02,.01,.47,1)
}
.m-tag-card:hover {
transform:translateY(-5px)
}
.m-tag-card:hover:before {
box-shadow:var(--article-shadow-hover),0 0 0 transparent;
}
@media only screen and (min-width:48rem){
.m-tag-card {
width:320px;
margin:0 20px 40px
}
}
.m-tag-card:before {
content:"";
position:absolute;
top:10px;
right:10px;
bottom:0;
left:10px;
border-radius:10px;
z-index:1;
box-shadow:var(--article-shadow-normal),0 0 0 transparent;
transition:all .25s cubic-bezier(.02,.01,.47,1)
}
.m-tag-card__link {
display:block;
width:100%;
height:100%;
border-radius:10px;
overflow:hidden;
position:relative;
background-color:#000;
z-index:2;
}
.m-tag-card__link.no-picture {
background-color:var(--secondary-subtle-color)
}
.m-tag-card__picture {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-radius:10px;
-o-object-fit:cover;
object-fit:cover;
opacity:.7;
z-index:1
}
.m-tag-card__info {
position:absolute;
left:15px;
bottom:15px;
color:#fff;
z-index:2;
}
.m-tag-card__info.no-picture {
color:var(--titles-color);
}
.m-tag-card__name {
letter-spacing:.3px;
line-height:1.3;
font-size:1.25rem;
font-weight:600;
margin:0 0 5px;
}
.m-tag-card__info .m-tag-card__name {
color: unset;
}
.m-tag-card__counter {
display:block;
letter-spacing:.2px;
font-size:.875rem;
}
/* hero */
.m-hero {
margin-top: -60px;
position: relative;
flex-direction: column;
min-height: 365px;
overflow: hidden;
padding: 100px 0 75px;
background-color: var(--secondary-subtle-color);
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (min-width: 768px) {
.m-hero{
min-height: 400px;
padding: 150px 0 75px;
}
}
.m-hero.with-picture {
color: var(--white-color);
background-color: var(--black-color);
}
@media only screen and (min-width: 768px) {
.m-hero.with-picture{
min-height: 450px;
}
}
@media only screen and (min-width: 1280px) {
.m-hero.with-picture{
min-height: 565px;
}
}
.m-hero.with-picture .m-hero-title {
color: var(--white);
}
.m-hero.with-picture.no-picture.in-post {
display: none;
}
.m-hero__picture {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.7;
}
.m-hero__picture.in-post {
opacity: 1;
}
.m-hero__picture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.m-hero__content {
position: relative;
text-align: center;
padding: 0 20px;
z-index: 2;
}
@media only screen and (min-width: 768px) {
.m-hero__content {
max-width: 700px;
}
}
@media only screen and (min-width: 1280px) {
.m-hero__content {
padding: 0;
}
}
.m-hero-description {
letter-spacing: 0.2px;
line-height: 1.5;
font-size: 0.938rem;
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.m-hero-description {
font-size: 1.125rem;
}
}
.m-hero-description.bigger {
line-height: 1.3;
font-size: 1.125rem;
margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
.m-hero-description.bigger {
font-size: 1.375rem;
}
}
.m-hero-description.with-picture {
color: var(--white-color);
}
.m-hero__meta {
margin: 0 auto;
}
@media only screen and (min-width: 768px) {
.m-hero__meta {
display: flex;
align-items: center;
justify-content: center;
}
}
.rtl .m-hero__meta {
direction: ltr;
}
/* content */
.l-content {
padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) {
.l-content {
padding: 60px 0 40px;
}
} | assets/css/blog/tag.css | @media only screen and (min-width:48rem) {
.l-tags-container {
display:flex;
flex-wrap:wrap;
justify-content:center;
margin:0 auto;
max-width:720px
}
}
@media only screen and (min-width:64rem) {
.l-tags-container {
max-width:1080px
}
}
.m-tag-card {
height:180px;
margin:0 0 20px;
position:relative;
border-radius:10px;
border:1px solid var(--secondary-border-color);
transition:all .25s cubic-bezier(.02,.01,.47,1)
}
.m-tag-card:hover {
transform:translateY(-5px)
}
.m-tag-card:hover:before {
box-shadow:var(--article-shadow-hover),0 0 0 transparent;
}
@media only screen and (min-width:48rem){
.m-tag-card {
width:320px;
margin:0 20px 40px
}
}
.m-tag-card:before {
content:"";
position:absolute;
top:10px;
right:10px;
bottom:0;
left:10px;
border-radius:10px;
z-index:1;
box-shadow:var(--article-shadow-normal),0 0 0 transparent;
transition:all .25s cubic-bezier(.02,.01,.47,1)
}
.m-tag-card__link {
display:block;
width:100%;
height:100%;
border-radius:10px;
overflow:hidden;
position:relative;
background-color:#000;
z-index:2;
}
.m-tag-card__link.no-picture {
background-color:var(--secondary-subtle-color)
}
.m-tag-card__picture {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border-radius:10px;
-o-object-fit:cover;
object-fit:cover;
opacity:.7;
z-index:1
}
.m-tag-card__info {
position:absolute;
left:15px;
bottom:15px;
color:#fff;
z-index:2;
}
.m-tag-card__info.no-picture {
color:var(--titles-color);
}
.m-tag-card__name {
letter-spacing:.3px;
line-height:1.3;
font-size:1.25rem;
font-weight:600;
margin:0 0 5px;
}
.m-tag-card__info .m-tag-card__name {
color: unset;
}
.m-tag-card__counter {
display:block;
letter-spacing:.2px;
font-size:.875rem;
}
/* hero */
.m-hero {
margin-top: -60px;
position: relative;
flex-direction: column;
min-height: 365px;
overflow: hidden;
padding: 100px 0 75px;
background-color: var(--secondary-subtle-color);
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (min-width: 768px) {
.m-hero{
min-height: 400px;
padding: 150px 0 75px;
}
}
.m-hero.with-picture {
color: var(--white-color);
background-color: var(--black-color);
}
@media only screen and (min-width: 768px) {
.m-hero.with-picture{
min-height: 450px;
}
}
@media only screen and (min-width: 1280px) {
.m-hero.with-picture{
min-height: 565px;
}
}
.m-hero.with-picture .m-hero-title {
color: var(--white);
}
.m-hero.with-picture.no-picture.in-post {
display: none;
}
.m-hero__picture {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.7;
}
.m-hero__picture.in-post {
opacity: 1;
}
.m-hero__picture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.m-hero__content {
position: relative;
text-align: center;
padding: 0 20px;
z-index: 2;
}
@media only screen and (min-width: 768px) {
.m-hero__content {
max-width: 700px;
}
}
@media only screen and (min-width: 1280px) {
.m-hero__content {
padding: 0;
}
}
.m-hero-description {
letter-spacing: 0.2px;
line-height: 1.5;
font-size: 0.938rem;
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.m-hero-description {
font-size: 1.125rem;
}
}
.m-hero-description.bigger {
line-height: 1.3;
font-size: 1.125rem;
margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
.m-hero-description.bigger {
font-size: 1.375rem;
}
}
.m-hero-description.with-picture {
color: var(--white-color);
}
.m-hero__meta {
margin: 0 auto;
}
@media only screen and (min-width: 768px) {
.m-hero__meta {
display: flex;
align-items: center;
justify-content: center;
}
}
.rtl .m-hero__meta {
direction: ltr;
}
/* content */
.l-content {
padding: 40px 0 20px;
}
@media only screen and (min-width: 768px) {
.l-content {
padding: 60px 0 40px;
}
} | 0.434221 | 0.060613 |
.background_glossyHoneyDew3,
.hover_background_glossyHoneyDew3:hover,
.active_background_glossyHoneyDew3:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHoneyDew3h,
.hover_background_glossyHoneyDew3h:hover,
.active_background_glossyHoneyDew3h:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHoneyDew3a,
.hover_background_glossyHoneyDew3a:hover,
.active_background_glossyHoneyDew3a:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyHoneyDew3s,
.hover_background_glossyHoneyDew3s:hover,
.active_background_glossyHoneyDew3s:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyHoneyDew3,
.hover_background_color_glossyHoneyDew3:hover,
.active_background_color_glossyHoneyDew3:active:hover {
background-color:#67ff67;
}
.background_first_color_glossyHoneyDew3,
.hover_background_first_color_glossyHoneyDew3:hover,
.active_background_first_color_glossyHoneyDew3:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyHoneyDew3,
.hover_background_last_color_glossyHoneyDew3:hover,
.active_background_color_last_glossyHoneyDew3:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyHoneyDew3,
.hover_color_glossyHoneyDew3:hover,
.active_color_glossyHoneyDew3:active:hover {
color: #282828;
}
.color_glossyHoneyDew3h,
.hover_color_glossyHoneyDew3h:hover,
.active_color_glossyHoneyDew3h:active:hover {
color: #282828;
}
.color_glossyHoneyDew3a,
.hover_color_glossyHoneyDew3a:hover,
.active_color_glossyHoneyDew3a:active:hover {
color: #282828;
}
.color_glossyHoneyDew3s,
.hover_color_glossyHoneyDew3s:hover,
.active_color_glossyHoneyDew3s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyHoneyDew3,
.hover_border_glossyHoneyDew3:hover,
.active_border_glossyHoneyDew3:active:hover {
border-color: #1fff1f #1fff1f #1fff1f #1fff1f;
}
.border_glossyHoneyDew3h,
.hover_border_glossyHoneyDew3h:hover,
.active_border_glossyHoneyDew3h:active:hover {
border-color: #00e800 #00e800 #00e800 #00e800;
}
.border_glossyHoneyDew3a,
.hover_border_glossyHoneyDew3a:hover,
.active_border_glossyHoneyDew3a:active:hover {
border-color: #00b300 #00b300 #00b300 #00b300;
}
.border_glossyHoneyDew3s,
.hover_border_glossyHoneyDew3s:hover,
.active_border_glossyHoneyDew3s:active:hover {
border-color: #1fff1f #1fff1f #1fff1f #1fff1f;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyHoneyDew3,
.hover_shadow_expand_glossyHoneyDew3:hover,
.active_shadow_expand_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(103, 255, 103, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(103, 255, 103, .39);
box-shadow: 0em 0em 1em 0.25em rgba(103, 255, 103, .39);
}
.shadow_expand_glossyHoneyDew3h,
.hover_shadow_expand_glossyHoneyDew3h:hover,
.active_shadow_expand_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(174, 255, 174, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(174, 255, 174, .50);
box-shadow: 0em 0em 1em 0.25em rgba(174, 255, 174, .50);
}
.shadow_expand_glossyHoneyDew3a,
.hover_shadow_expand_glossyHoneyDew3a:hover,
.active_shadow_expand_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .63);
box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .63);
}
.shadow_expand_glossyHoneyDew3s,
.hover_shadow_expand_glossyHoneyDew3s:hover,
.active_shadow_expand_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .71);
box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyHoneyDew3,
.hover_shadow_left_glossyHoneyDew3:hover,
.active_shadow_left_glossyHoneyDew3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_left_glossyHoneyDew3h,
.hover_shadow_left_glossyHoneyDew3h:hover,
.active_shadow_left_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_left_glossyHoneyDew3a,
.hover_shadow_left_glossyHoneyDew3a:hover,
.active_shadow_left_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_left_glossyHoneyDew3s,
.hover_shadow_left_glossyHoneyDew3s:hover,
.active_shadow_left_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyHoneyDew3,
.hover_shadow_right_glossyHoneyDew3:hover,
.active_shadow_right_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(103, 255, 103, .39);
box-shadow: 0.5em 0em 1em rgba(103, 255, 103, .39);
}
.shadow_right_glossyHoneyDew3h,
.hover_shadow_right_glossyHoneyDew3h:hover,
.active_shadow_right_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(174, 255, 174, .50);
box-shadow: 0.5em 0em 1em rgba(174, 255, 174, .50);
}
.shadow_right_glossyHoneyDew3a,
.hover_shadow_right_glossyHoneyDew3a:hover,
.active_shadow_right_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .63);
box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .63);
}
.shadow_right_glossyHoneyDew3s,
.hover_shadow_right_glossyHoneyDew3s:hover,
.active_shadow_right_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .71);
box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyHoneyDew3,
.hover_shadow_top_glossyHoneyDew3:hover,
.active_shadow_top_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_top_glossyHoneyDew3h,
.hover_shadow_top_glossyHoneyDew3h:hover,
.active_shadow_top_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_top_glossyHoneyDew3a,
.hover_shadow_top_glossyHoneyDew3a:hover,
.active_shadow_top_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_top_glossyHoneyDew3s,
.hover_shadow_top_glossyHoneyDew3s:hover,
.active_shadow_top_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyHoneyDew3,
.hover_shadow_bottom_glossyHoneyDew3:hover,
.active_shadow_bottom_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0em 0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_bottom_glossyHoneyDew3h,
.hover_shadow_bottom_glossyHoneyDew3h:hover,
.active_shadow_bottom_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0em 0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_bottom_glossyHoneyDew3a,
.hover_shadow_bottom_glossyHoneyDew3a:hover,
.active_shadow_bottom_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_bottom_glossyHoneyDew3s,
.hover_shadow_bottom_glossyHoneyDew3s:hover,
.active_shadow_bottom_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyHoneyDew3,
.hover_shadow_top_left_glossyHoneyDew3:hover,
.active_shadow_top_left_glossyHoneyDew3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_top_left_glossyHoneyDew3h,
.hover_shadow_top_left_glossyHoneyDew3h:hover,
.active_shadow_top_left_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_top_left_glossyHoneyDew3a,
.hover_shadow_top_left_glossyHoneyDew3a:hover,
.active_shadow_top_left_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_top_left_glossyHoneyDew3s,
.hover_shadow_top_left_glossyHoneyDew3s:hover,
.active_shadow_top_left_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyHoneyDew3,
.hover_shadow_top_right_glossyHoneyDew3:hover,
.active_shadow_top_right_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0.5em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_top_right_glossyHoneyDew3h,
.hover_shadow_top_right_glossyHoneyDew3h:hover,
.active_shadow_top_right_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0.5em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_top_right_glossyHoneyDew3a,
.hover_shadow_top_right_glossyHoneyDew3a:hover,
.active_shadow_top_right_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_top_right_glossyHoneyDew3s,
.hover_shadow_top_right_glossyHoneyDew3s:hover,
.active_shadow_top_right_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyHoneyDew3,
.hover_shadow_bottom_left_glossyHoneyDew3:hover,
.active_shadow_bottom_left_glossyHoneyDew3:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(103, 255, 103, .39);
box-shadow: -0.5em 0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_bottom_left_glossyHoneyDew3h,
.hover_shadow_bottom_left_glossyHoneyDew3h:hover,
.active_shadow_bottom_left_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(174, 255, 174, .50);
box-shadow: -0.5em 0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_bottom_left_glossyHoneyDew3a,
.hover_shadow_bottom_left_glossyHoneyDew3a:hover,
.active_shadow_bottom_left_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .63);
box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_bottom_left_glossyHoneyDew3s,
.hover_shadow_bottom_left_glossyHoneyDew3s:hover,
.active_shadow_bottom_left_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .71);
box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyHoneyDew3,
.hover_shadow_bottom_right_glossyHoneyDew3:hover,
.active_shadow_bottom_right_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0.5em 0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_bottom_right_glossyHoneyDew3h,
.hover_shadow_bottom_right_glossyHoneyDew3h:hover,
.active_shadow_bottom_right_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0.5em 0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_bottom_right_glossyHoneyDew3a,
.hover_shadow_bottom_right_glossyHoneyDew3a:hover,
.active_shadow_bottom_right_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_bottom_right_glossyHoneyDew3s,
.hover_shadow_bottom_right_glossyHoneyDew3s:hover,
.active_shadow_bottom_right_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .71);
} | widgets/common/assets/gradients/glossy/glossyHoneyDew/glossyHoneyDew3.css | .background_glossyHoneyDew3,
.hover_background_glossyHoneyDew3:hover,
.active_background_glossyHoneyDew3:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHoneyDew3h,
.hover_background_glossyHoneyDew3h:hover,
.active_background_glossyHoneyDew3h:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyHoneyDew3a,
.hover_background_glossyHoneyDew3a:hover,
.active_background_glossyHoneyDew3a:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyHoneyDew3s,
.hover_background_glossyHoneyDew3s:hover,
.active_background_glossyHoneyDew3s:active:hover {
background: #67ff67;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyHoneyDew3,
.hover_background_color_glossyHoneyDew3:hover,
.active_background_color_glossyHoneyDew3:active:hover {
background-color:#67ff67;
}
.background_first_color_glossyHoneyDew3,
.hover_background_first_color_glossyHoneyDew3:hover,
.active_background_first_color_glossyHoneyDew3:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyHoneyDew3,
.hover_background_last_color_glossyHoneyDew3:hover,
.active_background_color_last_glossyHoneyDew3:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyHoneyDew3,
.hover_color_glossyHoneyDew3:hover,
.active_color_glossyHoneyDew3:active:hover {
color: #282828;
}
.color_glossyHoneyDew3h,
.hover_color_glossyHoneyDew3h:hover,
.active_color_glossyHoneyDew3h:active:hover {
color: #282828;
}
.color_glossyHoneyDew3a,
.hover_color_glossyHoneyDew3a:hover,
.active_color_glossyHoneyDew3a:active:hover {
color: #282828;
}
.color_glossyHoneyDew3s,
.hover_color_glossyHoneyDew3s:hover,
.active_color_glossyHoneyDew3s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyHoneyDew3,
.hover_border_glossyHoneyDew3:hover,
.active_border_glossyHoneyDew3:active:hover {
border-color: #1fff1f #1fff1f #1fff1f #1fff1f;
}
.border_glossyHoneyDew3h,
.hover_border_glossyHoneyDew3h:hover,
.active_border_glossyHoneyDew3h:active:hover {
border-color: #00e800 #00e800 #00e800 #00e800;
}
.border_glossyHoneyDew3a,
.hover_border_glossyHoneyDew3a:hover,
.active_border_glossyHoneyDew3a:active:hover {
border-color: #00b300 #00b300 #00b300 #00b300;
}
.border_glossyHoneyDew3s,
.hover_border_glossyHoneyDew3s:hover,
.active_border_glossyHoneyDew3s:active:hover {
border-color: #1fff1f #1fff1f #1fff1f #1fff1f;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyHoneyDew3,
.hover_shadow_expand_glossyHoneyDew3:hover,
.active_shadow_expand_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(103, 255, 103, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(103, 255, 103, .39);
box-shadow: 0em 0em 1em 0.25em rgba(103, 255, 103, .39);
}
.shadow_expand_glossyHoneyDew3h,
.hover_shadow_expand_glossyHoneyDew3h:hover,
.active_shadow_expand_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(174, 255, 174, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(174, 255, 174, .50);
box-shadow: 0em 0em 1em 0.25em rgba(174, 255, 174, .50);
}
.shadow_expand_glossyHoneyDew3a,
.hover_shadow_expand_glossyHoneyDew3a:hover,
.active_shadow_expand_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .63);
box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .63);
}
.shadow_expand_glossyHoneyDew3s,
.hover_shadow_expand_glossyHoneyDew3s:hover,
.active_shadow_expand_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .71);
box-shadow: 0em 0em 1em 0.25em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyHoneyDew3,
.hover_shadow_left_glossyHoneyDew3:hover,
.active_shadow_left_glossyHoneyDew3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_left_glossyHoneyDew3h,
.hover_shadow_left_glossyHoneyDew3h:hover,
.active_shadow_left_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_left_glossyHoneyDew3a,
.hover_shadow_left_glossyHoneyDew3a:hover,
.active_shadow_left_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_left_glossyHoneyDew3s,
.hover_shadow_left_glossyHoneyDew3s:hover,
.active_shadow_left_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyHoneyDew3,
.hover_shadow_right_glossyHoneyDew3:hover,
.active_shadow_right_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(103, 255, 103, .39);
box-shadow: 0.5em 0em 1em rgba(103, 255, 103, .39);
}
.shadow_right_glossyHoneyDew3h,
.hover_shadow_right_glossyHoneyDew3h:hover,
.active_shadow_right_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(174, 255, 174, .50);
box-shadow: 0.5em 0em 1em rgba(174, 255, 174, .50);
}
.shadow_right_glossyHoneyDew3a,
.hover_shadow_right_glossyHoneyDew3a:hover,
.active_shadow_right_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .63);
box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .63);
}
.shadow_right_glossyHoneyDew3s,
.hover_shadow_right_glossyHoneyDew3s:hover,
.active_shadow_right_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .71);
box-shadow: 0.5em 0em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyHoneyDew3,
.hover_shadow_top_glossyHoneyDew3:hover,
.active_shadow_top_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_top_glossyHoneyDew3h,
.hover_shadow_top_glossyHoneyDew3h:hover,
.active_shadow_top_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_top_glossyHoneyDew3a,
.hover_shadow_top_glossyHoneyDew3a:hover,
.active_shadow_top_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_top_glossyHoneyDew3s,
.hover_shadow_top_glossyHoneyDew3s:hover,
.active_shadow_top_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyHoneyDew3,
.hover_shadow_bottom_glossyHoneyDew3:hover,
.active_shadow_bottom_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0em 0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_bottom_glossyHoneyDew3h,
.hover_shadow_bottom_glossyHoneyDew3h:hover,
.active_shadow_bottom_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0em 0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_bottom_glossyHoneyDew3a,
.hover_shadow_bottom_glossyHoneyDew3a:hover,
.active_shadow_bottom_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_bottom_glossyHoneyDew3s,
.hover_shadow_bottom_glossyHoneyDew3s:hover,
.active_shadow_bottom_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0em 0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyHoneyDew3,
.hover_shadow_top_left_glossyHoneyDew3:hover,
.active_shadow_top_left_glossyHoneyDew3:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: -0.5em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_top_left_glossyHoneyDew3h,
.hover_shadow_top_left_glossyHoneyDew3h:hover,
.active_shadow_top_left_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_top_left_glossyHoneyDew3a,
.hover_shadow_top_left_glossyHoneyDew3a:hover,
.active_shadow_top_left_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_top_left_glossyHoneyDew3s,
.hover_shadow_top_left_glossyHoneyDew3s:hover,
.active_shadow_top_left_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: -0.5em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyHoneyDew3,
.hover_shadow_top_right_glossyHoneyDew3:hover,
.active_shadow_top_right_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0.5em -0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_top_right_glossyHoneyDew3h,
.hover_shadow_top_right_glossyHoneyDew3h:hover,
.active_shadow_top_right_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0.5em -0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_top_right_glossyHoneyDew3a,
.hover_shadow_top_right_glossyHoneyDew3a:hover,
.active_shadow_top_right_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_top_right_glossyHoneyDew3s,
.hover_shadow_top_right_glossyHoneyDew3s:hover,
.active_shadow_top_right_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0.5em -0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyHoneyDew3,
.hover_shadow_bottom_left_glossyHoneyDew3:hover,
.active_shadow_bottom_left_glossyHoneyDew3:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(103, 255, 103, .39);
box-shadow: -0.5em 0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_bottom_left_glossyHoneyDew3h,
.hover_shadow_bottom_left_glossyHoneyDew3h:hover,
.active_shadow_bottom_left_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(174, 255, 174, .50);
box-shadow: -0.5em 0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_bottom_left_glossyHoneyDew3a,
.hover_shadow_bottom_left_glossyHoneyDew3a:hover,
.active_shadow_bottom_left_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .63);
box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_bottom_left_glossyHoneyDew3s,
.hover_shadow_bottom_left_glossyHoneyDew3s:hover,
.active_shadow_bottom_left_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .71);
box-shadow: -0.5em 0.5em 1em rgba(67, 255, 67, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyHoneyDew3,
.hover_shadow_bottom_right_glossyHoneyDew3:hover,
.active_shadow_bottom_right_glossyHoneyDew3:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(103, 255, 103, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(103, 255, 103, .39);
box-shadow: 0.5em 0.5em 1em rgba(103, 255, 103, .39);
}
.shadow_bottom_right_glossyHoneyDew3h,
.hover_shadow_bottom_right_glossyHoneyDew3h:hover,
.active_shadow_bottom_right_glossyHoneyDew3h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(174, 255, 174, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(174, 255, 174, .50);
box-shadow: 0.5em 0.5em 1em rgba(174, 255, 174, .50);
}
.shadow_bottom_right_glossyHoneyDew3a,
.hover_shadow_bottom_right_glossyHoneyDew3a:hover,
.active_shadow_bottom_right_glossyHoneyDew3a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .63);
box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .63);
}
.shadow_bottom_right_glossyHoneyDew3s,
.hover_shadow_bottom_right_glossyHoneyDew3s:hover,
.active_shadow_bottom_right_glossyHoneyDew3s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .71);
box-shadow: 0.5em 0.5em 1em rgba(67, 255, 67, .71);
} | 0.454714 | 0.062933 |
body {
font-family: 'Palanquin', 'Arial';
font-size: 20px;
line-height: 35px;
text-align: center; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
width: 800px;
margin: 100px auto 0;
padding: 10px 20px;
max-width: 90%; }
h1 {
font-style: normal;
font-size: 35px; }
h2 {
font-style: normal;
font-size: 30px; }
h3, h4, h5, h6 {
font-style: normal;
font-size: 20px; }
p, blockquote {
width: 800px;
font-family: 'Libre Baskerville', 'Times New Roman';
margin: 10px auto;
padding: 20px;
max-width: 90%;
text-align: left; }
button {
border: 0;
outline: none; }
/* LOGIN HOURGLASS */
#login-hourglass-countdown, #login-hourglass-timeout {
font-size: 14px;
line-height: 17px;
color: #666;
position: absolute;
top: 20px;
right: 23px; }
#login-hourglass-timeout {
visibility: hidden; }
#login-hourglass-countdown i, #login-hourglass-timeout i {
font-size: 15px;
line-height: 19px;
padding-right: 3px;
vertical-align: top; }
#timeout-overlay {
position: fixed;
top: 0;
left: 0;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
visibility: hidden;
text-align: center;
z-index: 1000;
background-image: linear-gradient(130deg, rgba(245,245,245,1), rgba(255,255,255,0.95)); }
#timeout-overlay-alignment {
width: 800px;
max-width: 90%;
margin: 130px auto;
display: block;
padding: 20px;
text-align: left; }
#timeout-overlay-header {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
margin: 30px 0 20px;
padding: 10px 0;
display: block;
font-style: normal;
font-size: 35px;
line-height: 40px; }
#timeout-overlay-button {
padding: 10px 40px;
background-image: linear-gradient(130deg, rgba(100,100,100,0.8), rgba(80,80,80,1));
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-style: italic;
border-radius: 100px;
display: inline-block;
margin: 10px 40px;
outline: none; }
/* HOME WINDOW */
#home-window-logo {
margin: 100px auto 30px; }
#home-window-register-button {
padding: 10px 40px;
background-image: linear-gradient(100deg, #111, #555);
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
border-radius: 100px;
display: inline-block;
margin: 30px 30px 0;
outline: none; }
/* CREATE WINDOW */
#create-window-button {
background: #2850AA;
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 33px;
border-radius: 100px;
margin: 60px auto 10px;
outline: none;
cursor: pointer;
display: inline-block; }
#create-window-form-submission-notice {
display: block;
margin: 10px auto;
padding: 0 20px;
font-size: 16px; }
#create-window-form-submission-alert-success, #create-window-form-submission-alert-success a {
color: green;
text-decoration: none; }
#create-window-form-submission-alert-failure {
color: crimson; }
/* EDIT WINDOW */
hr.edit-window-stroke {
display: block;
width: 100%;
max-width: 800px;
margin: 50px auto 40px;
clear: both; }
span#edit-window-approved-post-open-button, span#edit-window-approved-post-close-button {
right: 20px;
font-size: 15px;
line-height: 20px;
padding: 10px 20px 10px 15px;
border-radius: 100px;
z-index: 100;
outline: none; }
span#edit-window-approved-post-open-button {
position: relative;
margin: 0 0 0 5px;
display: block;
background: none;
text-align: right;
padding: 10px 0 10px 15px;
color: #444; }
span#edit-window-approved-post-close-button {
position: fixed;
top: 20px;
color: #fff;
display: inline-block;
background: #333; }
span#edit-window-approved-post-open-button i, span#edit-window-approved-post-close-button i {
font-size: 20px;
line-height: 20px;
padding-right: 3px;
vertical-align: top; }
amp-lightbox#edit-window-approved-post-lightbox {
background-image: linear-gradient(130deg, rgba(245,245,245,1), rgba(255,255,255,0.95));
padding: 20px; }
span#edit-window-approved-post-header {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
margin: 30px 0 20px;
padding: 10px 0;
display: block;
font-style: normal;
font-size: 25px;
line-height: 30px; }
div#edit-window-approved-post-alignment {
width: 800px;
max-width: 100%;
box-sizing: border-box;
margin: 40px auto 100px;
display: block;
padding: 20px;
text-align: left; }
div#edit-window-edit-post-alignment {
width: 100%;
max-width: 800px;
box-sizing: border-box;
position: relative;
margin: 40px auto 100px;
display: block;
padding: 20px;
text-align: left; }
textarea#edit-window-draft-textarea {
margin: 20px 0 40px;
padding: 20px;
display: block;
width: 100%;
box-sizing: border-box;
height: 500px;
border: 1px solid #888;
border-radius: 20px;
outline:none;
resize:none;
clear: both;
font-family: 'Palanquin', 'Arial';
font-size: 17px;
line-height: 22px; }
button#edit-window-reset-button {
float: left;
background: none;
border: 1px dotted #777;
margin-top: 3px;
font-size: 14px;
line-height: 19px;
color: #666;
padding: 7px 20px;
border-radius: 100px;
outline: none; }
button#edit-window-reset-button i {
font-size: 15px;
line-height: 19px;
padding-right: 3px;
vertical-align: top; }
#edit-window-form-submission-notice-alignment {
z-index: 1000;
position: fixed;
bottom: 0;
left: 0;
margin: 0;
display: block;
width: 100%; }
#edit-window-form-submission-notice {
width: 70%;
max-width: 400px;
min-width: 250px;
display: block;
padding: 13px 15px;
height: 14px;
font-size: 14px;
line-height: 14px;
background: rgba(255,255,255,1);
box-shadow: 0 0 20px -1px rgba(50,50,50,0.2);
border-radius: 0 7px 0 0;
text-align: left;
margin: 0; }
#edit-window-form-submission-alert-empty-state {
color: gray; }
#edit-window-form-submission-alert-success {
color: green; }
#edit-window-form-submission-alert-failure {
color: crimson; }
#edit-window-form-submission-alert-failure-try-again-button {
color: blue;
font-family: 'Helvetica';
font-weight: 700;
cursor: pointer; }
#edit-window-form-submit-timeago {
display: inline; }
span#edit-window-save-button {
display: inline-block;
background-image: linear-gradient(100deg, #111, #555);
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
padding: 10px 40px;
border-radius: 100px;
border: 0;
float: right;
outline: none;
cursor: pointer; }
div#edit-window-form-instructions {
border-radius: 20px;
background: rgba(245,245,245,1);
width: 500px;
max-width: 70%;
padding: 30px;
margin: 50px auto;
display: block;
text-align: center; }
div#edit-window-form-instructions p {
display: block;
font-size: 15px;
line-height: 28px;
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left; }
span#edit-window-publish-button, span#edit-window-submit-button {
background: #2850AA;
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 33px;
border-radius: 100px;
margin: 10px auto 10px;
outline: none;
cursor: pointer;
display: inline-block; }
span#edit-window-publish-button-caution, span#edit-window-submit-button-caution {
margin: 0 auto 20px;
display: block;
text-align: center;
font-size: 15px;
color: gray; }
div#edit-window-annotations-alignment {
width: 800px;
max-width: 100%;
box-sizing: border-box;
margin: 40px auto 150px;
display: inline-block;
padding: 20px;
text-align: left;
position: relative; }
span#edit-window-annotations-header {
display: inline-block;
vertical-align: top;
font-size: 25px;
line-height: 25px;
padding: 3px 40px 15px 0;
font-family: 'Libre Baskerville', 'Times New Roman';
font-style: italic; }
span#edit-window-annotations-header i {
font-size: 26px;
line-height: 23px;
vertical-align: top; }
button#edit-window-annotations-refresh-button {
vertical-align: top;
background: none;
border: 1px dotted #777;
margin: 0;
display: inline-block;
font-size: 12px;
line-height: 17px;
color: #666;
padding: 6px 13px 6px 10px;
border-radius: 100px;
clear: right;
outline: none; }
button#edit-window-annotations-refresh-button i {
font-size: 17px;
line-height: 17px;
padding-right: 5px;
vertical-align: top; }
textarea#edit-window-annotations-textarea {
margin: 40px 0 0;
clear: both;
padding: 15px;
display: block;
width: 100%;
box-sizing: border-box;
height: 120px;
border: 1px solid #999;
border-radius: 10px;
outline:none;
resize:none;
font-family: 'Palanquin', 'Arial';
font-size: 15px;
line-height: 20px; }
input#edit-window-annotations-annotation-button {
vertical-align: top;
background-image: linear-gradient(170deg, #777, #aaa);
margin: 20px 0 60px;
display: inline-block;
font-size: 15px;
line-height: 20px;
color: #fff;
float: right;
padding: 7px 25px;
border-radius: 100px;
clear: right;
outline: none; }
span#edit-window-annotations-placeholder {
font-size: 20px;
line-height: 20px;
clear: both;
text-align: center;
margin: 60px auto 0; }
span#edit-window-annotations-fallback {
font-size: 20px;
line-height: 20px;
clear: both;
text-align: center;
margin: 60px auto 0; }
span#edit-window-annotations-placeholder i, span#edit-window-annotations-fallback i {
font-size: 16px;
line-height: 20px;
padding-right: 10px; }
amp-list#edit-window-annotations-list {
margin: 0;
padding: 0; }
div.edit-window-annotations-list-item {
margin: 0 0 30px;
background-image: linear-gradient(130deg, rgba(245,245,245,1), rgba(253,253,253,1));
padding: 20px;
border-radius: 20px; }
span.edit-window-annotations-list-item-author, span.edit-window-annotations-list-item-time {
display: inline-block;
font-size: 15px;
line-height: 15px;
font-family: 'Palanquin', 'Arial'; }
span.edit-window-annotations-list-item-author {
float: left; }
span.edit-window-annotations-list-item-time {
float: right; }
span.edit-window-annotations-list-item-contents {
display: block;
clear: both;
margin: 30px 0 0 0;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 17px;
line-height: 24px; }
/* FOOTER */
.footer-spacer {
display: block;
width: 100%;
height: 60px; }
/* NAVIGATION CHOOSER */
div#navigation-chooser-parallax {
display: table;
width: 100%;
border-bottom: 2px solid #bbb;
clear: both; }
span#navigation-chooser-feed-button {
/* background-image: linear-gradient(100deg, #111, #555); */
background-image: linear-gradient(130deg, #2850AA, #2372C6);
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 30px;
border-radius: 100px;
margin: 25px 0 40px 20px;
display: inline-block;
float: left;
outline: none; }
span#navigation-chooser-feed-button i {
vertical-align: top;
font-size: 18px;
line-height: 19px;
padding-right: 3px; }
span#navigation-chooser-home-button {
color: #333;
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 30px;
border-radius: 100px;
margin: 10px 0 0 0;
outline: none;
position: absolute;
top: 10px;
left: 0;
display: inline-block; }
span#navigation-chooser-account-button, span#navigation-chooser-language-button {
font-size: 14px;
line-height: 19px;
color: #666;
padding: 7px 21px 7px 15px;
border-radius: 100px;
display: inline-block;
float: right;
outline: none; }
#navigation-chooser-account-button i, #navigation-chooser-language-button i {
font-size: 15px;
line-height: 19px;
padding-right: 3px;
vertical-align: top; }
#navigation-chooser-account-button {
margin: 30px;
border: 1px solid #777;
padding: 7px 20px; }
#navigation-chooser-language-button {
margin: 30px 0; }
hr#navigation-chooser-stroke {
height: 2px;
background: #aaa;
border: 0;
display: block;
clear: both;
margin: 60px 0 30px; }
/* LANGUAGE */
#language-lightbox {
padding-top: 100px;
background: rgba(245,245,245,1); }
#language-close-button {
right: 20px;
font-size: 15px;
line-height: 20px;
color: #fff;
padding: 10px 20px 10px 12px;
border-radius: 100px;
position: absolute;
top: 20px;
background: #333;
outline: none; }
#language-close-button i {
font-size: 20px;
line-height: 20px;
padding-right: 3px;
vertical-align: top; }
.language-list-item {
vertical-align:baseline;
display: inline-block;
margin: 30px 40px 10px;
padding: 15px 50px;
background: #fff;
color: #555;
font-size: 20px;
line-height: 15px;
border: 0;
box-shadow: 3px 5px 25px -2px rgba(50,50,50,0.15);
border-radius: 100px; } | www/style.css | body {
font-family: 'Palanquin', 'Arial';
font-size: 20px;
line-height: 35px;
text-align: center; }
h1, h2, h3, h4, h5, h6 {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
width: 800px;
margin: 100px auto 0;
padding: 10px 20px;
max-width: 90%; }
h1 {
font-style: normal;
font-size: 35px; }
h2 {
font-style: normal;
font-size: 30px; }
h3, h4, h5, h6 {
font-style: normal;
font-size: 20px; }
p, blockquote {
width: 800px;
font-family: 'Libre Baskerville', 'Times New Roman';
margin: 10px auto;
padding: 20px;
max-width: 90%;
text-align: left; }
button {
border: 0;
outline: none; }
/* LOGIN HOURGLASS */
#login-hourglass-countdown, #login-hourglass-timeout {
font-size: 14px;
line-height: 17px;
color: #666;
position: absolute;
top: 20px;
right: 23px; }
#login-hourglass-timeout {
visibility: hidden; }
#login-hourglass-countdown i, #login-hourglass-timeout i {
font-size: 15px;
line-height: 19px;
padding-right: 3px;
vertical-align: top; }
#timeout-overlay {
position: fixed;
top: 0;
left: 0;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
visibility: hidden;
text-align: center;
z-index: 1000;
background-image: linear-gradient(130deg, rgba(245,245,245,1), rgba(255,255,255,0.95)); }
#timeout-overlay-alignment {
width: 800px;
max-width: 90%;
margin: 130px auto;
display: block;
padding: 20px;
text-align: left; }
#timeout-overlay-header {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
margin: 30px 0 20px;
padding: 10px 0;
display: block;
font-style: normal;
font-size: 35px;
line-height: 40px; }
#timeout-overlay-button {
padding: 10px 40px;
background-image: linear-gradient(130deg, rgba(100,100,100,0.8), rgba(80,80,80,1));
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-style: italic;
border-radius: 100px;
display: inline-block;
margin: 10px 40px;
outline: none; }
/* HOME WINDOW */
#home-window-logo {
margin: 100px auto 30px; }
#home-window-register-button {
padding: 10px 40px;
background-image: linear-gradient(100deg, #111, #555);
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
border-radius: 100px;
display: inline-block;
margin: 30px 30px 0;
outline: none; }
/* CREATE WINDOW */
#create-window-button {
background: #2850AA;
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 33px;
border-radius: 100px;
margin: 60px auto 10px;
outline: none;
cursor: pointer;
display: inline-block; }
#create-window-form-submission-notice {
display: block;
margin: 10px auto;
padding: 0 20px;
font-size: 16px; }
#create-window-form-submission-alert-success, #create-window-form-submission-alert-success a {
color: green;
text-decoration: none; }
#create-window-form-submission-alert-failure {
color: crimson; }
/* EDIT WINDOW */
hr.edit-window-stroke {
display: block;
width: 100%;
max-width: 800px;
margin: 50px auto 40px;
clear: both; }
span#edit-window-approved-post-open-button, span#edit-window-approved-post-close-button {
right: 20px;
font-size: 15px;
line-height: 20px;
padding: 10px 20px 10px 15px;
border-radius: 100px;
z-index: 100;
outline: none; }
span#edit-window-approved-post-open-button {
position: relative;
margin: 0 0 0 5px;
display: block;
background: none;
text-align: right;
padding: 10px 0 10px 15px;
color: #444; }
span#edit-window-approved-post-close-button {
position: fixed;
top: 20px;
color: #fff;
display: inline-block;
background: #333; }
span#edit-window-approved-post-open-button i, span#edit-window-approved-post-close-button i {
font-size: 20px;
line-height: 20px;
padding-right: 3px;
vertical-align: top; }
amp-lightbox#edit-window-approved-post-lightbox {
background-image: linear-gradient(130deg, rgba(245,245,245,1), rgba(255,255,255,0.95));
padding: 20px; }
span#edit-window-approved-post-header {
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left;
margin: 30px 0 20px;
padding: 10px 0;
display: block;
font-style: normal;
font-size: 25px;
line-height: 30px; }
div#edit-window-approved-post-alignment {
width: 800px;
max-width: 100%;
box-sizing: border-box;
margin: 40px auto 100px;
display: block;
padding: 20px;
text-align: left; }
div#edit-window-edit-post-alignment {
width: 100%;
max-width: 800px;
box-sizing: border-box;
position: relative;
margin: 40px auto 100px;
display: block;
padding: 20px;
text-align: left; }
textarea#edit-window-draft-textarea {
margin: 20px 0 40px;
padding: 20px;
display: block;
width: 100%;
box-sizing: border-box;
height: 500px;
border: 1px solid #888;
border-radius: 20px;
outline:none;
resize:none;
clear: both;
font-family: 'Palanquin', 'Arial';
font-size: 17px;
line-height: 22px; }
button#edit-window-reset-button {
float: left;
background: none;
border: 1px dotted #777;
margin-top: 3px;
font-size: 14px;
line-height: 19px;
color: #666;
padding: 7px 20px;
border-radius: 100px;
outline: none; }
button#edit-window-reset-button i {
font-size: 15px;
line-height: 19px;
padding-right: 3px;
vertical-align: top; }
#edit-window-form-submission-notice-alignment {
z-index: 1000;
position: fixed;
bottom: 0;
left: 0;
margin: 0;
display: block;
width: 100%; }
#edit-window-form-submission-notice {
width: 70%;
max-width: 400px;
min-width: 250px;
display: block;
padding: 13px 15px;
height: 14px;
font-size: 14px;
line-height: 14px;
background: rgba(255,255,255,1);
box-shadow: 0 0 20px -1px rgba(50,50,50,0.2);
border-radius: 0 7px 0 0;
text-align: left;
margin: 0; }
#edit-window-form-submission-alert-empty-state {
color: gray; }
#edit-window-form-submission-alert-success {
color: green; }
#edit-window-form-submission-alert-failure {
color: crimson; }
#edit-window-form-submission-alert-failure-try-again-button {
color: blue;
font-family: 'Helvetica';
font-weight: 700;
cursor: pointer; }
#edit-window-form-submit-timeago {
display: inline; }
span#edit-window-save-button {
display: inline-block;
background-image: linear-gradient(100deg, #111, #555);
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
padding: 10px 40px;
border-radius: 100px;
border: 0;
float: right;
outline: none;
cursor: pointer; }
div#edit-window-form-instructions {
border-radius: 20px;
background: rgba(245,245,245,1);
width: 500px;
max-width: 70%;
padding: 30px;
margin: 50px auto;
display: block;
text-align: center; }
div#edit-window-form-instructions p {
display: block;
font-size: 15px;
line-height: 28px;
font-family: 'Libre Baskerville', 'Times New Roman';
text-align: left; }
span#edit-window-publish-button, span#edit-window-submit-button {
background: #2850AA;
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 33px;
border-radius: 100px;
margin: 10px auto 10px;
outline: none;
cursor: pointer;
display: inline-block; }
span#edit-window-publish-button-caution, span#edit-window-submit-button-caution {
margin: 0 auto 20px;
display: block;
text-align: center;
font-size: 15px;
color: gray; }
div#edit-window-annotations-alignment {
width: 800px;
max-width: 100%;
box-sizing: border-box;
margin: 40px auto 150px;
display: inline-block;
padding: 20px;
text-align: left;
position: relative; }
span#edit-window-annotations-header {
display: inline-block;
vertical-align: top;
font-size: 25px;
line-height: 25px;
padding: 3px 40px 15px 0;
font-family: 'Libre Baskerville', 'Times New Roman';
font-style: italic; }
span#edit-window-annotations-header i {
font-size: 26px;
line-height: 23px;
vertical-align: top; }
button#edit-window-annotations-refresh-button {
vertical-align: top;
background: none;
border: 1px dotted #777;
margin: 0;
display: inline-block;
font-size: 12px;
line-height: 17px;
color: #666;
padding: 6px 13px 6px 10px;
border-radius: 100px;
clear: right;
outline: none; }
button#edit-window-annotations-refresh-button i {
font-size: 17px;
line-height: 17px;
padding-right: 5px;
vertical-align: top; }
textarea#edit-window-annotations-textarea {
margin: 40px 0 0;
clear: both;
padding: 15px;
display: block;
width: 100%;
box-sizing: border-box;
height: 120px;
border: 1px solid #999;
border-radius: 10px;
outline:none;
resize:none;
font-family: 'Palanquin', 'Arial';
font-size: 15px;
line-height: 20px; }
input#edit-window-annotations-annotation-button {
vertical-align: top;
background-image: linear-gradient(170deg, #777, #aaa);
margin: 20px 0 60px;
display: inline-block;
font-size: 15px;
line-height: 20px;
color: #fff;
float: right;
padding: 7px 25px;
border-radius: 100px;
clear: right;
outline: none; }
span#edit-window-annotations-placeholder {
font-size: 20px;
line-height: 20px;
clear: both;
text-align: center;
margin: 60px auto 0; }
span#edit-window-annotations-fallback {
font-size: 20px;
line-height: 20px;
clear: both;
text-align: center;
margin: 60px auto 0; }
span#edit-window-annotations-placeholder i, span#edit-window-annotations-fallback i {
font-size: 16px;
line-height: 20px;
padding-right: 10px; }
amp-list#edit-window-annotations-list {
margin: 0;
padding: 0; }
div.edit-window-annotations-list-item {
margin: 0 0 30px;
background-image: linear-gradient(130deg, rgba(245,245,245,1), rgba(253,253,253,1));
padding: 20px;
border-radius: 20px; }
span.edit-window-annotations-list-item-author, span.edit-window-annotations-list-item-time {
display: inline-block;
font-size: 15px;
line-height: 15px;
font-family: 'Palanquin', 'Arial'; }
span.edit-window-annotations-list-item-author {
float: left; }
span.edit-window-annotations-list-item-time {
float: right; }
span.edit-window-annotations-list-item-contents {
display: block;
clear: both;
margin: 30px 0 0 0;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 17px;
line-height: 24px; }
/* FOOTER */
.footer-spacer {
display: block;
width: 100%;
height: 60px; }
/* NAVIGATION CHOOSER */
div#navigation-chooser-parallax {
display: table;
width: 100%;
border-bottom: 2px solid #bbb;
clear: both; }
span#navigation-chooser-feed-button {
/* background-image: linear-gradient(100deg, #111, #555); */
background-image: linear-gradient(130deg, #2850AA, #2372C6);
color: #fff;
font-family: 'Libre Baskerville', 'Times New Roman';
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 30px;
border-radius: 100px;
margin: 25px 0 40px 20px;
display: inline-block;
float: left;
outline: none; }
span#navigation-chooser-feed-button i {
vertical-align: top;
font-size: 18px;
line-height: 19px;
padding-right: 3px; }
span#navigation-chooser-home-button {
color: #333;
font-size: 15px;
line-height: 19px;
padding: 12px 37px 12px 30px;
border-radius: 100px;
margin: 10px 0 0 0;
outline: none;
position: absolute;
top: 10px;
left: 0;
display: inline-block; }
span#navigation-chooser-account-button, span#navigation-chooser-language-button {
font-size: 14px;
line-height: 19px;
color: #666;
padding: 7px 21px 7px 15px;
border-radius: 100px;
display: inline-block;
float: right;
outline: none; }
#navigation-chooser-account-button i, #navigation-chooser-language-button i {
font-size: 15px;
line-height: 19px;
padding-right: 3px;
vertical-align: top; }
#navigation-chooser-account-button {
margin: 30px;
border: 1px solid #777;
padding: 7px 20px; }
#navigation-chooser-language-button {
margin: 30px 0; }
hr#navigation-chooser-stroke {
height: 2px;
background: #aaa;
border: 0;
display: block;
clear: both;
margin: 60px 0 30px; }
/* LANGUAGE */
#language-lightbox {
padding-top: 100px;
background: rgba(245,245,245,1); }
#language-close-button {
right: 20px;
font-size: 15px;
line-height: 20px;
color: #fff;
padding: 10px 20px 10px 12px;
border-radius: 100px;
position: absolute;
top: 20px;
background: #333;
outline: none; }
#language-close-button i {
font-size: 20px;
line-height: 20px;
padding-right: 3px;
vertical-align: top; }
.language-list-item {
vertical-align:baseline;
display: inline-block;
margin: 30px 40px 10px;
padding: 15px 50px;
background: #fff;
color: #555;
font-size: 20px;
line-height: 15px;
border: 0;
box-shadow: 3px 5px 25px -2px rgba(50,50,50,0.15);
border-radius: 100px; } | 0.194521 | 0.06028 |
body { color: #000000;
background: #FFFFFF;
font-size: 70%;
font-family: Verdana, Arial, Sans Serif; }
a:link, a:visited { color: "#0000FF"; text-decoration:"underline";}
a:active, a:hover { color: "#FF0000"; cursor:hand; text-decoration:"underline";}
h1
{ font-size: 125%;
margin-bottom:" .5em"; clear:both; }
h2
{ font-size: 110%;
margin-top: "1.5em";
margin-bottom:" .5em"; clear:both; }
h3
{ font-size: 100%;
margin-top: "1.2em";
margin-bottom: ".5em"; clear:both; }
h4
{ font-size: 100%;
margin-top: "1.2em";
margin-bottom: ".5em"; clear:both; }
h5
{ font-size: 100%;
margin-top: "1.2em";
margin-bottom: ".5em"; clear:both; }
p
{ margin-top:" .6em";
margin-bottom: ".6em"; }
ol
{ margin-top: ".5em";
margin-bottom: 0;
margin-left: "2.1em";
padding-left: "0em";
margin-right:"2.1em" }
ul
{ margin-top: ".6em";
margin-bottom: 0;
list-style-type: disc;
margin-left: "1.5em";
padding-left: "0em";
margin-right: "1.5em"; }
li
{ margin-bottom: ".7em"; clear:both; }
dd
{ margin-bottom: 0;
margin-left: "1.5em"; }
/* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
/* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
/* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
/* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
dt
{ margin-top: "1em"; }
pre
{ margin-top: ".5em";
margin-bottom: ".5em"; }
code
{ font-family: Courier New;
font-size: "1.1em"; }
table
{ font-size: 100%;
margin-top: "1em";
margin-bottom: "1em";
padding: "2"; }
th
{ text-align: left;
background: #DDDDDD;
vertical-align: bottom;}
tr
{ vertical-align: top; }
td
{ background: #EEEEEE;
vertical-align: top; }
/**** extended class styles ************************/
/* */
/* add comment tags to disable the style */
p.indent { margin-left: "2em"; } /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
p.indent2 { margin-left: "3.5em"; } /* this class style is used to indent text a second level under the first indent */
p.proclabel { font-size: 100%;
font-weight: bold; clear: both; }
p.uatshoot { font-weight: bold; margin-bottom: "-.5em"; margin-top: "1em"; }
/***********************************************/
/* these class styles are used for the expanding and collapsing text files (expand function in shared.js) */
#expand {margin-bottom: "0.6em"; margin-left: "1.5em"; margin-right: "1.5em";}
a:link.expandToggle, a:visited.expandToggle {color:"#000000"; font-weight: bold; text-decoration:none;}
a:hover.expandToggle, a:active.expandToggle {color:"#0000FF";}
img.expand { border: none; margin-right: "0.5em"; width:".8em";}
div.expand { margin-left: "1.5em"; margin-right: "1.5em";margin-bottom: "1em"; display:none;}
/***********************************************/
/* this class for expand collapse appearing in a table */
table.uatshoot {background-color: #FFFFFF; width: 90% }
table.uatshoot td { padding: 0px 0px 0px 5px }
a:link.uatshoot, a:visited.uatshoot {color:"#000000"; font-weight: normal; text-decoration:none;}
a:hover.uatshoot, a:active.uatshoot {color:"#0000FF"; text-decoration: none }
/*******************************************/
/* these classes are for thumbnail art */
a:link img.thumbnail {border-color: "#0000FF";}
a:active img.thumbnail { border-color: "#FF0000";}
a:hover img.thumbnail {border-color: "#FF0000";}
img.thumbnail {vertical-align: top; margin-left: 0;
width:90; border-width:1;}
div.thumbnail {float:left; width: 105; margin-top: "1em"; margin-bottom: "-0.3em";
clear: both; }
/*********************************************/
/* this class style is used for the navigation tree in MMC */
p.navTree { margin-top:" .2em"; }
ul.navTree { list-style-type: none; }
li.branch { margin-top:" -.5em"; margin-bottom: ".6em";}
a.where {} /* use for the expand <a> tag */
/***************************************************************/
/* these class styles are used for <span> tags simulating buttons & their div */
#buttonMenu { padding: 0.5em 0.3em 0.1em 0.3em;
padding-left:6px;
border-bottom: thin solid #999999;
background: #BBBBBB;
vertical-align:top;
z-index:2;
visibility:visible;
left:0; top:0;
text-align:left;
margin:"0 1em 0 0";
position:absolute;
width: "100%";
}
a:link.button, a:visited.button, span.button {
border-top-color: #EEEEEE ;
border-left-color: #EEEEEE ;
border-bottom-color: #666666 ;
border-right-color: #666666 ;
background-color: #DDDDDD ;
color:#0000FF;
text-decoration: "none";
text-align: "center";
font-weight: "bold" ;
height:"1.5em"; width:"17px"; cursor:"hand";
border-style: "solid"; border-width: 1;
}
a:active.button, a:hover.button {
border-top-color: #666666 ;
border-left-color: #666666 ;
border-bottom-color: #EEEEEE ;
border-right-color: #EEEEEE;
background-color: #FFFFFF;
text-decoration: "none";
text-align: "center";
font-weight: "bold" ;
height:"1.5em"; width:"17px"; cursor:"hand";
border-style: "solid"; border-width: 1;
}
/* The following span is used to display
items that have no entries - AMS */
span.buttoninactive {background: #C0C0C0;
border: 1 solid #eeeeee;
height: 1.4em;
width: 1.4em;
text-align: center;
font-weight: bold;
color: #808080;
vertical-align:top;
cursor: default;
}
#list { padding:.4em 0.3em 100% 0.3em;
overflow:auto;
line-height:0.4em;
height:100%; width: "100%";
z-index:1;
left:0; top:0;
text-align:left;
margin:0;
position:absolute;
margin-left:"1em"; line-height:100%;
}
p.marker { font-weight:bold;
margin-top: "2em";
color:#000000;
font-size:"110%";
}
/************************************************/
/* class styles reserved for mouseover/mouseout DHTML */
.cold {}
.hot {}
/**********************************************************************/
/* ID styles reserved for <a> tags calling OCX's within HTML Help by creating OBJECTS */
#wPopup {}
a:link#wPopup, a:visited#wPopup {color: "#006600";}
a:hover#wPopup, a:active#wPopup {color: "#FF0000";}
img.popup {border: none; margin-right: "0.5em"; vertical-align:middle;}
#shortcut {}
img.shortcut {border: none; margin-right: "0.5em"; vertical-align:middle;}
#specLoc {}
#relTopics {}
p.relTopics img {vertical-align:top;} /* img is class=alert */
#altLoc {}
p.note,p.tip, p.important, p.caution, p.warning
{ font-weight:bold; clear:both;
margin-top:"1em";
margin-bottom:"-.25em"; }
img.alert {border:none;} /* for icon images - note, tip, important, caution, warning*/
/***********************************/
/* Style for print only functionality used with external URL link coUA_print.css*/
span.printOnly {display:none }
/***********************************/
/* Styles for checklists */
.userData {behavior:url(#default#userdata); } /*sets persistance*/
#checklist {width:100%; text-align:left; margin:"0.3em 0em";}
#checklist li {text-indent:"0.2em";}
/*********************************/
/* these classes are for previous next navigation */
a:hover.navbar, a:active.navbar {} /* text in nav */
a:link.navbar, a:visited.navbar {}
#nav { left:0; top:0px;
text-align:left;
margin:0;
position:absolute;
padding-bottom: 1px; padding-top: 3px;
padding-right:6px; padding-left:5px;
align:top;
visibility:hidden;
z-index:1; }
#text { left:0; top:0px;
margin:0;
position:absolute;
padding:10px;
overflow:auto;
height:100%;
z-index:1;
background-repeat:no-repeat;
background-position: bottom right;
background-attachment:fixed; }
/***************************************************/
/* STYLES USED IN THE WEB DELIVERABLE ONLY */
/***********************************/
/* links */
#wPopupWeb {}
a:link#wPopupWeb {color: "#006600";}
a:hover#wPopupWeb {color: "#FF0000";}
a:active#wPopupWeb {color: "#FF0000";}
a:visited#wPopupWeb {color: "#006600";}
#shortcutWeb {}
#specLocWeb {}
#relTopicsWeb {}
#altLocWeb {}
/***********************************/
/* popups */
div.popup { visibility:hidden; z-index:3;
position:absolute;
top:200; left:200;
width:"250"; padding:"6px";
background-color:#FFFFCC;
border-style: solid;
border-width: 1;
border-color: #666666;
} | Source/gday/hlp/html/coUA.css |
body { color: #000000;
background: #FFFFFF;
font-size: 70%;
font-family: Verdana, Arial, Sans Serif; }
a:link, a:visited { color: "#0000FF"; text-decoration:"underline";}
a:active, a:hover { color: "#FF0000"; cursor:hand; text-decoration:"underline";}
h1
{ font-size: 125%;
margin-bottom:" .5em"; clear:both; }
h2
{ font-size: 110%;
margin-top: "1.5em";
margin-bottom:" .5em"; clear:both; }
h3
{ font-size: 100%;
margin-top: "1.2em";
margin-bottom: ".5em"; clear:both; }
h4
{ font-size: 100%;
margin-top: "1.2em";
margin-bottom: ".5em"; clear:both; }
h5
{ font-size: 100%;
margin-top: "1.2em";
margin-bottom: ".5em"; clear:both; }
p
{ margin-top:" .6em";
margin-bottom: ".6em"; }
ol
{ margin-top: ".5em";
margin-bottom: 0;
margin-left: "2.1em";
padding-left: "0em";
margin-right:"2.1em" }
ul
{ margin-top: ".6em";
margin-bottom: 0;
list-style-type: disc;
margin-left: "1.5em";
padding-left: "0em";
margin-right: "1.5em"; }
li
{ margin-bottom: ".7em"; clear:both; }
dd
{ margin-bottom: 0;
margin-left: "1.5em"; }
/* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
/* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
/* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
/* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
dt
{ margin-top: "1em"; }
pre
{ margin-top: ".5em";
margin-bottom: ".5em"; }
code
{ font-family: Courier New;
font-size: "1.1em"; }
table
{ font-size: 100%;
margin-top: "1em";
margin-bottom: "1em";
padding: "2"; }
th
{ text-align: left;
background: #DDDDDD;
vertical-align: bottom;}
tr
{ vertical-align: top; }
td
{ background: #EEEEEE;
vertical-align: top; }
/**** extended class styles ************************/
/* */
/* add comment tags to disable the style */
p.indent { margin-left: "2em"; } /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
p.indent2 { margin-left: "3.5em"; } /* this class style is used to indent text a second level under the first indent */
p.proclabel { font-size: 100%;
font-weight: bold; clear: both; }
p.uatshoot { font-weight: bold; margin-bottom: "-.5em"; margin-top: "1em"; }
/***********************************************/
/* these class styles are used for the expanding and collapsing text files (expand function in shared.js) */
#expand {margin-bottom: "0.6em"; margin-left: "1.5em"; margin-right: "1.5em";}
a:link.expandToggle, a:visited.expandToggle {color:"#000000"; font-weight: bold; text-decoration:none;}
a:hover.expandToggle, a:active.expandToggle {color:"#0000FF";}
img.expand { border: none; margin-right: "0.5em"; width:".8em";}
div.expand { margin-left: "1.5em"; margin-right: "1.5em";margin-bottom: "1em"; display:none;}
/***********************************************/
/* this class for expand collapse appearing in a table */
table.uatshoot {background-color: #FFFFFF; width: 90% }
table.uatshoot td { padding: 0px 0px 0px 5px }
a:link.uatshoot, a:visited.uatshoot {color:"#000000"; font-weight: normal; text-decoration:none;}
a:hover.uatshoot, a:active.uatshoot {color:"#0000FF"; text-decoration: none }
/*******************************************/
/* these classes are for thumbnail art */
a:link img.thumbnail {border-color: "#0000FF";}
a:active img.thumbnail { border-color: "#FF0000";}
a:hover img.thumbnail {border-color: "#FF0000";}
img.thumbnail {vertical-align: top; margin-left: 0;
width:90; border-width:1;}
div.thumbnail {float:left; width: 105; margin-top: "1em"; margin-bottom: "-0.3em";
clear: both; }
/*********************************************/
/* this class style is used for the navigation tree in MMC */
p.navTree { margin-top:" .2em"; }
ul.navTree { list-style-type: none; }
li.branch { margin-top:" -.5em"; margin-bottom: ".6em";}
a.where {} /* use for the expand <a> tag */
/***************************************************************/
/* these class styles are used for <span> tags simulating buttons & their div */
#buttonMenu { padding: 0.5em 0.3em 0.1em 0.3em;
padding-left:6px;
border-bottom: thin solid #999999;
background: #BBBBBB;
vertical-align:top;
z-index:2;
visibility:visible;
left:0; top:0;
text-align:left;
margin:"0 1em 0 0";
position:absolute;
width: "100%";
}
a:link.button, a:visited.button, span.button {
border-top-color: #EEEEEE ;
border-left-color: #EEEEEE ;
border-bottom-color: #666666 ;
border-right-color: #666666 ;
background-color: #DDDDDD ;
color:#0000FF;
text-decoration: "none";
text-align: "center";
font-weight: "bold" ;
height:"1.5em"; width:"17px"; cursor:"hand";
border-style: "solid"; border-width: 1;
}
a:active.button, a:hover.button {
border-top-color: #666666 ;
border-left-color: #666666 ;
border-bottom-color: #EEEEEE ;
border-right-color: #EEEEEE;
background-color: #FFFFFF;
text-decoration: "none";
text-align: "center";
font-weight: "bold" ;
height:"1.5em"; width:"17px"; cursor:"hand";
border-style: "solid"; border-width: 1;
}
/* The following span is used to display
items that have no entries - AMS */
span.buttoninactive {background: #C0C0C0;
border: 1 solid #eeeeee;
height: 1.4em;
width: 1.4em;
text-align: center;
font-weight: bold;
color: #808080;
vertical-align:top;
cursor: default;
}
#list { padding:.4em 0.3em 100% 0.3em;
overflow:auto;
line-height:0.4em;
height:100%; width: "100%";
z-index:1;
left:0; top:0;
text-align:left;
margin:0;
position:absolute;
margin-left:"1em"; line-height:100%;
}
p.marker { font-weight:bold;
margin-top: "2em";
color:#000000;
font-size:"110%";
}
/************************************************/
/* class styles reserved for mouseover/mouseout DHTML */
.cold {}
.hot {}
/**********************************************************************/
/* ID styles reserved for <a> tags calling OCX's within HTML Help by creating OBJECTS */
#wPopup {}
a:link#wPopup, a:visited#wPopup {color: "#006600";}
a:hover#wPopup, a:active#wPopup {color: "#FF0000";}
img.popup {border: none; margin-right: "0.5em"; vertical-align:middle;}
#shortcut {}
img.shortcut {border: none; margin-right: "0.5em"; vertical-align:middle;}
#specLoc {}
#relTopics {}
p.relTopics img {vertical-align:top;} /* img is class=alert */
#altLoc {}
p.note,p.tip, p.important, p.caution, p.warning
{ font-weight:bold; clear:both;
margin-top:"1em";
margin-bottom:"-.25em"; }
img.alert {border:none;} /* for icon images - note, tip, important, caution, warning*/
/***********************************/
/* Style for print only functionality used with external URL link coUA_print.css*/
span.printOnly {display:none }
/***********************************/
/* Styles for checklists */
.userData {behavior:url(#default#userdata); } /*sets persistance*/
#checklist {width:100%; text-align:left; margin:"0.3em 0em";}
#checklist li {text-indent:"0.2em";}
/*********************************/
/* these classes are for previous next navigation */
a:hover.navbar, a:active.navbar {} /* text in nav */
a:link.navbar, a:visited.navbar {}
#nav { left:0; top:0px;
text-align:left;
margin:0;
position:absolute;
padding-bottom: 1px; padding-top: 3px;
padding-right:6px; padding-left:5px;
align:top;
visibility:hidden;
z-index:1; }
#text { left:0; top:0px;
margin:0;
position:absolute;
padding:10px;
overflow:auto;
height:100%;
z-index:1;
background-repeat:no-repeat;
background-position: bottom right;
background-attachment:fixed; }
/***************************************************/
/* STYLES USED IN THE WEB DELIVERABLE ONLY */
/***********************************/
/* links */
#wPopupWeb {}
a:link#wPopupWeb {color: "#006600";}
a:hover#wPopupWeb {color: "#FF0000";}
a:active#wPopupWeb {color: "#FF0000";}
a:visited#wPopupWeb {color: "#006600";}
#shortcutWeb {}
#specLocWeb {}
#relTopicsWeb {}
#altLocWeb {}
/***********************************/
/* popups */
div.popup { visibility:hidden; z-index:3;
position:absolute;
top:200; left:200;
width:"250"; padding:"6px";
background-color:#FFFFCC;
border-style: solid;
border-width: 1;
border-color: #666666;
} | 0.287468 | 0.089296 |
.stf-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 100;
display: flex;
align-items: stretch;
flex-direction: column;
overflow-y: auto;
display: none;
}
.stf-modal.active {
display: block !important;
}
.signature-wrapper {
flex-grow: 1;
width: 100%;
background: #000;
display: flex;
min-height: 100%;
flex-wrap: wrap;
}
.sw-body {
background: #fff;
width: 100%;
min-height: calc(100vh - 100px);
padding: 50px 70px;
display: flex;
place-items: center;
justify-content: center;
}
.sw-footer {
background: #fff;
width: 100%;
height: 100px;
padding: 20px 70px;
display: flex;
place-items: center;
/* justify-content: start; */
}
.sa-btn {
display: inline-block;
padding: 7px 18px;
border-radius: 7px;
background: #09090a;
color: #fff;
font-size: 19px;
}
.sa-btn:hover {
background: #2b2b2f;
}
.sa-btn:active {
opacity: 0.6;
}
.signature-form-container {
background: #09090a15;
padding: 25px 30px 15px;
width: 300px;
border-radius: 14px;
}
.form-title {
font-size: 27px;
font-weight: 600;
margin-bottom: 15px;
line-height: 1;
}
.form-group-input {
margin-bottom: 10px;
}
.form-group-input input {
display: block;
width: 100%;
background: #fff;
padding: 7px 15px;
font-size: 20px;
border-radius: 7px;
}
.form-group-input input::placeholder {
color: #09090a15;
}
.touchpad-canvas {
height: 100%;
border: 5px solid #080;
}
.touchpad-body {
display: flex;
justify-content: start;
/* flex-direction: column; */
align-items: stretch;
}
.signature-pad-container {
flex-grow: 1;
}
.signature-pad {
border: 1px solid #666;
/* width: 500px; */
/* height: 500px; */
background: #fff;
width: 100%;
height: 99%;
}
.archive-row {
display: flex;
width: 100%;
flex-grow: 1;
padding: 40px;
}
.archive-row .swiper-container {
width: 100%;
}
.swiper-slide-touchpad-card img {
width: 100%;
margin-bottom: 10px;
}
.archive-wrapper {
width: 100%;
position: relative;
}
.swiper-archive-arrows {
position: absolute;
width: calc(100% + 120px);
left: -60px;
}
.touchpad-name {
color: #fff;
font-size: 23px;
text-transform: uppercase;
line-height: 1.2;
}
.touchpad-date {
color: #f2f2f2;
font-size: 18px;
line-height: 1;
}
.swiper-archive-arrows .swiper-button-disabled {
display: none;
}
.swiper-button {
color: #fff;
} | public/assets/css/signature.css | .stf-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 100;
display: flex;
align-items: stretch;
flex-direction: column;
overflow-y: auto;
display: none;
}
.stf-modal.active {
display: block !important;
}
.signature-wrapper {
flex-grow: 1;
width: 100%;
background: #000;
display: flex;
min-height: 100%;
flex-wrap: wrap;
}
.sw-body {
background: #fff;
width: 100%;
min-height: calc(100vh - 100px);
padding: 50px 70px;
display: flex;
place-items: center;
justify-content: center;
}
.sw-footer {
background: #fff;
width: 100%;
height: 100px;
padding: 20px 70px;
display: flex;
place-items: center;
/* justify-content: start; */
}
.sa-btn {
display: inline-block;
padding: 7px 18px;
border-radius: 7px;
background: #09090a;
color: #fff;
font-size: 19px;
}
.sa-btn:hover {
background: #2b2b2f;
}
.sa-btn:active {
opacity: 0.6;
}
.signature-form-container {
background: #09090a15;
padding: 25px 30px 15px;
width: 300px;
border-radius: 14px;
}
.form-title {
font-size: 27px;
font-weight: 600;
margin-bottom: 15px;
line-height: 1;
}
.form-group-input {
margin-bottom: 10px;
}
.form-group-input input {
display: block;
width: 100%;
background: #fff;
padding: 7px 15px;
font-size: 20px;
border-radius: 7px;
}
.form-group-input input::placeholder {
color: #09090a15;
}
.touchpad-canvas {
height: 100%;
border: 5px solid #080;
}
.touchpad-body {
display: flex;
justify-content: start;
/* flex-direction: column; */
align-items: stretch;
}
.signature-pad-container {
flex-grow: 1;
}
.signature-pad {
border: 1px solid #666;
/* width: 500px; */
/* height: 500px; */
background: #fff;
width: 100%;
height: 99%;
}
.archive-row {
display: flex;
width: 100%;
flex-grow: 1;
padding: 40px;
}
.archive-row .swiper-container {
width: 100%;
}
.swiper-slide-touchpad-card img {
width: 100%;
margin-bottom: 10px;
}
.archive-wrapper {
width: 100%;
position: relative;
}
.swiper-archive-arrows {
position: absolute;
width: calc(100% + 120px);
left: -60px;
}
.touchpad-name {
color: #fff;
font-size: 23px;
text-transform: uppercase;
line-height: 1.2;
}
.touchpad-date {
color: #f2f2f2;
font-size: 18px;
line-height: 1;
}
.swiper-archive-arrows .swiper-button-disabled {
display: none;
}
.swiper-button {
color: #fff;
} | 0.390127 | 0.062046 |
@charset "utf-8";
/* CSS Document */
/*=================================font-family==================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');
@font-face {
font-family: 'GothamHTF-Book';
font-style: normal;
font-weight: normal;
src: local('../fonts/GothamHTF-Book'),
url('../fonts/GothamHTF-Book.woff') format('woff');
}
@font-face {
font-family: 'gotham_lightregular';
src: url('../fonts/ufonts.com_gotham-light-webfont.woff2') format('woff2'),
url('../fonts/ufonts.com_gotham-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SFNSDisplay';
src: url('../fonts/SFNSDisplay.ttf');
}
/*------------------------------------* Global style \*------------------------------------*/
body {
font-family: 'Roboto', sans-serif;
background: #fbfaf9 !important;
}
a:focus, a:hover {
text-decoration: none;
color: #F73B56;
}
h1, h2, h3, h4, h5, h6, p {
font-family: 'GothamHTF-Book';
margin: 0;
}
.block {
float: left;
width: 100%;
}
.primary-color {
color: #fff;
}
.brand-color {
color: #e22e48;
}
.btn {
background: #F73B56;
color: #fff;
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 22px;
font-weight: 300;
border-radius: 25px;
padding: 14px 30px;
border: none;
min-width: 168px;
}
.btn:hover, .btn:focus {
background: #e22e48;
color: #fff;
}
/*------------------------------------*\
shokse header style
\*------------------------------------*/
header.shokse-header {
background: #fbfaf9;
padding: 49px 0;
}
.shokse-header nav {
margin-bottom: 0;
}
.shokse-header .navbar figure.row {
margin: 0;
}
.shokse-header .navbar-header .navbar-brand {
padding: 0;
}
.shokse-header .navbar-header .navbar-brand img {
margin-top: 0px;
max-width: 150px;
}
.shokse-header .nav-menu-right {
}
.shokse-header .nav-menu-right .main-menu {
float: right;
padding-left: 0;
margin-bottom: 0;
}
.shokse-header .nav-menu-right .main-menu li {
display: inline-block;
line-height: 50px;
list-style: none;
padding: 0 20px;
float: initial;
}
.shokse-header .nav-menu-right .main-menu li a {
font-family: 'GothamHTF-Book';
font-size: 18px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
padding: 0;
}
.shokse-header .nav-menu-right .main-menu li a:hover,
.shokse-header .nav-menu-right .main-menu li.active a {
color: #8B8B8B;
border-bottom: 3px solid #F73B56;
padding-bottom: 6px;
background: none;
}
.shokse-header .nav-menu-right .main-menu li a:focus {
background: none;
}
.shokse-header .nav-menu-right .main-menu .get-started {
padding-right: 0px;
border-left: 2px solid #e9e8e7;
padding-left: 30px;
margin-left: 11px;
}
/*------------------------------------*\
duis-quis style
\*------------------------------------*/
.duis-quis {
padding: 62px 0 68px;
background: rgba(0, 0, 0, 0) url("../images/duis-quis-bg.png") no-repeat scroll left bottom / 100% auto;
}
.duis-quis h1 {
font-family: 'GothamHTF-Book';
font-size: 52px;
line-height: 62px;
font-weight: normal;
color: #8B8B8B;
margin-bottom: 32px;
}
.duis-quis h6 {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 26px;
font-weight: normal;
color: #8B8B8B;
max-width: 940px;
margin: 0 auto;
}
.duis-quis .get-started {
margin: 36px 0 16px;
}
.duis-quis .learn-more {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 18px;
font-weight: normal;
margin-bottom: 54px;
}
.duis-quis .learn-more a {
color: #8B8B8B;
}
.duis-quis .learn-more a:hover {
text-decoration: underline;
}
/*------------------------------------*\
trusted-by style
\*------------------------------------*/
.trusted-by {
background: #6BC5D3;
padding: 40px 0;
}
.trusted-by h3 {
font-family: 'gotham_lightregular';
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 40px 0 30px;
text-transform: uppercase;
}
.trusted-by .trusted-logo {
float: left;
margin: 20px 0 83px;
padding-left: 0;
width: 100%;
}
.trusted-by .trusted-logo li {
list-style: none;
display: inline-block;
line-height: 64px;
margin: 0 31px;
}
.trusted-by .trusted-logo .slick-list {
margin-bottom: 60px;
}
.trusted-by .trusted-logo .slick-dots {
}
.trusted-by .trusted-logo .slick-dots li {
list-style: none;
margin: 0;
}
.trusted-by .trusted-logo .slick-dots li button::before {
color: #fff;
}
.trusted-by .trusted-logo li:first-child {
margin-left: 0;
}
.trusted-by .trusted-logo li:last-child {
margin-right: 0;
}
.trusted-by .trusted-logo li a img {
}
/*------------------------------------*\
how-it-works style
\*------------------------------------*/
.how-it-works {
padding: 40px 0;
}
.how-it-works .container {
max-width: 1070px;
margin: 0 auto;
}
.how-it-works h3 {
font-family: 'gotham_lightregular';
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 41px 0 40px;
color: #052847;
text-transform: uppercase;
}
.how-it-works .how-it-left {
padding-left: 0;
}
.how-it-works .how-it-left img {
margin-bottom: 80px;
}
.how-it-works .how-it-right {
padding-right: 0;
margin-top: 60px;
}
.how-it-works .how-it-right h6 {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 30px;
font-weight: normal;
color: #8B8B8B;
border-bottom: 1px solid #f00;
text-transform: uppercase;
display: inline-block;
clear: both;
}
.how-it-works .how-it-right h2 {
font-family: 'GothamHTF-Book';
font-size: 30px;
line-height: 38px;
font-weight: normal;
color: #052847;
margin: 20px 0;
}
.how-it-works .how-it-right p {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
}
/*------------------------------------*\
why-shokse style
\*------------------------------------*/
.why-shokse {
background: rgba(185, 187, 189, 0.15) none repeat scroll 0 0;
padding: 40px 0 98px;
}
.why-shokse .container {
max-width: 1040px;
margin: 0 auto;
padding: 0;
}
.why-shokse h3 {
background: rgba(0, 0, 0, 0) url("../images/why-underline.png") no-repeat scroll center bottom;
color: #052847;
font-family: "gotham_lightregular";
font-size: 24px;
font-weight: normal;
line-height: 28px;
margin: 42px 0 17px;
padding-bottom: 24px;
text-transform: uppercase;
}
.why-shokse p {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 32px;
font-weight: normal;
color: #37536C;
max-width: 785px;
margin: 0 auto;
}
.why-shokse .container .row {
padding: 0;
margin: 50px 0 0;
}
.why-shokse .why-item {
text-align: center;
}
.why-shokse .why-item img {
margin: 20px 0;
}
.why-shokse .why-item h4 {
font-family: 'GothamHTF-Book';
font-size: 22px;
line-height: 28px;
font-weight: normal;
color: #052847;
margin: 12px 0 10px;
}
.why-shokse .why-item small {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 24px;
font-weight: normal;
color: #37536C;
}
/*------------------------------------*\
services style
\*------------------------------------*/
.services {
padding: 100px 0 60px;
}
.services .container {
padding: 0;
}
.services .container > figure {
padding: 0;
}
.services .services-left {
padding-left: 0;
margin-top: 101px;
}
.services .services-left h6 {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 30px;
font-weight: normal;
color: #8B8B8B;
border-bottom: 1px solid #f00;
text-transform: uppercase;
display: inline-block;
clear: both;
}
.services .services-left h2 {
font-family: 'GothamHTF-Book';
font-size: 34px;
line-height: 40px;
font-weight: normal;
color: #052847;
margin: 28px 0;
}
.services .services-left p {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 32px;
font-weight: normal;
color: #8B8B8B;
}
.services .services-right {
padding-right: 0;
}
.services .services-right ul {
padding-left: 0;
width: 100%;
margin-bottom: 0;
}
.services .services-right ul li {
list-style: none;
width: 48%;
display: inline-block;
text-align: center;
margin-bottom: 52px;
}
.services .services-right .img-blk {
min-height: 128px;
}
.services .services-right ul li img {
vertical-align: text-top;
}
.services .services-right ul li h4 {
font-family: 'GothamHTF-Book';
font-size: 22px;
line-height: 25px;
font-weight: normal;
color: #052847;
}
/*------------------------------------*\
shokse-testimonal style
\*------------------------------------*/
.shokse-testimonal {
background: rgba(185, 187, 189, 0.15) none repeat scroll 0 0;
padding: 120px 0 76px;
}
.shokse-testimonal .container {
max-width: 800px;
}
.shokse-testimonal .row {
padding: 0;
margin: 0;
}
.shokse-testimonal p {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 26px;
font-weight: normal;
color: #8B8B8B;
}
.shokse-testimonal .author-pic {
max-width: 100px;
margin: 40px 0 18px;
}
.shokse-testimonal .author-name {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 18px;
font-weight: normal;
color: #777777;
display: block;
width: 100%;
text-align: center;
background: rgba(0, 0, 0, 0) url("../images/why-underline.png") no-repeat scroll center bottom;
padding-bottom: 18px;
}
/*------------------------------------*\
ready-to-start style
\*------------------------------------*/
.ready-to-start {
background: #F73B56;
padding: 90px 0 94px;
}
.ready-to-start h2 {
font-family: 'gotham_lightregular';
font-size: 32px;
line-height: 42px;
font-weight: normal;
margin-bottom: 0;
text-transform: uppercase;
}
.ready-to-start p button.btn {
background: #fff;
color: #F73B56;
margin-top: 36px;
}
.ready-to-start p button.btn:hover {
background: #fafafa;
color: #F73B56;
}
/*------------------------------------*\
shokse footer style
\*------------------------------------*/
.shokse-footer {
background: #6bc5d3;
padding: 100px 0;
}
.shokse-footer-top {
padding: 0;
}
.shokse-footer-top .footer-left {
text-align: left;
padding-left: 0;
}
.shokse-footer-top .footer-right {
text-align: right;
padding-right: 0;
}
.shokse-footer-top .footer-logo {
margin-bottom: 30px;
display: inline-block;
}
.shokse-footer-top .footer-logo img {
max-width: 150px;
width: 100%;
}
.shokse-footer-top .shokse-matche {
font-size: 14px;
line-height: 26px;
font-family: 'gotham_lightregular';
max-width: 381px;
}
.shokse-footer-top .footer-right ul {
padding-left: 0;
margin-bottom: 0;
}
.shokse-footer-top .footer-right ul li {
list-style: none;
display: inline-block;
text-align: left;
padding: 0 25px;
}
.shokse-footer-top .footer-right ul li:last-child {
padding-right: 0;
}
.shokse-footer-top .footer-right ul li h6 {
font-size: 18px;
line-height: 18px;
font-family: 'GothamHTF-Book';
color: #fff;
margin: 10px 0 35px;
}
.shokse-footer-top .footer-right ul li a {
font-size: 14px;
line-height: 18px;
font-family: 'gotham_lightregular';
color: #fff;
}
.shokse-footer-top .footer-right ul li a:hover,
.shokse-footer-top .footer-right ul li a:focus {
text-decoration: underline;
}
.shokse-footer-bottom {
margin-top: 82px;
padding: 0;
}
.shokse-footer-bottom .social-link {
text-align: left;
padding-left: 0;
}
.shokse-footer-bottom .social-link a {
display: inline-block;
margin-right: 8px;
}
.shokse-footer-bottom .social-link a img {
}
.shokse-footer-bottom .copyWrite {
padding-right: 0;
text-align: right;
}
.shokse-footer-bottom .copyWrite a {
font-size: 14px;
line-height: 18px;
font-family: 'gotham_lightregular';
color: #fff;
display: inline-block;
margin-left: 40px;
}
.shokse-footer-bottom .copyWrite a:hover,
.shokse-footer-bottom .copyWrite a:focus {
text-decoration: underline;
}
/*------------------------------------*\
how it works page style
\*------------------------------------*/
.how-works {
padding: 56px 0 127px;
background: rgba(0, 0, 0, 0) url("../images/how-works-bg.png") no-repeat scroll center bottom / 100% 100%;
}
.how-works h1 {
font-family: 'GothamHTF-Book';
font-size: 52px;
line-height: 62px;
font-weight: normal;
color: #8B8B8B;
margin-bottom: 30px;
}
.how-works h6 {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 26px;
font-weight: normal;
color: #8B8B8B;
max-width: 575px;
margin: 0 auto;
}
/*------------------------------------*\
create-project style
\*------------------------------------*/
.create-project {
padding: 40px 0;
}
.create-project .container {
max-width: 1070px;
margin: 0 auto;
}
.create-project .project-left {
padding-left: 0;
}
.create-project .project-left img {
margin-bottom: 80px;
}
.create-project .project-right {
padding-right: 0;
}
.create-project .project-right h6 {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 30px;
font-weight: normal;
color: #8B8B8B;
border-bottom: 1px solid #f00;
text-transform: uppercase;
display: inline-block;
clear: both;
}
.create-project .project-right h2 {
font-family: 'GothamHTF-Book';
font-size: 30px;
line-height: 38px;
font-weight: normal;
color: #052847;
margin-top: 27px;
margin-bottom: 17px;
}
.create-project .project-right p {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
}
.create-project .project-right .pellentesque {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
margin-top: 43px;
margin-bottom: 14px;
}
.create-project .project-right .pellentesque img {
padding-right: 6px;
}
.create-project .project-right .jane {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
}
.create-project .project-right .jane img {
padding-right: 14px;
}
/*------------------------------------*\
results style
\*------------------------------------*/
.results {
padding-top: 19px;
}
.results .container-fluid {
padding: 0;
}
.results .results-title {
max-width: 790px;
margin: 0 auto;
}
.results h3 {
background: rgba(0, 0, 0, 0) url("../images/why-underline.png") no-repeat scroll center bottom;
font-family: 'gotham_lightregular';
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 41px 0 19px;
padding-bottom: 26px;
color: #052847;
text-transform: uppercase;
}
.results p {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 32px;
font-weight: normal;
color: #37536C;
margin-bottom: 80px;
}
.overview-cont {
width: 100%;
padding-bottom: 40px;
margin: 0 0 70px;
}
.overview-bg-right {
background: rgba(0, 0, 0, 0) url("../images/results-right-img.png") no-repeat scroll right top / auto 100%;
}
.overview-bg-left {
background: rgba(0, 0, 0, 0) url("../images/results-left-img.png") no-repeat scroll left top / auto 100%;
}
.overview-text {
max-width: 480px;
display: inline-block;
margin-top: 112px;
}
.overview-text-right {
float: right;
}
.overview-text h6 {
border-bottom: 1px solid #ff0000;
clear: both;
color: #8b8b8b;
display: inline-block;
font-family: "gotham_lightregular";
font-size: 16px;
font-weight: normal;
line-height: 30px;
text-transform: uppercase;
}
.overview-text h2 {
color: #052847;
font-family: "GothamHTF-Book";
font-size: 30px;
font-weight: normal;
line-height: 38px;
margin: 20px 0;
}
.overview-text p {
color: #8b8b8b;
font-family: "gotham_lightregular";
font-size: 16px;
font-weight: normal;
line-height: 28px;
}
.overview-img {
display: inline-block;
width: 50%;
}
.horizontal-content-wrap-noscroll {
width: 100%;
overflow: hidden;
}
.horizontal-content-wrap-scroll {
width: 100%;
overflow: hidden;
}
.horizontal-content-wrap .step-content {
float: left;
}
.pos_rel {
position: relative;
}
.isscroll_dis_wrap {
display: none;
background: transparent none repeat scroll 0 0;
float: left;
height: 100%;
position: absolute;
width: 100%;
z-index: 999;
}
/************************22oct ninenetics**************************/
/************************22oct ninenetics**************************/
/************************gazz ninenetics**************************/
.pos_rel {
position: relative;
}
.isscroll_dis_wrap {
display: none;
background: transparent none repeat scroll 0 0;
float: left;
height: 100%;
position: absolute;
width: 100%;
z-index: 999;
}
/************************22oct ninenetics**************************/
.duis-quis.client_page h1 {
font-family: 'SFNSDisplay';
}
.search_cover {
float: right;
width: auto;
}
.search {
background: url(../images/search.png) no-repeat center / 100% auto;
width: 48px;
height: 48px;
float: right;
margin-left: 60px;
margin-right: 44px;
position: relative;
}
.search::after {
position: absolute;
content: "";
left: -30px;
top: 0;
background: rgba(139, 139, 139, 0.30);
width: 1px;
height: 100%;
}
.search_cover .btn {
font-family: 'SFNSDisplay';
}
.search_cover .menu_1 {
float: right;
padding: 18px 0 0;
width: auto;
}
.search_cover .menu_1 span {
border-radius: 50%;
width: 12px;
height: 12px;
border: 1px solid #000000;
float: left;
}
.search_cover .menu_1 .mid {
margin: 0 5px;
}
.client_page {
background: #FBFAF9;
padding: 122px 0 87px;
}
.duis-quis h1 .drop {
background: url("../images/drop_2.png") no-repeat scroll center;
display: inline-block;
height: 36px;
margin-left: 40px;
width: 36px;
}
h6.deco1 {
position: relative;
}
h6.deco1::after {
position: absolute;
content: "";
background: #f73b56;
width: 100px;
height: 1px;
left: 50%;
bottom: -13px;
margin-left: -50px;
}
.progress_cover {
margin-top: 40px;
float: left;
width: 100%;
text-align: center;
}
.progress {
box-shadow: none;
margin-bottom: 0;
background-color: #d8d8d8;
border-radius: 100px;
max-width: 885px;
width: 100%;
height: 32px;
display: inline-block;
overflow: visible;
}
.progress-bar {
background-color: #f73b56;
box-shadow: none;
color: #ffffff;
font-size: 13px;
letter-spacing: 0;
line-height: 32px;
padding-left: 17px;
text-align: left;
position: relative;
border-radius: 100px;
font-family: "gotham_lightregular";
}
.progress-bar span.span1 {
position: absolute;
right: -5px;
top: -14px;
background: #f73b56;
text-align: center;
width: 60px;
height: 60px;
border-radius: 100%;
font-size: 20px;
color: #ffffff;
letter-spacing: 0px;
line-height: 60px;
text-align: center;
font-family: 'SFNSDisplay';
}
/*.progress-bar::after {
position: absolute;
content: "23";
right: -5px;
top: -14px;
background: #f73b56;
text-align: center;
width: 60px;
height: 60px;
border-radius: 100%;
font-size: 20px;
color: #ffffff;
letter-spacing: 0px;
line-height: 60px;
text-align: center;
}
*/
.mid_back {
position: relative;
padding-bottom: 75px;
overflow: hidden;
margin: auto;
max-width: 1046px;
}
.mid_back::after {
position: absolute;
content: "";
left: 50%;
top: 0;
margin-left: -368px;
background: rgba(185, 187, 189, 0.15);
max-width: 735px;
width: 100%;
height: 100%;
z-index: -1;
}
.mid_back_in {
display: block;
margin: auto;
max-width: 735px;
padding: 40px 15px 53px;
text-align: center;
}
.count_round {
background: #6bc5d3;
width: 60px;
height: 60px;
border-radius: 100%;
font-size: 20px;
display: inline-block;
color: #ffffff;
letter-spacing: 0px;
line-height: 60px;
margin-bottom: 15px;
text-align: center;
font-family: 'SFNSDisplay';
}
.mid_back_in span {
font-size: 20px;
color: #6bc5d3;
letter-spacing: 0px;
text-align: center;
font-family: 'SFNSDisplay';
}
.mid_back_in ul {
list-style: outside none none;
margin: 23px 0;
padding: 0;
}
.mid_back_in ul li {
font-size: 13px;
color: #8b8b8b;
display: inline-block;
letter-spacing: 0px;
text-align: center;
}
.mid_back_in ul li a {
border-left: 1px solid #8b8b8b;
color: #8b8b8b;
padding: 0 7px;
font-family: "gotham_lightregular";
}
.mid_back_in ul li a:hover, .mid_back_in ul li a:focus {
color: #000000;
}
.mid_back_in ul li:nth-child(2) a {
border-left: 0;
padding-left: 2px;
font-family: "gotham_lightregular";
}
.filter_pic {
background: url(../images/filter.png) no-repeat center;
width: 16px;
height: 16px;
margin-right: 16px;
display: inline-block;
}
.mid_back_in .btn2 {
background: #6bc5d3 none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-size: 13px;
height: 48px;
letter-spacing: 0;
max-width: 235px;
padding: 15px 5px;
text-align: center;
width: 100%;
}
.mid_back_in .btn2:hover, .mid_back_in .btn2:focus {
background: #6bb1bd;
}
.mid_other1 {
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
height: auto;
margin: auto;
max-width: 885px;
padding: 30px 0 36px;
width: 100%;
/*overflow: hidden;
*/ margin-bottom: 40px;
position: relative;
font-family: "gotham_lightregular";
}
.mid_other1 .dot_icon {
background: #f73b56;
width: 32px;
height: 8px;
text-align: center;
right: -80px;
top: 64px;
width: 80px;
cursor: pointer;
height: 80px;
position: absolute;
content: "";
}
.mid_other1 .dot_icon:hover {
background: #E22E48;
}
.date {
color: #8b8b8b;
font-size: 13px;
letter-spacing: 0;
padding: 0 30px 0 55px;
position: relative;
text-align: left;
margin-bottom: 20px;
font-family: "gotham_lightregular";
}
.date::after {
background: rgba(0, 0, 0, 0) url("../images/clock.png") no-repeat scroll center center;
content: "";
height: 14px;
left: 30px;
margin-right: 11px;
position: absolute;
top: 2px;
width: 14px;
}
.milestone_cover {
width: 100%;
height: auto;
float: left;
}
.l_milestone {
background: #6bc5d3 none repeat scroll 0 0;
color: #ffffff;
float: left;
font-size: 36px;
height: auto;
letter-spacing: 0;
padding: 14px 10px 14px 55px;
text-align: left;
width: calc(100% - 220px);
font-family: 'SFNSDisplay';
}
.r_milestone {
color: #6bc5d3;
display: inline-block;
font-size: 72px;
letter-spacing: 0;
line-height: 54px;
text-align: center;
width: 220px;
font-family: SFNSDisplay;
}
.r_milestone span {
color: #6bc5d3;
display: block;
font-family: GothamHTF-Book;
font-size: 13px;
letter-spacing: 0;
line-height: 13px;
margin-top: 9px;
text-align: center;
}
.task {
color: #8b8b8b;
font-size: 13px;
letter-spacing: 0;
padding: 0 30px 0 55px;
position: relative;
text-align: left;
margin-bottom: 20px;
margin-top: 24px;
font-family: "gotham_lightregular";
}
.task::after {
background: rgba(0, 0, 0, 0) url("../images/task.png") no-repeat scroll center center;
content: "";
height: 18px;
left: 30px;
margin-right: 11px;
position: absolute;
top: 2px;
width: 15px;
}
.head_line_cover {
display: inline-block;
position: relative;
width: 100%;
}
.head_line_l {
width: calc(100% - 220px);
float: left;
padding-left: 55px;
}
.head_line_cover h2 {
font-size: 24px;
color: #052847;
letter-spacing: -0.34px;
line-height: 40px;
text-align: left;
margin-bottom: 10px;
font-family: 'SFNSDisplay';
}
.head_line_cover small {
font-size: 16px;
color: #8b8b8b;
letter-spacing: 0px;
line-height: 32px;
text-align: left;
font-family: "gotham_lightregular";
}
.head_line_r {
bottom: 0;
color: #6bc5d3;
font-size: 26px;
letter-spacing: 0;
position: absolute;
right: 0;
text-align: center;
width: 220px;
line-height: 23px;
font-family: SFNSDisplay;
}
.head_line_r span {
font-family: GothamHTF-Book;
font-size: 13px;
color: #6bc5d3;
letter-spacing: 0px;
text-align: center;
}
.mid_other2 {
background: #6bc5d3 none repeat scroll 0 0;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
height: auto;
margin: auto;
max-width: 885px;
padding: 57px 0 70px;
width: 100%;
/*overflow: hidden;
*/ margin-bottom: 40px;
position: relative;
text-align: center;
}
.mid_other2 .close_icon {
background: #f73b56 url(../images/cross.png) no-repeat center center;
width: 32px;
height: 8px;
text-align: center;
right: -80px;
top: 64px;
width: 80px;
cursor: pointer;
height: 80px;
position: absolute;
content: "";
}
.mid_other2 .close_icon:hover {
background: #E22E48 url(../images/cross.png) no-repeat center center;
}
.mid_other2 h2 {
font-family: SFNSDisplay;
font-size: 36px;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.mid_other1_sub {
background: #918EBC none repeat scroll 0 0;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
height: auto;
margin: auto;
max-width: 885px;
padding: 57px 0 70px;
width: 100%;
/*overflow: hidden;
*/ margin-bottom: 40px;
position: relative;
text-align: center;
}
.mid_other1_sub .close_icon {
background: #f73b56 url(../images/cross.png) no-repeat center center;
width: 32px;
height: 8px;
text-align: center;
right: -80px;
top: 64px;
width: 80px;
cursor: pointer;
height: 80px;
position: absolute;
content: "";
}
.mid_other1_sub .close_icon:hover {
background: #E22E48 url(../images/cross.png) no-repeat center center;
}
.mid_other1_sub h2 {
font-family: SFNSDisplay;
font-size: 36px;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.mid_other1_sub h3, .mid_other1_sub p{
font-family: SFNSDisplay;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.date_white {
color: #ffffff;
display: inline-block;
font-size: 13px;
letter-spacing: 0;
margin: 20px 15px 45px;
padding-left: 23px;
position: relative;
text-align: left;
width: auto;
font-family: "gotham_lightregular";
}
.date_white::after {
background: url(../images/white_clock.png) no-repeat scroll center center;
content: "";
height: 14px;
left: 0;
margin-right: 11px;
position: absolute;
top: 2px;
width: 14px;
}
.pic_cover {
width: 100%;
max-width: 600px;
margin: auto;
display: inline-block;
}
.pic_box {
width: auto;
float: left;
margin-right: 65px;
}
.pic_box:hover .pic_box_cover {
box-shadow: 0 0 8px #f6f6f6 inset;
}
.pic_text {
position: relative;
z-index: 2;
}
.pic_text::before {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
position: absolute;
right: 50%;
transition-property: left, right;
-webkit-transition-property: left, right;
-o-transition-property: left, right;
-moz-transition-property: left, right;
-ms-transition-property: left, right;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
z-index: -1;
}
.pic_box:hover .pic_text::before {
right: 35px;
left: 35px;
}
.pic_box:last-child {
margin-right: 0;
}
.pic_box_cover {
border: 1px solid #ffffff;
border-radius: 100%;
float: left;
height: 101px;
margin-bottom: 26px;
padding: 35px 10px 0;
text-align: center;
width: 101px;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}
.pic_text {
font-family: SFNSDisplay;
font-size: 24px;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.pic_box_cover.second {
padding-top: 29px;
}
.pic_box_cover.third {
padding-top: 29px;
}
.pic_box_cover.fourth {
padding-top: 24px;
}
.carousel .item {
height: 500px;
}
#wave {
position: relative;
text-align: center;
width: 80PX;
height: 80px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
}
#wave .dot {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
margin-right: 3px;
background: none;
border: 1px solid #ffffff;
animation: wave 1.3s linear infinite;
-webkit-animation: wave 1.3s linear infinite;
-o-animation: wave 1.3s linear infinite;
-moz-animation: wave 1.3s linear infinite;
-ms-animation: wave 1.3s linear infinite;
}
#wave .dot:nth-child(2) {
animation-delay: -1.1s;
-webkit-animation-delay: -1.1s;
}
#wave .dot:nth-child(3) {
animation-delay: -0.9s;
-webkit-animation-delay: -0.9s;
}
@-webkit-keyframes wave {
0% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
30% {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
}
60% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
}
@keyframes wave {
0% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
30% {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
}
60% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
}
/*************new_page_3 nov 2016*************/
.progress-bar.gradiante {
background-color: transparent;
background: #68c6d0;
background: -moz-linear-gradient(left, #68c6d0 0%, #9a97aa 25%, #cc667c 60%, #f73b56 73%);
background: -webkit-linear-gradient(left, #68c6d0 0%, #9a97aa 25%, #cc667c 60%, #f73b56 73%);
background: linear-gradient(to right, #68c6d0 0%, #9a97aa 25%, #cc667c 60%, #f73b56 73%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c6d0', endColorstr='#f73b56', GradientType=1 );
}
.col-50 {
float: left;
padding: 0 15px;
width: 50%;
}
.click_box {
background: #babbbd;
height: 60px;
width: 100%;
float: left;
padding: 12px 16px 12px 51px;
margin-bottom: 18px;
}
.click_box.active {
background: #6cc5d3;
}
.clr1 {
background: #6cc5d3;
}
.click_box .text_cover {
width: calc(100% - 50px);
float: left;
}
.click_box .title_name {
color: #ffffff;
font-size: 16px;
font-weight: 600;
line-height: 20px;
}
.click_box span {
color: #ffffff;
font-family: "gotham_lightregular";
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
}
.click_box .dot_icon {
float: right;
width: auto;
cursor: pointer;
}
.col-50 #wave {
height: auto;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
position: relative;
text-align: center;
width: auto;
}
.col-50 #wave .dot {
}
.col-50 .mid_other1 {
width: 811px;
max-width: none;
float: left;
}
.mid_other1 .close_icon {
background: #f73b56 url("../images/cross.png") no-repeat scroll center center;
content: "";
cursor: pointer;
height: 80px;
position: absolute;
right: -80px;
text-align: center;
top: 64px;
width: 80px;
}
.dot_cover {
float: right;
padding-top: 20px;
}
.dot_cover span {
border: 1px solid #ffffff;
border-radius: 50%;
float: right;
height: 10px;
margin-right: 10px;
width: 10px;
}
.col-50.work_stat .mid_other1 {
float: right;
width: 641px;
z-index: 12;
}
.col-50.work_stat .mid_other1 .date {
float: left;
width: auto;
}
.work_status {
background: #fa3a51 none repeat scroll 0 0;
border-radius: 25px;
color: #ffffff;
float: right;
font-size: 12px;
line-height: 16px;
margin-right: 35px;
margin-top: -6px;
padding: 5px 15px;
text-align: center;
font-family: 'SFNSDisplay';
text-transform: uppercase;
}
.col-50.work_stat .l_milestone {
width: calc(100% - 34px);
}
.col-50.work_stat .task {
font-weight: 800;
}
.col-50.work_stat .head_line_l {
width: calc(100% - 80px);
}
.col-50.work_stat .mid_other1:hover .close_btn {
opacity: 1;
}
.close_btn {
opacity: 0;
background: #f73b56 url("../images/cross.png") no-repeat scroll center center / 19px auto;
cursor: pointer;
height: 30px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 30px;
}
.mid_other1 .close_icon {
z-index: 10;
}
.registry {
min-height: 100vh;
position: relative;
z-index: 1;
background: #888;
width: 100%;
}
.registry::before {
background-image: radial-gradient(50% 40%, #6bc5d3 50%, #f73b56 100%);
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
content: "";
opacity: 0.4;
}
.registry header {
background: none;
}
.registry .shokse-header .nav-menu-right .main-menu .get-started {
border-left: 0px;
}
.registry .thumbox1 {
width: 100%;
padding: 50px 0 120px 0;
text-align: center;
}
.registry .thumbox1 h1 {
font-family: 'SFNSDisplay';
font-size: 56px;
color: #ffffff;
letter-spacing: -0.78px;
line-height: 68px;
margin-bottom: 20px;
max-width: 750px;
display: inline-block;
text-align: center;
}
.registry .thumbox1 p {
font-size: 18px;
max-width: 750px;
display: inline-block;
color: #ffffff;
letter-spacing: 0px;
line-height: 32px;
text-align: center;
}
.registry .thumbox1 .container {
max-width: 750px;
}
.registry .thumbox1 .reg_slide {
background: #fff;
width: 100%;
text-align: center;
margin-top: 50px;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
}
.registry .thumbox1 .reg_slide h3 {
font-family: 'SFNSDisplay';
font-size: 23px;
color: #052847;
font-weight: normal;
margin-bottom: 10px;
letter-spacing: 0px;
text-align: center;
}
.registry .thumbox1 .reg_slide p {
font-size: 14px;
color: #37536c;
letter-spacing: 0px;
margin-bottom: 20px;
line-height: 19px;
text-align: center;
}
.registry .thumbox1 .reg_slide a.get_s {
font-size: 13px;
color: #ffffff;
display: inline-block;
padding: 0 30px;
border-radius: 20px;
background: #F73B56;
letter-spacing: 0px;
line-height: 32px;
text-align: center;
}
.registry .thumbox1 .reg_slide a.get_s:hover {
background: #e22e48;
}
.registry .thumbox1 .reg_slide .item {
padding: 40px 60px;
}
.registry .thumbox1 .reg_slide .img12 {
margin-bottom: 30px;
width: 200px;
height: 200px;
position: relative;
display: inline-block;
text-align: center;
}
.registry .thumbox1 .reg_slide .img12 img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.registry .thumbox1 .reg_slide .carousel-indicators li {
background: #999;
border: none;
}
.registry .thumbox1 .reg_slide .carousel-indicators .active {
background: #F73B56;
border: none;
width: 10px;
height: 10px;
margin: 1px;
}
.registry .thumbox1.devl .container {
max-width: 1040px;
}
.registry .thumbox1.devl .thumb_sec1 {
width: 40%;
margin-top: 50px;
}
.registry .thumbox1.devl .thumb_sec2 {
width: 80%;
margin-left: -20%;
padding: 50px 0;
background: #fff;
margin-top: 50px;
position: relative;
z-index: 20;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
}
.registry .thumbox1.devl .thumb_sec2 .reg_slide {
margin-top: 0px;
width: 40%;
float: left;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0);
}
.dev_form_right {
width: 60%;
float: left;
text-align: left;
padding-left: 20px;
padding-right: 60px;
display: none;
}
.dev_form_right h3 {
font-size: 16px;
display: inline-block;
color: #8b8b8b;
letter-spacing: -0.23px;
line-height: 40px;
text-align: left;
margin-bottom: 10px;
border-bottom: 1px solid #F73B56;
}
.dev_form_right p.plz_fill {
font-size: 14px;
color: #8b8b8b;
letter-spacing: 0px;
text-align: left;
margin-bottom: 30px;
}
.dev_form_right .in12 {
width: 100%;
border: none;
outline: none;
font-size: 14px;
color: #8b8b8b;
letter-spacing: 0px;
text-align: left;
}
.dev_form_right .form-group {
border-bottom: 1px solid #8f8f8f;
padding-bottom: 5px;
}
.dev_form_right label {
font-size: 12px;
margin-bottom: 0px;
color: #8b8b8b;
letter-spacing: -0.17px;
line-height: 30px;
text-align: left;
}
.registry .thumbox1.devl .thumb_sec2 .dev_form_right {
display: block;
}
.overlay123 {
width: 100%;
height: 100%;
z-index: 15;
background: rgba(0, 0, 0, 0.1);
position: fixed;
left: 0px;
top: 0px;
display: none;
}
.registry .thumbox1.comp .container {
max-width: 1040px;
}
.registry .thumbox1.comp .thumb_sec2 {
width: 40%;
margin-top: 50px;
}
.registry .thumbox1.comp .thumb_sec1 {
width: 80%;
margin-right: -20%;
padding: 50px 0;
background: #fff;
margin-top: 50px;
position: relative;
z-index: 20;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
}
.registry .thumbox1.comp .thumb_sec1 .reg_slide {
margin-top: 0px;
width: 40%;
float: left;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0);
}
.registry .thumbox1.comp .thumb_sec1 .dev_form_right {
display: block;
}
.registry .regs_c {
display: inline-block;
float: none;
}
.regs_c .carousel .item {
height: 550px;
}
.regs_c .carousel .item .no_thank {
font-size: 11px;
text-decoration: underline;
margin-top: 15px;
display: inline-block;
color: #f73b56;
letter-spacing: 0px;
line-height: 19px;
text-align: center;
}
/*********************10 nov*Pasted File at November 9, 2016 3_16 AM*********************************/
.page_change1 {
}
.page_change1 .click_box.active, .page_change1 .click_box.clr1 {
background: #aaa8cc;
}
.page_change1 .head_line_cover h2 {
color: #aaa8cc;
}
.page_change1 .l_milestone , .page_change1 .r_milestone, .page_change1 .head_line_r {
font-family: "gotham_lightregular";
}
.page_change1 .head_line_r strong {
font-family: 'SFNSDisplay';
font-weight: normal;
}
.page_change1 .head_line_r {
bottom: auto;
color: #aaa8cc;
}
.page_change1 .head_line_r span {
color: #aaa8cc;
}
.watch_cover {
background: url(../images/watch_img.png) no-repeat center / 100% auto;
width: 80px;
height: 80px;
display: inline-block;
margin: auto;
}
.task.skills {
}
.task.skills, .task.budget, .page_change1 .date, .page_change1 .task, .task.link {
text-transform: uppercase;
font-weight: bold;
}
.task.skills::after {
background: url(../images/skill.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: 2px;
width: 16px;
height: 19px;
}
.task.budget::after {
background: url(../images/budget.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: 2px;
width: 21px;
height: 20px;
}
.task.link::after {
background: url(../images/link.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: 2px;
width: 22px;
height: 21px;
}
.task.dock::after {
background: url(../images/documents.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: -2px;
width: 20px;
height: 23px;
}
.tag_cover {
width: 100%;
float: left;
padding-left: 55px;
margin-bottom: 10px;
}
.tag {
background: #b9bbbd;
color: #ffffff;
font-family: "SFNSDisplay";
width: auto;
margin-right: 10px;
font-size: 14px;
line-height: 10px;
padding: 10px 17px;
display: inline-block;
text-transform: uppercase;
border-radius: 50px;
margin-bottom: 10px;
}
.part_left {
width: calc(100% - 220px);
float: left;
}
.part_left .l_milestone, .part_left .head_line_l, .part_right .r_milestone {
width: 100%;
}
.part_right {
width: 220px;
float: left;
}
.part_right .head_line_r {
float: left;
position: static;
text-align: center;
margin: 26px 0;
width: 100%;
}
.time_text {
color: #6bc5d3;
font-size: 15px;
line-height: 16px;
margin-bottom: 5px;
text-transform: uppercase;
}
.date_text {
font-size: 20px;
line-height: 24px;
margin-bottom: 5px;
color: #6bc5d3;
}
.time_text {
text-transform: uppercase;
font-size: 15px;
line-height: 20px;
color: #6bc5d3;
}
.link_cover {
width: 100%;
display: inline-block;
}
.link_cover .link {
color: #918ebc;
font-size: 15px;
line-height: 18px;
margin-bottom: 10px;
text-decoration: underline;
width: 100%;
float: left;
}
.link_cover .link:hover, .link_cover .link:focus {
text-decoration: none;
}
.link_more:hover, .link_more:focus {
background: #ffffff;
color: #918ebc;
}
.badge {
background-color: #8b8b8b;
font-size: 14px;
margin-left: 10px;
padding: 4px 7px;
}
.link_more {
background: #918ebc none repeat scroll 0 0;
border: 1px solid #918ebc;
border-radius: 25px;
color: #ffffff;
display: inline-block;
font-size: 16px;
line-height: 22px;
margin-top: 10px;
padding: 5px 17px;
width: auto;
}
.readmore_div {
display: none;
}
/************************Shokse15-Task_and_TextEdit-1***************/
.task_text figure {
text-align: center;
}
.marg1 {
margin-right: 0;
}
.task_text {
padding-top: 27px;
}
.task_text .page_title {
font-family: .AppleSystemUIFont;
font-size: 18px;
color: #8b8b8b;
letter-spacing: 0px;
line-height: 32px;
text-align: center;
margin-bottom: 10px;
}
.task_text h1 {
font-family: SFNSDisplay;
font-size: 56px;
color: #8b8b8b;
letter-spacing: -0.78px;
line-height: 68px;
text-align: center;
margin: 0 0 17px;
}
.task_text h6 {
color: #8b8b8b;
font-size: 18px;
letter-spacing: 0;
line-height: 32px;
margin-bottom: 17px;
padding-bottom: 8px;
position: relative;
text-align: center;
}
.task_text h6::after {
position: absolute;
content: "";
background: #f73b56;
left: 50%;
margin-left: -50px;
bottom: 0;
width: 100px;
height: 1px;
}
.task_text h6 span {
color: #F73B56;
}
.img_cover2 {
width: auto;
display: inline-block;
margin-bottom: 14px;
}
.team_pics {
width: 36px;
height: 36px;
margin-right: 10px;
display: inline-block;
}
.team_pics:last-child {
margin-right: 0;
}
.team_pics img, .add_btn img {
width: 100%;
height: auto;
}
.add_btn {
margin-bottom: 14px;
width: 36px;
height: 36px;
display: inline-block;
}
/************tabbing***************/
.tabbing {
float: left;
margin-bottom: 36px;
width: 100%;
padding-top: 48px;
border-top: 1px solid #cccccc;
}
.tabbing .nav-tabs > li > a {
font-size: 12px;
border-radius: 0;
color: #000000;
font-weight: 800;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
color: #000000;
font-weight: 800;
}
.tabbing .tab-content {
padding: 20px 65px 0px 20px;
border: 1px solid #ddd;
border-top: none;
float: left;
width: 100%;
}
.tabbing .tab-content p {
float: left;
font-size: 12px;
line-height: 20px;
color: #000000;
width: 100%;
margin: 0 0 24px;
}
.tabbing .tab-content label {
float: left;
font-size: 12px;
line-height: 20px;
color: #000000;
width: 100%0;
font-weight: 800;
width: 100%;
}
.tabbing .tab-content ul {
color: #000000;
float: left;
list-style-type: disc;
list-style-position: inside;
padding: 0;
margin: 0 0 24px;
}
.tabbing .tab-content ul li {
float: left;
font-size: 12px;
line-height: 20px;
color: #000000;
width: 100%;
}
/*------------------------------------*\
Task page style
\*------------------------------------*/
.logged_header .user_account{
display: inline-block;
list-style: none;
margin: 0 20px 0 0;
padding: 0;
}
.logged_header .user_icons{
margin: 0 20px 0 0;
display: inline-block;
}
.logged_header i{
font-size: 40px;
color: #8B8B8B;
}
.logged_header .notifications{
position: relative;
}
.logged_header .badge{
position: absolute;
right: 0;
bottom: 0;
background-color: #f73b56;
}
.logged_header .user_icons .dropdown-menu{
right: -20px;
left: auto;
width: 300px;
color: #ffffff;
padding: 0;
background-color: transparent;
border: none;
box-shadow: none;
}
.arrow_box {
position: relative;
background: #B9BBBD;
}
.arrow_box:after {
bottom: 100%;
right: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(185, 187, 189, 0);
border-bottom-color: #B9BBBD;
border-width: 15px;
margin-left: -15px;
}
.logged_header .user_icons .gray{
background-color: #B9BBBD;
text-align: center;
height: auto;
display: inline-block;
padding: 20px 40px;
margin-top: 20px;
line-height: 30px;
font-family: 'gotham_lightregular';
font-size: 16px;
}
.logged_header .user_icons .dropdown-menu .bold{
font-weight: 600;
font-family: 'SFNSDisplay';
}
.logged_header .user_icons .gray .dropdown-square{
width: 80px;
height: 80px;
padding-top: 10px;
font-size: 30px;
background-color: #f73b56;
display: block;
margin: 20px auto;
}
.logged_header .user_icons .gray .dropdown-square span{
margin: 0;
}
.logged_header .user_icons .gray .dropdown-square .small{
font-size: 13px;
display: block;
}
.logged_header .user_icons .gray span{
width: 100%;
display: block;
margin: 20px 0;
}
.logged_header .big_number{
font-size: 72px;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
.logged_header .purple_div,
.logged_header .gray{
-webkit-box-shadow: 0px -2px 5px 0px rgba(168,163,168,1);
-moz-box-shadow: 0px -2px 5px 0px rgba(168,163,168,1);
box-shadow: 0px -2px 5px 0px rgba(168,163,168,1);
}
.logged_header .purple_div{
background-color: #918EBC;
padding: 20px;
text-align: left;
margin-top: 20px;
}
.logged_header .inside_triangle{
font-size: 20px;
}
.inside_triangle{
position:relative;
display:block;
margin-left:5px;
}
.inside_triangle:after {
content: "";
display: inline-block;
position: absolute;
border: 15px solid #FBFAF9;
border-color: transparent transparent transparent #fbfaf9;
bottom: -1px;
right: 20px;
transform: rotate(269deg);
}
.first_task {
position: relative;
background: #918EBC;
}
.first_task:after {
bottom: 100%;
right: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(145, 142, 188, 0);
border-bottom-color: #918EBC;
border-width: 15px;
margin-left: -15px;
}
.logged_header .single_task_div span{
margin-bottom: 20px;
width: 100%;
display: block;
}
.logged_header .single_task_div .time {
font-size: 13px;
color: #ddd;
font-weight: 500;
}
.logged_header .single_task_div .task{
color: #FFFFFF;
margin-left: -30px;
}
.logged_header .single_task_div .task:after{
background: rgba(0, 0, 0, 0) url("../images/task-white.png") no-repeat scroll center center;
}
.logged_header .single_task_div .bold{
font-size: 20px;
}
.tasks_page{
background: #FBFAF9;
padding: 122px 0 87px;
}
.tasks_page .thin-heading{
font-family: 'gotham_lightregular';
}
.tasks_body .mid_back{
padding-bottom: 150px;
}
.tasks_body .count_round,
.tasks_body .mid_back_in .btn2,
.tasks_body .mid_other1 .task_cover,
.tasks_body .l_task{
background-color: #918EBC;
}
.tasks_body .mid_other_inner {
background-color: #ffffff;
display: inline-block;
margin-bottom: -10px;
-webkit-box-shadow: 0px 0px 17px 0px rgba(163,161,163,1);
-moz-box-shadow: 0px 0px 17px 0px rgba(163,161,163,1);
box-shadow: 0px 0px 17px 0px rgba(163,161,163,1);
}
.tasks_body .mid_back_in span{
color: #918EBC;
}
.tasks_body .mid_other1{
padding: 0;
}
.tasks_body .l_task{
padding: 20px 0;
}
.tasks_body .r_task{
padding: 40px 0;
}
.tasks_body .date,
.tasks_body .l_task{
color: #FFFFFF;
}
.tasks_body .date{
margin-bottom: 10px;
}
.tasks_body .date,
.tasks_body .project_manager{
font-weight: 600;
}
.tasks_body .task-info .date{
margin-bottom: 20px;
}
.tasks_body .mid_other1 .task_cover{
padding-top: 0px;
color: #eee;
}
.tasks_body .date::after{
background: rgba(0, 0, 0, 0) url("../images/clock-white.png") no-repeat scroll center center
}
.tasks_body .project_manager{
font-size: 13px;
letter-spacing: 0;
padding: 0 30px 0 55px;
position: relative;
text-align: left;
margin-bottom: 10px;
font-family: "gotham_lightregular";
}
.tasks_body .project_manager::after {
font-family: FontAwesome;
content: "\f007";
height: 14px;
left: 30px;
margin-right: 11px;
position: absolute;
top: 2px;
width: 14px;
}
.tasks_body .l_task {
color: #ffffff;
float: left;
font-size: 36px;
height: auto;
letter-spacing: 0;
text-align: left;
width: calc(100% - 250px);
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
.tasks_body .task_cover{
padding: 14px 10px 14px 55px;
}
.tasks_body .manager-name{
font-size: 20px;
font-family: 'SFNSDisplay';
padding: 10px 10px 10px 55px;
font-weight: 600;
letter-spacing: 2px;
}
.tasks_body .r_task{
color: #918EBC;
display: inline-block;
font-size: 72px;
letter-spacing: 0;
line-height: 54px;
text-align: center;
width: 250px;
font-family: 'Roboto', sans-serif;
font-weight: 100;
background: #FFFFFF;
float: right;
}
.tasks_body .r_tasks{
margin-bottom: 30px;
}
.tasks_body .r_tasks span {
display: block;
font-family: 'gotham_lightregular';
font-size: 25px;
letter-spacing: 0;
line-height: 13px;
margin-top: 9px;
text-align: center;
}
.tasks_body .task-info {
margin-top: 50px;
}
.tasks_body .r_task .time{
display: block;
font-family: GothamHTF-Book;
font-size: 13px;
letter-spacing: 0;
line-height: 13px;
margin-top: 50px;
text-align: center;
}
.tasks_body .mid_other1 .dot_icon{
top: 40px;
}
.tasks_body .mid_other1 .task_icon_2 {
top: 140px;
}
.tasks_body .mid_other1 .task_icon_3 {
top: 240px;
}
.tasks_body .mid_other1 .task_icon_3.inactive {
background: #aaa;
}
.tasks_body .mid_other1 .task_icon_3.inactive .badge {
background: #aaa;
}
.tasks_body .task_icon_3 i{
position: relative;
}
.tasks_body .task_icon_3 .badge {
position: absolute;
bottom: 20px;
right: 15px;
background-color: #f73b56;
border: 2px solid #ffffff;
}
.tasks_body .task_icon{
padding-top: 10px;
color: #FFFFFF;
font-size: 40px;
}
.tasks_body .mid_other_inner,
.tasks_body .l_task{
min-height: 355px;
}
.tasks_body .l_task .l_task_name{
min-width: 570px;
}
.tasks_body .commit_container{
max-width: 400px;
margin: auto;
}
.tasks_body .commit_container .f1_container{
border-right: 1px solid #f2f1f0;
margin-bottom: 20px;
height: 250px;
}
.tasks_body .commit_container .front{
padding-top: 80px;
background: #f2f1f0;
}
.tasks_body .commit_container .back{
background: #f2f1f0;
padding: 10px;
}
.tasks_body .commit_container .back.face h2{
color: #333;
font-size: 16px;
font-family: 'gotham_lightregular';
margin-top: 0px;
margin-bottom: 10px;
}
.tasks_body .commit_container .back.face .btn_wid{
left: 43% !important;
border-radius: 30px;
bottom: 10px;
}
.tasks_body .commit_container .back.face .btn{
padding: 5px 10px;
}
.tasks_body .commit_container .back.face .btn span{
font-size: 14px;
font-family: 'Dosis', sans-serif;
color: #333;
}
.tasks_body .commit_container .back.face .file-preview-other{
width: 160px;
height: 60px;
}
.tasks_body .commit_container .back.face .file-preview-frame{
width: 160px !important;
height: 60px !important;
}
/**************************responsive*****************************/
/**************************responsive*****************************/
/**************************responsive*****************************/
@media (max-width:1200px) {
.tasks_body .l_task .l_task_name{
min-width: 570px;
}
}
@media (max-width:1100px) {
.mid_other2, .mid_other1 {
width: calc(100% - 180px);
}
.tasks_body .l_task .l_task_name{
min-width: 570px;
}
}
@media (max-width:1024px) {
#carousel-example-generic .carousel-inner > .item {
display: block;
margin-bottom: 40px;
width: 100%;
height: auto;
}
#carousel-example-generic .carousel-inner > .item .container {
padding-left: 0px;
padding-right: 0px;
}
#carousel-example-generic .carousel-inner > .item .container figcaption.col-sm-offset-1 {
margin-left: 0px;
width: 50%;
}
.tasks_body .l_task .l_task_name{
min-width: 445px;
}
}
@media (max-width:991px) {
.duis-quis.client_page h1 {
font-size: 40px;
line-height: 46px;
}
.mid_back::after {
margin-left: -240px;
max-width: 480px;
}
.r_milestone, .tasks_body .r_task {
font-size: 40px;
line-height: 33px;
width: 140px;
}
.l_milestone, .tasks_body .l_task {
font-size: 26px;
padding: 10px 10px 10px 40px;
width: calc(100% - 140px);
}
.head_line_l {
float: left;
padding-left: 40px;
width: calc(100% - 140px);
}
.head_line_r {
width: 140px;
}
.head_line_cover h2 {
font-size: 18px;
line-height: 24px;
}
.head_line_cover small {
font-size: 14px;
line-height: 18px;
}
.mid_other1::after, .mid_other2::after {
height: 50px;
right: -50px;
width: 50px;
}
.pic_cover {
max-width: 403px;
}
.pic_box {
margin-right: 20px;
}
.pic_box_cover {
height: 85px;
margin-bottom: 10px;
padding: 26px 10px 0;
width: 85px;
}
.pic_text {
font-size: 16px;
}
.pic_box_cover.second, .pic_box_cover.third {
padding-top: 21px;
}
.pic_box_cover.fourth {
padding-top: 17px;
}
.click_box {
padding: 12px;
}
.col-50 #wave .dot {
height: 7px;
margin-right: 1px;
width: 7px;
}
.click_box .text_cover {
width: calc(100% - 35px);
}
.click_box .title_name {
font-size: 14px;
line-height: 16px;
}
.col-50 .mid_other1 {
width: 611px;
}
.dot_cover {
padding-top: 13px;
}
.dot_cover span {
height: 7px;
margin-right: 4px;
width: 7px;
}
.thumbox1 .col-md-8 {
width: 50%;
float: left;
}
.registry .thumbox1.devl .thumb_sec2 {
margin-left: -30%;
width: 90%;
}
.registry .thumbox1.comp .thumb_sec1 {
margin-right: -30%;
width: 90%;
}
.registry .thumbox1.devl .thumb_sec2 .reg_slide {
width: 50%;
}
.registry .thumbox1.devl .thumb_sec2 .dev_form_right {
width: 50%;
}
.registry .thumbox1.comp .thumb_sec1 .reg_slide {
width: 50%;
}
.registry .thumbox1.comp .thumb_sec1 .dev_form_right {
width: 50%;
}
.tasks_body .l_task .l_task_name{
min-width: 285px;
}
}
@media (max-width:767px) {
.mid_back: :after {
margin-left: -180px;
max-width: 360px;
}
#carousel-example-generic .carousel-inner > .item .container figcaption.col-sm-offset-1 {
width: 100%;
}
.mid_other1 .close_icon {
background-size: 25px 25px;
height: 50px;
right: 0;
top: 0;
width: 50px;
}
.col-50 .mid_other1 {
width: 580px;
}
.col-50 {
padding: 0 5px;
}
.thumbox1 .col-md-8 {
width: 100%;
float: left;
}
.registry .thumbox1 .reg_slide {
max-width: 400px;
display: inline-block;
}
.registry .thumbox1.comp .thumb_sec1 {
width: calc(100% - 30px) !important;
margin-left: 15px;
margin-right: 15px;
margin-bottom: -300px;
}
.registry .thumbox1.comp .thumb_sec2 {
max-width: 400px;
width: 100%;
display: inline-block;
float: none;
}
.registry .thumbox1.devl .thumb_sec2 {
width: calc(100% - 30px) !important;
margin-left: 15px;
margin-right: 15px;
margin-top: -300px;
}
.registry .thumbox1.devl .thumb_sec1 {
max-width: 400px;
width: 100%;
display: inline-block;
float: none;
}
.tasks_body .l_task .l_task_name{
min-width: 190px;
}
}
@media (max-width:660px) {
.duis-quis.client_page h1 {
font-size: 28px;
line-height: 30px;
}
.duis-quis h1 .drop {
background: rgba(0, 0, 0, 0) url("../images/drop_2.png") no-repeat scroll center center / 25px auto;
margin-left: 10px;
position: relative;
top: 9px;
}
.pic_cover {
max-width: none;
padding: 0 20px;
width: 100%;
}
.pic_box {
margin: 0 10px 20px;
width: calc(50% - 20px);
}
.pic_box_cover {
float: none;
display: inline-block;
}
.col-50 {
padding: 0 5px;
width: 100%;
padding: 0 15px;
}
.col-50 .mid_other1, .col-50.work_stat .mid_other1 {
width: 100%;
}
.col-50.work_stat .head_line_l {
width: calc(100% - 35px);
}
.registry .thumbox1.devl .thumb_sec2 .reg_slide {
width: 100%;
max-width: 400px;
display: inline-block;
float: none;
}
.registry .thumbox1.devl .thumb_sec2 .dev_form_right {
padding-right: 20px;
width: 100%;
}
.registry .thumbox1.comp .thumb_sec1 .reg_slide {
width: 100%;
max-width: 400px;
display: inline-block;
float: none;
}
.registry .thumbox1.comp .thumb_sec1 .dev_form_right {
padding-right: 20px;
width: 100%;
}
.part_left {
float: left;
width: calc(100% - 140px);
}
.part_right {
float: left;
width: 140px;
}
.tag {
font-size: 12px;
margin-bottom: 6px;
margin-right: 3px;
padding: 8px 9px;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:600px) {
}
@media (max-width:570px) {
.mid_back: :after {
left: 0;
margin-left: 0;
max-width: 100%;
}
.mid_other2, .mid_other1 {
width: 100%;
}
.mid_other1 .dot_icon {
right: 0;
top: 0;
width: 50px;
height: 50px;
}
#wave {
width: 50px;
height: 50px;
padding-top: 17px;
}
.mid_other_inner .dot_icon, .mid_other_inner .task_icon {
width: 50px;
height: 50px;
padding-top: 17px;
font-size: 20px;
}
.tasks_body .mid_back_in, .tasks_body .mid_back{
background-color: #F2F1F0;
}
.tasks_body .mid_other_inner .task_icon{
padding-top: 10px;
}
.tasks_body .mid_other_inner .dot_icon{
padding-top: 0;
}
.tasks_body .mid_other_inner .task_icon{
padding-top: 10px;
}
.mid_other_inner .task_icon_2{
top: 70px;
}
.mid_other_inner .task_icon_3{
top: 140px;
}
.tasks_body .task_icon_3 .badge{
bottom: 10px;
right: 3px;
border: 1px solid #ffffff;
font-size: 8px;
}
.tasks_body .l_task{
padding-right : 60px;
}
.tasks_body .r_task,
.tasks_body .l_task,
.task_body .r_tasks{
width:100%;
}
.tasks_body .r_tasks {
margin-bottom: 30px;
width: 100%;
text-align: center;
}
.tasks_body .r_task .time{
margin-top: 40px;
}
.tasks_body .l_task {
font-size: 18px;
padding: 10px 60px 10px 10px;
}
#wave .dot {
height: 9px;
margin-right: 0;
width: 9px;
}
.mid_other2 .close_icon {
height: 50px;
right: 0;
top: 0;
width: 50px;
background-size: 25px 25px;
}
.mid_other2 .close_icon:hover {
background-size: 25px 25px;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:500px) {
.l_milestone {
font-size: 18px;
padding: 10px 10px 10px 30px;
width: calc(100% - 100px);
}
.head_line_l {
width: calc(100% - 100px);
}
.r_milestone {
font-size: 30px;
line-height: 21px;
width: 100px;
}
.head_line_r {
width: 100px;
}
.search_cover .btn {
min-width: auto;
padding: 15px;
}
.search {
margin-left: 25px;
margin-right: 17px;
}
.search::after {
left: -11px;
}
.click_box {
height: auto;
}
.part_left {
width: 100%;
margin-bottom: 10px;
float: left;
}
.part_right {
width: 100%;
float: left;
}
.watch_cover {
width: 50px;
height: 50px;
}
.part_right .head_line_r {
margin: 6px 0 0;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:420px) {
.dot_cover {
display: none;
}
.col-50.work_stat .mid_other1 .date {
width: 100%;
margin-bottom: 7px;
}
.work_status {
margin: 0 0 10px 26px;
float: left;
}
.link_more {
padding: 5px 10px;
font-size: 14px;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:360px) {
}
@media (max-width:320px) {
} | public/css/main-extended.css | @charset "utf-8";
/* CSS Document */
/*=================================font-family==================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');
@font-face {
font-family: 'GothamHTF-Book';
font-style: normal;
font-weight: normal;
src: local('../fonts/GothamHTF-Book'),
url('../fonts/GothamHTF-Book.woff') format('woff');
}
@font-face {
font-family: 'gotham_lightregular';
src: url('../fonts/ufonts.com_gotham-light-webfont.woff2') format('woff2'),
url('../fonts/ufonts.com_gotham-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SFNSDisplay';
src: url('../fonts/SFNSDisplay.ttf');
}
/*------------------------------------* Global style \*------------------------------------*/
body {
font-family: 'Roboto', sans-serif;
background: #fbfaf9 !important;
}
a:focus, a:hover {
text-decoration: none;
color: #F73B56;
}
h1, h2, h3, h4, h5, h6, p {
font-family: 'GothamHTF-Book';
margin: 0;
}
.block {
float: left;
width: 100%;
}
.primary-color {
color: #fff;
}
.brand-color {
color: #e22e48;
}
.btn {
background: #F73B56;
color: #fff;
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 22px;
font-weight: 300;
border-radius: 25px;
padding: 14px 30px;
border: none;
min-width: 168px;
}
.btn:hover, .btn:focus {
background: #e22e48;
color: #fff;
}
/*------------------------------------*\
shokse header style
\*------------------------------------*/
header.shokse-header {
background: #fbfaf9;
padding: 49px 0;
}
.shokse-header nav {
margin-bottom: 0;
}
.shokse-header .navbar figure.row {
margin: 0;
}
.shokse-header .navbar-header .navbar-brand {
padding: 0;
}
.shokse-header .navbar-header .navbar-brand img {
margin-top: 0px;
max-width: 150px;
}
.shokse-header .nav-menu-right {
}
.shokse-header .nav-menu-right .main-menu {
float: right;
padding-left: 0;
margin-bottom: 0;
}
.shokse-header .nav-menu-right .main-menu li {
display: inline-block;
line-height: 50px;
list-style: none;
padding: 0 20px;
float: initial;
}
.shokse-header .nav-menu-right .main-menu li a {
font-family: 'GothamHTF-Book';
font-size: 18px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
padding: 0;
}
.shokse-header .nav-menu-right .main-menu li a:hover,
.shokse-header .nav-menu-right .main-menu li.active a {
color: #8B8B8B;
border-bottom: 3px solid #F73B56;
padding-bottom: 6px;
background: none;
}
.shokse-header .nav-menu-right .main-menu li a:focus {
background: none;
}
.shokse-header .nav-menu-right .main-menu .get-started {
padding-right: 0px;
border-left: 2px solid #e9e8e7;
padding-left: 30px;
margin-left: 11px;
}
/*------------------------------------*\
duis-quis style
\*------------------------------------*/
.duis-quis {
padding: 62px 0 68px;
background: rgba(0, 0, 0, 0) url("../images/duis-quis-bg.png") no-repeat scroll left bottom / 100% auto;
}
.duis-quis h1 {
font-family: 'GothamHTF-Book';
font-size: 52px;
line-height: 62px;
font-weight: normal;
color: #8B8B8B;
margin-bottom: 32px;
}
.duis-quis h6 {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 26px;
font-weight: normal;
color: #8B8B8B;
max-width: 940px;
margin: 0 auto;
}
.duis-quis .get-started {
margin: 36px 0 16px;
}
.duis-quis .learn-more {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 18px;
font-weight: normal;
margin-bottom: 54px;
}
.duis-quis .learn-more a {
color: #8B8B8B;
}
.duis-quis .learn-more a:hover {
text-decoration: underline;
}
/*------------------------------------*\
trusted-by style
\*------------------------------------*/
.trusted-by {
background: #6BC5D3;
padding: 40px 0;
}
.trusted-by h3 {
font-family: 'gotham_lightregular';
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 40px 0 30px;
text-transform: uppercase;
}
.trusted-by .trusted-logo {
float: left;
margin: 20px 0 83px;
padding-left: 0;
width: 100%;
}
.trusted-by .trusted-logo li {
list-style: none;
display: inline-block;
line-height: 64px;
margin: 0 31px;
}
.trusted-by .trusted-logo .slick-list {
margin-bottom: 60px;
}
.trusted-by .trusted-logo .slick-dots {
}
.trusted-by .trusted-logo .slick-dots li {
list-style: none;
margin: 0;
}
.trusted-by .trusted-logo .slick-dots li button::before {
color: #fff;
}
.trusted-by .trusted-logo li:first-child {
margin-left: 0;
}
.trusted-by .trusted-logo li:last-child {
margin-right: 0;
}
.trusted-by .trusted-logo li a img {
}
/*------------------------------------*\
how-it-works style
\*------------------------------------*/
.how-it-works {
padding: 40px 0;
}
.how-it-works .container {
max-width: 1070px;
margin: 0 auto;
}
.how-it-works h3 {
font-family: 'gotham_lightregular';
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 41px 0 40px;
color: #052847;
text-transform: uppercase;
}
.how-it-works .how-it-left {
padding-left: 0;
}
.how-it-works .how-it-left img {
margin-bottom: 80px;
}
.how-it-works .how-it-right {
padding-right: 0;
margin-top: 60px;
}
.how-it-works .how-it-right h6 {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 30px;
font-weight: normal;
color: #8B8B8B;
border-bottom: 1px solid #f00;
text-transform: uppercase;
display: inline-block;
clear: both;
}
.how-it-works .how-it-right h2 {
font-family: 'GothamHTF-Book';
font-size: 30px;
line-height: 38px;
font-weight: normal;
color: #052847;
margin: 20px 0;
}
.how-it-works .how-it-right p {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
}
/*------------------------------------*\
why-shokse style
\*------------------------------------*/
.why-shokse {
background: rgba(185, 187, 189, 0.15) none repeat scroll 0 0;
padding: 40px 0 98px;
}
.why-shokse .container {
max-width: 1040px;
margin: 0 auto;
padding: 0;
}
.why-shokse h3 {
background: rgba(0, 0, 0, 0) url("../images/why-underline.png") no-repeat scroll center bottom;
color: #052847;
font-family: "gotham_lightregular";
font-size: 24px;
font-weight: normal;
line-height: 28px;
margin: 42px 0 17px;
padding-bottom: 24px;
text-transform: uppercase;
}
.why-shokse p {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 32px;
font-weight: normal;
color: #37536C;
max-width: 785px;
margin: 0 auto;
}
.why-shokse .container .row {
padding: 0;
margin: 50px 0 0;
}
.why-shokse .why-item {
text-align: center;
}
.why-shokse .why-item img {
margin: 20px 0;
}
.why-shokse .why-item h4 {
font-family: 'GothamHTF-Book';
font-size: 22px;
line-height: 28px;
font-weight: normal;
color: #052847;
margin: 12px 0 10px;
}
.why-shokse .why-item small {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 24px;
font-weight: normal;
color: #37536C;
}
/*------------------------------------*\
services style
\*------------------------------------*/
.services {
padding: 100px 0 60px;
}
.services .container {
padding: 0;
}
.services .container > figure {
padding: 0;
}
.services .services-left {
padding-left: 0;
margin-top: 101px;
}
.services .services-left h6 {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 30px;
font-weight: normal;
color: #8B8B8B;
border-bottom: 1px solid #f00;
text-transform: uppercase;
display: inline-block;
clear: both;
}
.services .services-left h2 {
font-family: 'GothamHTF-Book';
font-size: 34px;
line-height: 40px;
font-weight: normal;
color: #052847;
margin: 28px 0;
}
.services .services-left p {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 32px;
font-weight: normal;
color: #8B8B8B;
}
.services .services-right {
padding-right: 0;
}
.services .services-right ul {
padding-left: 0;
width: 100%;
margin-bottom: 0;
}
.services .services-right ul li {
list-style: none;
width: 48%;
display: inline-block;
text-align: center;
margin-bottom: 52px;
}
.services .services-right .img-blk {
min-height: 128px;
}
.services .services-right ul li img {
vertical-align: text-top;
}
.services .services-right ul li h4 {
font-family: 'GothamHTF-Book';
font-size: 22px;
line-height: 25px;
font-weight: normal;
color: #052847;
}
/*------------------------------------*\
shokse-testimonal style
\*------------------------------------*/
.shokse-testimonal {
background: rgba(185, 187, 189, 0.15) none repeat scroll 0 0;
padding: 120px 0 76px;
}
.shokse-testimonal .container {
max-width: 800px;
}
.shokse-testimonal .row {
padding: 0;
margin: 0;
}
.shokse-testimonal p {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 26px;
font-weight: normal;
color: #8B8B8B;
}
.shokse-testimonal .author-pic {
max-width: 100px;
margin: 40px 0 18px;
}
.shokse-testimonal .author-name {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 18px;
font-weight: normal;
color: #777777;
display: block;
width: 100%;
text-align: center;
background: rgba(0, 0, 0, 0) url("../images/why-underline.png") no-repeat scroll center bottom;
padding-bottom: 18px;
}
/*------------------------------------*\
ready-to-start style
\*------------------------------------*/
.ready-to-start {
background: #F73B56;
padding: 90px 0 94px;
}
.ready-to-start h2 {
font-family: 'gotham_lightregular';
font-size: 32px;
line-height: 42px;
font-weight: normal;
margin-bottom: 0;
text-transform: uppercase;
}
.ready-to-start p button.btn {
background: #fff;
color: #F73B56;
margin-top: 36px;
}
.ready-to-start p button.btn:hover {
background: #fafafa;
color: #F73B56;
}
/*------------------------------------*\
shokse footer style
\*------------------------------------*/
.shokse-footer {
background: #6bc5d3;
padding: 100px 0;
}
.shokse-footer-top {
padding: 0;
}
.shokse-footer-top .footer-left {
text-align: left;
padding-left: 0;
}
.shokse-footer-top .footer-right {
text-align: right;
padding-right: 0;
}
.shokse-footer-top .footer-logo {
margin-bottom: 30px;
display: inline-block;
}
.shokse-footer-top .footer-logo img {
max-width: 150px;
width: 100%;
}
.shokse-footer-top .shokse-matche {
font-size: 14px;
line-height: 26px;
font-family: 'gotham_lightregular';
max-width: 381px;
}
.shokse-footer-top .footer-right ul {
padding-left: 0;
margin-bottom: 0;
}
.shokse-footer-top .footer-right ul li {
list-style: none;
display: inline-block;
text-align: left;
padding: 0 25px;
}
.shokse-footer-top .footer-right ul li:last-child {
padding-right: 0;
}
.shokse-footer-top .footer-right ul li h6 {
font-size: 18px;
line-height: 18px;
font-family: 'GothamHTF-Book';
color: #fff;
margin: 10px 0 35px;
}
.shokse-footer-top .footer-right ul li a {
font-size: 14px;
line-height: 18px;
font-family: 'gotham_lightregular';
color: #fff;
}
.shokse-footer-top .footer-right ul li a:hover,
.shokse-footer-top .footer-right ul li a:focus {
text-decoration: underline;
}
.shokse-footer-bottom {
margin-top: 82px;
padding: 0;
}
.shokse-footer-bottom .social-link {
text-align: left;
padding-left: 0;
}
.shokse-footer-bottom .social-link a {
display: inline-block;
margin-right: 8px;
}
.shokse-footer-bottom .social-link a img {
}
.shokse-footer-bottom .copyWrite {
padding-right: 0;
text-align: right;
}
.shokse-footer-bottom .copyWrite a {
font-size: 14px;
line-height: 18px;
font-family: 'gotham_lightregular';
color: #fff;
display: inline-block;
margin-left: 40px;
}
.shokse-footer-bottom .copyWrite a:hover,
.shokse-footer-bottom .copyWrite a:focus {
text-decoration: underline;
}
/*------------------------------------*\
how it works page style
\*------------------------------------*/
.how-works {
padding: 56px 0 127px;
background: rgba(0, 0, 0, 0) url("../images/how-works-bg.png") no-repeat scroll center bottom / 100% 100%;
}
.how-works h1 {
font-family: 'GothamHTF-Book';
font-size: 52px;
line-height: 62px;
font-weight: normal;
color: #8B8B8B;
margin-bottom: 30px;
}
.how-works h6 {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 26px;
font-weight: normal;
color: #8B8B8B;
max-width: 575px;
margin: 0 auto;
}
/*------------------------------------*\
create-project style
\*------------------------------------*/
.create-project {
padding: 40px 0;
}
.create-project .container {
max-width: 1070px;
margin: 0 auto;
}
.create-project .project-left {
padding-left: 0;
}
.create-project .project-left img {
margin-bottom: 80px;
}
.create-project .project-right {
padding-right: 0;
}
.create-project .project-right h6 {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 30px;
font-weight: normal;
color: #8B8B8B;
border-bottom: 1px solid #f00;
text-transform: uppercase;
display: inline-block;
clear: both;
}
.create-project .project-right h2 {
font-family: 'GothamHTF-Book';
font-size: 30px;
line-height: 38px;
font-weight: normal;
color: #052847;
margin-top: 27px;
margin-bottom: 17px;
}
.create-project .project-right p {
font-family: 'gotham_lightregular';
font-size: 16px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
}
.create-project .project-right .pellentesque {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
margin-top: 43px;
margin-bottom: 14px;
}
.create-project .project-right .pellentesque img {
padding-right: 6px;
}
.create-project .project-right .jane {
font-family: 'gotham_lightregular';
font-size: 14px;
line-height: 28px;
font-weight: normal;
color: #8B8B8B;
}
.create-project .project-right .jane img {
padding-right: 14px;
}
/*------------------------------------*\
results style
\*------------------------------------*/
.results {
padding-top: 19px;
}
.results .container-fluid {
padding: 0;
}
.results .results-title {
max-width: 790px;
margin: 0 auto;
}
.results h3 {
background: rgba(0, 0, 0, 0) url("../images/why-underline.png") no-repeat scroll center bottom;
font-family: 'gotham_lightregular';
font-size: 24px;
line-height: 28px;
font-weight: normal;
margin: 41px 0 19px;
padding-bottom: 26px;
color: #052847;
text-transform: uppercase;
}
.results p {
font-family: 'gotham_lightregular';
font-size: 18px;
line-height: 32px;
font-weight: normal;
color: #37536C;
margin-bottom: 80px;
}
.overview-cont {
width: 100%;
padding-bottom: 40px;
margin: 0 0 70px;
}
.overview-bg-right {
background: rgba(0, 0, 0, 0) url("../images/results-right-img.png") no-repeat scroll right top / auto 100%;
}
.overview-bg-left {
background: rgba(0, 0, 0, 0) url("../images/results-left-img.png") no-repeat scroll left top / auto 100%;
}
.overview-text {
max-width: 480px;
display: inline-block;
margin-top: 112px;
}
.overview-text-right {
float: right;
}
.overview-text h6 {
border-bottom: 1px solid #ff0000;
clear: both;
color: #8b8b8b;
display: inline-block;
font-family: "gotham_lightregular";
font-size: 16px;
font-weight: normal;
line-height: 30px;
text-transform: uppercase;
}
.overview-text h2 {
color: #052847;
font-family: "GothamHTF-Book";
font-size: 30px;
font-weight: normal;
line-height: 38px;
margin: 20px 0;
}
.overview-text p {
color: #8b8b8b;
font-family: "gotham_lightregular";
font-size: 16px;
font-weight: normal;
line-height: 28px;
}
.overview-img {
display: inline-block;
width: 50%;
}
.horizontal-content-wrap-noscroll {
width: 100%;
overflow: hidden;
}
.horizontal-content-wrap-scroll {
width: 100%;
overflow: hidden;
}
.horizontal-content-wrap .step-content {
float: left;
}
.pos_rel {
position: relative;
}
.isscroll_dis_wrap {
display: none;
background: transparent none repeat scroll 0 0;
float: left;
height: 100%;
position: absolute;
width: 100%;
z-index: 999;
}
/************************22oct ninenetics**************************/
/************************22oct ninenetics**************************/
/************************gazz ninenetics**************************/
.pos_rel {
position: relative;
}
.isscroll_dis_wrap {
display: none;
background: transparent none repeat scroll 0 0;
float: left;
height: 100%;
position: absolute;
width: 100%;
z-index: 999;
}
/************************22oct ninenetics**************************/
.duis-quis.client_page h1 {
font-family: 'SFNSDisplay';
}
.search_cover {
float: right;
width: auto;
}
.search {
background: url(../images/search.png) no-repeat center / 100% auto;
width: 48px;
height: 48px;
float: right;
margin-left: 60px;
margin-right: 44px;
position: relative;
}
.search::after {
position: absolute;
content: "";
left: -30px;
top: 0;
background: rgba(139, 139, 139, 0.30);
width: 1px;
height: 100%;
}
.search_cover .btn {
font-family: 'SFNSDisplay';
}
.search_cover .menu_1 {
float: right;
padding: 18px 0 0;
width: auto;
}
.search_cover .menu_1 span {
border-radius: 50%;
width: 12px;
height: 12px;
border: 1px solid #000000;
float: left;
}
.search_cover .menu_1 .mid {
margin: 0 5px;
}
.client_page {
background: #FBFAF9;
padding: 122px 0 87px;
}
.duis-quis h1 .drop {
background: url("../images/drop_2.png") no-repeat scroll center;
display: inline-block;
height: 36px;
margin-left: 40px;
width: 36px;
}
h6.deco1 {
position: relative;
}
h6.deco1::after {
position: absolute;
content: "";
background: #f73b56;
width: 100px;
height: 1px;
left: 50%;
bottom: -13px;
margin-left: -50px;
}
.progress_cover {
margin-top: 40px;
float: left;
width: 100%;
text-align: center;
}
.progress {
box-shadow: none;
margin-bottom: 0;
background-color: #d8d8d8;
border-radius: 100px;
max-width: 885px;
width: 100%;
height: 32px;
display: inline-block;
overflow: visible;
}
.progress-bar {
background-color: #f73b56;
box-shadow: none;
color: #ffffff;
font-size: 13px;
letter-spacing: 0;
line-height: 32px;
padding-left: 17px;
text-align: left;
position: relative;
border-radius: 100px;
font-family: "gotham_lightregular";
}
.progress-bar span.span1 {
position: absolute;
right: -5px;
top: -14px;
background: #f73b56;
text-align: center;
width: 60px;
height: 60px;
border-radius: 100%;
font-size: 20px;
color: #ffffff;
letter-spacing: 0px;
line-height: 60px;
text-align: center;
font-family: 'SFNSDisplay';
}
/*.progress-bar::after {
position: absolute;
content: "23";
right: -5px;
top: -14px;
background: #f73b56;
text-align: center;
width: 60px;
height: 60px;
border-radius: 100%;
font-size: 20px;
color: #ffffff;
letter-spacing: 0px;
line-height: 60px;
text-align: center;
}
*/
.mid_back {
position: relative;
padding-bottom: 75px;
overflow: hidden;
margin: auto;
max-width: 1046px;
}
.mid_back::after {
position: absolute;
content: "";
left: 50%;
top: 0;
margin-left: -368px;
background: rgba(185, 187, 189, 0.15);
max-width: 735px;
width: 100%;
height: 100%;
z-index: -1;
}
.mid_back_in {
display: block;
margin: auto;
max-width: 735px;
padding: 40px 15px 53px;
text-align: center;
}
.count_round {
background: #6bc5d3;
width: 60px;
height: 60px;
border-radius: 100%;
font-size: 20px;
display: inline-block;
color: #ffffff;
letter-spacing: 0px;
line-height: 60px;
margin-bottom: 15px;
text-align: center;
font-family: 'SFNSDisplay';
}
.mid_back_in span {
font-size: 20px;
color: #6bc5d3;
letter-spacing: 0px;
text-align: center;
font-family: 'SFNSDisplay';
}
.mid_back_in ul {
list-style: outside none none;
margin: 23px 0;
padding: 0;
}
.mid_back_in ul li {
font-size: 13px;
color: #8b8b8b;
display: inline-block;
letter-spacing: 0px;
text-align: center;
}
.mid_back_in ul li a {
border-left: 1px solid #8b8b8b;
color: #8b8b8b;
padding: 0 7px;
font-family: "gotham_lightregular";
}
.mid_back_in ul li a:hover, .mid_back_in ul li a:focus {
color: #000000;
}
.mid_back_in ul li:nth-child(2) a {
border-left: 0;
padding-left: 2px;
font-family: "gotham_lightregular";
}
.filter_pic {
background: url(../images/filter.png) no-repeat center;
width: 16px;
height: 16px;
margin-right: 16px;
display: inline-block;
}
.mid_back_in .btn2 {
background: #6bc5d3 none repeat scroll 0 0;
border-radius: 100px;
color: #ffffff;
display: inline-block;
font-size: 13px;
height: 48px;
letter-spacing: 0;
max-width: 235px;
padding: 15px 5px;
text-align: center;
width: 100%;
}
.mid_back_in .btn2:hover, .mid_back_in .btn2:focus {
background: #6bb1bd;
}
.mid_other1 {
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
height: auto;
margin: auto;
max-width: 885px;
padding: 30px 0 36px;
width: 100%;
/*overflow: hidden;
*/ margin-bottom: 40px;
position: relative;
font-family: "gotham_lightregular";
}
.mid_other1 .dot_icon {
background: #f73b56;
width: 32px;
height: 8px;
text-align: center;
right: -80px;
top: 64px;
width: 80px;
cursor: pointer;
height: 80px;
position: absolute;
content: "";
}
.mid_other1 .dot_icon:hover {
background: #E22E48;
}
.date {
color: #8b8b8b;
font-size: 13px;
letter-spacing: 0;
padding: 0 30px 0 55px;
position: relative;
text-align: left;
margin-bottom: 20px;
font-family: "gotham_lightregular";
}
.date::after {
background: rgba(0, 0, 0, 0) url("../images/clock.png") no-repeat scroll center center;
content: "";
height: 14px;
left: 30px;
margin-right: 11px;
position: absolute;
top: 2px;
width: 14px;
}
.milestone_cover {
width: 100%;
height: auto;
float: left;
}
.l_milestone {
background: #6bc5d3 none repeat scroll 0 0;
color: #ffffff;
float: left;
font-size: 36px;
height: auto;
letter-spacing: 0;
padding: 14px 10px 14px 55px;
text-align: left;
width: calc(100% - 220px);
font-family: 'SFNSDisplay';
}
.r_milestone {
color: #6bc5d3;
display: inline-block;
font-size: 72px;
letter-spacing: 0;
line-height: 54px;
text-align: center;
width: 220px;
font-family: SFNSDisplay;
}
.r_milestone span {
color: #6bc5d3;
display: block;
font-family: GothamHTF-Book;
font-size: 13px;
letter-spacing: 0;
line-height: 13px;
margin-top: 9px;
text-align: center;
}
.task {
color: #8b8b8b;
font-size: 13px;
letter-spacing: 0;
padding: 0 30px 0 55px;
position: relative;
text-align: left;
margin-bottom: 20px;
margin-top: 24px;
font-family: "gotham_lightregular";
}
.task::after {
background: rgba(0, 0, 0, 0) url("../images/task.png") no-repeat scroll center center;
content: "";
height: 18px;
left: 30px;
margin-right: 11px;
position: absolute;
top: 2px;
width: 15px;
}
.head_line_cover {
display: inline-block;
position: relative;
width: 100%;
}
.head_line_l {
width: calc(100% - 220px);
float: left;
padding-left: 55px;
}
.head_line_cover h2 {
font-size: 24px;
color: #052847;
letter-spacing: -0.34px;
line-height: 40px;
text-align: left;
margin-bottom: 10px;
font-family: 'SFNSDisplay';
}
.head_line_cover small {
font-size: 16px;
color: #8b8b8b;
letter-spacing: 0px;
line-height: 32px;
text-align: left;
font-family: "gotham_lightregular";
}
.head_line_r {
bottom: 0;
color: #6bc5d3;
font-size: 26px;
letter-spacing: 0;
position: absolute;
right: 0;
text-align: center;
width: 220px;
line-height: 23px;
font-family: SFNSDisplay;
}
.head_line_r span {
font-family: GothamHTF-Book;
font-size: 13px;
color: #6bc5d3;
letter-spacing: 0px;
text-align: center;
}
.mid_other2 {
background: #6bc5d3 none repeat scroll 0 0;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
height: auto;
margin: auto;
max-width: 885px;
padding: 57px 0 70px;
width: 100%;
/*overflow: hidden;
*/ margin-bottom: 40px;
position: relative;
text-align: center;
}
.mid_other2 .close_icon {
background: #f73b56 url(../images/cross.png) no-repeat center center;
width: 32px;
height: 8px;
text-align: center;
right: -80px;
top: 64px;
width: 80px;
cursor: pointer;
height: 80px;
position: absolute;
content: "";
}
.mid_other2 .close_icon:hover {
background: #E22E48 url(../images/cross.png) no-repeat center center;
}
.mid_other2 h2 {
font-family: SFNSDisplay;
font-size: 36px;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.mid_other1_sub {
background: #918EBC none repeat scroll 0 0;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
height: auto;
margin: auto;
max-width: 885px;
padding: 57px 0 70px;
width: 100%;
/*overflow: hidden;
*/ margin-bottom: 40px;
position: relative;
text-align: center;
}
.mid_other1_sub .close_icon {
background: #f73b56 url(../images/cross.png) no-repeat center center;
width: 32px;
height: 8px;
text-align: center;
right: -80px;
top: 64px;
width: 80px;
cursor: pointer;
height: 80px;
position: absolute;
content: "";
}
.mid_other1_sub .close_icon:hover {
background: #E22E48 url(../images/cross.png) no-repeat center center;
}
.mid_other1_sub h2 {
font-family: SFNSDisplay;
font-size: 36px;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.mid_other1_sub h3, .mid_other1_sub p{
font-family: SFNSDisplay;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.date_white {
color: #ffffff;
display: inline-block;
font-size: 13px;
letter-spacing: 0;
margin: 20px 15px 45px;
padding-left: 23px;
position: relative;
text-align: left;
width: auto;
font-family: "gotham_lightregular";
}
.date_white::after {
background: url(../images/white_clock.png) no-repeat scroll center center;
content: "";
height: 14px;
left: 0;
margin-right: 11px;
position: absolute;
top: 2px;
width: 14px;
}
.pic_cover {
width: 100%;
max-width: 600px;
margin: auto;
display: inline-block;
}
.pic_box {
width: auto;
float: left;
margin-right: 65px;
}
.pic_box:hover .pic_box_cover {
box-shadow: 0 0 8px #f6f6f6 inset;
}
.pic_text {
position: relative;
z-index: 2;
}
.pic_text::before {
background: #ffffff none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
position: absolute;
right: 50%;
transition-property: left, right;
-webkit-transition-property: left, right;
-o-transition-property: left, right;
-moz-transition-property: left, right;
-ms-transition-property: left, right;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
z-index: -1;
}
.pic_box:hover .pic_text::before {
right: 35px;
left: 35px;
}
.pic_box:last-child {
margin-right: 0;
}
.pic_box_cover {
border: 1px solid #ffffff;
border-radius: 100%;
float: left;
height: 101px;
margin-bottom: 26px;
padding: 35px 10px 0;
text-align: center;
width: 101px;
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}
.pic_text {
font-family: SFNSDisplay;
font-size: 24px;
color: #ffffff;
letter-spacing: 0px;
text-align: center;
}
.pic_box_cover.second {
padding-top: 29px;
}
.pic_box_cover.third {
padding-top: 29px;
}
.pic_box_cover.fourth {
padding-top: 24px;
}
.carousel .item {
height: 500px;
}
#wave {
position: relative;
text-align: center;
width: 80PX;
height: 80px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
}
#wave .dot {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
margin-right: 3px;
background: none;
border: 1px solid #ffffff;
animation: wave 1.3s linear infinite;
-webkit-animation: wave 1.3s linear infinite;
-o-animation: wave 1.3s linear infinite;
-moz-animation: wave 1.3s linear infinite;
-ms-animation: wave 1.3s linear infinite;
}
#wave .dot:nth-child(2) {
animation-delay: -1.1s;
-webkit-animation-delay: -1.1s;
}
#wave .dot:nth-child(3) {
animation-delay: -0.9s;
-webkit-animation-delay: -0.9s;
}
@-webkit-keyframes wave {
0% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
30% {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
}
60% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
}
@keyframes wave {
0% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
30% {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
}
60% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
100% {
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
}
/*************new_page_3 nov 2016*************/
.progress-bar.gradiante {
background-color: transparent;
background: #68c6d0;
background: -moz-linear-gradient(left, #68c6d0 0%, #9a97aa 25%, #cc667c 60%, #f73b56 73%);
background: -webkit-linear-gradient(left, #68c6d0 0%, #9a97aa 25%, #cc667c 60%, #f73b56 73%);
background: linear-gradient(to right, #68c6d0 0%, #9a97aa 25%, #cc667c 60%, #f73b56 73%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c6d0', endColorstr='#f73b56', GradientType=1 );
}
.col-50 {
float: left;
padding: 0 15px;
width: 50%;
}
.click_box {
background: #babbbd;
height: 60px;
width: 100%;
float: left;
padding: 12px 16px 12px 51px;
margin-bottom: 18px;
}
.click_box.active {
background: #6cc5d3;
}
.clr1 {
background: #6cc5d3;
}
.click_box .text_cover {
width: calc(100% - 50px);
float: left;
}
.click_box .title_name {
color: #ffffff;
font-size: 16px;
font-weight: 600;
line-height: 20px;
}
.click_box span {
color: #ffffff;
font-family: "gotham_lightregular";
font-size: 12px;
line-height: 16px;
text-transform: uppercase;
}
.click_box .dot_icon {
float: right;
width: auto;
cursor: pointer;
}
.col-50 #wave {
height: auto;
margin-left: auto;
margin-right: auto;
padding-top: 9px;
position: relative;
text-align: center;
width: auto;
}
.col-50 #wave .dot {
}
.col-50 .mid_other1 {
width: 811px;
max-width: none;
float: left;
}
.mid_other1 .close_icon {
background: #f73b56 url("../images/cross.png") no-repeat scroll center center;
content: "";
cursor: pointer;
height: 80px;
position: absolute;
right: -80px;
text-align: center;
top: 64px;
width: 80px;
}
.dot_cover {
float: right;
padding-top: 20px;
}
.dot_cover span {
border: 1px solid #ffffff;
border-radius: 50%;
float: right;
height: 10px;
margin-right: 10px;
width: 10px;
}
.col-50.work_stat .mid_other1 {
float: right;
width: 641px;
z-index: 12;
}
.col-50.work_stat .mid_other1 .date {
float: left;
width: auto;
}
.work_status {
background: #fa3a51 none repeat scroll 0 0;
border-radius: 25px;
color: #ffffff;
float: right;
font-size: 12px;
line-height: 16px;
margin-right: 35px;
margin-top: -6px;
padding: 5px 15px;
text-align: center;
font-family: 'SFNSDisplay';
text-transform: uppercase;
}
.col-50.work_stat .l_milestone {
width: calc(100% - 34px);
}
.col-50.work_stat .task {
font-weight: 800;
}
.col-50.work_stat .head_line_l {
width: calc(100% - 80px);
}
.col-50.work_stat .mid_other1:hover .close_btn {
opacity: 1;
}
.close_btn {
opacity: 0;
background: #f73b56 url("../images/cross.png") no-repeat scroll center center / 19px auto;
cursor: pointer;
height: 30px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 30px;
}
.mid_other1 .close_icon {
z-index: 10;
}
.registry {
min-height: 100vh;
position: relative;
z-index: 1;
background: #888;
width: 100%;
}
.registry::before {
background-image: radial-gradient(50% 40%, #6bc5d3 50%, #f73b56 100%);
top: 0px;
left: 0px;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
content: "";
opacity: 0.4;
}
.registry header {
background: none;
}
.registry .shokse-header .nav-menu-right .main-menu .get-started {
border-left: 0px;
}
.registry .thumbox1 {
width: 100%;
padding: 50px 0 120px 0;
text-align: center;
}
.registry .thumbox1 h1 {
font-family: 'SFNSDisplay';
font-size: 56px;
color: #ffffff;
letter-spacing: -0.78px;
line-height: 68px;
margin-bottom: 20px;
max-width: 750px;
display: inline-block;
text-align: center;
}
.registry .thumbox1 p {
font-size: 18px;
max-width: 750px;
display: inline-block;
color: #ffffff;
letter-spacing: 0px;
line-height: 32px;
text-align: center;
}
.registry .thumbox1 .container {
max-width: 750px;
}
.registry .thumbox1 .reg_slide {
background: #fff;
width: 100%;
text-align: center;
margin-top: 50px;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
}
.registry .thumbox1 .reg_slide h3 {
font-family: 'SFNSDisplay';
font-size: 23px;
color: #052847;
font-weight: normal;
margin-bottom: 10px;
letter-spacing: 0px;
text-align: center;
}
.registry .thumbox1 .reg_slide p {
font-size: 14px;
color: #37536c;
letter-spacing: 0px;
margin-bottom: 20px;
line-height: 19px;
text-align: center;
}
.registry .thumbox1 .reg_slide a.get_s {
font-size: 13px;
color: #ffffff;
display: inline-block;
padding: 0 30px;
border-radius: 20px;
background: #F73B56;
letter-spacing: 0px;
line-height: 32px;
text-align: center;
}
.registry .thumbox1 .reg_slide a.get_s:hover {
background: #e22e48;
}
.registry .thumbox1 .reg_slide .item {
padding: 40px 60px;
}
.registry .thumbox1 .reg_slide .img12 {
margin-bottom: 30px;
width: 200px;
height: 200px;
position: relative;
display: inline-block;
text-align: center;
}
.registry .thumbox1 .reg_slide .img12 img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.registry .thumbox1 .reg_slide .carousel-indicators li {
background: #999;
border: none;
}
.registry .thumbox1 .reg_slide .carousel-indicators .active {
background: #F73B56;
border: none;
width: 10px;
height: 10px;
margin: 1px;
}
.registry .thumbox1.devl .container {
max-width: 1040px;
}
.registry .thumbox1.devl .thumb_sec1 {
width: 40%;
margin-top: 50px;
}
.registry .thumbox1.devl .thumb_sec2 {
width: 80%;
margin-left: -20%;
padding: 50px 0;
background: #fff;
margin-top: 50px;
position: relative;
z-index: 20;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
}
.registry .thumbox1.devl .thumb_sec2 .reg_slide {
margin-top: 0px;
width: 40%;
float: left;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0);
}
.dev_form_right {
width: 60%;
float: left;
text-align: left;
padding-left: 20px;
padding-right: 60px;
display: none;
}
.dev_form_right h3 {
font-size: 16px;
display: inline-block;
color: #8b8b8b;
letter-spacing: -0.23px;
line-height: 40px;
text-align: left;
margin-bottom: 10px;
border-bottom: 1px solid #F73B56;
}
.dev_form_right p.plz_fill {
font-size: 14px;
color: #8b8b8b;
letter-spacing: 0px;
text-align: left;
margin-bottom: 30px;
}
.dev_form_right .in12 {
width: 100%;
border: none;
outline: none;
font-size: 14px;
color: #8b8b8b;
letter-spacing: 0px;
text-align: left;
}
.dev_form_right .form-group {
border-bottom: 1px solid #8f8f8f;
padding-bottom: 5px;
}
.dev_form_right label {
font-size: 12px;
margin-bottom: 0px;
color: #8b8b8b;
letter-spacing: -0.17px;
line-height: 30px;
text-align: left;
}
.registry .thumbox1.devl .thumb_sec2 .dev_form_right {
display: block;
}
.overlay123 {
width: 100%;
height: 100%;
z-index: 15;
background: rgba(0, 0, 0, 0.1);
position: fixed;
left: 0px;
top: 0px;
display: none;
}
.registry .thumbox1.comp .container {
max-width: 1040px;
}
.registry .thumbox1.comp .thumb_sec2 {
width: 40%;
margin-top: 50px;
}
.registry .thumbox1.comp .thumb_sec1 {
width: 80%;
margin-right: -20%;
padding: 50px 0;
background: #fff;
margin-top: 50px;
position: relative;
z-index: 20;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
}
.registry .thumbox1.comp .thumb_sec1 .reg_slide {
margin-top: 0px;
width: 40%;
float: left;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0);
}
.registry .thumbox1.comp .thumb_sec1 .dev_form_right {
display: block;
}
.registry .regs_c {
display: inline-block;
float: none;
}
.regs_c .carousel .item {
height: 550px;
}
.regs_c .carousel .item .no_thank {
font-size: 11px;
text-decoration: underline;
margin-top: 15px;
display: inline-block;
color: #f73b56;
letter-spacing: 0px;
line-height: 19px;
text-align: center;
}
/*********************10 nov*Pasted File at November 9, 2016 3_16 AM*********************************/
.page_change1 {
}
.page_change1 .click_box.active, .page_change1 .click_box.clr1 {
background: #aaa8cc;
}
.page_change1 .head_line_cover h2 {
color: #aaa8cc;
}
.page_change1 .l_milestone , .page_change1 .r_milestone, .page_change1 .head_line_r {
font-family: "gotham_lightregular";
}
.page_change1 .head_line_r strong {
font-family: 'SFNSDisplay';
font-weight: normal;
}
.page_change1 .head_line_r {
bottom: auto;
color: #aaa8cc;
}
.page_change1 .head_line_r span {
color: #aaa8cc;
}
.watch_cover {
background: url(../images/watch_img.png) no-repeat center / 100% auto;
width: 80px;
height: 80px;
display: inline-block;
margin: auto;
}
.task.skills {
}
.task.skills, .task.budget, .page_change1 .date, .page_change1 .task, .task.link {
text-transform: uppercase;
font-weight: bold;
}
.task.skills::after {
background: url(../images/skill.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: 2px;
width: 16px;
height: 19px;
}
.task.budget::after {
background: url(../images/budget.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: 2px;
width: 21px;
height: 20px;
}
.task.link::after {
background: url(../images/link.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: 2px;
width: 22px;
height: 21px;
}
.task.dock::after {
background: url(../images/documents.png) no-repeat scroll center center;
left: 30px;
margin-right: 11px;
top: -2px;
width: 20px;
height: 23px;
}
.tag_cover {
width: 100%;
float: left;
padding-left: 55px;
margin-bottom: 10px;
}
.tag {
background: #b9bbbd;
color: #ffffff;
font-family: "SFNSDisplay";
width: auto;
margin-right: 10px;
font-size: 14px;
line-height: 10px;
padding: 10px 17px;
display: inline-block;
text-transform: uppercase;
border-radius: 50px;
margin-bottom: 10px;
}
.part_left {
width: calc(100% - 220px);
float: left;
}
.part_left .l_milestone, .part_left .head_line_l, .part_right .r_milestone {
width: 100%;
}
.part_right {
width: 220px;
float: left;
}
.part_right .head_line_r {
float: left;
position: static;
text-align: center;
margin: 26px 0;
width: 100%;
}
.time_text {
color: #6bc5d3;
font-size: 15px;
line-height: 16px;
margin-bottom: 5px;
text-transform: uppercase;
}
.date_text {
font-size: 20px;
line-height: 24px;
margin-bottom: 5px;
color: #6bc5d3;
}
.time_text {
text-transform: uppercase;
font-size: 15px;
line-height: 20px;
color: #6bc5d3;
}
.link_cover {
width: 100%;
display: inline-block;
}
.link_cover .link {
color: #918ebc;
font-size: 15px;
line-height: 18px;
margin-bottom: 10px;
text-decoration: underline;
width: 100%;
float: left;
}
.link_cover .link:hover, .link_cover .link:focus {
text-decoration: none;
}
.link_more:hover, .link_more:focus {
background: #ffffff;
color: #918ebc;
}
.badge {
background-color: #8b8b8b;
font-size: 14px;
margin-left: 10px;
padding: 4px 7px;
}
.link_more {
background: #918ebc none repeat scroll 0 0;
border: 1px solid #918ebc;
border-radius: 25px;
color: #ffffff;
display: inline-block;
font-size: 16px;
line-height: 22px;
margin-top: 10px;
padding: 5px 17px;
width: auto;
}
.readmore_div {
display: none;
}
/************************Shokse15-Task_and_TextEdit-1***************/
.task_text figure {
text-align: center;
}
.marg1 {
margin-right: 0;
}
.task_text {
padding-top: 27px;
}
.task_text .page_title {
font-family: .AppleSystemUIFont;
font-size: 18px;
color: #8b8b8b;
letter-spacing: 0px;
line-height: 32px;
text-align: center;
margin-bottom: 10px;
}
.task_text h1 {
font-family: SFNSDisplay;
font-size: 56px;
color: #8b8b8b;
letter-spacing: -0.78px;
line-height: 68px;
text-align: center;
margin: 0 0 17px;
}
.task_text h6 {
color: #8b8b8b;
font-size: 18px;
letter-spacing: 0;
line-height: 32px;
margin-bottom: 17px;
padding-bottom: 8px;
position: relative;
text-align: center;
}
.task_text h6::after {
position: absolute;
content: "";
background: #f73b56;
left: 50%;
margin-left: -50px;
bottom: 0;
width: 100px;
height: 1px;
}
.task_text h6 span {
color: #F73B56;
}
.img_cover2 {
width: auto;
display: inline-block;
margin-bottom: 14px;
}
.team_pics {
width: 36px;
height: 36px;
margin-right: 10px;
display: inline-block;
}
.team_pics:last-child {
margin-right: 0;
}
.team_pics img, .add_btn img {
width: 100%;
height: auto;
}
.add_btn {
margin-bottom: 14px;
width: 36px;
height: 36px;
display: inline-block;
}
/************tabbing***************/
.tabbing {
float: left;
margin-bottom: 36px;
width: 100%;
padding-top: 48px;
border-top: 1px solid #cccccc;
}
.tabbing .nav-tabs > li > a {
font-size: 12px;
border-radius: 0;
color: #000000;
font-weight: 800;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
color: #000000;
font-weight: 800;
}
.tabbing .tab-content {
padding: 20px 65px 0px 20px;
border: 1px solid #ddd;
border-top: none;
float: left;
width: 100%;
}
.tabbing .tab-content p {
float: left;
font-size: 12px;
line-height: 20px;
color: #000000;
width: 100%;
margin: 0 0 24px;
}
.tabbing .tab-content label {
float: left;
font-size: 12px;
line-height: 20px;
color: #000000;
width: 100%0;
font-weight: 800;
width: 100%;
}
.tabbing .tab-content ul {
color: #000000;
float: left;
list-style-type: disc;
list-style-position: inside;
padding: 0;
margin: 0 0 24px;
}
.tabbing .tab-content ul li {
float: left;
font-size: 12px;
line-height: 20px;
color: #000000;
width: 100%;
}
/*------------------------------------*\
Task page style
\*------------------------------------*/
.logged_header .user_account{
display: inline-block;
list-style: none;
margin: 0 20px 0 0;
padding: 0;
}
.logged_header .user_icons{
margin: 0 20px 0 0;
display: inline-block;
}
.logged_header i{
font-size: 40px;
color: #8B8B8B;
}
.logged_header .notifications{
position: relative;
}
.logged_header .badge{
position: absolute;
right: 0;
bottom: 0;
background-color: #f73b56;
}
.logged_header .user_icons .dropdown-menu{
right: -20px;
left: auto;
width: 300px;
color: #ffffff;
padding: 0;
background-color: transparent;
border: none;
box-shadow: none;
}
.arrow_box {
position: relative;
background: #B9BBBD;
}
.arrow_box:after {
bottom: 100%;
right: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(185, 187, 189, 0);
border-bottom-color: #B9BBBD;
border-width: 15px;
margin-left: -15px;
}
.logged_header .user_icons .gray{
background-color: #B9BBBD;
text-align: center;
height: auto;
display: inline-block;
padding: 20px 40px;
margin-top: 20px;
line-height: 30px;
font-family: 'gotham_lightregular';
font-size: 16px;
}
.logged_header .user_icons .dropdown-menu .bold{
font-weight: 600;
font-family: 'SFNSDisplay';
}
.logged_header .user_icons .gray .dropdown-square{
width: 80px;
height: 80px;
padding-top: 10px;
font-size: 30px;
background-color: #f73b56;
display: block;
margin: 20px auto;
}
.logged_header .user_icons .gray .dropdown-square span{
margin: 0;
}
.logged_header .user_icons .gray .dropdown-square .small{
font-size: 13px;
display: block;
}
.logged_header .user_icons .gray span{
width: 100%;
display: block;
margin: 20px 0;
}
.logged_header .big_number{
font-size: 72px;
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
.logged_header .purple_div,
.logged_header .gray{
-webkit-box-shadow: 0px -2px 5px 0px rgba(168,163,168,1);
-moz-box-shadow: 0px -2px 5px 0px rgba(168,163,168,1);
box-shadow: 0px -2px 5px 0px rgba(168,163,168,1);
}
.logged_header .purple_div{
background-color: #918EBC;
padding: 20px;
text-align: left;
margin-top: 20px;
}
.logged_header .inside_triangle{
font-size: 20px;
}
.inside_triangle{
position:relative;
display:block;
margin-left:5px;
}
.inside_triangle:after {
content: "";
display: inline-block;
position: absolute;
border: 15px solid #FBFAF9;
border-color: transparent transparent transparent #fbfaf9;
bottom: -1px;
right: 20px;
transform: rotate(269deg);
}
.first_task {
position: relative;
background: #918EBC;
}
.first_task:after {
bottom: 100%;
right: 20px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(145, 142, 188, 0);
border-bottom-color: #918EBC;
border-width: 15px;
margin-left: -15px;
}
.logged_header .single_task_div span{
margin-bottom: 20px;
width: 100%;
display: block;
}
.logged_header .single_task_div .time {
font-size: 13px;
color: #ddd;
font-weight: 500;
}
.logged_header .single_task_div .task{
color: #FFFFFF;
margin-left: -30px;
}
.logged_header .single_task_div .task:after{
background: rgba(0, 0, 0, 0) url("../images/task-white.png") no-repeat scroll center center;
}
.logged_header .single_task_div .bold{
font-size: 20px;
}
.tasks_page{
background: #FBFAF9;
padding: 122px 0 87px;
}
.tasks_page .thin-heading{
font-family: 'gotham_lightregular';
}
.tasks_body .mid_back{
padding-bottom: 150px;
}
.tasks_body .count_round,
.tasks_body .mid_back_in .btn2,
.tasks_body .mid_other1 .task_cover,
.tasks_body .l_task{
background-color: #918EBC;
}
.tasks_body .mid_other_inner {
background-color: #ffffff;
display: inline-block;
margin-bottom: -10px;
-webkit-box-shadow: 0px 0px 17px 0px rgba(163,161,163,1);
-moz-box-shadow: 0px 0px 17px 0px rgba(163,161,163,1);
box-shadow: 0px 0px 17px 0px rgba(163,161,163,1);
}
.tasks_body .mid_back_in span{
color: #918EBC;
}
.tasks_body .mid_other1{
padding: 0;
}
.tasks_body .l_task{
padding: 20px 0;
}
.tasks_body .r_task{
padding: 40px 0;
}
.tasks_body .date,
.tasks_body .l_task{
color: #FFFFFF;
}
.tasks_body .date{
margin-bottom: 10px;
}
.tasks_body .date,
.tasks_body .project_manager{
font-weight: 600;
}
.tasks_body .task-info .date{
margin-bottom: 20px;
}
.tasks_body .mid_other1 .task_cover{
padding-top: 0px;
color: #eee;
}
.tasks_body .date::after{
background: rgba(0, 0, 0, 0) url("../images/clock-white.png") no-repeat scroll center center
}
.tasks_body .project_manager{
font-size: 13px;
letter-spacing: 0;
padding: 0 30px 0 55px;
position: relative;
text-align: left;
margin-bottom: 10px;
font-family: "gotham_lightregular";
}
.tasks_body .project_manager::after {
font-family: FontAwesome;
content: "\f007";
height: 14px;
left: 30px;
margin-right: 11px;
position: absolute;
top: 2px;
width: 14px;
}
.tasks_body .l_task {
color: #ffffff;
float: left;
font-size: 36px;
height: auto;
letter-spacing: 0;
text-align: left;
width: calc(100% - 250px);
font-family: 'Roboto', sans-serif;
font-weight: 100;
}
.tasks_body .task_cover{
padding: 14px 10px 14px 55px;
}
.tasks_body .manager-name{
font-size: 20px;
font-family: 'SFNSDisplay';
padding: 10px 10px 10px 55px;
font-weight: 600;
letter-spacing: 2px;
}
.tasks_body .r_task{
color: #918EBC;
display: inline-block;
font-size: 72px;
letter-spacing: 0;
line-height: 54px;
text-align: center;
width: 250px;
font-family: 'Roboto', sans-serif;
font-weight: 100;
background: #FFFFFF;
float: right;
}
.tasks_body .r_tasks{
margin-bottom: 30px;
}
.tasks_body .r_tasks span {
display: block;
font-family: 'gotham_lightregular';
font-size: 25px;
letter-spacing: 0;
line-height: 13px;
margin-top: 9px;
text-align: center;
}
.tasks_body .task-info {
margin-top: 50px;
}
.tasks_body .r_task .time{
display: block;
font-family: GothamHTF-Book;
font-size: 13px;
letter-spacing: 0;
line-height: 13px;
margin-top: 50px;
text-align: center;
}
.tasks_body .mid_other1 .dot_icon{
top: 40px;
}
.tasks_body .mid_other1 .task_icon_2 {
top: 140px;
}
.tasks_body .mid_other1 .task_icon_3 {
top: 240px;
}
.tasks_body .mid_other1 .task_icon_3.inactive {
background: #aaa;
}
.tasks_body .mid_other1 .task_icon_3.inactive .badge {
background: #aaa;
}
.tasks_body .task_icon_3 i{
position: relative;
}
.tasks_body .task_icon_3 .badge {
position: absolute;
bottom: 20px;
right: 15px;
background-color: #f73b56;
border: 2px solid #ffffff;
}
.tasks_body .task_icon{
padding-top: 10px;
color: #FFFFFF;
font-size: 40px;
}
.tasks_body .mid_other_inner,
.tasks_body .l_task{
min-height: 355px;
}
.tasks_body .l_task .l_task_name{
min-width: 570px;
}
.tasks_body .commit_container{
max-width: 400px;
margin: auto;
}
.tasks_body .commit_container .f1_container{
border-right: 1px solid #f2f1f0;
margin-bottom: 20px;
height: 250px;
}
.tasks_body .commit_container .front{
padding-top: 80px;
background: #f2f1f0;
}
.tasks_body .commit_container .back{
background: #f2f1f0;
padding: 10px;
}
.tasks_body .commit_container .back.face h2{
color: #333;
font-size: 16px;
font-family: 'gotham_lightregular';
margin-top: 0px;
margin-bottom: 10px;
}
.tasks_body .commit_container .back.face .btn_wid{
left: 43% !important;
border-radius: 30px;
bottom: 10px;
}
.tasks_body .commit_container .back.face .btn{
padding: 5px 10px;
}
.tasks_body .commit_container .back.face .btn span{
font-size: 14px;
font-family: 'Dosis', sans-serif;
color: #333;
}
.tasks_body .commit_container .back.face .file-preview-other{
width: 160px;
height: 60px;
}
.tasks_body .commit_container .back.face .file-preview-frame{
width: 160px !important;
height: 60px !important;
}
/**************************responsive*****************************/
/**************************responsive*****************************/
/**************************responsive*****************************/
@media (max-width:1200px) {
.tasks_body .l_task .l_task_name{
min-width: 570px;
}
}
@media (max-width:1100px) {
.mid_other2, .mid_other1 {
width: calc(100% - 180px);
}
.tasks_body .l_task .l_task_name{
min-width: 570px;
}
}
@media (max-width:1024px) {
#carousel-example-generic .carousel-inner > .item {
display: block;
margin-bottom: 40px;
width: 100%;
height: auto;
}
#carousel-example-generic .carousel-inner > .item .container {
padding-left: 0px;
padding-right: 0px;
}
#carousel-example-generic .carousel-inner > .item .container figcaption.col-sm-offset-1 {
margin-left: 0px;
width: 50%;
}
.tasks_body .l_task .l_task_name{
min-width: 445px;
}
}
@media (max-width:991px) {
.duis-quis.client_page h1 {
font-size: 40px;
line-height: 46px;
}
.mid_back::after {
margin-left: -240px;
max-width: 480px;
}
.r_milestone, .tasks_body .r_task {
font-size: 40px;
line-height: 33px;
width: 140px;
}
.l_milestone, .tasks_body .l_task {
font-size: 26px;
padding: 10px 10px 10px 40px;
width: calc(100% - 140px);
}
.head_line_l {
float: left;
padding-left: 40px;
width: calc(100% - 140px);
}
.head_line_r {
width: 140px;
}
.head_line_cover h2 {
font-size: 18px;
line-height: 24px;
}
.head_line_cover small {
font-size: 14px;
line-height: 18px;
}
.mid_other1::after, .mid_other2::after {
height: 50px;
right: -50px;
width: 50px;
}
.pic_cover {
max-width: 403px;
}
.pic_box {
margin-right: 20px;
}
.pic_box_cover {
height: 85px;
margin-bottom: 10px;
padding: 26px 10px 0;
width: 85px;
}
.pic_text {
font-size: 16px;
}
.pic_box_cover.second, .pic_box_cover.third {
padding-top: 21px;
}
.pic_box_cover.fourth {
padding-top: 17px;
}
.click_box {
padding: 12px;
}
.col-50 #wave .dot {
height: 7px;
margin-right: 1px;
width: 7px;
}
.click_box .text_cover {
width: calc(100% - 35px);
}
.click_box .title_name {
font-size: 14px;
line-height: 16px;
}
.col-50 .mid_other1 {
width: 611px;
}
.dot_cover {
padding-top: 13px;
}
.dot_cover span {
height: 7px;
margin-right: 4px;
width: 7px;
}
.thumbox1 .col-md-8 {
width: 50%;
float: left;
}
.registry .thumbox1.devl .thumb_sec2 {
margin-left: -30%;
width: 90%;
}
.registry .thumbox1.comp .thumb_sec1 {
margin-right: -30%;
width: 90%;
}
.registry .thumbox1.devl .thumb_sec2 .reg_slide {
width: 50%;
}
.registry .thumbox1.devl .thumb_sec2 .dev_form_right {
width: 50%;
}
.registry .thumbox1.comp .thumb_sec1 .reg_slide {
width: 50%;
}
.registry .thumbox1.comp .thumb_sec1 .dev_form_right {
width: 50%;
}
.tasks_body .l_task .l_task_name{
min-width: 285px;
}
}
@media (max-width:767px) {
.mid_back: :after {
margin-left: -180px;
max-width: 360px;
}
#carousel-example-generic .carousel-inner > .item .container figcaption.col-sm-offset-1 {
width: 100%;
}
.mid_other1 .close_icon {
background-size: 25px 25px;
height: 50px;
right: 0;
top: 0;
width: 50px;
}
.col-50 .mid_other1 {
width: 580px;
}
.col-50 {
padding: 0 5px;
}
.thumbox1 .col-md-8 {
width: 100%;
float: left;
}
.registry .thumbox1 .reg_slide {
max-width: 400px;
display: inline-block;
}
.registry .thumbox1.comp .thumb_sec1 {
width: calc(100% - 30px) !important;
margin-left: 15px;
margin-right: 15px;
margin-bottom: -300px;
}
.registry .thumbox1.comp .thumb_sec2 {
max-width: 400px;
width: 100%;
display: inline-block;
float: none;
}
.registry .thumbox1.devl .thumb_sec2 {
width: calc(100% - 30px) !important;
margin-left: 15px;
margin-right: 15px;
margin-top: -300px;
}
.registry .thumbox1.devl .thumb_sec1 {
max-width: 400px;
width: 100%;
display: inline-block;
float: none;
}
.tasks_body .l_task .l_task_name{
min-width: 190px;
}
}
@media (max-width:660px) {
.duis-quis.client_page h1 {
font-size: 28px;
line-height: 30px;
}
.duis-quis h1 .drop {
background: rgba(0, 0, 0, 0) url("../images/drop_2.png") no-repeat scroll center center / 25px auto;
margin-left: 10px;
position: relative;
top: 9px;
}
.pic_cover {
max-width: none;
padding: 0 20px;
width: 100%;
}
.pic_box {
margin: 0 10px 20px;
width: calc(50% - 20px);
}
.pic_box_cover {
float: none;
display: inline-block;
}
.col-50 {
padding: 0 5px;
width: 100%;
padding: 0 15px;
}
.col-50 .mid_other1, .col-50.work_stat .mid_other1 {
width: 100%;
}
.col-50.work_stat .head_line_l {
width: calc(100% - 35px);
}
.registry .thumbox1.devl .thumb_sec2 .reg_slide {
width: 100%;
max-width: 400px;
display: inline-block;
float: none;
}
.registry .thumbox1.devl .thumb_sec2 .dev_form_right {
padding-right: 20px;
width: 100%;
}
.registry .thumbox1.comp .thumb_sec1 .reg_slide {
width: 100%;
max-width: 400px;
display: inline-block;
float: none;
}
.registry .thumbox1.comp .thumb_sec1 .dev_form_right {
padding-right: 20px;
width: 100%;
}
.part_left {
float: left;
width: calc(100% - 140px);
}
.part_right {
float: left;
width: 140px;
}
.tag {
font-size: 12px;
margin-bottom: 6px;
margin-right: 3px;
padding: 8px 9px;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:600px) {
}
@media (max-width:570px) {
.mid_back: :after {
left: 0;
margin-left: 0;
max-width: 100%;
}
.mid_other2, .mid_other1 {
width: 100%;
}
.mid_other1 .dot_icon {
right: 0;
top: 0;
width: 50px;
height: 50px;
}
#wave {
width: 50px;
height: 50px;
padding-top: 17px;
}
.mid_other_inner .dot_icon, .mid_other_inner .task_icon {
width: 50px;
height: 50px;
padding-top: 17px;
font-size: 20px;
}
.tasks_body .mid_back_in, .tasks_body .mid_back{
background-color: #F2F1F0;
}
.tasks_body .mid_other_inner .task_icon{
padding-top: 10px;
}
.tasks_body .mid_other_inner .dot_icon{
padding-top: 0;
}
.tasks_body .mid_other_inner .task_icon{
padding-top: 10px;
}
.mid_other_inner .task_icon_2{
top: 70px;
}
.mid_other_inner .task_icon_3{
top: 140px;
}
.tasks_body .task_icon_3 .badge{
bottom: 10px;
right: 3px;
border: 1px solid #ffffff;
font-size: 8px;
}
.tasks_body .l_task{
padding-right : 60px;
}
.tasks_body .r_task,
.tasks_body .l_task,
.task_body .r_tasks{
width:100%;
}
.tasks_body .r_tasks {
margin-bottom: 30px;
width: 100%;
text-align: center;
}
.tasks_body .r_task .time{
margin-top: 40px;
}
.tasks_body .l_task {
font-size: 18px;
padding: 10px 60px 10px 10px;
}
#wave .dot {
height: 9px;
margin-right: 0;
width: 9px;
}
.mid_other2 .close_icon {
height: 50px;
right: 0;
top: 0;
width: 50px;
background-size: 25px 25px;
}
.mid_other2 .close_icon:hover {
background-size: 25px 25px;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:500px) {
.l_milestone {
font-size: 18px;
padding: 10px 10px 10px 30px;
width: calc(100% - 100px);
}
.head_line_l {
width: calc(100% - 100px);
}
.r_milestone {
font-size: 30px;
line-height: 21px;
width: 100px;
}
.head_line_r {
width: 100px;
}
.search_cover .btn {
min-width: auto;
padding: 15px;
}
.search {
margin-left: 25px;
margin-right: 17px;
}
.search::after {
left: -11px;
}
.click_box {
height: auto;
}
.part_left {
width: 100%;
margin-bottom: 10px;
float: left;
}
.part_right {
width: 100%;
float: left;
}
.watch_cover {
width: 50px;
height: 50px;
}
.part_right .head_line_r {
margin: 6px 0 0;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:420px) {
.dot_cover {
display: none;
}
.col-50.work_stat .mid_other1 .date {
width: 100%;
margin-bottom: 7px;
}
.work_status {
margin: 0 0 10px 26px;
float: left;
}
.link_more {
padding: 5px 10px;
font-size: 14px;
}
.tasks_body .l_task .l_task_name{
min-width: 10px;
}
}
@media (max-width:360px) {
}
@media (max-width:320px) {
} | 0.385028 | 0.058453 |
html {
overflow-x: hidden;
}
.content-header {
position: relative;
padding: 0 0 3px 8px
}
.content-header > .breadcrumb {
position: relative;
top: 0;
right: 0;
float: none;
margin-top: 0;
padding-left: 10px;
background: #ecf0f5;
}
.main-footer {
padding: 7px;
color: #444;
border-top: 1px solid #eee;
}
[v-cloak] {
display: none;
}
.grid-btn {
margin-bottom: 12px;
}
.grid-btn .btn {
margin-right: 10px;
}
.pointer {
cursor: pointer;
}
.ml-10 {
margin-left: 0 !important;
}
@media (min-width: 768px) {
.ml-10 {
margin-left: 10px !important;
}
.col-sm-10 {
width: 70%;
padding-left: 0;
}
.col-sm-2 {
width: 24%;
}
}
tbody > tr > th {
font-weight: normal;
}
.panel .table {
margin: 0 0;
}
.panel .pagination {
margin: 0;
}
.panel-default > .panel-heading {
background-color: #f5f5f5;
}
.row {
/*border-top: 1px solid #ddd;*/
margin: 0;
padding: 5px 2px 0 2px;
}
.col-xs-6 {
padding-left: 0;
padding-right: 0;
}
.form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.form-horizontal .row {
border: 0;
padding: 0;
margin: 5px 0 0;
}
.form-horizontal {
width: 550px;
padding-top: 20px;
}
.div-border-top-bottom {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 0 0 5px 0;
margin: 5px 0 5px 0;
}
.div-border-all {
border: 1px solid #ddd;
padding: 0 0 5px 0;
margin: 5px 0 5px 0;
}
.table-fixed {
width: 100%;
border-bottom: 2px solid #00cccc;
}
.table-fixed tbody {
height: 120px;
overflow-y: auto;
width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
display: block;
}
.table-fixed tbody td {
float: left;
color: #999;
}
.table-fixed tbody tr:hover td {
color: #555;
background: #f4f4f4;
}
.table-fixed thead tr th {
float: left;
background: #00cccc;
color: #fff;
} | te-admin/src/main/resources/statics/css/main.css | html {
overflow-x: hidden;
}
.content-header {
position: relative;
padding: 0 0 3px 8px
}
.content-header > .breadcrumb {
position: relative;
top: 0;
right: 0;
float: none;
margin-top: 0;
padding-left: 10px;
background: #ecf0f5;
}
.main-footer {
padding: 7px;
color: #444;
border-top: 1px solid #eee;
}
[v-cloak] {
display: none;
}
.grid-btn {
margin-bottom: 12px;
}
.grid-btn .btn {
margin-right: 10px;
}
.pointer {
cursor: pointer;
}
.ml-10 {
margin-left: 0 !important;
}
@media (min-width: 768px) {
.ml-10 {
margin-left: 10px !important;
}
.col-sm-10 {
width: 70%;
padding-left: 0;
}
.col-sm-2 {
width: 24%;
}
}
tbody > tr > th {
font-weight: normal;
}
.panel .table {
margin: 0 0;
}
.panel .pagination {
margin: 0;
}
.panel-default > .panel-heading {
background-color: #f5f5f5;
}
.row {
/*border-top: 1px solid #ddd;*/
margin: 0;
padding: 5px 2px 0 2px;
}
.col-xs-6 {
padding-left: 0;
padding-right: 0;
}
.form-horizontal .form-group {
margin-left: 0;
margin-right: 0;
}
.form-horizontal .row {
border: 0;
padding: 0;
margin: 5px 0 0;
}
.form-horizontal {
width: 550px;
padding-top: 20px;
}
.div-border-top-bottom {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 0 0 5px 0;
margin: 5px 0 5px 0;
}
.div-border-all {
border: 1px solid #ddd;
padding: 0 0 5px 0;
margin: 5px 0 5px 0;
}
.table-fixed {
width: 100%;
border-bottom: 2px solid #00cccc;
}
.table-fixed tbody {
height: 120px;
overflow-y: auto;
width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
display: block;
}
.table-fixed tbody td {
float: left;
color: #999;
}
.table-fixed tbody tr:hover td {
color: #555;
background: #f4f4f4;
}
.table-fixed thead tr th {
float: left;
background: #00cccc;
color: #fff;
} | 0.534855 | 0.127056 |
height: 100%;
width: 100%;
overflow: hidden; }
ul {
list-style: none; }
.col-sm-6 {
height: 100%; }
.click {
cursor: pointer; }
textarea, .previewer {
display: inline-block;
width: 100%;
height: 100% !important;
vertical-align: top;
box-sizing: border-box;
padding: 0 20px;
border: none;
border-right: 1px solid #ccc;
resize: none;
outline: none;
background-color: #f6f6f6;
font-size: 14px;
font-family: Monaco,courier,monospace;
padding: 20px !important; }
.previewer {
overflow: scroll; }
.container {
padding-right: 0;
padding-left: 0; }
.navbar {
margin-bottom: 0;
background-color: #202124;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.col-sm-6 {
padding-left: 0px !important;
padding-right: 0px !important; }
.right {
float: right; }
.icons {
height: 50px !important;
padding: 15px 0px !important;
outline: none !important; }
.margin-right {
margin-right: 30px; }
.icons {
color: #4caf50; }
.icons:hover {
color: #FFFFFF; }
.spacing-right {
padding-right: 0px !important; }
.navbar-header {
width: 100%; }
.form-control:focus, .form-control.focus {
outline: none;
background-image: none;
background-size: 100% 2px, 100% 1px;
box-shadow: none;
transition-duration: 0.3s; }
.editor {
padding-top: 50px;
z-index: 88888;
position: absolute;
height: 100%;
width: 100%;
margin-left: 0 !important;
margin-right: 0 !important; }
.text-editor {
padding-left: 30px;
padding-bottom: 15px; }
.navbar {
background-color: #202124 !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
margin-bottom: 0;
position: fixed;
width: 100%;
z-index: 999999; }
pre {
display: block !important;
padding: 9.5px !important;
margin: 0 0 10px !important;
font-size: 13px !important;
line-height: 1.42857143 !important;
color: transparent !important;
word-break: break-all !important;
word-wrap: break-word !important;
background-color: transparent !important;
border: 0px solid #ccc !important;
border-radius: 0px !important; } | app/views/apps/assets/markdown/styles/styles.css | height: 100%;
width: 100%;
overflow: hidden; }
ul {
list-style: none; }
.col-sm-6 {
height: 100%; }
.click {
cursor: pointer; }
textarea, .previewer {
display: inline-block;
width: 100%;
height: 100% !important;
vertical-align: top;
box-sizing: border-box;
padding: 0 20px;
border: none;
border-right: 1px solid #ccc;
resize: none;
outline: none;
background-color: #f6f6f6;
font-size: 14px;
font-family: Monaco,courier,monospace;
padding: 20px !important; }
.previewer {
overflow: scroll; }
.container {
padding-right: 0;
padding-left: 0; }
.navbar {
margin-bottom: 0;
background-color: #202124;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.col-sm-6 {
padding-left: 0px !important;
padding-right: 0px !important; }
.right {
float: right; }
.icons {
height: 50px !important;
padding: 15px 0px !important;
outline: none !important; }
.margin-right {
margin-right: 30px; }
.icons {
color: #4caf50; }
.icons:hover {
color: #FFFFFF; }
.spacing-right {
padding-right: 0px !important; }
.navbar-header {
width: 100%; }
.form-control:focus, .form-control.focus {
outline: none;
background-image: none;
background-size: 100% 2px, 100% 1px;
box-shadow: none;
transition-duration: 0.3s; }
.editor {
padding-top: 50px;
z-index: 88888;
position: absolute;
height: 100%;
width: 100%;
margin-left: 0 !important;
margin-right: 0 !important; }
.text-editor {
padding-left: 30px;
padding-bottom: 15px; }
.navbar {
background-color: #202124 !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
margin-bottom: 0;
position: fixed;
width: 100%;
z-index: 999999; }
pre {
display: block !important;
padding: 9.5px !important;
margin: 0 0 10px !important;
font-size: 13px !important;
line-height: 1.42857143 !important;
color: transparent !important;
word-break: break-all !important;
word-wrap: break-word !important;
background-color: transparent !important;
border: 0px solid #ccc !important;
border-radius: 0px !important; } | 0.407687 | 0.061876 |
body{
margin: 0px;
padding: 0px;
background-color: #777777;
font-family: Georgia, serif;
font-weight: lighter;
}
h1{
display: inline;
font-size: 0px;
border: 0px;
border-right: 1px solid #CFCFCF;
float: left;
margin: 20px 20px 0px 10px;
padding-right: 12px;
}
h3{
font-size: 1.25em;
}
h4{
color: #777777;
font-style: italic;
font-weight: 100;
font-size: 0.7em;
float: left;
margin-top: 30px;
letter-spacing: 0.03em;
}
h5{
display: inline;
color: #000000;
}
h5, span{
border-right: 1px solid #CFCFCF;
padding-right: 8px;
margin-right: 5px;
}
.footer span{
border-right: 1px solid #000000; !important
}
.foot p, .footer p{
display: inline;
padding: 0px;
margin: 0px;
}
h1, h2, h3, h5{
font-weight: 500;
}
p, ul, span{
font-size: 0.8em;
line-height: 1.5em;
}
button{
background-color: #FFFFFF;
border: 1px solid #CFCFCF;
font-family: Georgia, serif;
font-size: 0.7em;
padding: 3px 10px 3px 10px;
margin: 5px 4px 0px 0px;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}
.wrapper{
background-color: #FFFFFF;
border: 6px solid #DAB963;
border-left: 0px;
border-right: 0px;
min-height: 200px;
width: 725px;
margin: auto;
margin-top: 30px;
padding: 0px 30px 0px 30px;
}
.h_links{
float: right;
margin: 23px 21px 0px 0px;
}
.section1, .section2, .section3, .section4, .foot{
border-top: 1px solid #CFCFCF;
padding-bottom: 50px;
}
.section1, .section2{
clear: both;
}
.section1{
background-color: #F3F3F4;
margin-top: 82px;
overflow: hidden;
padding-bottom: 20px; !important
}
.section3 h4, .section4 h4{
width: 100%;
}
.section1 div{
background-color: #F3F3F4;
width: 210px;
float: left;
margin-left: 15px;
margin-right: 10px;
padding-bottom: 1000px;
margin-bottom: -1000px;
}
.section2 .right{
float: right;
margin: 25px 0px 0px 10px;
padding-left: 20px;
}
.section2 .right img{
width: 95%;
height: 95%;
}
.section2 .left{
margin-left: 20px;
}
.section-3-4{
clear: both;
overflow: hidden;
margin-bottom: 50px;
}
.section3{
width: 450px;
padding-left: 20px;
padding-bottom: 1000px;
margin-bottom: -1000px;
}
.section3 .right{
margin-right: 20px;
width: 300px;
float: right;
}
.section3 .left img{
border: 1px solid #CFCFCF;
margin-top: 20px;
margin-right: 30px;
}
.section4{
float: right;
width: 234px;
border-left: 1px solid #CFCFCF;
padding-left: 20px;
padding-bottom: 1000px;
margin-bottom: -1000px;
}
.section4 ul{
padding: 15px;
padding-top: 0px;
margin: 0px;
overflow: hidden;
}
.foot{
padding: 10px 20px 30px 20px;
color: #777777;
}
.f_links{
float: right;
}
.footer{
font-family: sans-serif;
text-align: center;
padding: 10px 0px 20px 0px;
letter-spacing: 0.1em;
font-size: 0.7em; !important
} | html/exercise03/style03.css | body{
margin: 0px;
padding: 0px;
background-color: #777777;
font-family: Georgia, serif;
font-weight: lighter;
}
h1{
display: inline;
font-size: 0px;
border: 0px;
border-right: 1px solid #CFCFCF;
float: left;
margin: 20px 20px 0px 10px;
padding-right: 12px;
}
h3{
font-size: 1.25em;
}
h4{
color: #777777;
font-style: italic;
font-weight: 100;
font-size: 0.7em;
float: left;
margin-top: 30px;
letter-spacing: 0.03em;
}
h5{
display: inline;
color: #000000;
}
h5, span{
border-right: 1px solid #CFCFCF;
padding-right: 8px;
margin-right: 5px;
}
.footer span{
border-right: 1px solid #000000; !important
}
.foot p, .footer p{
display: inline;
padding: 0px;
margin: 0px;
}
h1, h2, h3, h5{
font-weight: 500;
}
p, ul, span{
font-size: 0.8em;
line-height: 1.5em;
}
button{
background-color: #FFFFFF;
border: 1px solid #CFCFCF;
font-family: Georgia, serif;
font-size: 0.7em;
padding: 3px 10px 3px 10px;
margin: 5px 4px 0px 0px;
}
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}
.wrapper{
background-color: #FFFFFF;
border: 6px solid #DAB963;
border-left: 0px;
border-right: 0px;
min-height: 200px;
width: 725px;
margin: auto;
margin-top: 30px;
padding: 0px 30px 0px 30px;
}
.h_links{
float: right;
margin: 23px 21px 0px 0px;
}
.section1, .section2, .section3, .section4, .foot{
border-top: 1px solid #CFCFCF;
padding-bottom: 50px;
}
.section1, .section2{
clear: both;
}
.section1{
background-color: #F3F3F4;
margin-top: 82px;
overflow: hidden;
padding-bottom: 20px; !important
}
.section3 h4, .section4 h4{
width: 100%;
}
.section1 div{
background-color: #F3F3F4;
width: 210px;
float: left;
margin-left: 15px;
margin-right: 10px;
padding-bottom: 1000px;
margin-bottom: -1000px;
}
.section2 .right{
float: right;
margin: 25px 0px 0px 10px;
padding-left: 20px;
}
.section2 .right img{
width: 95%;
height: 95%;
}
.section2 .left{
margin-left: 20px;
}
.section-3-4{
clear: both;
overflow: hidden;
margin-bottom: 50px;
}
.section3{
width: 450px;
padding-left: 20px;
padding-bottom: 1000px;
margin-bottom: -1000px;
}
.section3 .right{
margin-right: 20px;
width: 300px;
float: right;
}
.section3 .left img{
border: 1px solid #CFCFCF;
margin-top: 20px;
margin-right: 30px;
}
.section4{
float: right;
width: 234px;
border-left: 1px solid #CFCFCF;
padding-left: 20px;
padding-bottom: 1000px;
margin-bottom: -1000px;
}
.section4 ul{
padding: 15px;
padding-top: 0px;
margin: 0px;
overflow: hidden;
}
.foot{
padding: 10px 20px 30px 20px;
color: #777777;
}
.f_links{
float: right;
}
.footer{
font-family: sans-serif;
text-align: center;
padding: 10px 0px 20px 0px;
letter-spacing: 0.1em;
font-size: 0.7em; !important
} | 0.229104 | 0.095476 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 1440px;
overflow-x: hidden;
}
:root {
--light-gray: rgb(175, 173, 173);
--dark-gray: rgb(129, 129, 129);
--lighter-gray: rgb(207, 205, 205);
--darker-gray: rgb(53, 52, 52);
--light-darker-gray: rgb(90, 90, 90);
--lightest-gray: rgb(224, 218, 218);
--darkest-gray: rgb(107, 105, 105);
}
.main-header {
width: 1400px;
height: 80px;
background: var(--light-gray);
margin-top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 5px 6px;
}
.hide {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.main-header * {
border-radius: 5px;
}
.latest-post-articles > * {
height: 460px;
padding: 30px;
}
.footer-ul-links li {
border-radius: 5px;
background-color: var(--lighter-gray);
margin-left: 30px;
width: 50px;
height: 15px;
}
.text * {
border-radius: 5px;
}
.person-text * {
border-radius: 5px;
}
.design-system * {
border-radius: 5px;
}
.smash-guide-1st *,
.performance *,
.newsletter {
border-radius: 6px;
}
.footer li {
background-color: var(--lighter-gray);
border-radius: 5px;
margin-left: 20px;
width: 50px;
height: 15px;
}
.footer a {
border-radius: 5px;
display: block;
background-color: var(--lighter-gray);
color: var(--lighter-gray);
}
.head-nav-ul a {
text-decoration: none;
display: block;
color: var(--lighter-gray);
background-color: var(--lighter-gray);
}
.logo {
width: 145px;
height: 3.5em;
background: var(--dark-gray);
margin-left: 10px;
}
.main-header ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 45%;
}
.membership-content p,
.membership-content li {
height: 8px;
width: 60%;
margin-bottom: 14px;
background-color: var(--light-gray);
}
.main-header ul li {
padding: 14.4px 15.4px;
background-color: var(--lighter-gray);
width: 13%;
list-style: none;
cursor: pointer;
}
.main-header li:not(:last-of-type) {
margin-right: 10px;
}
.nav-btn {
padding: 0.35em 0.5rem 0.35em 1rem;
height: 40px;
width: 7%;
background-color: var(--dark-gray);
border: 1px solid var(--dark-gray);
outline: none;
cursor: pointer;
}
.nav-btn:hover {
background-color: var(--darker-gray);
}
.main-header input {
width: 24%;
margin-right: 100px;
height: 50px;
background-color: var(--lightest-gray);
border: 1px solid var(--lightest-gray);
outline: none;
}
.main-article {
width: 1400px;
height: 1000px;
background-color: var(--dark-gray);
position: relative;
}
.heading-main {
background-color: var(--lightest-gray);
height: 8%;
width: 30%;
position: absolute;
top: 10%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.heading-main-bottom {
background-color: var(--lightest-gray);
height: 5%;
width: 10%;
position: absolute;
top: 15%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 5px 70px 66px black;
box-shadow: 5px 70px 66px black;
}
.articles {
width: 100%;
height: 100%;
background-color: var(--light-gray);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.articles article {
width: 50%;
height: 50%;
}
.about-article {
padding-left: 50px;
}
.useful-tools {
background-color: var(--dark-gray);
}
.face-motion {
background-color: var(--light-darker-gray);
}
.typescript-generics {
background-color: var(--darker-gray);
}
.google-analytics {
background-color: var(--dark-gray);
}
.article-info {
margin: 220px 70px 30px 30px;
width: 32%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.article-img {
width: 70px;
height: 70px;
background-color: var(--lighter-gray);
border-radius: 5px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.article-img:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.article-author {
width: 120px;
height: 25px;
background-color: var(--light-gray);
}
.content {
height: 40px;
width: 70%;
margin-left: 30px;
background-color: var(--light-gray);
}
.content:last-of-type {
width: 50%;
height: 25px;
margin-top: 10px;
}
.arrow {
width: 40px;
height: 8px;
background-color: var(--lighter-gray);
margin-top: 72px;
}
.membership {
height: 400px;
width: 1400px;
background-color: var(--darkest-gray);
padding: 29px 121px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.membership-content {
margin-top: 40px;
width: 60%;
}
.membership-content ul {
margin-top: 64px;
}
.membership-icon {
width: 20%;
height: 270px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
margin-top: -85px;
background-color: var(--darker-gray);
-webkit-transition: all 0.2s;
transition: all 0.2s;
margin-right: 140px;
cursor: pointer;
}
.membership-icon:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.membership-btn {
width: 60%;
height: 62px;
background-color: var(--darker-gray);
outline: none;
border: 1px solid var(--darker-gray);
margin-top: 35px;
border-radius: 10px;
}
.latest-post {
width: 1400px;
background-color: var(--dark-gray);
}
.latest-post-articles {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr);
grid-template-columns: repeat(3, 1fr);
background-color: var(--light-gray);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.latest-post-articles > *:hover {
-webkit-transform: scale(1.02);
transform: scale(1.02);
background-color: var(--lightest-gray);
}
.latest-post-articles h2 {
height: 100px;
background-color: var(--darker-gray);
width: 300px;
margin-bottom: 10px;
}
.latest-post-articles p {
height: 16px;
background-color: var(--dark-gray);
margin-bottom: 10px;
}
.explore-features p {
width: 70%;
height: 40px;
background-color: var(--darker-gray);
margin-bottom: 20px;
border-radius: 5px;
}
.person-text p {
margin-top: 20px;
height: 60%;
width: 100%;
background-color: var(--light-gray);
}
.latest-post-articles p:last-of-type {
height: 70px;
}
.read-more {
margin-top: 228px;
height: 105px;
width: 105px;
margin-left: -30px;
}
.latest-post-articles > *:hover > .read-more {
background-color: var(--dark-gray);
}
.member-sign-up {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.explore-features {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-evenly;
height: 650px;
background-color: var(--dark-gray);
width: 70%;
}
.adds {
height: 650px;
background-color: var(--lighter-gray);
width: 30%;
}
.explore-features-icon {
border-radius: 50%;
height: 250px;
width: 250px;
background-color: var(--light-gray);
}
.features-link {
border-radius: 5px;
width: 70%;
height: 30px;
background-color: var(--darker-gray);
}
.member-sign-up-btn {
width: 20%;
height: 60px;
background-color: var(--darker-gray);
margin-top: 25px;
border-radius: 10px;
border: 1px solid var(--darker-gray);
cursor: pointer;
}
.account {
width: 20%;
height: 25px;
background-color: var(--darker-gray);
}
.books {
width: 1400px;
height: 900px;
background-color: var(--light-darker-gray);
padding-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.date {
width: 25%;
height: 44px;
background-color: var(--lightest-gray);
margin-bottom: 20px;
}
.books-heading {
width: 55%;
height: 70px;
background-color: var(--darker-gray);
margin-bottom: 20px;
}
.books-info {
width: 55%;
height: 24px;
background-color: var(--dark-gray);
}
.books-btn {
width: 22%;
height: 64px;
background-color: var(--darker-gray);
margin-bottom: 35px;
border-radius: 11px;
margin-top: 50px;
outline: none;
border: 1px solid var(--darker-gray);
cursor: pointer;
}
.books-icon {
width: 300px;
height: 300px;
background-color: var(--light-gray);
border-radius: 50%;
margin-top: 20px;
cursor: pointer;
}
.comunity-links {
display: -ms-grid;
display: grid;
-ms-grid-rows: (1fr);
grid-template-rows: repeat(4, 1fr);
-ms-grid-columns: (1fr);
grid-template-columns: repeat(2, 1fr);
width: 1368px;
background-color: var(--lighter-gray);
height: 900px;
padding-top: 40px;
gap: 1em;
padding-bottom: 180px;
}
.person-of-the-week {
background-color: var(--lighter-gray);
grid-column: span 2;
display: -ms-grid;
display: grid;
-ms-grid-columns: 290px 0.9fr;
grid-template-columns: 290px 0.9fr;
margin-bottom: 70px;
}
.image {
height: 200px;
background-color: var(--light-darker-gray);
margin-right: 36px;
margin-left: 55px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
border-radius: 15px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.image:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.text {
height: 100%;
background-color: transparent;
margin-right: 20px;
}
.text-heading {
height: 8px;
width: 10%;
background-color: var(--light-gray);
margin-bottom: 20px;
}
.paragraph {
height: 80%;
width: 100%;
background-color: var(--light-gray);
}
.com-links-articles {
background-color: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 10px;
padding-left: 18px;
}
.person-img {
-ms-flex-preferred-size: 60px;
flex-basis: 60px;
height: 60px;
background-color: var(--light-darker-gray);
border-radius: 6px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
-webkit-transition: all 0.2s;
transition: all 0.2s;
margin-right: 30px;
}
.person-img:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.person-text {
width: 80%;
}
.person-link {
height: 8px;
width: 14%;
background-color: var(--light-gray);
}
.person-text-name {
margin-top: 11px;
height: 12px;
width: 100%;
background-color: var(--light-gray);
}
.feature-panel {
width: 1400px;
height: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: var(--light-darker-gray);
}
.design-system {
width: 75%;
margin-left: 40px;
}
.sys-heading {
height: 12px;
width: 230px;
background-color: var(--dark-gray);
margin-bottom: 40px;
margin-top: 30px;
}
.system-link {
height: 40px;
width: 270px;
background-color: var(--dark-gray);
margin-bottom: 40px;
}
.system-para {
height: 50px;
width: 80%;
background-color: var(--lighter-gray);
margin-bottom: 35px;
}
.system-btn {
height: 50px;
width: 320px;
background-color: var(--light-gray);
margin-top: 15px;
outline: none;
border: 1px solid var(--light-gray);
}
.design-system-icon {
width: 15%;
background-color: var(--darkest-gray);
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
height: 90%;
margin-top: -80px;
margin-left: -60px;
}
.design-system-icon:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.our-guides {
width: 1400px;
background-color: var(--dark-gray);
padding-bottom: 87px;
}
.smash-guide-1 {
height: 450px;
margin-bottom: 10px;
}
.smash-guide-1,
.smash-guide-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 20px 40px 20px 20px;
}
.js-framework,
.performance {
margin-right: 20px;
}
.js-framework,
.css-layout,
.newsletter,
.performance {
background-color: var(--light-gray);
width: 46%;
}
.smash-guide-2 {
height: 850px;
}
.smash-guide-1st,
.performance {
padding: 20px 20px 10px 35px;
}
.smash-guide-1st *:first-child,
.performance *:first-child {
height: 8px;
width: 25%;
background-color: var(--lighter-gray);
margin-bottom: 20px;
}
.smash-guide-1st *:nth-child(2),
.performance *:nth-child(2) {
height: 16px;
width: 35%;
background-color: var(--darker-gray);
}
.smash-guide-1st *:nth-child(3),
.performance *:nth-child(3) {
height: 150px;
width: 82%;
background-color: var(--lighter-gray);
margin-bottom: 20px;
margin-top: 20px;
}
.smash-guide-1st *:nth-child(4),
.performance *:nth-child(4) {
height: 55px;
width: 70%;
background-color: var(--darker-gray);
outline: none;
border: 1px solid var(--darker-gray);
cursor: pointer;
}
.newsletter {
display: -ms-grid;
display: grid;
background-color: var(--darker-gray);
padding-top: 30px;
padding-bottom: 30px;
}
.newsletter-icon {
width: 300px;
height: 300px;
background-color: var(--lighter-gray);
border-radius: 50%;
margin: 0 auto;
margin-top: 30px;
}
.newsletter > *:nth-child(2) {
height: 30px;
width: 72%;
background-color: var(--light-gray);
margin-left: 45px;
}
.newsletter > *:nth-child(3) {
height: 130px;
width: 82%;
background-color: var(--lighter-gray);
margin-bottom: 20px;
margin-top: 20px;
margin-left: 45px;
}
.newsletter > *:last-child {
width: 50%;
margin: 0 auto;
height: 58px;
background-color: var(--dark-gray);
border-radius: 6px;
}
.news-input {
margin-left: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
width: 82%;
}
.news-input > *:first-child {
background-color: var(--lightest-gray);
width: 80%;
}
.news-input > *:nth-child(2) {
background-color: var(--light-gray);
width: 20%;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
cursor: pointer;
}
.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 1400px;
background-color: var(--darker-gray);
height: 600px;
}
.footer-ul-links {
height: 91px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 20px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-top: 5px;
}
.footer > *:first-child {
width: 15%;
height: 30px;
background-color: var(--lighter-gray);
margin-top: 40px;
margin-bottom: 30px;
}
.foot-list-items {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 70%;
height: 180px;
padding-top: 10px;
margin-bottom: 20px;
}
.after-ul {
border-radius: 5px;
margin-top: 20px;
width: 30%;
height: 60px;
background-color: var(--light-darker-gray);
margin-bottom: 15px;
}
/*# sourceMappingURL=style.css.map */ | assets/style/style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 1440px;
overflow-x: hidden;
}
:root {
--light-gray: rgb(175, 173, 173);
--dark-gray: rgb(129, 129, 129);
--lighter-gray: rgb(207, 205, 205);
--darker-gray: rgb(53, 52, 52);
--light-darker-gray: rgb(90, 90, 90);
--lightest-gray: rgb(224, 218, 218);
--darkest-gray: rgb(107, 105, 105);
}
.main-header {
width: 1400px;
height: 80px;
background: var(--light-gray);
margin-top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 5px 6px;
}
.hide {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.main-header * {
border-radius: 5px;
}
.latest-post-articles > * {
height: 460px;
padding: 30px;
}
.footer-ul-links li {
border-radius: 5px;
background-color: var(--lighter-gray);
margin-left: 30px;
width: 50px;
height: 15px;
}
.text * {
border-radius: 5px;
}
.person-text * {
border-radius: 5px;
}
.design-system * {
border-radius: 5px;
}
.smash-guide-1st *,
.performance *,
.newsletter {
border-radius: 6px;
}
.footer li {
background-color: var(--lighter-gray);
border-radius: 5px;
margin-left: 20px;
width: 50px;
height: 15px;
}
.footer a {
border-radius: 5px;
display: block;
background-color: var(--lighter-gray);
color: var(--lighter-gray);
}
.head-nav-ul a {
text-decoration: none;
display: block;
color: var(--lighter-gray);
background-color: var(--lighter-gray);
}
.logo {
width: 145px;
height: 3.5em;
background: var(--dark-gray);
margin-left: 10px;
}
.main-header ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 45%;
}
.membership-content p,
.membership-content li {
height: 8px;
width: 60%;
margin-bottom: 14px;
background-color: var(--light-gray);
}
.main-header ul li {
padding: 14.4px 15.4px;
background-color: var(--lighter-gray);
width: 13%;
list-style: none;
cursor: pointer;
}
.main-header li:not(:last-of-type) {
margin-right: 10px;
}
.nav-btn {
padding: 0.35em 0.5rem 0.35em 1rem;
height: 40px;
width: 7%;
background-color: var(--dark-gray);
border: 1px solid var(--dark-gray);
outline: none;
cursor: pointer;
}
.nav-btn:hover {
background-color: var(--darker-gray);
}
.main-header input {
width: 24%;
margin-right: 100px;
height: 50px;
background-color: var(--lightest-gray);
border: 1px solid var(--lightest-gray);
outline: none;
}
.main-article {
width: 1400px;
height: 1000px;
background-color: var(--dark-gray);
position: relative;
}
.heading-main {
background-color: var(--lightest-gray);
height: 8%;
width: 30%;
position: absolute;
top: 10%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.heading-main-bottom {
background-color: var(--lightest-gray);
height: 5%;
width: 10%;
position: absolute;
top: 15%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 5px 70px 66px black;
box-shadow: 5px 70px 66px black;
}
.articles {
width: 100%;
height: 100%;
background-color: var(--light-gray);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.articles article {
width: 50%;
height: 50%;
}
.about-article {
padding-left: 50px;
}
.useful-tools {
background-color: var(--dark-gray);
}
.face-motion {
background-color: var(--light-darker-gray);
}
.typescript-generics {
background-color: var(--darker-gray);
}
.google-analytics {
background-color: var(--dark-gray);
}
.article-info {
margin: 220px 70px 30px 30px;
width: 32%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.article-img {
width: 70px;
height: 70px;
background-color: var(--lighter-gray);
border-radius: 5px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.article-img:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.article-author {
width: 120px;
height: 25px;
background-color: var(--light-gray);
}
.content {
height: 40px;
width: 70%;
margin-left: 30px;
background-color: var(--light-gray);
}
.content:last-of-type {
width: 50%;
height: 25px;
margin-top: 10px;
}
.arrow {
width: 40px;
height: 8px;
background-color: var(--lighter-gray);
margin-top: 72px;
}
.membership {
height: 400px;
width: 1400px;
background-color: var(--darkest-gray);
padding: 29px 121px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.membership-content {
margin-top: 40px;
width: 60%;
}
.membership-content ul {
margin-top: 64px;
}
.membership-icon {
width: 20%;
height: 270px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
margin-top: -85px;
background-color: var(--darker-gray);
-webkit-transition: all 0.2s;
transition: all 0.2s;
margin-right: 140px;
cursor: pointer;
}
.membership-icon:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.membership-btn {
width: 60%;
height: 62px;
background-color: var(--darker-gray);
outline: none;
border: 1px solid var(--darker-gray);
margin-top: 35px;
border-radius: 10px;
}
.latest-post {
width: 1400px;
background-color: var(--dark-gray);
}
.latest-post-articles {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr);
grid-template-columns: repeat(3, 1fr);
background-color: var(--light-gray);
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.latest-post-articles > *:hover {
-webkit-transform: scale(1.02);
transform: scale(1.02);
background-color: var(--lightest-gray);
}
.latest-post-articles h2 {
height: 100px;
background-color: var(--darker-gray);
width: 300px;
margin-bottom: 10px;
}
.latest-post-articles p {
height: 16px;
background-color: var(--dark-gray);
margin-bottom: 10px;
}
.explore-features p {
width: 70%;
height: 40px;
background-color: var(--darker-gray);
margin-bottom: 20px;
border-radius: 5px;
}
.person-text p {
margin-top: 20px;
height: 60%;
width: 100%;
background-color: var(--light-gray);
}
.latest-post-articles p:last-of-type {
height: 70px;
}
.read-more {
margin-top: 228px;
height: 105px;
width: 105px;
margin-left: -30px;
}
.latest-post-articles > *:hover > .read-more {
background-color: var(--dark-gray);
}
.member-sign-up {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.explore-features {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-evenly;
height: 650px;
background-color: var(--dark-gray);
width: 70%;
}
.adds {
height: 650px;
background-color: var(--lighter-gray);
width: 30%;
}
.explore-features-icon {
border-radius: 50%;
height: 250px;
width: 250px;
background-color: var(--light-gray);
}
.features-link {
border-radius: 5px;
width: 70%;
height: 30px;
background-color: var(--darker-gray);
}
.member-sign-up-btn {
width: 20%;
height: 60px;
background-color: var(--darker-gray);
margin-top: 25px;
border-radius: 10px;
border: 1px solid var(--darker-gray);
cursor: pointer;
}
.account {
width: 20%;
height: 25px;
background-color: var(--darker-gray);
}
.books {
width: 1400px;
height: 900px;
background-color: var(--light-darker-gray);
padding-top: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.date {
width: 25%;
height: 44px;
background-color: var(--lightest-gray);
margin-bottom: 20px;
}
.books-heading {
width: 55%;
height: 70px;
background-color: var(--darker-gray);
margin-bottom: 20px;
}
.books-info {
width: 55%;
height: 24px;
background-color: var(--dark-gray);
}
.books-btn {
width: 22%;
height: 64px;
background-color: var(--darker-gray);
margin-bottom: 35px;
border-radius: 11px;
margin-top: 50px;
outline: none;
border: 1px solid var(--darker-gray);
cursor: pointer;
}
.books-icon {
width: 300px;
height: 300px;
background-color: var(--light-gray);
border-radius: 50%;
margin-top: 20px;
cursor: pointer;
}
.comunity-links {
display: -ms-grid;
display: grid;
-ms-grid-rows: (1fr);
grid-template-rows: repeat(4, 1fr);
-ms-grid-columns: (1fr);
grid-template-columns: repeat(2, 1fr);
width: 1368px;
background-color: var(--lighter-gray);
height: 900px;
padding-top: 40px;
gap: 1em;
padding-bottom: 180px;
}
.person-of-the-week {
background-color: var(--lighter-gray);
grid-column: span 2;
display: -ms-grid;
display: grid;
-ms-grid-columns: 290px 0.9fr;
grid-template-columns: 290px 0.9fr;
margin-bottom: 70px;
}
.image {
height: 200px;
background-color: var(--light-darker-gray);
margin-right: 36px;
margin-left: 55px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
border-radius: 15px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.image:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.text {
height: 100%;
background-color: transparent;
margin-right: 20px;
}
.text-heading {
height: 8px;
width: 10%;
background-color: var(--light-gray);
margin-bottom: 20px;
}
.paragraph {
height: 80%;
width: 100%;
background-color: var(--light-gray);
}
.com-links-articles {
background-color: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 10px;
padding-left: 18px;
}
.person-img {
-ms-flex-preferred-size: 60px;
flex-basis: 60px;
height: 60px;
background-color: var(--light-darker-gray);
border-radius: 6px;
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
-webkit-transition: all 0.2s;
transition: all 0.2s;
margin-right: 30px;
}
.person-img:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.person-text {
width: 80%;
}
.person-link {
height: 8px;
width: 14%;
background-color: var(--light-gray);
}
.person-text-name {
margin-top: 11px;
height: 12px;
width: 100%;
background-color: var(--light-gray);
}
.feature-panel {
width: 1400px;
height: 350px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: var(--light-darker-gray);
}
.design-system {
width: 75%;
margin-left: 40px;
}
.sys-heading {
height: 12px;
width: 230px;
background-color: var(--dark-gray);
margin-bottom: 40px;
margin-top: 30px;
}
.system-link {
height: 40px;
width: 270px;
background-color: var(--dark-gray);
margin-bottom: 40px;
}
.system-para {
height: 50px;
width: 80%;
background-color: var(--lighter-gray);
margin-bottom: 35px;
}
.system-btn {
height: 50px;
width: 320px;
background-color: var(--light-gray);
margin-top: 15px;
outline: none;
border: 1px solid var(--light-gray);
}
.design-system-icon {
width: 15%;
background-color: var(--darkest-gray);
-webkit-transform: rotate(-19deg);
transform: rotate(-19deg);
-webkit-transition: all 0.3s;
transition: all 0.3s;
height: 90%;
margin-top: -80px;
margin-left: -60px;
}
.design-system-icon:hover {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.our-guides {
width: 1400px;
background-color: var(--dark-gray);
padding-bottom: 87px;
}
.smash-guide-1 {
height: 450px;
margin-bottom: 10px;
}
.smash-guide-1,
.smash-guide-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 20px 40px 20px 20px;
}
.js-framework,
.performance {
margin-right: 20px;
}
.js-framework,
.css-layout,
.newsletter,
.performance {
background-color: var(--light-gray);
width: 46%;
}
.smash-guide-2 {
height: 850px;
}
.smash-guide-1st,
.performance {
padding: 20px 20px 10px 35px;
}
.smash-guide-1st *:first-child,
.performance *:first-child {
height: 8px;
width: 25%;
background-color: var(--lighter-gray);
margin-bottom: 20px;
}
.smash-guide-1st *:nth-child(2),
.performance *:nth-child(2) {
height: 16px;
width: 35%;
background-color: var(--darker-gray);
}
.smash-guide-1st *:nth-child(3),
.performance *:nth-child(3) {
height: 150px;
width: 82%;
background-color: var(--lighter-gray);
margin-bottom: 20px;
margin-top: 20px;
}
.smash-guide-1st *:nth-child(4),
.performance *:nth-child(4) {
height: 55px;
width: 70%;
background-color: var(--darker-gray);
outline: none;
border: 1px solid var(--darker-gray);
cursor: pointer;
}
.newsletter {
display: -ms-grid;
display: grid;
background-color: var(--darker-gray);
padding-top: 30px;
padding-bottom: 30px;
}
.newsletter-icon {
width: 300px;
height: 300px;
background-color: var(--lighter-gray);
border-radius: 50%;
margin: 0 auto;
margin-top: 30px;
}
.newsletter > *:nth-child(2) {
height: 30px;
width: 72%;
background-color: var(--light-gray);
margin-left: 45px;
}
.newsletter > *:nth-child(3) {
height: 130px;
width: 82%;
background-color: var(--lighter-gray);
margin-bottom: 20px;
margin-top: 20px;
margin-left: 45px;
}
.newsletter > *:last-child {
width: 50%;
margin: 0 auto;
height: 58px;
background-color: var(--dark-gray);
border-radius: 6px;
}
.news-input {
margin-left: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
width: 82%;
}
.news-input > *:first-child {
background-color: var(--lightest-gray);
width: 80%;
}
.news-input > *:nth-child(2) {
background-color: var(--light-gray);
width: 20%;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
cursor: pointer;
}
.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 1400px;
background-color: var(--darker-gray);
height: 600px;
}
.footer-ul-links {
height: 91px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 20px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding-top: 5px;
}
.footer > *:first-child {
width: 15%;
height: 30px;
background-color: var(--lighter-gray);
margin-top: 40px;
margin-bottom: 30px;
}
.foot-list-items {
margin-top: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 70%;
height: 180px;
padding-top: 10px;
margin-bottom: 20px;
}
.after-ul {
border-radius: 5px;
margin-top: 20px;
width: 30%;
height: 60px;
background-color: var(--light-darker-gray);
margin-bottom: 15px;
}
/*# sourceMappingURL=style.css.map */ | 0.411466 | 0.082033 |
.dd_wrap a,.dd_wrap img,.dd_wrap ul,.dd_wrap li,.dd_wrap div {
margin:0;
padding:0;
list-style:none;
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
box-sizing: initial !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: sans-serif;
}
/* wrap */
.dd_wrap {
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
outline: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
display:none;
z-index:99;
}
.dd_overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index:1;
}
/* window */
.dd_ {
border: 2px solid #000000;
background: #FFF;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
position: absolute;
width: 100px;
color:#000000;
display: none;
z-index: 10;
box-shadow: 0 0px 0px 6px rgba(0,0,0,0.05);
-webkit-box-shadow: 0 0px 0px 6px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0px 0px 6px rgba(0,0,0,0.05);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.dd_:after {
content: "";
width: 10px;
height: 10px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-sand-transform: rotate(45deg);
background: #FFF;
top: -7px;
left: 50%;
margin-left: -4px;
position: absolute;
border-top: 2px solid #000000;
border-left: 2px solid #000000;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
}
/* swiper */
.dd_ .dd_sw_ {
width:100px;
overflow:hidden;
position:relative;
z-index:1;
}
.dd_ .dd_sw_ .dd_sl_ {
overflow-x:scroll;
overflow-y:hidden;
}
.dd_ .dd_sw_ .dd_sl_ ul {
padding:0;
margin:0;
list-style:none;
color:inherit;
font-size:inherit;
}
.dd_ .dd_sw_ .dd_sl_ li {
width:100px;
float:left;
text-align:center;
font-weight:bold;
cursor:pointer;
}
.dd_ .dd_sw_ .dd_sl_ li:hover {
background: rgba(0,0,0,0.04);
}
.dd_ li.dd_sltd_{
position:relative;
}
/* nativagion buttons */
.dd_ .dd_sw_:hover .dd_nav_ {
display:block;
}
.dd_ .dd_sw_ .dd_nav_ {
position:absolute;
width:24px;
height:100%;
color:#ccc;
font-size:12px;
text-align:center;
z-index:11;
top:0;
cursor:pointer;
display:none;
background-size:12px 12px !important;
opacity:0.3;
}
.dd_ .dd_sw_ .dd_nav_.dd_prev_ {
left:0;
background:url(icons/prev.png) center no-repeat;
}
.dd_ .dd_sw_ .dd_nav_.dd_next_ {
right:0;
background:url(icons/next.png) center no-repeat;
}
/* month */
.dd_ .dd_m_ {
font-size:24px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.dd_ .dd_m_,.dd_ .dd_m_ .dd_sl_ ul,.dd_ .dd_m_ .dd_sl_ ul li {
height:30px;
}
.dd_ .dd_m_ .dd_sl_ ul li {
line-height:30px;
}
/* day */
.dd_ .dd_d_ {
font-size:44px;
border-bottom: 1px solid rgba(0,0,0,0.1);
border-top: 1px solid rgba(0,0,0,0.1);
}
.dd_ .dd_d_,.dd_ .dd_d_ .dd_sl_ ul,.dd_ .dd_d_ .dd_sl_ ul li {
height:60px;
}
.dd_ .dd_d_ .dd_sl_ ul li {
line-height:48px; position:relative;
}
.dd_ .dd_d_ .dd_sl_ ul li em {
position:absolute;
bottom:2px;
left:10px;
right:10px;
text-align:center;
font-style:normal;
font-size:14px;
line-height:normal;
color:#a5cedb;
}
.dd_ .dd_all_ {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:2;
color:#000;
background:#FFF;
border-radius:8px;
transform: scale3d(0,0,1);
-webkit-transform: scale3d(0,0,1);
-moz-transform: scale3d(0,0,1);
opacity:0;
}
.dd_ .dd_all_.dd_open_ {
transform: scale3d(1,1,1);
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
opacity:1;
}
.dd_ .dd_all_ ul {
float:left;
padding: 1px 4px 4px 4px;
}
.dd_ .dd_all_ ul li {
width: 20.5%;
float: left;
margin: 0 2px;
padding: 3px 0 1px 0;
font-size: 10pt;
letter-spacing: -1px;
line-height: 10pt;
text-align: center;
font-weight: 900;
cursor: pointer;
border-bottom: 2px solid rgba(0,0,0,0.2);
color: rgba(0,0,0,0.2);
}
.dd_ .dd_all_ ul li.dd_sunday {
color:#FFF;
}
.dd_ .dd_all_ ul li:hover,.dd_ .dd_all_ ul li.dd_sltd_{
color:#000000;
border-bottom: 2px solid #000000;
}
.dd_ .dd_all_.dd_a_y_ ul li {
width: 45.5%;
}
/* year */
.dd_ .dd_y_ {
font-size:18px;
position:relative;
}
.dd_ .dd_y_,.dd_ .dd_y_ .dd_sl_ ul,.dd_ .dd_y_ .dd_sl_ ul li {
height:30px;
}
.dd_ .dd_y_ .dd_sl_ ul li {
line-height:30px;
}
/* range */
.dd_ .dd_r_ {
padding: 0 2px;
text-align: center;
margin: 0 0 6px 0px;
position:relative;
clear:both;
font-size: 0;
}
.dd_ .dd_r_:after {
left: 0;
right: 0;
border-bottom: 2px solid rgba(0,0,0,0.1);
content: "";
position: absolute;
top: 8px;
}
.dd_ .dd_r_ ul {
list-style: none;
margin: 0;
padding: 0;
text-align:center;
}
.dd_ .dd_r_ ul li {
display: inline-block;
border:2px solid;
position: relative;
cursor: pointer;
width:8px;
height: 8px;
z-index:1;
border-radius:50%;
background:#FFF;
text-align:center;
margin: 3px;
}
.dd_ .dd_r_ ul li {
-webkit-transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
-ms-transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
}
.dd_ .dd_all_ {
-webkit-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
-moz-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
-ms-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
}
.dd_ .dd_r_ ul li:hover {
transform:scale3d(2,2,1);
-webkit-transform:scale3d(2,2,1);
-moz-transform:scale3d(2,2,1);
z-index:11;
}
.dd_ .dd_r_ ul li.dd_sltd_ {
transform: scale3d(1,1,1);
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
}
.dd_ .dd_d_ .dd_sl_{
height:80px;
}
.dd_ .dd_y_ .dd_sl_,.dd_ .dd_m_ .dd_sl_{
height:50px;
}
/* sybmit */
.dd_ .dd_submit {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
color:#fff;
text-align:center; padding:6px 0;
cursor:pointer;
height:20px;
background-image:url(icons/done.png);
background-position: center;
background-repeat:no-repeat;
background-size:16px 16px;
}
/* effects */
@-webkit-keyframes dd_bounce {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
20% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
30% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
60% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
70% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
80% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes dd_bounce {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
20% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
30% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
60% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
70% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
80% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.dd_.dd_bounce {
-webkit-animation-name: dd_bounce;
animation-name: dd_bounce;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
@-webkit-keyframes dd_fadein {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes dd_fadein {
0% {opacity: 0;}
100% {opacity: 1;}
}
.dd_.dd_fadein {
-webkit-animation-name: dd_fadein;
animation-name: dd_fadein;
-webkit-animation-duration: .3s;
animation-duration: .3s;
}
@-webkit-keyframes dd_fadeout {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes dd_fadeout {
0% {opacity: 1;}
100% {opacity: 0;}
}
.dd_.dd_fadeout {
-webkit-animation-name: dd_fadeout;
animation-name: dd_fadeout;
-webkit-animation-duration: .3s;
animation-duration: .3s;
}
@-webkit-keyframes dd_dropdown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -30%, 0);
transform: translate3d(0, -30%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes dd_dropdown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -30%, 0);
transform: translate3d(0, -30%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.dd_.dd_dropdown {
-webkit-animation-name: dd_dropdown;
animation-name: dd_dropdown;
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
@-webkit-keyframes dd_alert {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes dd_alert {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
25% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
50% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
}
.dd_alert {
-webkit-animation-name: dd_alert;
animation-name: dd_alert;
-webkit-animation-duration: .5s;
animation-duration: .5s;
} | web/siteweb/datedropper-master/datedropper.css | .dd_wrap a,.dd_wrap img,.dd_wrap ul,.dd_wrap li,.dd_wrap div {
margin:0;
padding:0;
list-style:none;
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
box-sizing: initial !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
font-family: sans-serif;
}
/* wrap */
.dd_wrap {
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
outline: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
display:none;
z-index:99;
}
.dd_overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index:1;
}
/* window */
.dd_ {
border: 2px solid #000000;
background: #FFF;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
position: absolute;
width: 100px;
color:#000000;
display: none;
z-index: 10;
box-shadow: 0 0px 0px 6px rgba(0,0,0,0.05);
-webkit-box-shadow: 0 0px 0px 6px rgba(0,0,0,0.05);
-moz-box-shadow: 0 0px 0px 6px rgba(0,0,0,0.05);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.dd_:after {
content: "";
width: 10px;
height: 10px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-sand-transform: rotate(45deg);
background: #FFF;
top: -7px;
left: 50%;
margin-left: -4px;
position: absolute;
border-top: 2px solid #000000;
border-left: 2px solid #000000;
border-radius: 1px;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
}
/* swiper */
.dd_ .dd_sw_ {
width:100px;
overflow:hidden;
position:relative;
z-index:1;
}
.dd_ .dd_sw_ .dd_sl_ {
overflow-x:scroll;
overflow-y:hidden;
}
.dd_ .dd_sw_ .dd_sl_ ul {
padding:0;
margin:0;
list-style:none;
color:inherit;
font-size:inherit;
}
.dd_ .dd_sw_ .dd_sl_ li {
width:100px;
float:left;
text-align:center;
font-weight:bold;
cursor:pointer;
}
.dd_ .dd_sw_ .dd_sl_ li:hover {
background: rgba(0,0,0,0.04);
}
.dd_ li.dd_sltd_{
position:relative;
}
/* nativagion buttons */
.dd_ .dd_sw_:hover .dd_nav_ {
display:block;
}
.dd_ .dd_sw_ .dd_nav_ {
position:absolute;
width:24px;
height:100%;
color:#ccc;
font-size:12px;
text-align:center;
z-index:11;
top:0;
cursor:pointer;
display:none;
background-size:12px 12px !important;
opacity:0.3;
}
.dd_ .dd_sw_ .dd_nav_.dd_prev_ {
left:0;
background:url(icons/prev.png) center no-repeat;
}
.dd_ .dd_sw_ .dd_nav_.dd_next_ {
right:0;
background:url(icons/next.png) center no-repeat;
}
/* month */
.dd_ .dd_m_ {
font-size:24px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.dd_ .dd_m_,.dd_ .dd_m_ .dd_sl_ ul,.dd_ .dd_m_ .dd_sl_ ul li {
height:30px;
}
.dd_ .dd_m_ .dd_sl_ ul li {
line-height:30px;
}
/* day */
.dd_ .dd_d_ {
font-size:44px;
border-bottom: 1px solid rgba(0,0,0,0.1);
border-top: 1px solid rgba(0,0,0,0.1);
}
.dd_ .dd_d_,.dd_ .dd_d_ .dd_sl_ ul,.dd_ .dd_d_ .dd_sl_ ul li {
height:60px;
}
.dd_ .dd_d_ .dd_sl_ ul li {
line-height:48px; position:relative;
}
.dd_ .dd_d_ .dd_sl_ ul li em {
position:absolute;
bottom:2px;
left:10px;
right:10px;
text-align:center;
font-style:normal;
font-size:14px;
line-height:normal;
color:#a5cedb;
}
.dd_ .dd_all_ {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:2;
color:#000;
background:#FFF;
border-radius:8px;
transform: scale3d(0,0,1);
-webkit-transform: scale3d(0,0,1);
-moz-transform: scale3d(0,0,1);
opacity:0;
}
.dd_ .dd_all_.dd_open_ {
transform: scale3d(1,1,1);
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
opacity:1;
}
.dd_ .dd_all_ ul {
float:left;
padding: 1px 4px 4px 4px;
}
.dd_ .dd_all_ ul li {
width: 20.5%;
float: left;
margin: 0 2px;
padding: 3px 0 1px 0;
font-size: 10pt;
letter-spacing: -1px;
line-height: 10pt;
text-align: center;
font-weight: 900;
cursor: pointer;
border-bottom: 2px solid rgba(0,0,0,0.2);
color: rgba(0,0,0,0.2);
}
.dd_ .dd_all_ ul li.dd_sunday {
color:#FFF;
}
.dd_ .dd_all_ ul li:hover,.dd_ .dd_all_ ul li.dd_sltd_{
color:#000000;
border-bottom: 2px solid #000000;
}
.dd_ .dd_all_.dd_a_y_ ul li {
width: 45.5%;
}
/* year */
.dd_ .dd_y_ {
font-size:18px;
position:relative;
}
.dd_ .dd_y_,.dd_ .dd_y_ .dd_sl_ ul,.dd_ .dd_y_ .dd_sl_ ul li {
height:30px;
}
.dd_ .dd_y_ .dd_sl_ ul li {
line-height:30px;
}
/* range */
.dd_ .dd_r_ {
padding: 0 2px;
text-align: center;
margin: 0 0 6px 0px;
position:relative;
clear:both;
font-size: 0;
}
.dd_ .dd_r_:after {
left: 0;
right: 0;
border-bottom: 2px solid rgba(0,0,0,0.1);
content: "";
position: absolute;
top: 8px;
}
.dd_ .dd_r_ ul {
list-style: none;
margin: 0;
padding: 0;
text-align:center;
}
.dd_ .dd_r_ ul li {
display: inline-block;
border:2px solid;
position: relative;
cursor: pointer;
width:8px;
height: 8px;
z-index:1;
border-radius:50%;
background:#FFF;
text-align:center;
margin: 3px;
}
.dd_ .dd_r_ ul li {
-webkit-transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
-ms-transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
transition: all 0.2s cubic-bezier(.7, 0, .175, 1) 0s;
}
.dd_ .dd_all_ {
-webkit-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
-moz-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
-ms-transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
transition: all 0.4s cubic-bezier(.7, 0, .175, 1) 0s;
}
.dd_ .dd_r_ ul li:hover {
transform:scale3d(2,2,1);
-webkit-transform:scale3d(2,2,1);
-moz-transform:scale3d(2,2,1);
z-index:11;
}
.dd_ .dd_r_ ul li.dd_sltd_ {
transform: scale3d(1,1,1);
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
}
.dd_ .dd_d_ .dd_sl_{
height:80px;
}
.dd_ .dd_y_ .dd_sl_,.dd_ .dd_m_ .dd_sl_{
height:50px;
}
/* sybmit */
.dd_ .dd_submit {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
color:#fff;
text-align:center; padding:6px 0;
cursor:pointer;
height:20px;
background-image:url(icons/done.png);
background-position: center;
background-repeat:no-repeat;
background-size:16px 16px;
}
/* effects */
@-webkit-keyframes dd_bounce {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
20% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
30% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
60% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
70% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
80% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes dd_bounce {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
20% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
30% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
60% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
70% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
80% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.dd_.dd_bounce {
-webkit-animation-name: dd_bounce;
animation-name: dd_bounce;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
@-webkit-keyframes dd_fadein {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes dd_fadein {
0% {opacity: 0;}
100% {opacity: 1;}
}
.dd_.dd_fadein {
-webkit-animation-name: dd_fadein;
animation-name: dd_fadein;
-webkit-animation-duration: .3s;
animation-duration: .3s;
}
@-webkit-keyframes dd_fadeout {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes dd_fadeout {
0% {opacity: 1;}
100% {opacity: 0;}
}
.dd_.dd_fadeout {
-webkit-animation-name: dd_fadeout;
animation-name: dd_fadeout;
-webkit-animation-duration: .3s;
animation-duration: .3s;
}
@-webkit-keyframes dd_dropdown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -30%, 0);
transform: translate3d(0, -30%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes dd_dropdown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -30%, 0);
transform: translate3d(0, -30%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.dd_.dd_dropdown {
-webkit-animation-name: dd_dropdown;
animation-name: dd_dropdown;
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
@-webkit-keyframes dd_alert {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes dd_alert {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
25% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
50% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
}
.dd_alert {
-webkit-animation-name: dd_alert;
animation-name: dd_alert;
-webkit-animation-duration: .5s;
animation-duration: .5s;
} | 0.206254 | 0.065425 |
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Oswald:300,500|Material+Icons");
*,
*::before,
*::after {
box-sizing: border-box; }
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, footer, header,
menu, nav, section {
margin: 0;
padding: 0;
vertical-align: baseline; }
article, aside, footer, header, menu, nav, section {
display: block; }
body {
line-height: 1; }
.hidden {
display: none !important; }
.all-caps {
text-transform: uppercase; }
.text-right {
text-align: right; }
.clear::before, .clear::after {
content: ' ';
display: table; }
.clear::after {
clear: both; }
.vertical-center {
position: absolute;
top: 50%;
transform: translateY(-50%); }
.horizontal-center {
position: absolute;
left: 50%;
transform: translateX(-50%); }
.absolute-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
@media screen and (min-width: 64em) {
.handheld-only {
display: none !important; } }
@media screen and (max-width: 64em) {
.desktop-only {
display: none !important; } }
.button {
display: inline-block;
text-align: center;
text-decoration: none;
cursor: pointer; }
.sidebar::before, .sidebar::after {
content: ' ';
display: table; }
.sidebar::after {
clear: both; }
.content {
position: relative; }
@media screen and (min-width: 64em) {
.sidebar,
.content {
position: fixed;
top: 0;
bottom: 0;
overflow-y: auto; }
.sidebar.left + .content {
right: 0; }
.sidebar.right {
right: 0; }
.sidebar.right + .content {
left: 0; } }
.card {
position: relative; }
.card img {
width: 100%;
height: auto; }
.card .thumbnail {
position: relative;
height: 100%; }
.card .overlay {
position: absolute;
top: 0;
display: block; }
.card .info {
position: absolute;
bottom: 0;
width: 100%; }
.card .utilities .button {
float: right; }
@media screen and (min-width: 64em) {
.card .info {
position: relative;
bottom: auto;
float: left; }
.card .utilities {
position: absolute; } }
body {
font-family: "Oswald", sans-serif; }
p {
line-height: 150%;
font-size: 16px;
font-weight: 300;
color: #252525; }
a {
color: #21d279;
text-decoration: none;
transition: color 200ms linear; }
a:hover {
color: #1aa861; }
ul li {
line-height: 150%;
font-size: 16px;
font-weight: 300;
color: #252525; }
h1, h2, h3, h4, h5, h6 {
line-height: 150%;
font-family: "Fjalla One", sans-serif;
color: #252525; }
h6 {
font-weight: 200; }
strong {
font-weight: 500; }
.button {
padding: 12px;
font-size: 18px;
font-weight: 200;
color: white;
background-color: #21d279;
border-radius: 2px;
transition: background-color 200ms linear; }
.button:hover {
color: white;
background-color: #1ebd6d; }
.button.button-small {
margin-left: -6px;
padding: 6px;
font-size: 16px; }
.button.button-hollow {
background-color: transparent; }
.button.button-hollow:hover {
background-color: #1aa861; }
.button.button-dark {
color: black; }
.icon {
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat; }
.icon.material-icons {
min-width: 18px;
line-height: 16px;
font-size: 18px; }
.icon.icon-github {
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path fill-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z'></path></svg>"); }
.button-icon {
min-width: 30px;
min-height: 30px; }
.button-icon .material-icons {
color: white; }
.button-icon .icon {
fill: white; }
.button-icon .text {
display: none; }
.button-icon .icon-svg {
margin-bottom: 1px; }
.button-icon.button-dark .material-icons {
color: black; }
.button-icon.button-dark .icon {
fill: black; }
.button-icon.icon-only {
min-height: 42px; }
@media screen and (min-width: 64em) {
.button-icon .text {
display: inline-block; }
.button-icon .icon {
float: left;
margin-right: 6px; }
.button-icon .icon-svg {
margin-bottom: 0; }
.button-icon.icon-only .icon {
margin-right: 0; } }
pre,
code {
white-space: nowrap;
padding: 3px 6px;
font-family: "Menlo", "Monaco", Courier, monospace;
font-size: 12px;
color: white;
border: 1px solid #1ebd6d;
border-radius: 2px;
background-color: #21d279; }
pre {
margin-bottom: 24px;
padding: 12px; }
pre code {
white-space: pre-wrap;
tab-size: 2;
padding: 0;
line-height: 150%;
border: 0;
color: white; }
pre strong {
font-weight: 600; }
pre .comment {
color: #252525; }
body {
background-color: white; }
.sidebar {
padding: 6px 12px;
background-color: #21d279;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.sidebar h1 {
font-size: 36px;
color: white; }
.sidebar p {
padding-top: 12px;
padding-bottom: 12px;
line-height: 24px;
font-size: 16px;
color: black; }
.sidebar .button {
float: left; }
.sidebar .utilities {
margin-left: 6px;
float: left; }
.sidebar .utilities .button {
float: left;
margin-right: 6px; }
.sidebar .utilities .button:last-of-type {
margin-right: 0; }
.content {
min-height: 60vh;
background-color: white; }
.content.documentation {
padding: 12px; }
.content h2 {
margin: 24px 0;
font-size: 24px; }
.content p {
margin-bottom: 24px; }
.content p:last-of-type {
margin-bottom: 0; }
.content ul {
margin-bottom: 24px;
margin-left: 32px; }
.content ul li {
margin-bottom: 12px; }
.content ul li:last-of-type {
margin-bottom: 0; }
.content ul .description {
display: block; }
.content .chapter {
padding-bottom: 32px; }
@media screen and (min-width: 64em) {
.sidebar {
padding: 32px;
height: 100vh;
width: 20%; }
.sidebar h1 {
font-size: 48px; }
.sidebar p {
padding-top: 24px;
padding-bottom: 48px;
font-size: 14px; }
.sidebar .button {
float: none; }
.sidebar .utilities {
position: absolute;
bottom: 32px;
float: none;
margin-left: 0; }
.sidebar .utilities .button {
margin-right: 12px; }
.content {
height: 100vh;
width: 80%; }
.content.documentation {
padding: 32px; }
.content h2 {
margin-top: 0;
margin-bottom: 24px;
line-height: 72px;
font-size: 30px; }
.content .chapter {
padding-bottom: 48px; }
.content .chapter:last-of-type {
padding-bottom: 6px; } }
.card {
width: 300px;
height: 300px;
background-color: white; }
.card.box-shadow {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.card a {
color: white;
position: relative;
white-space: nowrap; }
.card a:before {
content: ' ';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: white;
transition: width 200ms ease; }
.card a:hover:before {
width: 100%; }
.card p {
margin-bottom: 6px;
font-size: 18px;
color: white;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
.card h6 {
margin-bottom: 6px;
font-size: 24px;
color: white;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
.card h6 a:before {
bottom: -2px;
height: 2px; }
.card .button {
color: white; }
.card .button:before {
height: 0; }
.card .overlay {
width: 300px;
height: 300px;
background-color: transparent;
transition: background-color 200ms ease; }
.card .overlay:before {
height: 0; }
.card .info {
padding: 12px;
background-color: rgba(0, 0, 0, 0.5); }
.card .utilities {
padding: 6px 0; }
@media screen and (min-width: 64em) {
.card {
width: 600px; }
.card a {
color: #252525; }
.card a:before {
background-color: #252525; }
.card h6 {
margin-bottom: 0;
font-size: 30px;
color: #252525; }
.card .thumbnail {
float: left;
width: 300px; }
.card .overlay:hover {
background-color: rgba(0, 0, 0, 0.25); }
.card .title {
margin-bottom: 12px;
font-size: 24px;
color: #252525; }
.card .description {
font-size: 14px;
color: #252525; }
.card .info {
height: 300px;
width: 300px;
background-color: white; }
.card .utilities {
bottom: 12px;
left: 12px;
width: 276px;
padding: 0; } }
@keyframes loading-headline {
to {
background-position: 276px 0; } }
@keyframes loading-text {
to {
background-position: 166px 0; } }
.card-loading {
background-color: #e2e2e2; }
.card-loading h6 {
width: 100%;
height: 36px;
background-image: linear-gradient(90deg, white 0, rgba(255, 255, 255, 0.8) 80%, white 100%);
background-size: 100% 100%;
animation: loading-headline 2s infinite;
border-radius: 2px; }
.card-loading h6 a {
display: none; }
.card-loading .thumbnail picture {
display: none; }
.card-loading .overlay {
display: none; }
.card-loading .title {
width: 60%;
height: 27px;
background-image: linear-gradient(90deg, white 0, rgba(255, 255, 255, 0.8) 80%, white 100%);
background-size: 100% 100%;
animation: loading-text 2s infinite;
border-radius: 2px; }
.card-loading .title a {
display: none; }
@media screen and (min-width: 64em) {
.card-loading h6 {
height: 45px;
margin-bottom: 6px;
background-image: linear-gradient(90deg, rgba(226, 226, 226, 0) 0, rgba(226, 226, 226, 0.5) 90%, rgba(226, 226, 226, 0) 100%); }
.card-loading .title {
height: 36px;
margin-bottom: 6px;
background-image: linear-gradient(90deg, rgba(226, 226, 226, 0) 0, rgba(226, 226, 226, 0.5) 90%, rgba(226, 226, 226, 0) 100%); }
.card-loading .description {
width: 60%;
height: 24px;
background-image: linear-gradient(90deg, rgba(226, 226, 226, 0) 0, rgba(226, 226, 226, 0.5) 90%, rgba(226, 226, 226, 0) 100%);
background-size: 100% 100%;
animation: loading-text 2s infinite;
border-radius: 2px; }
.card-loading .description .label,
.card-loading .description .release-date {
display: none; } }
.icon.loading {
display: block;
height: 16px;
width: 16px;
animation: icon-rotate 1000ms linear infinite;
border: 2px solid white;
border-right-color: transparent;
border-radius: 50%; }
@keyframes icon-rotate {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } } | dev/css/docs.css | @import url("https://fonts.googleapis.com/css?family=Fjalla+One|Oswald:300,500|Material+Icons");
*,
*::before,
*::after {
box-sizing: border-box; }
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, img, small, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, footer, header,
menu, nav, section {
margin: 0;
padding: 0;
vertical-align: baseline; }
article, aside, footer, header, menu, nav, section {
display: block; }
body {
line-height: 1; }
.hidden {
display: none !important; }
.all-caps {
text-transform: uppercase; }
.text-right {
text-align: right; }
.clear::before, .clear::after {
content: ' ';
display: table; }
.clear::after {
clear: both; }
.vertical-center {
position: absolute;
top: 50%;
transform: translateY(-50%); }
.horizontal-center {
position: absolute;
left: 50%;
transform: translateX(-50%); }
.absolute-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
@media screen and (min-width: 64em) {
.handheld-only {
display: none !important; } }
@media screen and (max-width: 64em) {
.desktop-only {
display: none !important; } }
.button {
display: inline-block;
text-align: center;
text-decoration: none;
cursor: pointer; }
.sidebar::before, .sidebar::after {
content: ' ';
display: table; }
.sidebar::after {
clear: both; }
.content {
position: relative; }
@media screen and (min-width: 64em) {
.sidebar,
.content {
position: fixed;
top: 0;
bottom: 0;
overflow-y: auto; }
.sidebar.left + .content {
right: 0; }
.sidebar.right {
right: 0; }
.sidebar.right + .content {
left: 0; } }
.card {
position: relative; }
.card img {
width: 100%;
height: auto; }
.card .thumbnail {
position: relative;
height: 100%; }
.card .overlay {
position: absolute;
top: 0;
display: block; }
.card .info {
position: absolute;
bottom: 0;
width: 100%; }
.card .utilities .button {
float: right; }
@media screen and (min-width: 64em) {
.card .info {
position: relative;
bottom: auto;
float: left; }
.card .utilities {
position: absolute; } }
body {
font-family: "Oswald", sans-serif; }
p {
line-height: 150%;
font-size: 16px;
font-weight: 300;
color: #252525; }
a {
color: #21d279;
text-decoration: none;
transition: color 200ms linear; }
a:hover {
color: #1aa861; }
ul li {
line-height: 150%;
font-size: 16px;
font-weight: 300;
color: #252525; }
h1, h2, h3, h4, h5, h6 {
line-height: 150%;
font-family: "Fjalla One", sans-serif;
color: #252525; }
h6 {
font-weight: 200; }
strong {
font-weight: 500; }
.button {
padding: 12px;
font-size: 18px;
font-weight: 200;
color: white;
background-color: #21d279;
border-radius: 2px;
transition: background-color 200ms linear; }
.button:hover {
color: white;
background-color: #1ebd6d; }
.button.button-small {
margin-left: -6px;
padding: 6px;
font-size: 16px; }
.button.button-hollow {
background-color: transparent; }
.button.button-hollow:hover {
background-color: #1aa861; }
.button.button-dark {
color: black; }
.icon {
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat; }
.icon.material-icons {
min-width: 18px;
line-height: 16px;
font-size: 18px; }
.icon.icon-github {
background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path fill-rule='evenodd' d='M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z'></path></svg>"); }
.button-icon {
min-width: 30px;
min-height: 30px; }
.button-icon .material-icons {
color: white; }
.button-icon .icon {
fill: white; }
.button-icon .text {
display: none; }
.button-icon .icon-svg {
margin-bottom: 1px; }
.button-icon.button-dark .material-icons {
color: black; }
.button-icon.button-dark .icon {
fill: black; }
.button-icon.icon-only {
min-height: 42px; }
@media screen and (min-width: 64em) {
.button-icon .text {
display: inline-block; }
.button-icon .icon {
float: left;
margin-right: 6px; }
.button-icon .icon-svg {
margin-bottom: 0; }
.button-icon.icon-only .icon {
margin-right: 0; } }
pre,
code {
white-space: nowrap;
padding: 3px 6px;
font-family: "Menlo", "Monaco", Courier, monospace;
font-size: 12px;
color: white;
border: 1px solid #1ebd6d;
border-radius: 2px;
background-color: #21d279; }
pre {
margin-bottom: 24px;
padding: 12px; }
pre code {
white-space: pre-wrap;
tab-size: 2;
padding: 0;
line-height: 150%;
border: 0;
color: white; }
pre strong {
font-weight: 600; }
pre .comment {
color: #252525; }
body {
background-color: white; }
.sidebar {
padding: 6px 12px;
background-color: #21d279;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.sidebar h1 {
font-size: 36px;
color: white; }
.sidebar p {
padding-top: 12px;
padding-bottom: 12px;
line-height: 24px;
font-size: 16px;
color: black; }
.sidebar .button {
float: left; }
.sidebar .utilities {
margin-left: 6px;
float: left; }
.sidebar .utilities .button {
float: left;
margin-right: 6px; }
.sidebar .utilities .button:last-of-type {
margin-right: 0; }
.content {
min-height: 60vh;
background-color: white; }
.content.documentation {
padding: 12px; }
.content h2 {
margin: 24px 0;
font-size: 24px; }
.content p {
margin-bottom: 24px; }
.content p:last-of-type {
margin-bottom: 0; }
.content ul {
margin-bottom: 24px;
margin-left: 32px; }
.content ul li {
margin-bottom: 12px; }
.content ul li:last-of-type {
margin-bottom: 0; }
.content ul .description {
display: block; }
.content .chapter {
padding-bottom: 32px; }
@media screen and (min-width: 64em) {
.sidebar {
padding: 32px;
height: 100vh;
width: 20%; }
.sidebar h1 {
font-size: 48px; }
.sidebar p {
padding-top: 24px;
padding-bottom: 48px;
font-size: 14px; }
.sidebar .button {
float: none; }
.sidebar .utilities {
position: absolute;
bottom: 32px;
float: none;
margin-left: 0; }
.sidebar .utilities .button {
margin-right: 12px; }
.content {
height: 100vh;
width: 80%; }
.content.documentation {
padding: 32px; }
.content h2 {
margin-top: 0;
margin-bottom: 24px;
line-height: 72px;
font-size: 30px; }
.content .chapter {
padding-bottom: 48px; }
.content .chapter:last-of-type {
padding-bottom: 6px; } }
.card {
width: 300px;
height: 300px;
background-color: white; }
.card.box-shadow {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.card a {
color: white;
position: relative;
white-space: nowrap; }
.card a:before {
content: ' ';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background-color: white;
transition: width 200ms ease; }
.card a:hover:before {
width: 100%; }
.card p {
margin-bottom: 6px;
font-size: 18px;
color: white;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
.card h6 {
margin-bottom: 6px;
font-size: 24px;
color: white;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; }
.card h6 a:before {
bottom: -2px;
height: 2px; }
.card .button {
color: white; }
.card .button:before {
height: 0; }
.card .overlay {
width: 300px;
height: 300px;
background-color: transparent;
transition: background-color 200ms ease; }
.card .overlay:before {
height: 0; }
.card .info {
padding: 12px;
background-color: rgba(0, 0, 0, 0.5); }
.card .utilities {
padding: 6px 0; }
@media screen and (min-width: 64em) {
.card {
width: 600px; }
.card a {
color: #252525; }
.card a:before {
background-color: #252525; }
.card h6 {
margin-bottom: 0;
font-size: 30px;
color: #252525; }
.card .thumbnail {
float: left;
width: 300px; }
.card .overlay:hover {
background-color: rgba(0, 0, 0, 0.25); }
.card .title {
margin-bottom: 12px;
font-size: 24px;
color: #252525; }
.card .description {
font-size: 14px;
color: #252525; }
.card .info {
height: 300px;
width: 300px;
background-color: white; }
.card .utilities {
bottom: 12px;
left: 12px;
width: 276px;
padding: 0; } }
@keyframes loading-headline {
to {
background-position: 276px 0; } }
@keyframes loading-text {
to {
background-position: 166px 0; } }
.card-loading {
background-color: #e2e2e2; }
.card-loading h6 {
width: 100%;
height: 36px;
background-image: linear-gradient(90deg, white 0, rgba(255, 255, 255, 0.8) 80%, white 100%);
background-size: 100% 100%;
animation: loading-headline 2s infinite;
border-radius: 2px; }
.card-loading h6 a {
display: none; }
.card-loading .thumbnail picture {
display: none; }
.card-loading .overlay {
display: none; }
.card-loading .title {
width: 60%;
height: 27px;
background-image: linear-gradient(90deg, white 0, rgba(255, 255, 255, 0.8) 80%, white 100%);
background-size: 100% 100%;
animation: loading-text 2s infinite;
border-radius: 2px; }
.card-loading .title a {
display: none; }
@media screen and (min-width: 64em) {
.card-loading h6 {
height: 45px;
margin-bottom: 6px;
background-image: linear-gradient(90deg, rgba(226, 226, 226, 0) 0, rgba(226, 226, 226, 0.5) 90%, rgba(226, 226, 226, 0) 100%); }
.card-loading .title {
height: 36px;
margin-bottom: 6px;
background-image: linear-gradient(90deg, rgba(226, 226, 226, 0) 0, rgba(226, 226, 226, 0.5) 90%, rgba(226, 226, 226, 0) 100%); }
.card-loading .description {
width: 60%;
height: 24px;
background-image: linear-gradient(90deg, rgba(226, 226, 226, 0) 0, rgba(226, 226, 226, 0.5) 90%, rgba(226, 226, 226, 0) 100%);
background-size: 100% 100%;
animation: loading-text 2s infinite;
border-radius: 2px; }
.card-loading .description .label,
.card-loading .description .release-date {
display: none; } }
.icon.loading {
display: block;
height: 16px;
width: 16px;
animation: icon-rotate 1000ms linear infinite;
border: 2px solid white;
border-right-color: transparent;
border-radius: 50%; }
@keyframes icon-rotate {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } } | 0.547706 | 0.073897 |
*{
margin:0;
padding:0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
font-weight: bolder;
text-decoration: none;
}
/* heading */
.head{
padding: 50px;
background:linear-gradient(#EF5350,black);
color: white;
}
h1.head,h1:hover{
color: black;
}
p.simple{
font-family: 'Architects Daughter', cursive;
letter-spacing: 1.5px;
padding: 10px 0;
}
/* nav bar */
nav{
background-color: black;
height: 50px;
width: 100%;
}
nav ul{
float: right;
margin-right: 330px;
}
nav ul li{
display: inline-block;
padding: 5px;
line-height: 50px;
margin:0 5px;
}
nav ul li a{
color: white;
font-size: 15px;
}
a.navbar,a:hover{
color: rgba(35, 152, 219, 0.867);
}
.body{
background-color: black;
color: white;
height: 100%;
width: 100%;
}
.white{
background-color: white;
margin: 0 300px 0 300px;
color: black;
height: 2000px;
}
.left{
float: left;
width: 65%;
height: 100%;
padding: 2.5rem;
}
.right{
float: right;
background-color: rgba(192, 190, 190, 0.349);
height: 98%;
width: 28%;
margin:12px 12px 12px 0;
padding: 20px;
border-left: 1px solid rgba(192, 190, 190, 0.349);
}
/* left-content */
.example{
padding-bottom: 18px;
}
.para1{
padding-bottom: 10px;
}
/* headings */
.heading{
color: #c92e2b;
font-size: 24px;
padding:10px 0 10px 0;
}
.heading1{
padding: 10px 0 10px 0;
font-size: 22px;
}
.heading2{
padding: 10px 0 10px 0;
font-size: 20px;
color:#c92e2b;
}
.heading3{
padding: 10px 0 10px 0;
}
.heading4{
color: #c92e2b;
padding-top: 5px;
}
.heading5{
font-style: italic;
color: gray
}
.heading6{
font-style: italic;
padding-bottom: 10px;
}
/* text */
.text{
color: #c92e2b;
font-size: 24px;
padding:10px 0 15px 0;
}
.bold{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
padding-bottom: 5px;
}
.italic{
font-style: italic;
padding-bottom: 5px;
}
.link{
color: black;
border-bottom: dotted;
border-width: thin;
}
/* list */
.list{
color: #c92e2b;
padding: 25px 0 10px 0;
font-size: 24px; ;
}
/* unordered */
.unlist{
padding: 10px 0 15px 0;
}
ul{
list-style: none;
}
.items ul li::before{
content: "\2022";
color: rgba(10, 108, 153, 0.418);
padding: 5px 10px 5px 0;
}
/* ordered */
.order{
padding: 15px 0 20px 0;
}
.orderlist{
padding: 15px 0 20px 18px;
}
/* images */
.img{
color: #c92e2b;
padding:10px 0 20px 0;
}
.image{
padding-bottom: 15px;
}
.position{
width: 570px;
display: inline;
}
.img1{
width: 100px;
}
.img2{
margin-left: 200px;
width: 100px;
}
.img3{
margin-left: 440px;
width: 100px;
}
/* table */
.t{
color: #c92e2b;
padding-bottom: 20px;
}
table{
display: table;
border-collapse: collapse;
border-spacing: 2px;
border: grey;
width: 550px;
}
th{
display: table-cell;
text-align: left;
background-color:rgba(54, 50, 50, 0.952);
color: white;
padding: 5px;
}
tr{
background-color:rgba(122, 121, 121, 0.644);
border: 1px solid white;
padding: 10px;
}
/* form elements */
.form{
color: #c92e2b;
font-size: 24px;
padding:20px 0 20px 0;
text-align: left;
}
label{
float: left;
width:200px;
}
input,textarea,select{
width: 300px;
}
button{
position:absolute;
right:45%;
padding:3px 20px 3px 20px;
background-color: rgba(54, 50, 50, 0.952);
border: none;
margin:20px -2px 0 0;
color: white;
}
/* right-content */
.news{
padding: 10px 10px 10px 0;
}
.unordered{
margin-top: -20px;
}
.website{
color: rgb(170, 10, 10);
font-family: Arial, Helvetica, sans-serif;
font-weight:100;
text-transform: capitalize;
}
.date{
font-style:italic;
font-size: 13px;
color: gray;
padding: 2px 0 5px 0;
}
ul.newlink{
margin:25px;
/* image as bullet points */
list-style-image: url("./pin.png");
}
.newlink li a{
color: black;
font-size: 14px;
/* to make the bullet images and the links in a straight line */
position: relative;
bottom: 8px;
}
.searchbar{
font-size: 24px;
padding-bottom: 20px;
}
input.size{
width: 150px;
height: 25px;
}
input.searching{
width: 30px;
position: relative;
top:10px;
}
/* bottom-content */
.bottom p a{
color: #EEF3CD;
display:inline-block;
text-decoration:none;
border-bottom: dotted;
border-width: 0.7px;
}
.bottom{
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
font-size: 11px;
word-spacing: 5px;
}
/* responsive-tab */
@media only screen and (max-width:768px){
.body{
background-color: black;
width: 100%;
height: 100%;
}
.white{
width: 93.5%;
margin: 0 25px 0 25px;
height: 2000px;
}
.left{
float: left;
width: 70%;
height: 100%;
margin:10px 15px 10px 15px;
padding:0;
}
.right{
background-color:rgba(192, 190, 190, 0.349);
float:right;
width: 25%;
height: 96%;
border-left: 1px solid rgba(192, 190, 190, 0.349);
margin-left: -150px;
position: relative;
left: -3px;
}
table{
width: 470px;
}
.img1{
width: 100px;
}
.img2{
margin-left: 150px;
width: 100px;
}
.img3{
margin-left: 380px;
width: 100px;
}
input.size{
width: 90px;
padding-left: 0 0 0 0 ;
margin: 0;
}
.searching{
width: 30px;
position: relative;
top:10px;
left: 30px;
padding: 0;
margin: 0;
}
} | css/example.css | *{
margin:0;
padding:0;
box-sizing: border-box;
font-family: 'Nunito', sans-serif;
font-weight: bolder;
text-decoration: none;
}
/* heading */
.head{
padding: 50px;
background:linear-gradient(#EF5350,black);
color: white;
}
h1.head,h1:hover{
color: black;
}
p.simple{
font-family: 'Architects Daughter', cursive;
letter-spacing: 1.5px;
padding: 10px 0;
}
/* nav bar */
nav{
background-color: black;
height: 50px;
width: 100%;
}
nav ul{
float: right;
margin-right: 330px;
}
nav ul li{
display: inline-block;
padding: 5px;
line-height: 50px;
margin:0 5px;
}
nav ul li a{
color: white;
font-size: 15px;
}
a.navbar,a:hover{
color: rgba(35, 152, 219, 0.867);
}
.body{
background-color: black;
color: white;
height: 100%;
width: 100%;
}
.white{
background-color: white;
margin: 0 300px 0 300px;
color: black;
height: 2000px;
}
.left{
float: left;
width: 65%;
height: 100%;
padding: 2.5rem;
}
.right{
float: right;
background-color: rgba(192, 190, 190, 0.349);
height: 98%;
width: 28%;
margin:12px 12px 12px 0;
padding: 20px;
border-left: 1px solid rgba(192, 190, 190, 0.349);
}
/* left-content */
.example{
padding-bottom: 18px;
}
.para1{
padding-bottom: 10px;
}
/* headings */
.heading{
color: #c92e2b;
font-size: 24px;
padding:10px 0 10px 0;
}
.heading1{
padding: 10px 0 10px 0;
font-size: 22px;
}
.heading2{
padding: 10px 0 10px 0;
font-size: 20px;
color:#c92e2b;
}
.heading3{
padding: 10px 0 10px 0;
}
.heading4{
color: #c92e2b;
padding-top: 5px;
}
.heading5{
font-style: italic;
color: gray
}
.heading6{
font-style: italic;
padding-bottom: 10px;
}
/* text */
.text{
color: #c92e2b;
font-size: 24px;
padding:10px 0 15px 0;
}
.bold{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
padding-bottom: 5px;
}
.italic{
font-style: italic;
padding-bottom: 5px;
}
.link{
color: black;
border-bottom: dotted;
border-width: thin;
}
/* list */
.list{
color: #c92e2b;
padding: 25px 0 10px 0;
font-size: 24px; ;
}
/* unordered */
.unlist{
padding: 10px 0 15px 0;
}
ul{
list-style: none;
}
.items ul li::before{
content: "\2022";
color: rgba(10, 108, 153, 0.418);
padding: 5px 10px 5px 0;
}
/* ordered */
.order{
padding: 15px 0 20px 0;
}
.orderlist{
padding: 15px 0 20px 18px;
}
/* images */
.img{
color: #c92e2b;
padding:10px 0 20px 0;
}
.image{
padding-bottom: 15px;
}
.position{
width: 570px;
display: inline;
}
.img1{
width: 100px;
}
.img2{
margin-left: 200px;
width: 100px;
}
.img3{
margin-left: 440px;
width: 100px;
}
/* table */
.t{
color: #c92e2b;
padding-bottom: 20px;
}
table{
display: table;
border-collapse: collapse;
border-spacing: 2px;
border: grey;
width: 550px;
}
th{
display: table-cell;
text-align: left;
background-color:rgba(54, 50, 50, 0.952);
color: white;
padding: 5px;
}
tr{
background-color:rgba(122, 121, 121, 0.644);
border: 1px solid white;
padding: 10px;
}
/* form elements */
.form{
color: #c92e2b;
font-size: 24px;
padding:20px 0 20px 0;
text-align: left;
}
label{
float: left;
width:200px;
}
input,textarea,select{
width: 300px;
}
button{
position:absolute;
right:45%;
padding:3px 20px 3px 20px;
background-color: rgba(54, 50, 50, 0.952);
border: none;
margin:20px -2px 0 0;
color: white;
}
/* right-content */
.news{
padding: 10px 10px 10px 0;
}
.unordered{
margin-top: -20px;
}
.website{
color: rgb(170, 10, 10);
font-family: Arial, Helvetica, sans-serif;
font-weight:100;
text-transform: capitalize;
}
.date{
font-style:italic;
font-size: 13px;
color: gray;
padding: 2px 0 5px 0;
}
ul.newlink{
margin:25px;
/* image as bullet points */
list-style-image: url("./pin.png");
}
.newlink li a{
color: black;
font-size: 14px;
/* to make the bullet images and the links in a straight line */
position: relative;
bottom: 8px;
}
.searchbar{
font-size: 24px;
padding-bottom: 20px;
}
input.size{
width: 150px;
height: 25px;
}
input.searching{
width: 30px;
position: relative;
top:10px;
}
/* bottom-content */
.bottom p a{
color: #EEF3CD;
display:inline-block;
text-decoration:none;
border-bottom: dotted;
border-width: 0.7px;
}
.bottom{
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
font-size: 11px;
word-spacing: 5px;
}
/* responsive-tab */
@media only screen and (max-width:768px){
.body{
background-color: black;
width: 100%;
height: 100%;
}
.white{
width: 93.5%;
margin: 0 25px 0 25px;
height: 2000px;
}
.left{
float: left;
width: 70%;
height: 100%;
margin:10px 15px 10px 15px;
padding:0;
}
.right{
background-color:rgba(192, 190, 190, 0.349);
float:right;
width: 25%;
height: 96%;
border-left: 1px solid rgba(192, 190, 190, 0.349);
margin-left: -150px;
position: relative;
left: -3px;
}
table{
width: 470px;
}
.img1{
width: 100px;
}
.img2{
margin-left: 150px;
width: 100px;
}
.img3{
margin-left: 380px;
width: 100px;
}
input.size{
width: 90px;
padding-left: 0 0 0 0 ;
margin: 0;
}
.searching{
width: 30px;
position: relative;
top:10px;
left: 30px;
padding: 0;
margin: 0;
}
} | 0.371365 | 0.089335 |
.CategoryBanner {
display: flex;
align-items: center;
align-content: stretch;
position: relative;
padding: 16px 20px;
background-color: transparent;
margin-bottom: 8px;
}
.CategoryBanner::before {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
background-color: #444;
border-radius: 8px;
padding: 20px;
width: 100%;
height: 100%;
opacity: 0.08;
}
.CategoryBanner .CategoryBanner__Icon {
flex: 0 0 68px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
padding-right: 20px;
}
.CategoryBanner .CategoryBanner__TitleContainer {
display: flex;
align-items: center;
}
.CategoryBanner .NewBadge {
margin-left: 8px;
border-radius: 4px;
z-index: 1;
padding: 4px 5px;
font-weight: 600;
font-size: 10px;
line-height: 5px;
letter-spacing: -0.2px;
font-style: normal;
color: #fff;
text-transform: uppercase;
}
.CategoryBanner--poi {
cursor: pointer;
}
.CategoryBanner.CategoryBanner--catalyst .NewBadge,
.CategoryBanner.CategoryBanner--catalyst:hover::before,
.CategoryBanner.CategoryBanner--catalyst.CategoryBanner--active::before {
background-color: var(--background-catalyst);
}
.CategoryBanner.CategoryBanner--poi .NewBadge,
.CategoryBanner.CategoryBanner--poi:hover::before,
.CategoryBanner.CategoryBanner--poi.CategoryBanner--active::before {
background-color: var(--background-poi);
}
.CategoryBanner.CategoryBanner--add_poi .NewBadge,
.CategoryBanner.CategoryBanner--add_poi:hover::before,
.CategoryBanner.CategoryBanner--add_poi.CategoryBanner--active::before {
background-color: var(--background-poi);
}
.CategoryBanner.CategoryBanner--remove_poi .NewBadge,
.CategoryBanner.CategoryBanner--remove_poi:hover::before,
.CategoryBanner.CategoryBanner--remove_poi.CategoryBanner--active::before {
background-color: var(--background-remove-poi);
}
.CategoryBanner.CategoryBanner--ban_name .NewBadge,
.CategoryBanner.CategoryBanner--ban_name:hover::before,
.CategoryBanner.CategoryBanner--ban_name.CategoryBanner--active::before {
background-color: var(--background-ban-name);
}
.CategoryBanner.CategoryBanner--grant .NewBadge,
.CategoryBanner.CategoryBanner--grant:hover::before,
.CategoryBanner.CategoryBanner--grant.CategoryBanner--active::before {
background-color: var(--background-grant);
}
.CategoryBanner.CategoryBanner--linked_wearables .NewBadge,
.CategoryBanner.CategoryBanner--linked_wearables:hover::before,
.CategoryBanner.CategoryBanner--linked_wearables.CategoryBanner--active::before {
background-color: var(--background-linked-wearables);
}
.CategoryBanner.CategoryBanner--poll .NewBadge,
.CategoryBanner.CategoryBanner--poll:hover::before,
.CategoryBanner.CategoryBanner--poll.CategoryBanner--active::before,
.CategoryBanner.CategoryBanner--draft .NewBadge,
.CategoryBanner.CategoryBanner--draft:hover::before,
.CategoryBanner.CategoryBanner--draft.CategoryBanner--active::before,
.CategoryBanner.CategoryBanner--governance .NewBadge,
.CategoryBanner.CategoryBanner--governance:hover::before,
.CategoryBanner.CategoryBanner--governance.CategoryBanner--active::before {
background-color: var(--background-poll);
}
.CategoryBanner .CategoryBanner__Icon img {
position: relative;
height: 100%;
width: auto;
}
.CategoryBanner .dg.Paragraph {
margin-bottom: 0;
}
.CategoryBanner .dg.Paragraph.Paragraph--tiny {
font-size: 15px;
} | src/components/Category/CategoryBanner.css | .CategoryBanner {
display: flex;
align-items: center;
align-content: stretch;
position: relative;
padding: 16px 20px;
background-color: transparent;
margin-bottom: 8px;
}
.CategoryBanner::before {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
background-color: #444;
border-radius: 8px;
padding: 20px;
width: 100%;
height: 100%;
opacity: 0.08;
}
.CategoryBanner .CategoryBanner__Icon {
flex: 0 0 68px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
padding-right: 20px;
}
.CategoryBanner .CategoryBanner__TitleContainer {
display: flex;
align-items: center;
}
.CategoryBanner .NewBadge {
margin-left: 8px;
border-radius: 4px;
z-index: 1;
padding: 4px 5px;
font-weight: 600;
font-size: 10px;
line-height: 5px;
letter-spacing: -0.2px;
font-style: normal;
color: #fff;
text-transform: uppercase;
}
.CategoryBanner--poi {
cursor: pointer;
}
.CategoryBanner.CategoryBanner--catalyst .NewBadge,
.CategoryBanner.CategoryBanner--catalyst:hover::before,
.CategoryBanner.CategoryBanner--catalyst.CategoryBanner--active::before {
background-color: var(--background-catalyst);
}
.CategoryBanner.CategoryBanner--poi .NewBadge,
.CategoryBanner.CategoryBanner--poi:hover::before,
.CategoryBanner.CategoryBanner--poi.CategoryBanner--active::before {
background-color: var(--background-poi);
}
.CategoryBanner.CategoryBanner--add_poi .NewBadge,
.CategoryBanner.CategoryBanner--add_poi:hover::before,
.CategoryBanner.CategoryBanner--add_poi.CategoryBanner--active::before {
background-color: var(--background-poi);
}
.CategoryBanner.CategoryBanner--remove_poi .NewBadge,
.CategoryBanner.CategoryBanner--remove_poi:hover::before,
.CategoryBanner.CategoryBanner--remove_poi.CategoryBanner--active::before {
background-color: var(--background-remove-poi);
}
.CategoryBanner.CategoryBanner--ban_name .NewBadge,
.CategoryBanner.CategoryBanner--ban_name:hover::before,
.CategoryBanner.CategoryBanner--ban_name.CategoryBanner--active::before {
background-color: var(--background-ban-name);
}
.CategoryBanner.CategoryBanner--grant .NewBadge,
.CategoryBanner.CategoryBanner--grant:hover::before,
.CategoryBanner.CategoryBanner--grant.CategoryBanner--active::before {
background-color: var(--background-grant);
}
.CategoryBanner.CategoryBanner--linked_wearables .NewBadge,
.CategoryBanner.CategoryBanner--linked_wearables:hover::before,
.CategoryBanner.CategoryBanner--linked_wearables.CategoryBanner--active::before {
background-color: var(--background-linked-wearables);
}
.CategoryBanner.CategoryBanner--poll .NewBadge,
.CategoryBanner.CategoryBanner--poll:hover::before,
.CategoryBanner.CategoryBanner--poll.CategoryBanner--active::before,
.CategoryBanner.CategoryBanner--draft .NewBadge,
.CategoryBanner.CategoryBanner--draft:hover::before,
.CategoryBanner.CategoryBanner--draft.CategoryBanner--active::before,
.CategoryBanner.CategoryBanner--governance .NewBadge,
.CategoryBanner.CategoryBanner--governance:hover::before,
.CategoryBanner.CategoryBanner--governance.CategoryBanner--active::before {
background-color: var(--background-poll);
}
.CategoryBanner .CategoryBanner__Icon img {
position: relative;
height: 100%;
width: auto;
}
.CategoryBanner .dg.Paragraph {
margin-bottom: 0;
}
.CategoryBanner .dg.Paragraph.Paragraph--tiny {
font-size: 15px;
} | 0.474875 | 0.143908 |
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Ubuntu:400,700,300);
ol, ul {
list-style:none;
}
* {
margin: 0;
padding: 0;
}
body {
font-weight: bold;
font-family: 'Droid Sans Mono';
background-color: #eee;
}
p, ul {
padding: 1em;
}
ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #eee;
max-width: var(--max-width);
}
li:nth-child(1) {
background: inherit;
flex-basis: 100%;
border: none;
box-shadow: none;
}
ul li {
flex-basis: 40%;
text-transform: uppercase;
}
li:nth-child(even) {
margin-right: 0.5em;
}
.body > ul:nth-child(1) > li:nth-child(1) {
text-transform: initial;
padding-bottom: 0;
padding-top: 0;
font-size: 3em;
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(1) li {
color: var(--pink-color);
border-color: var(--pink-color);
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(2) > li:nth-child(1) {
text-transform: initial;
padding-bottom: 0;
padding-top: 0;
margin: 0;
font-size: 3em;
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(2) li {
color: var(--blue-color);
border-color: var(--blue-color);
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(3) > li:nth-child(1) {
text-transform: initial;
padding-bottom: 0;
padding-top: 0;
margin: 0;
font-size: 3em;
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(3) li {
color: var(--green-color);
border-color: var(--green-color);
font-family: 'Ubuntu', sans-serif;
}
:root {
--pink-color: #e92663;
--green-color: #57bb8a;
--blue-color: #4285f4;
--max-width: 60em;
}
ul > li > ul > li {
text-transform: initial !important;
color: black !important;
border: none;
box-shadow: none;
font-weight: normal;
padding: 0;
margin: 0.2em 0 0 0;
flex-basis: 100%;
font-family: 'Droid Sans Mono' !important;
}
ul > li > ul {
padding: 0;
margin: 0;
background: white;
}
li {
flex: 4em 1 0;
padding: 0.6em;
background: white;
box-sizing: border-box;
border: solid 0.13em #666;
border-radius: 1em;
box-shadow: 0.3em 0.3em 0px 0px #dcdcdc;
text-align: left;
margin-top: 0.5em;
}
.hide {
visibility: hidden;
}
.header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: var(--max-width);
}
.usage {
font-family: 'Ubuntu', sans-serif;
font-weight: normal;
white-space: pre;
height: 3em;
padding-left: 1em;
}
.usage .one {
font-weight: bold;
font-family: 'Ubuntu', sans-serif;
}
.usage .two {
font-weight: bold;
color: var(--pink-color);
font-family: 'Ubuntu', sans-serif;
}
.usage .three {
font-weight: bold;
color: var(--blue-color);
font-family: 'Ubuntu', sans-serif;
}
.cheatsheet {
height: 0.5em;
font-weight: 300;
padding-right: 1em;
padding-top: 1em;
font-family: 'Ubuntu', sans-serif;
font-size: 2em;
}
.swift {
text-transform: uppercase !important;
padding-top: 1em;
color: var(--pink-color) !important;
font-weight: bold;
font-family: 'Ubuntu', sans-serif !important;
}
@media print {
body {
font-size: 55%;
}
ul {
max-width: 100%;
}
.header {
max-width: 100%;
}
li {
max-width: 60%;
/* chrome can't handle box shadows in PDF : https://bugs.chromium.org/p/chromium/issues/detail?id=174583 */
box-shadow: none;
}
} | docs/cheatsheet/cheatsheet.css | @import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Ubuntu:400,700,300);
ol, ul {
list-style:none;
}
* {
margin: 0;
padding: 0;
}
body {
font-weight: bold;
font-family: 'Droid Sans Mono';
background-color: #eee;
}
p, ul {
padding: 1em;
}
ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #eee;
max-width: var(--max-width);
}
li:nth-child(1) {
background: inherit;
flex-basis: 100%;
border: none;
box-shadow: none;
}
ul li {
flex-basis: 40%;
text-transform: uppercase;
}
li:nth-child(even) {
margin-right: 0.5em;
}
.body > ul:nth-child(1) > li:nth-child(1) {
text-transform: initial;
padding-bottom: 0;
padding-top: 0;
font-size: 3em;
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(1) li {
color: var(--pink-color);
border-color: var(--pink-color);
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(2) > li:nth-child(1) {
text-transform: initial;
padding-bottom: 0;
padding-top: 0;
margin: 0;
font-size: 3em;
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(2) li {
color: var(--blue-color);
border-color: var(--blue-color);
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(3) > li:nth-child(1) {
text-transform: initial;
padding-bottom: 0;
padding-top: 0;
margin: 0;
font-size: 3em;
font-family: 'Ubuntu', sans-serif;
}
.body > ul:nth-child(3) li {
color: var(--green-color);
border-color: var(--green-color);
font-family: 'Ubuntu', sans-serif;
}
:root {
--pink-color: #e92663;
--green-color: #57bb8a;
--blue-color: #4285f4;
--max-width: 60em;
}
ul > li > ul > li {
text-transform: initial !important;
color: black !important;
border: none;
box-shadow: none;
font-weight: normal;
padding: 0;
margin: 0.2em 0 0 0;
flex-basis: 100%;
font-family: 'Droid Sans Mono' !important;
}
ul > li > ul {
padding: 0;
margin: 0;
background: white;
}
li {
flex: 4em 1 0;
padding: 0.6em;
background: white;
box-sizing: border-box;
border: solid 0.13em #666;
border-radius: 1em;
box-shadow: 0.3em 0.3em 0px 0px #dcdcdc;
text-align: left;
margin-top: 0.5em;
}
.hide {
visibility: hidden;
}
.header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: var(--max-width);
}
.usage {
font-family: 'Ubuntu', sans-serif;
font-weight: normal;
white-space: pre;
height: 3em;
padding-left: 1em;
}
.usage .one {
font-weight: bold;
font-family: 'Ubuntu', sans-serif;
}
.usage .two {
font-weight: bold;
color: var(--pink-color);
font-family: 'Ubuntu', sans-serif;
}
.usage .three {
font-weight: bold;
color: var(--blue-color);
font-family: 'Ubuntu', sans-serif;
}
.cheatsheet {
height: 0.5em;
font-weight: 300;
padding-right: 1em;
padding-top: 1em;
font-family: 'Ubuntu', sans-serif;
font-size: 2em;
}
.swift {
text-transform: uppercase !important;
padding-top: 1em;
color: var(--pink-color) !important;
font-weight: bold;
font-family: 'Ubuntu', sans-serif !important;
}
@media print {
body {
font-size: 55%;
}
ul {
max-width: 100%;
}
.header {
max-width: 100%;
}
li {
max-width: 60%;
/* chrome can't handle box shadows in PDF : https://bugs.chromium.org/p/chromium/issues/detail?id=174583 */
box-shadow: none;
}
} | 0.462473 | 0.097993 |
padding: 0px;
margin: 0px;
}
#susanoo-dashboards-index .container-main.container-fluid > .alert {
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#susanoo-dashboards-index .masthead {
padding: 70px 0 80px;
margin-bottom: 20px;
color: #fff;
}
#susanoo-dashboards-index .jumbotron {
position: relative;
padding: 40px 0;
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
background: #020031;
background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #6d3353));
background: -webkit-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: -o-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: -ms-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: linear-gradient(45deg, #020031 0%, #6d3353 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
}
#susanoo-dashboards-index .masthead {
color: #fff;
}
#susanoo-dashboards-index .jumbotron {
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}
#susanoo-dashboards-index .rotate-45 {
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
#susanoo-dashboards-index .rotate-135 {
transform: rotate(135deg);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
#susanoo-dashboards-index .arrow {
background-image: url(/assets/arrow2-right.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
} | public/assets/susanoo/dashboards-a286a201f04566298bea952ce7aceb4c.css | padding: 0px;
margin: 0px;
}
#susanoo-dashboards-index .container-main.container-fluid > .alert {
margin-bottom: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
#susanoo-dashboards-index .masthead {
padding: 70px 0 80px;
margin-bottom: 20px;
color: #fff;
}
#susanoo-dashboards-index .jumbotron {
position: relative;
padding: 40px 0;
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
background: #020031;
background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #6d3353));
background: -webkit-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: -o-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: -ms-linear-gradient(45deg, #020031 0%, #6d3353 100%);
background: linear-gradient(45deg, #020031 0%, #6d3353 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
}
#susanoo-dashboards-index .masthead {
color: #fff;
}
#susanoo-dashboards-index .jumbotron {
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}
#susanoo-dashboards-index .rotate-45 {
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
#susanoo-dashboards-index .rotate-135 {
transform: rotate(135deg);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
#susanoo-dashboards-index .arrow {
background-image: url(/assets/arrow2-right.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
} | 0.262653 | 0.106272 |
.background {
position: absolute;
width: 100vw;
height: 100vh;
display: flex;
justify-content: space-around;
flex-direction: column;
align-items: center;
background: #232135;
}
.container {
color: white;
}
.container>h1 {
font-size: 3.5rem;
font-weight: 400;
margin-bottom: 40px;
padding: 0 20px;
max-width: 423px;
margin: 24px auto;
box-sizing: border-box;
width: 100%;
text-align: left;
}
@media screen and (max-width: 768px) {
.container>h1 {
font-size: 3rem;
font-weight: 400;
margin-bottom: 40px;
padding: 0 20px;
max-width: 423px;
margin: 24px auto;
box-sizing: border-box;
width: 100%;
text-align: left;
}
}
.container>p {
max-width: 423px;
font-weight: 100;
font-size: 14px;
padding: 0 20px;
margin: 24px auto;
box-sizing: border-box;
width: 100%;
text-align: left;
}
.container>.link_style {
background: rgba(255, 255, 255, .2);
border: 2px solid #fff;
border-radius: 5px;
max-width: 423px;
box-sizing: border-box;
width: 100%;
text-align: center;
font-weight: 500;
font-size: 20px;
padding: 14px 78px;
color: #fff;
margin: 30px auto;
cursor: pointer;
display: block;
}
.uneeq_logo {
width: 50%;
margin: 24px auto;
max-width: 400px;
}
.uneeq_logo img {
object-fit: cover;
width: 100%;
}
.lds-roller {
position: relative;
width: 100px;
height: 64px;
margin-bottom: 40px;
padding: 0 20px;
max-width: 423px;
margin: 24px auto;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 32px 32px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 50px;
left: 50px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 54px;
left: 45px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 57px;
left: 39px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 58px;
left: 32px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 57px;
left: 25px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 54px;
left: 19px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 50px;
left: 14px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 45px;
left: 10px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | public/stylesheets/index.css | .background {
position: absolute;
width: 100vw;
height: 100vh;
display: flex;
justify-content: space-around;
flex-direction: column;
align-items: center;
background: #232135;
}
.container {
color: white;
}
.container>h1 {
font-size: 3.5rem;
font-weight: 400;
margin-bottom: 40px;
padding: 0 20px;
max-width: 423px;
margin: 24px auto;
box-sizing: border-box;
width: 100%;
text-align: left;
}
@media screen and (max-width: 768px) {
.container>h1 {
font-size: 3rem;
font-weight: 400;
margin-bottom: 40px;
padding: 0 20px;
max-width: 423px;
margin: 24px auto;
box-sizing: border-box;
width: 100%;
text-align: left;
}
}
.container>p {
max-width: 423px;
font-weight: 100;
font-size: 14px;
padding: 0 20px;
margin: 24px auto;
box-sizing: border-box;
width: 100%;
text-align: left;
}
.container>.link_style {
background: rgba(255, 255, 255, .2);
border: 2px solid #fff;
border-radius: 5px;
max-width: 423px;
box-sizing: border-box;
width: 100%;
text-align: center;
font-weight: 500;
font-size: 20px;
padding: 14px 78px;
color: #fff;
margin: 30px auto;
cursor: pointer;
display: block;
}
.uneeq_logo {
width: 50%;
margin: 24px auto;
max-width: 400px;
}
.uneeq_logo img {
object-fit: cover;
width: 100%;
}
.lds-roller {
position: relative;
width: 100px;
height: 64px;
margin-bottom: 40px;
padding: 0 20px;
max-width: 423px;
margin: 24px auto;
}
.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 32px 32px;
}
.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
top: 50px;
left: 50px;
}
.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
top: 54px;
left: 45px;
}
.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
top: 57px;
left: 39px;
}
.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
top: 58px;
left: 32px;
}
.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
top: 57px;
left: 25px;
}
.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
top: 54px;
left: 19px;
}
.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
top: 50px;
left: 14px;
}
.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
top: 45px;
left: 10px;
}
@keyframes lds-roller {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} | 0.747616 | 0.087019 |
body {
padding-top: 10px;
padding-bottom: 20px;
/* scrollbar fix */
padding-right: 10px;
padding-left: 10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* styles for validation helpers */
.field-validation-error {
color: #b94a48;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #b94a48;
}
.validation-summary-valid {
display: none;
}
@media (min-width: 768px) {
.navbar-nav > li > a {
padding-top: 25px;
padding-bottom: 25px;
font-size: 30px;
line-height: 41px;
}
.nav-tabs {
margin-bottom: 20px;
}
}
#tab-content {
left: 25px;
}
.shifter {
position: absolute;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.ajax-loading-image {
width: 20px;
}
/*Bootstrap color:
@brand-primary: #337ab7; blue
@brand-success: #5cb85c; green
@brand-info: #5bc0de; light blue
@brand-warning: #f0ad4e; orange
@brand-danger: #d9534f; red
*/
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
::-webkit-scrollbar-thumb {
background: #5bc0de;
border-color: #46b8da;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:active {
background: #337ab7;
border-color: #2e6da4;
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0, 0, 0, 0.8);
}
/*ProductionColors*/
body.production #loadingbar {
background-color: #9FB1B7;
}
body.production div.navbar {
background-color: #079151;
border-color: #9FB1B7;
border-bottom-width: 2px;
}
body.production .navbar .navbar-nav > li.active a {
background-color: rgba(7, 0, 81, 0.2);
}
body.production .navbar .navbar-nav > li > a {
color: white;
}
body.production .navbar .navbar-nav > li > a:hover {
color: rgba(255, 255, 255, 0.8);
}
/*AbnahmeColors*/
body.abnahme #loadingbar {
background-color: #6C9AA3;
}
body.abnahme div.navbar {
background-color: #23508C;
border-color: #6C9AA3;
border-bottom-width: 2px;
}
body.abnahme .navbar .navbar-nav > li.active a {
background-color: rgba(7, 0, 81, 0.2);
}
body.abnahme .navbar .navbar-nav > li > a {
color: white;
}
body.abnahme .navbar .navbar-nav > li > a:hover {
color: rgba(255, 255, 255, 0.8);
}
/*testingcolors*/
body.testing #loadingbar {
background-color: #6C9AA3;
}
body.testing div.navbar {
background-color: #2E4B6B;
border-color: #6C9AA3;
border-bottom-width: 2px;
}
body.testing .navbar .navbar-nav > li.active a {
background-color: rgba(100, 200, 200, 0.2);
}
body.testing .navbar .navbar-nav > li > a {
color: white;
}
body.testing .navbar .navbar-nav > li > a:hover {
color: rgba(255, 255, 255, 0.8);
}
a.glyphicon-links {
float: right;
font-size: 20px;
margin-top: -4px;
}
div.row {
margin-bottom: 20px;
}
div.row h1 {
margin-top: 10px;
}
.sortable thead tr th {
cursor: pointer;
}
.sortable thead tr th.sorting-asc:after {
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
position: relative;
top: 1px;
content: "\e113";
}
.sortable thead tr th.sorting-desc:after {
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
position: relative;
top: 3px;
content: "\e114";
}
table thead tr th.buttons {
cursor: default;
}
table thead tr th.buttons.large {
width: 269px;
}
table thead tr th.buttons.standart {
width: 200px;
}
table thead tr th.buttons.historyeditdelete {
width: 201px;
}
table thead tr th.buttons.detailsedit {
width: 134px;
}
table thead tr th.buttons.historyedit {
width: 135px;
}
table thead tr th.buttons.download {
width: 56px;
}
table thead tr th.buttons.createreportforipad {
width: 156px;
}
table thead tr th.buttons.edit {
width: 66px;
}
table thead tr th.buttons.editdelete {
width: 132px;
}
table.equalize thead tr th:nth-child(1) {
width: 55%;
}
.plot {
height: 300px;
}
.right {
float: right;
}
.refreshbutton {
cursor: pointer;
}
.thumbnail a > img.refreshbuttonimage {
display: inline;
}
.nav-tabs > li.active > a:hover {
cursor: url("../images/reloadcursor.PNG"), auto;
cursor: default;
}
#refresh-page-button {
position: relative;
top: -66px;
float: right;
}
#refresh-page-button a {
float: right;
font-size: 37px;
margin-bottom: -67px;
}
#refresh-page-button a span {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
transform: rotate(0deg);
-webkit-transform-origin: 50% 46%;
-moz-transform-origin: 50% 46%;
-o-transform-origin: 50% 46%;
transform-origin: 50% 46%;
}
@media (min-width: 1200px) {
.container {
width: 100%;
}
}
#loadingbar {
height: 0px;
width: 0px;
position: absolute;
top: 0px;
z-index: 1400;
margin-left: -10px;
margin-right: 10px;
-webkit-transition: width 0.5s ease-out;
-moz-transition: width 0.5s ease-out;
-o-transition: width 0.5s ease-out;
transition: width 0.5s ease-out;
}
.input-group.search .input-group-btn .btn-group:nth-child(1) {
margin-left: 40px;
}
.input-group.search .input-group-btn .btn-group .btn-group button {
height: 46px;
}
p.searchresult {
margin-top: 20px;
}
.input-group.search .input-group-btn .btn-group label input[type=checkbox] {
display: none;
}
@media (min-width: 992px) {
.modal-lg {
width: 1200px;
}
}
.plotbutton {
display: none;
}
/*Chrome foxus fix*/
button:focus {
outline: 0;
}
/*Remove Mozilla Firefox Border – Remove Dotted Line Around Link */
a:active {
outline: none !important;
}
a:focus {
-moz-outline-style: none !important;
outline: none !important;
}
ul li:active {
outline: none !important;
}
ul li:focus {
-moz-outline-style: none !important;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .btn-group > .btn:focus {
outline: none !important;
}
.input-group-btn > .btn:focus {
outline: none !important;
}
.col-md-10 input, select {
max-width: none;
width: 100%;
}
.downloadbutton, .copybutton, .clipboardbutton, .inlineinputbutton {
background-color: lightgray;
}
.input-group.statisticbuttons {
margin-bottom: 20px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group {
margin-left: 20px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=radio] {
display: none;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=date] {
width: 190px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=date]:first-child {
border-radius: 0px;
margin-right: -1px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=date]:last-child {
margin-left: -1px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=number] {
width: 130px;
border-radius: 5px;
}
.lazyload, .lazyloaded {
display: none;
}
a.navigationbutton {
text-decoration: none;
}
div.barchart {
position: absolute;
bottom: 18px;
height: 0px;
-webkit-transition: height 2s ease-out;
-moz-transition: height 2s ease-out;
-o-transition: height 2s ease-out;
transition: height 2s ease-out;
}
span.barchartlabel {
position: absolute;
bottom: 20px;
-webkit-transition: bottom 2s ease-out;
-moz-transition: bottom 2s ease-out;
-o-transition: bottom 2s ease-out;
transition: bottom 2s ease-out;
}
.topnumberscounter {
border: 2px solid rgb(51, 122, 183);
border-radius: 50%;
display: inline-block;
font-size: 60px;
height: 160px;
line-height: 160px;
text-align: center;
vertical-align: middle;
width: 160px;
}
.form-control.check-box {
cursor: pointer;
margin: 0px;
}
.form-control.check-box {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #eeeeee;
}
#topbar {
font-size: 18px;
}
#topbar.fixed {
position: fixed;
top: 0px;
padding: 7px;
height: 54px;
border-radius: 5px;
left: 18px;
background-color: white;
width: calc(100% - 36px);
z-index: 1000;
}
#error-content.fixed-topbar {
margin-top: 70px;
}
#caching-button {
top: -66px;
float: right;
left: -50px;
height: 0px;
}
.onoffswitch {
position: relative;
width: 157px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 0px;
margin-top: 2px;
margin-bottom: 2px;
position: absolute;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 26px;
font-size: 16px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
background-clip: padding-box;
}
.onoffswitch-inner:before {
content: "\00a0 caching enabled";
padding-left: 7px;
background-color: #5cb85c;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "\00a0 caching disabled";
padding-right: 7px;
background-color: #d9534f;
color: #FFFFFF;
text-align: right;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
height: 30px;
}
.btn-group.tworadiobuttons {
padding-left: 15px;
}
.btn-group.tworadiobuttons input {
display: none;
}
.btn-group.tworadiobuttons label {
width: 50%;
}
.form-horizontal .control-label.col-md-12 {
text-align: left;
}
.col-md-12 input, textarea, select {
max-width: none;
width: 100%;
}
.col-md-12 textarea {
min-width: 100%;
max-width: 100%;
}
.col-md-12 textarea.expandonclick {
height: 34px;
-webkit-transition: height 0.5s ease-in-out;
-moz-transition: height 0.5s ease-in-out;
-o-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
}
.col-md-12 textarea.expanded {
height: auto;
min-height: 200px;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.searchinput {
max-width: 280px;
}
.clipboardbutton, .inlineinputbutton {
position: absolute;
top: 0px;
right: 15px;
}
.noneditable {
background-color: #fafafa;
}
.form-control.locked {
border: none;
box-shadow: none;
}
.btn-right {
float: right;
}
.btn-left {
float: left;
}
/*firefox fix to not display dotted corners around buttons etc*/
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
} | css/Site.css | body {
padding-top: 10px;
padding-bottom: 20px;
/* scrollbar fix */
padding-right: 10px;
padding-left: 10px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* styles for validation helpers */
.field-validation-error {
color: #b94a48;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #b94a48;
}
.validation-summary-valid {
display: none;
}
@media (min-width: 768px) {
.navbar-nav > li > a {
padding-top: 25px;
padding-bottom: 25px;
font-size: 30px;
line-height: 41px;
}
.nav-tabs {
margin-bottom: 20px;
}
}
#tab-content {
left: 25px;
}
.shifter {
position: absolute;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.ajax-loading-image {
width: 20px;
}
/*Bootstrap color:
@brand-primary: #337ab7; blue
@brand-success: #5cb85c; green
@brand-info: #5bc0de; light blue
@brand-warning: #f0ad4e; orange
@brand-danger: #d9534f; red
*/
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
::-webkit-scrollbar-thumb {
background: #5bc0de;
border-color: #46b8da;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:active {
background: #337ab7;
border-color: #2e6da4;
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0, 0, 0, 0.8);
}
/*ProductionColors*/
body.production #loadingbar {
background-color: #9FB1B7;
}
body.production div.navbar {
background-color: #079151;
border-color: #9FB1B7;
border-bottom-width: 2px;
}
body.production .navbar .navbar-nav > li.active a {
background-color: rgba(7, 0, 81, 0.2);
}
body.production .navbar .navbar-nav > li > a {
color: white;
}
body.production .navbar .navbar-nav > li > a:hover {
color: rgba(255, 255, 255, 0.8);
}
/*AbnahmeColors*/
body.abnahme #loadingbar {
background-color: #6C9AA3;
}
body.abnahme div.navbar {
background-color: #23508C;
border-color: #6C9AA3;
border-bottom-width: 2px;
}
body.abnahme .navbar .navbar-nav > li.active a {
background-color: rgba(7, 0, 81, 0.2);
}
body.abnahme .navbar .navbar-nav > li > a {
color: white;
}
body.abnahme .navbar .navbar-nav > li > a:hover {
color: rgba(255, 255, 255, 0.8);
}
/*testingcolors*/
body.testing #loadingbar {
background-color: #6C9AA3;
}
body.testing div.navbar {
background-color: #2E4B6B;
border-color: #6C9AA3;
border-bottom-width: 2px;
}
body.testing .navbar .navbar-nav > li.active a {
background-color: rgba(100, 200, 200, 0.2);
}
body.testing .navbar .navbar-nav > li > a {
color: white;
}
body.testing .navbar .navbar-nav > li > a:hover {
color: rgba(255, 255, 255, 0.8);
}
a.glyphicon-links {
float: right;
font-size: 20px;
margin-top: -4px;
}
div.row {
margin-bottom: 20px;
}
div.row h1 {
margin-top: 10px;
}
.sortable thead tr th {
cursor: pointer;
}
.sortable thead tr th.sorting-asc:after {
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
position: relative;
top: 1px;
content: "\e113";
}
.sortable thead tr th.sorting-desc:after {
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
position: relative;
top: 3px;
content: "\e114";
}
table thead tr th.buttons {
cursor: default;
}
table thead tr th.buttons.large {
width: 269px;
}
table thead tr th.buttons.standart {
width: 200px;
}
table thead tr th.buttons.historyeditdelete {
width: 201px;
}
table thead tr th.buttons.detailsedit {
width: 134px;
}
table thead tr th.buttons.historyedit {
width: 135px;
}
table thead tr th.buttons.download {
width: 56px;
}
table thead tr th.buttons.createreportforipad {
width: 156px;
}
table thead tr th.buttons.edit {
width: 66px;
}
table thead tr th.buttons.editdelete {
width: 132px;
}
table.equalize thead tr th:nth-child(1) {
width: 55%;
}
.plot {
height: 300px;
}
.right {
float: right;
}
.refreshbutton {
cursor: pointer;
}
.thumbnail a > img.refreshbuttonimage {
display: inline;
}
.nav-tabs > li.active > a:hover {
cursor: url("../images/reloadcursor.PNG"), auto;
cursor: default;
}
#refresh-page-button {
position: relative;
top: -66px;
float: right;
}
#refresh-page-button a {
float: right;
font-size: 37px;
margin-bottom: -67px;
}
#refresh-page-button a span {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
transform: rotate(0deg);
-webkit-transform-origin: 50% 46%;
-moz-transform-origin: 50% 46%;
-o-transform-origin: 50% 46%;
transform-origin: 50% 46%;
}
@media (min-width: 1200px) {
.container {
width: 100%;
}
}
#loadingbar {
height: 0px;
width: 0px;
position: absolute;
top: 0px;
z-index: 1400;
margin-left: -10px;
margin-right: 10px;
-webkit-transition: width 0.5s ease-out;
-moz-transition: width 0.5s ease-out;
-o-transition: width 0.5s ease-out;
transition: width 0.5s ease-out;
}
.input-group.search .input-group-btn .btn-group:nth-child(1) {
margin-left: 40px;
}
.input-group.search .input-group-btn .btn-group .btn-group button {
height: 46px;
}
p.searchresult {
margin-top: 20px;
}
.input-group.search .input-group-btn .btn-group label input[type=checkbox] {
display: none;
}
@media (min-width: 992px) {
.modal-lg {
width: 1200px;
}
}
.plotbutton {
display: none;
}
/*Chrome foxus fix*/
button:focus {
outline: 0;
}
/*Remove Mozilla Firefox Border – Remove Dotted Line Around Link */
a:active {
outline: none !important;
}
a:focus {
-moz-outline-style: none !important;
outline: none !important;
}
ul li:active {
outline: none !important;
}
ul li:focus {
-moz-outline-style: none !important;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .btn-group > .btn:focus {
outline: none !important;
}
.input-group-btn > .btn:focus {
outline: none !important;
}
.col-md-10 input, select {
max-width: none;
width: 100%;
}
.downloadbutton, .copybutton, .clipboardbutton, .inlineinputbutton {
background-color: lightgray;
}
.input-group.statisticbuttons {
margin-bottom: 20px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group {
margin-left: 20px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=radio] {
display: none;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=date] {
width: 190px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=date]:first-child {
border-radius: 0px;
margin-right: -1px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=date]:last-child {
margin-left: -1px;
}
.input-group.statisticbuttons .input-group-btn .btn-group .btn-group input[type=number] {
width: 130px;
border-radius: 5px;
}
.lazyload, .lazyloaded {
display: none;
}
a.navigationbutton {
text-decoration: none;
}
div.barchart {
position: absolute;
bottom: 18px;
height: 0px;
-webkit-transition: height 2s ease-out;
-moz-transition: height 2s ease-out;
-o-transition: height 2s ease-out;
transition: height 2s ease-out;
}
span.barchartlabel {
position: absolute;
bottom: 20px;
-webkit-transition: bottom 2s ease-out;
-moz-transition: bottom 2s ease-out;
-o-transition: bottom 2s ease-out;
transition: bottom 2s ease-out;
}
.topnumberscounter {
border: 2px solid rgb(51, 122, 183);
border-radius: 50%;
display: inline-block;
font-size: 60px;
height: 160px;
line-height: 160px;
text-align: center;
vertical-align: middle;
width: 160px;
}
.form-control.check-box {
cursor: pointer;
margin: 0px;
}
.form-control.check-box {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #eeeeee;
}
#topbar {
font-size: 18px;
}
#topbar.fixed {
position: fixed;
top: 0px;
padding: 7px;
height: 54px;
border-radius: 5px;
left: 18px;
background-color: white;
width: calc(100% - 36px);
z-index: 1000;
}
#error-content.fixed-topbar {
margin-top: 70px;
}
#caching-button {
top: -66px;
float: right;
left: -50px;
height: 0px;
}
.onoffswitch {
position: relative;
width: 157px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #999999;
border-radius: 0px;
margin-top: 2px;
margin-bottom: 2px;
position: absolute;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 26px;
font-size: 16px;
color: white;
font-family: Trebuchet, Arial, sans-serif;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
background-clip: padding-box;
}
.onoffswitch-inner:before {
content: "\00a0 caching enabled";
padding-left: 7px;
background-color: #5cb85c;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "\00a0 caching disabled";
padding-right: 7px;
background-color: #d9534f;
color: #FFFFFF;
text-align: right;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
height: 30px;
}
.btn-group.tworadiobuttons {
padding-left: 15px;
}
.btn-group.tworadiobuttons input {
display: none;
}
.btn-group.tworadiobuttons label {
width: 50%;
}
.form-horizontal .control-label.col-md-12 {
text-align: left;
}
.col-md-12 input, textarea, select {
max-width: none;
width: 100%;
}
.col-md-12 textarea {
min-width: 100%;
max-width: 100%;
}
.col-md-12 textarea.expandonclick {
height: 34px;
-webkit-transition: height 0.5s ease-in-out;
-moz-transition: height 0.5s ease-in-out;
-o-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
}
.col-md-12 textarea.expanded {
height: auto;
min-height: 200px;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.searchinput {
max-width: 280px;
}
.clipboardbutton, .inlineinputbutton {
position: absolute;
top: 0px;
right: 15px;
}
.noneditable {
background-color: #fafafa;
}
.form-control.locked {
border: none;
box-shadow: none;
}
.btn-right {
float: right;
}
.btn-left {
float: left;
}
/*firefox fix to not display dotted corners around buttons etc*/
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
} | 0.418935 | 0.076304 |
* {
padding: 0;
margin: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none; }
@font-face {
font-family: "Digital";
src: url("../fonts/digital.ttf") format("truetype");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
font-style: normal;
font-weight: 300; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
font-style: normal;
font-weight: 500; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
font-style: normal;
font-weight: 700; }
audio {
position: absolute;
top: -1000px; }
body, html {
width: 100%;
height: 100%;
font-family: "Roboto";
overflow: hidden;
background: #fff;
color: #333;
cursor: default; }
.container {
padding-left: 10px;
padding-right: 10px; }
.row {
display: block;
margin-left: -10px;
margin-right: -10px;
font-size: 0; }
*[class*="col-"] {
font-size: 14px;
display: inline-block;
vertical-align: top;
padding-left: 10px;
padding-right: 10px; }
.col-1 {
width: 8.33333%; }
.col-2 {
width: 16.66667%; }
.col-3 {
width: 25%; }
.col-4 {
width: 33.33333%; }
.col-5 {
width: 41.66667%; }
.col-6 {
width: 50%; }
.col-7 {
width: 58.33333%; }
.col-8 {
width: 66.66667%; }
.col-9 {
width: 75%; }
.col-10 {
width: 83.33333%; }
.col-11 {
width: 91.66667%; }
.col-12 {
width: 100%; }
.offset-bottom {
padding-bottom: 10px; }
.offset-top {
padding-top: 10px; }
.offset-left {
padding-left: 10px; }
.offset-right {
padding-right: 10px; }
.padless-left {
padding-left: 0; }
.padless-right {
padding-right: 0; }
/* controls */
.player-controls {
display: block;
border-bottom: 1px solid #fff;
box-shadow: 0 1px 0 0 #eee;
padding: 10px 0; }
.player-controls ul {
display: table;
table-layout: fixed;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
text-align: center;
margin-left: -10px;
padding: 0 5px; }
.player-controls ul > li {
display: table-cell;
vertical-align: top;
padding: 0 5px; }
.player-controls ul > li.small {
width: 30px; }
.player-controls ul > li.small button {
height: 20px;
line-height: 22px;
font-size: 10px; }
.player-controls button {
display: inline-block;
width: 100%;
height: 36px;
background: #ddd;
color: #333;
font-size: 24px;
line-height: 40px;
border-radius: 50%;
text-align: center;
border: none;
cursor: pointer;
-webkit-transition: .2s;
transition: .2s; }
.player-controls button:hover {
background: #f90; }
input[type="range"] {
-webkit-appearance: none;
height: 8px;
margin: 5px 0;
border-radius: 10px;
width: 100%;
display: block;
background: #eee; }
input[type="range"]:focus {
outline: none; }
input[type="range"]::-webkit-slider-runnable-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
box-shadow: none;
background: #eee;
border-radius: 10px;
border: 0.2px solid transparent; }
input[type="range"]::-webkit-slider-thumb {
box-shadow: none;
border: 1px solid transparent;
height: 16px;
width: 16px;
border-radius: 50%;
background: #f90;
cursor: pointer;
-webkit-appearance: none;
margin-top: -6px; }
input[type="range"]:focus::-webkit-slider-runnable-track {
background: #eee; }
input[type="range"].vertical {
width: 100px;
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -4px;
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
input[type="range"]#gain {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.track-info .image {
position: relative;
padding-top: 100%;
background: #eee;
border-radius: 50%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
overflow: hidden; }
.track-info .image:before {
content: '';
display: block;
background: url(../img/tux.png) no-repeat center;
background-size: 50%;
position: absolute;
top: 0;
left: 0;
/*opacity: .1;*/
width: 100%;
height: 100%;
z-index: 1; }
.track-info .image img {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
width: 100%;
height: auto;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.track-info .author,
.track-info .title {
font-size: 19px;
white-space: nowrap;
overflow: hidden;
font-weight: 300;
text-overflow: ellipsis;
color: #333;
line-height: 24px;
/*padding-right: 70px;*/ }
.track-info .title {
margin-top: 5px;
font-weight: 400; }
.track-info .author {
line-height: 20px;
font-weight: 400;
font-size: 15px;
margin-top: -5px;
margin-bottom: 5px;
color: rgba(51, 51, 51, 0.5); }
.track-info .time,
.track-info .duration {
font-family: "Digital";
font-size: 18px;
line-height: 22px;
/*position: absolute;*/
display: inline-block;
vertical-align: baseline;
z-index: 2; }
.track-info .time {
right: 10px;
top: 15px; }
.track-info .duration {
font-size: 18px;
right: 10px;
top: 37px; }
.relative {
position: relative; }
.label {
display: block;
font-size: 12px;
line-height: 20px; }
.center {
text-align: center; }
.right {
text-align: right; }
.left {
text-align: left; }
.menu {
position: relative;
display: inline-block;
width: 40px;
height: 40px; }
.menu button {
width: 40px;
height: 40px;
line-height: 44px;
text-align: center; }
.menu input[type="file"] {
position: absolute;
top: -1000%; }
.menu ul {
position: absolute;
top: 100%;
right: 0;
width: 180px;
z-index: 2;
margin-top: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background: #fff;
display: block;
display: none;
padding: 10px 0;
text-align: left;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
.menu ul .icon {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
vertical-align: middle;
position: relative;
bottom: .1em;
font-size: 22px;
margin-right: 10px; }
.menu ul > li {
display: block;
width: 100%;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
line-height: 1.2;
text-overflow: ellipsis;
padding: 5px 15px;
-webkit-transition: .1s;
transition: .1s; }
.menu ul > li label {
margin: -5px -15px;
padding: 5px 15px;
display: block; }
.menu ul > li:hover {
background: #eee; }
.menu ul > li:active {
-webkit-transition: none;
transition: none;
background: #f90; }
.menu ul .separator {
padding: 0;
height: 1px;
margin: 10px 0;
background: #eee; }
.menu.active button {
background: #f90; }
.menu.active ul {
display: block; }
/*eq*/
.player-equalizer {
display: none;
background: #f0f0f0;
border-bottom: 1px solid #ddd;
height: 100px; }
.player-equalizer .table, .player-equalizer .col, .player-equalizer .row, .player-equalizer *[class*="col-"], .player-equalizer .container {
height: 100%; }
.player-equalizer .col {
position: relative;
padding-top: 100px; }
.player-equalizer .text {
position: absolute; }
.table {
display: table;
width: 100%;
table-layout: fixed; }
.table .col {
display: table-cell;
vertical-align: top; }
/*player-playlist*/
.player-playlist {
position: absolute;
top: 170px;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.player-playlist li {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 16px;
padding: 4px 10px;
cursor: default; }
.player-playlist li:hover {
background: #eee; }
.player-playlist .title {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: #eee;
line-height: 20px;
padding: 5px 10px;
cursor: pointer; }
/*progress*/
.progress {
height: 10px;
border-radius: 10px;
background: #eee;
overflow: hidden; }
.progress .bar {
height: 100%;
width: 0;
background: #f90; }
.paragraph {
font-size: 14px;
margin: 10px 0;
line-height: 20px; }
small {
display: block;
font-size: 12px;
line-height: 1.4;
color: rgba(51, 51, 51, 0.5); }
/*popup*/
h2 {
font-size: 24px;
font-weight: 600;
line-height: 1.1;
margin: 0 0 10px; }
.input {
display: block;
width: 100%;
height: 40px;
line-height: 20px;
padding: 5px 0;
font-family: "Roboto";
font-size: 14px;
background: #fff;
border: none;
border-bottom: 2px solid #eee;
box-shadow: none;
-webkit-transition: .2s;
transition: .2s; }
.input:hover {
border-color: #bbbbbb; }
.input:focus {
border-color: #f90; }
.btn {
display: inline-block;
border: none;
height: 40px;
line-height: 20px;
padding: 5px 15px;
background: #f90;
-webkit-transition: .2s;
transition: .2s;
cursor: pointer;
color: #fff;
font-family: "Roboto";
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
border-radius: 2px; }
.btn:hover {
background: #995c00; }
.btn.btn-block {
width: 100%;
display: block;
padding-left: 5px;
padding-right: 5px; }
.popup {
position: fixed;
z-index: 10;
padding: 10px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
white-space: nowrap;
-webkit-transition: .3s;
transition: .3s;
opacity: 0;
pointer-events: none; }
.popup:after {
content: '';
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle; }
.popup .inner {
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
padding: 20px;
display: inline-block;
vertical-align: middle;
border-radius: 2px;
width: 100%;
white-space: normal; }
.popup.active {
opacity: 1;
pointer-events: auto; } | css/full/skin.css | * {
padding: 0;
margin: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: none; }
@font-face {
font-family: "Digital";
src: url("../fonts/digital.ttf") format("truetype");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
font-style: normal;
font-weight: 400; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
font-style: normal;
font-weight: 300; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
font-style: normal;
font-weight: 500; }
@font-face {
font-family: "Roboto";
src: url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
font-style: normal;
font-weight: 700; }
audio {
position: absolute;
top: -1000px; }
body, html {
width: 100%;
height: 100%;
font-family: "Roboto";
overflow: hidden;
background: #fff;
color: #333;
cursor: default; }
.container {
padding-left: 10px;
padding-right: 10px; }
.row {
display: block;
margin-left: -10px;
margin-right: -10px;
font-size: 0; }
*[class*="col-"] {
font-size: 14px;
display: inline-block;
vertical-align: top;
padding-left: 10px;
padding-right: 10px; }
.col-1 {
width: 8.33333%; }
.col-2 {
width: 16.66667%; }
.col-3 {
width: 25%; }
.col-4 {
width: 33.33333%; }
.col-5 {
width: 41.66667%; }
.col-6 {
width: 50%; }
.col-7 {
width: 58.33333%; }
.col-8 {
width: 66.66667%; }
.col-9 {
width: 75%; }
.col-10 {
width: 83.33333%; }
.col-11 {
width: 91.66667%; }
.col-12 {
width: 100%; }
.offset-bottom {
padding-bottom: 10px; }
.offset-top {
padding-top: 10px; }
.offset-left {
padding-left: 10px; }
.offset-right {
padding-right: 10px; }
.padless-left {
padding-left: 0; }
.padless-right {
padding-right: 0; }
/* controls */
.player-controls {
display: block;
border-bottom: 1px solid #fff;
box-shadow: 0 1px 0 0 #eee;
padding: 10px 0; }
.player-controls ul {
display: table;
table-layout: fixed;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
text-align: center;
margin-left: -10px;
padding: 0 5px; }
.player-controls ul > li {
display: table-cell;
vertical-align: top;
padding: 0 5px; }
.player-controls ul > li.small {
width: 30px; }
.player-controls ul > li.small button {
height: 20px;
line-height: 22px;
font-size: 10px; }
.player-controls button {
display: inline-block;
width: 100%;
height: 36px;
background: #ddd;
color: #333;
font-size: 24px;
line-height: 40px;
border-radius: 50%;
text-align: center;
border: none;
cursor: pointer;
-webkit-transition: .2s;
transition: .2s; }
.player-controls button:hover {
background: #f90; }
input[type="range"] {
-webkit-appearance: none;
height: 8px;
margin: 5px 0;
border-radius: 10px;
width: 100%;
display: block;
background: #eee; }
input[type="range"]:focus {
outline: none; }
input[type="range"]::-webkit-slider-runnable-track {
width: 100%;
height: 8px;
cursor: pointer;
animate: 0.2s;
box-shadow: none;
background: #eee;
border-radius: 10px;
border: 0.2px solid transparent; }
input[type="range"]::-webkit-slider-thumb {
box-shadow: none;
border: 1px solid transparent;
height: 16px;
width: 16px;
border-radius: 50%;
background: #f90;
cursor: pointer;
-webkit-appearance: none;
margin-top: -6px; }
input[type="range"]:focus::-webkit-slider-runnable-track {
background: #eee; }
input[type="range"].vertical {
width: 100px;
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -4px;
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
input[type="range"]#gain {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
.track-info .image {
position: relative;
padding-top: 100%;
background: #eee;
border-radius: 50%;
-webkit-transform: translateZ(0);
transform: translateZ(0);
overflow: hidden; }
.track-info .image:before {
content: '';
display: block;
background: url(../img/tux.png) no-repeat center;
background-size: 50%;
position: absolute;
top: 0;
left: 0;
/*opacity: .1;*/
width: 100%;
height: 100%;
z-index: 1; }
.track-info .image img {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
width: 100%;
height: auto;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.track-info .author,
.track-info .title {
font-size: 19px;
white-space: nowrap;
overflow: hidden;
font-weight: 300;
text-overflow: ellipsis;
color: #333;
line-height: 24px;
/*padding-right: 70px;*/ }
.track-info .title {
margin-top: 5px;
font-weight: 400; }
.track-info .author {
line-height: 20px;
font-weight: 400;
font-size: 15px;
margin-top: -5px;
margin-bottom: 5px;
color: rgba(51, 51, 51, 0.5); }
.track-info .time,
.track-info .duration {
font-family: "Digital";
font-size: 18px;
line-height: 22px;
/*position: absolute;*/
display: inline-block;
vertical-align: baseline;
z-index: 2; }
.track-info .time {
right: 10px;
top: 15px; }
.track-info .duration {
font-size: 18px;
right: 10px;
top: 37px; }
.relative {
position: relative; }
.label {
display: block;
font-size: 12px;
line-height: 20px; }
.center {
text-align: center; }
.right {
text-align: right; }
.left {
text-align: left; }
.menu {
position: relative;
display: inline-block;
width: 40px;
height: 40px; }
.menu button {
width: 40px;
height: 40px;
line-height: 44px;
text-align: center; }
.menu input[type="file"] {
position: absolute;
top: -1000%; }
.menu ul {
position: absolute;
top: 100%;
right: 0;
width: 180px;
z-index: 2;
margin-top: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
background: #fff;
display: block;
display: none;
padding: 10px 0;
text-align: left;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
.menu ul .icon {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
vertical-align: middle;
position: relative;
bottom: .1em;
font-size: 22px;
margin-right: 10px; }
.menu ul > li {
display: block;
width: 100%;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
line-height: 1.2;
text-overflow: ellipsis;
padding: 5px 15px;
-webkit-transition: .1s;
transition: .1s; }
.menu ul > li label {
margin: -5px -15px;
padding: 5px 15px;
display: block; }
.menu ul > li:hover {
background: #eee; }
.menu ul > li:active {
-webkit-transition: none;
transition: none;
background: #f90; }
.menu ul .separator {
padding: 0;
height: 1px;
margin: 10px 0;
background: #eee; }
.menu.active button {
background: #f90; }
.menu.active ul {
display: block; }
/*eq*/
.player-equalizer {
display: none;
background: #f0f0f0;
border-bottom: 1px solid #ddd;
height: 100px; }
.player-equalizer .table, .player-equalizer .col, .player-equalizer .row, .player-equalizer *[class*="col-"], .player-equalizer .container {
height: 100%; }
.player-equalizer .col {
position: relative;
padding-top: 100px; }
.player-equalizer .text {
position: absolute; }
.table {
display: table;
width: 100%;
table-layout: fixed; }
.table .col {
display: table-cell;
vertical-align: top; }
/*player-playlist*/
.player-playlist {
position: absolute;
top: 170px;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.player-playlist li {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 16px;
padding: 4px 10px;
cursor: default; }
.player-playlist li:hover {
background: #eee; }
.player-playlist .title {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: #eee;
line-height: 20px;
padding: 5px 10px;
cursor: pointer; }
/*progress*/
.progress {
height: 10px;
border-radius: 10px;
background: #eee;
overflow: hidden; }
.progress .bar {
height: 100%;
width: 0;
background: #f90; }
.paragraph {
font-size: 14px;
margin: 10px 0;
line-height: 20px; }
small {
display: block;
font-size: 12px;
line-height: 1.4;
color: rgba(51, 51, 51, 0.5); }
/*popup*/
h2 {
font-size: 24px;
font-weight: 600;
line-height: 1.1;
margin: 0 0 10px; }
.input {
display: block;
width: 100%;
height: 40px;
line-height: 20px;
padding: 5px 0;
font-family: "Roboto";
font-size: 14px;
background: #fff;
border: none;
border-bottom: 2px solid #eee;
box-shadow: none;
-webkit-transition: .2s;
transition: .2s; }
.input:hover {
border-color: #bbbbbb; }
.input:focus {
border-color: #f90; }
.btn {
display: inline-block;
border: none;
height: 40px;
line-height: 20px;
padding: 5px 15px;
background: #f90;
-webkit-transition: .2s;
transition: .2s;
cursor: pointer;
color: #fff;
font-family: "Roboto";
font-size: 15px;
text-transform: uppercase;
font-weight: 500;
border-radius: 2px; }
.btn:hover {
background: #995c00; }
.btn.btn-block {
width: 100%;
display: block;
padding-left: 5px;
padding-right: 5px; }
.popup {
position: fixed;
z-index: 10;
padding: 10px;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
white-space: nowrap;
-webkit-transition: .3s;
transition: .3s;
opacity: 0;
pointer-events: none; }
.popup:after {
content: '';
display: inline-block;
width: 0;
height: 100%;
vertical-align: middle; }
.popup .inner {
background: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
padding: 20px;
display: inline-block;
vertical-align: middle;
border-radius: 2px;
width: 100%;
white-space: normal; }
.popup.active {
opacity: 1;
pointer-events: auto; } | 0.386879 | 0.07989 |
@charset "UTF-8";
/* Google Fonts */
/* Fonte Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
:root {
--fontePadrao: 'Roboto', sans-serif;
--bgColor01: #eee;
}*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;;
}
body {
background: url('../image/background.jpg');
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}
header#cabecalho {
text-align: center;
color: aqua;
}
header#cabecalho h1, header#cabecalho p {
padding-bottom: 5px;
}
header#cabecalho h1 {
padding-top: 10px;
font-variant: small-caps;
}
#principal,
#rodape {
width: 80%;
margin-left: auto;
margin-right: auto;
}
form div {
margin: 5px 0;
}
label {
font-weight: bold;
display: block;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select[id="campoSlc"] {
padding: 5px 10px;
border: none;
outline: none;
border-radius: 5px;
}
input[id="campoNome"],
input[id="campoSnome"] {
padding-left: 15px;
background-image: url('../image/icone-nome-sobrenome.png');
background-repeat: no-repeat;
background-size: 13px;
background-position: left center;
} /* Inserindo o icone na input de nome e sobrenome */
input[id="email"] {
padding-left: 15px;
background-image: url("../image/icone-email.png");
background-repeat: no-repeat;
background-size: 13px;
background-position: left center;
width: 100%;
} /* Inserindo o incone no input email */
input[id="celular"] {
padding-left: 15px;
background: url(../image/icone-telefone.png);
background-repeat: no-repeat;
background-size: 13px;
background-position: left center;
} /* Inserindo o icone no input tel */
form {
background-color: #eee;
margin: 0 auto;
border: 2px solid #000;
border-radius: 15px;
padding: 15px;
}
fieldset {
border: none;
}
.inline {
display: inline;
}
fieldset#msm {
border: 1px solid #000;
border-radius: 5px;
}
fieldset#msm legend {
text-align: center;
}
fieldset#msm div {
margin: 15px;
}
textarea {
width: 100%;
height: 259px;
border-radius: 5px;
padding: 5px;
}
#upload {
max-width: 100%;
margin-top: 15px;
border: 1px solid #000;
text-align: center;
}
#btns {
padding-top: 15px;
text-align: center;
}
#btns > input {
margin-left: 10px;
padding: 10px;
text-align: center;
background-color: #000;
color: #fff;
font-weight: bold;
border-radius: 20px;
}
#rodape {
margin-top: 25px;
background-color: #eee;
border-radius: 15px 15px 0 0;
padding: 15px;
text-align: center;
}
#destaque {
color: green;
}
#rodape a {
color: #000;
text-decoration: none;
font-weight: bolder;
}
#rodape a:hover {
color: green;
}
/* Responsividade */
@media (max-width: 500px) {
#principal {
max-width: 90%;
}
.inline {
display: block;
}
label.inline {
display: inline;
}
input[type="radio"] {
display: block;
}
#upload {
max-width: 80%;
}
input[type="file"] {
font-size: 14px;
}
footer#rodape {
width: 100%;
}
}
@media (max-width: 458px) {
input[type="file"] {
font-size: 9px;
}
} | css/style.css | @charset "UTF-8";
/* Google Fonts */
/* Fonte Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
:root {
--fontePadrao: 'Roboto', sans-serif;
--bgColor01: #eee;
}*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;;
}
body {
background: url('../image/background.jpg');
background-size: cover;
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
}
header#cabecalho {
text-align: center;
color: aqua;
}
header#cabecalho h1, header#cabecalho p {
padding-bottom: 5px;
}
header#cabecalho h1 {
padding-top: 10px;
font-variant: small-caps;
}
#principal,
#rodape {
width: 80%;
margin-left: auto;
margin-right: auto;
}
form div {
margin: 5px 0;
}
label {
font-weight: bold;
display: block;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select[id="campoSlc"] {
padding: 5px 10px;
border: none;
outline: none;
border-radius: 5px;
}
input[id="campoNome"],
input[id="campoSnome"] {
padding-left: 15px;
background-image: url('../image/icone-nome-sobrenome.png');
background-repeat: no-repeat;
background-size: 13px;
background-position: left center;
} /* Inserindo o icone na input de nome e sobrenome */
input[id="email"] {
padding-left: 15px;
background-image: url("../image/icone-email.png");
background-repeat: no-repeat;
background-size: 13px;
background-position: left center;
width: 100%;
} /* Inserindo o incone no input email */
input[id="celular"] {
padding-left: 15px;
background: url(../image/icone-telefone.png);
background-repeat: no-repeat;
background-size: 13px;
background-position: left center;
} /* Inserindo o icone no input tel */
form {
background-color: #eee;
margin: 0 auto;
border: 2px solid #000;
border-radius: 15px;
padding: 15px;
}
fieldset {
border: none;
}
.inline {
display: inline;
}
fieldset#msm {
border: 1px solid #000;
border-radius: 5px;
}
fieldset#msm legend {
text-align: center;
}
fieldset#msm div {
margin: 15px;
}
textarea {
width: 100%;
height: 259px;
border-radius: 5px;
padding: 5px;
}
#upload {
max-width: 100%;
margin-top: 15px;
border: 1px solid #000;
text-align: center;
}
#btns {
padding-top: 15px;
text-align: center;
}
#btns > input {
margin-left: 10px;
padding: 10px;
text-align: center;
background-color: #000;
color: #fff;
font-weight: bold;
border-radius: 20px;
}
#rodape {
margin-top: 25px;
background-color: #eee;
border-radius: 15px 15px 0 0;
padding: 15px;
text-align: center;
}
#destaque {
color: green;
}
#rodape a {
color: #000;
text-decoration: none;
font-weight: bolder;
}
#rodape a:hover {
color: green;
}
/* Responsividade */
@media (max-width: 500px) {
#principal {
max-width: 90%;
}
.inline {
display: block;
}
label.inline {
display: inline;
}
input[type="radio"] {
display: block;
}
#upload {
max-width: 80%;
}
input[type="file"] {
font-size: 14px;
}
footer#rodape {
width: 100%;
}
}
@media (max-width: 458px) {
input[type="file"] {
font-size: 9px;
}
} | 0.295027 | 0.078325 |
body {
background: #e7ecec;
margin: 0px;
padding: 0px;
}
@media (max-width: 540px) {
}
@media (min-width: 541px) and (max-width: 1000px) {
}
@media (min-width: 1001px) {
}
@media (max-width: 540px) {
header {
height: 50px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
header {
height: 70px;
}
}
@media (min-width: 1001px) {
header {
height: 100px;
}
}
header > .main {
border-bottom: 1px solid #c7c7c7;
}
header > .main > .nav {
float: right;
}
@media (max-width: 540px) {
.main {
min-width: 300px;
margin: 0px 10px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
.main {
width: 540px;
margin: 0px auto;
}
}
@media (min-width: 1001px) {
.main {
width: 960px;
margin: 0px auto;
}
}
@media (max-width: 540px) {
.logo {
width: 50px;
height: 50px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
.logo {
width: 70px;
height: 70px;
}
}
@media (min-width: 1001px) {
.logo {
width: 100px;
height: 100px;
}
}
.logo {
display: block;
float: left;
position: relative;
background: #079478;
}
.ulogo {
width: 100%;
height: 100%;
display: block;
background: url('/img/profile-user.png');
background-size: 50%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.userdata {
display: none;
width: 300px;
background: #079478;
position: absolute;
z-index: 20;
}
.logo:hover > .userdata {
display: block;
}
.userdata > ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.userdata > ul > li {
border-bottom: 1px solid #11a084;
}
.userdata > ul > li > h2 {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
padding: 12px 30px;
}
.userdata > ul > li > p:first-child {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
padding: 12px 30px 0px 30px;
}
.userdata > ul > li > p:last-child {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
padding: 0px 30px 12px 30px;
text-align: right;
}
.userdata > ul > li > a {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
display: block;
text-decoration: none;
padding: 12px 30px;
}
.userdata > ul > li > a:hover {
background: #077963;
}
.title {
display: inline-block;
vertical-align: top;
}
@media (max-width: 540px) {
.title > h1 {
line-height: 50px;
padding: 0px 0px 0px 10px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
.title > h1 {
line-height: 70px;
padding: 0px 0px 0px 20px;
}
}
@media (min-width: 1001px) {
.title > h1 {
line-height: 100px;
padding: 0px 0px 0px 50px;
}
}
.title > h1 {
margin: 0px;
font-size: 18pt;
color: #272727;
font-weight: 400;
}
@media (max-width: 540px) {
.title > h1 {
font-size: 14pt;
}
}
.lang {
position: absolute;
top: 0px;
right: 0px;
display: block;
width: 46px;
height: 46px;
background: #079478;
}
.lang:hover {
background: #15a98b;
}
.lang:hover > .langs{
display: block;
}
.lang > a {
height: 30px;
width: 30px;
display: block;
background-size: 100%;
border: 2px solid #e7ecec;
border-radius: 50%;
border-radius: 20px;
margin: 6px;
}
.langs {
display: none;
background: #15a98b;
width: 200px;
position: absolute;
top: 46px;
right: 0px;
float: right;
}
.langs > .langitem > a {
color: #e7ecec;
text-decoration: none;
line-height: 47px;
display: block;
height: 47px;
}
.langs > .langitem > a:hover {
background: #189e83;
}
.langs > .langitem > a > span {
height: 30px;
width: 30px;
display: block;
float: left;
background-size: 100%;
border: 2px solid #e7ecec;
border-radius: 50%;
border-radius: 20px;
margin: 6px;
}
@media (max-width: 540px) {
.mainarea > .main > h1 {
text-align: center;
}
}
.mainarea > .main > h1 {
margin: 0px;
padding: 15px 0px;
border-bottom: 1px solid #c7c7c7;
color: #186ec5;
font-size: 16pt;
font-weight: 400;
}
.alert {
margin: 0px;
padding: 15px;
list-style-type: none;
}
.alert > li {
font-size: 14pt;
font-weight: 100;
color: #e7ecec;
}
.alert-success {
background: #079478;
}
.alert-danger {
background: #c13737;
}
.secnav {
padding: 5px 0px;
border-bottom: 1px solid #c7c7c7;
}
.secnav > a {
color: #186ec5;
text-decoration: none;
line-height: 30px;
display: inline-block;
height: 30px;
margin: 0px 20px 0px 0px;
}
.secnav > a > span {
width: 30px;
height: 30px;
display: inline-block;
text-align: center;
line-height: 30px;
color: #e7ecec;
border-radius: 50%;
border-radius: 20px;
margin: 0px 5px 0px 0px;
font-weight: bold;
vertical-align: top;
font-size: 10pt;
}
.secnav > a > span.down {
background-image: url(/img/downicon2.png);
background-color: #079478;
background-size: 48%;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.secnav > a > span.add {
background-color: #079478;
}
.secnav > a > span.back {
background-color: #daa019;
}
.secnav > a:hover > span.add {
background-color: #0a7762;
}
.secnav > a:hover > span.back {
background-color: #bb8b1a;
}
.itemlist {
padding: 10px 0px;
}
.itemlist > p {
margin: 0px;
line-height: 38px;
border-bottom: 1px solid #dfe4e4;
}
.listsitem {
height: 38px;
border-bottom: 1px solid #dae0e0;
}
.listsitem:hover {
background: #d9dede;
}
.itemname {
line-height: 38px;
display: block;
white-space: nowrap;
width: 75%;
float: left;
}
.itemname.ready {
color: #12587b;
font-weight: bold;
}
.itemname.busy {
color: #9c9d9e;
font-weight: bold;
}
.numberCheck {
display: block;
float: left;
margin: 12px 10px 0px 0px;
}
.itemlist > h2 {
font-size: 14pt;
font-weight: 400;
text-indent: 10pt;
color: #333333;
margin: 50px 0px;
}
.itemlist > .listsitem > a {
display: block;
width: 30px;
height: 30px;
float: left;
margin: 3px 10px 3px 0px;
background-size: 50%;
background-position: 50% 50%;
background-repeat: no-repeat;
position: relative;
}
.itemlist > .listsitem > a.ready {
background-image: url('/img/ready.png');
}
.itemlist > .listsitem > a.busy {
background-image: url('/img/locked.png');
}
.itemlist > .listsitem > a.import1 {
background-image: url(/img/wait.png);
}
.itemlist > .listsitem > a.import2 {
background-image: url(/img/ready.png);
}
.itemlist > .listsitem > a.import3 {
background-image: url(/img/locked.png);
}
.itemlist > .listsitem > a.export1 {
background-image: url(/img/wait.png);
}
.itemlist > .listsitem > a.export2 {
background-image: url(/img/ready.png);
}
.itemlist > .listsitem > a.export3 {
background-image: url(/img/locked.png);
}
.itemlist > .listsitem > a.send1 {
background-image: url(/img/wait.png);
}
.itemlist > .listsitem > a.send2 {
background-image: url(/img/locked.png);
}
.itemlist > .listsitem > a.send3 {
background-image: url(/img/play.png);
}
.itemlist > .listsitem > a.send4 {
background-image: url(/img/suspended.png);
}
.itemlist > .listsitem > a.send5 {
background-image: url(/img/ready.png);
}
.itemlist > .listsitem > a.send6 {
background-image: url(/img/locked.png);
}
/*
.itemlist > .listsitem > a.send1 {
background-image: url('/img/send1.png');
}
.itemlist > .listsitem > a.send2 {
background-image: url('/img/send2.png');
}
.itemlist > .listsitem > a.send3 {
background-image: url('/img/send3.png');
}
.itemlist > .listsitem > a.import0 {
background-image: url(/img/send1.png);
}
.itemlist > .listsitem > a.import1 {
background-image: url(/img/send3.png);
}
.itemlist > .listsitem > a.import2 {
background-image: url(/img/send2.png);
}
*/
.statusdesc {
display: none;
position: absolute;
left: 30px;
height: 33px;
}
.statusdesc > .arr {
background: #079478;
position: absolute;
width: 15px;
height: 15px;
transform: rotate(45deg);
left: 6px;
top: 9px;
}
.statusdesc > .desc {
background: #079478;
color: #e7ecec;
line-height: 33px;
padding: 0px 30px;
margin: 0px 0px 0px 10px;
}
.impdesc {
width: 150px;
text-align: center;
}
.itemlist > .listsitem > a:hover > .statusdesc {
display: block;
}
.listitemmenu {
background-image: url('/img/menu-button.png');
background-color: #079478;
display: block;
width: 30px;
height: 30px;
background-position: 50% 50%;
background-size: 50%;
background-repeat: no-repeat;
display: block;
float: right;
margin: 4px 0px 0px 0px;
cursor: pointer;
position: relative;
}
.listitemmenu:hover {
background-color: #0a7762;
}
.listitemsubmenu {
display: none;
width: 220px;
background: #0a7762;
position: absolute;
right: 30px;
z-index: 10;
}
@media (max-width: 540px) {
.listitemsubmenu {
width: 270px;
}
}
.listitemsubmenu > p {
margin: 0px;
line-height: 36px;
border-bottom: 1px solid #11866f;
}
.listitemsubmenu > p:hover {
background: #126d5b;
}
.listitemsubmenu > p > span {
display: block;
float: left;
width: 26px;
height: 26px;
margin: 5px;
background-color: #e7ecec;
border-radius: 50%;
border-radius: 20px;
background-size: 47%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.listitemsubmenu > p > span.download {
background-image: url('/img/downicon.png');
}
.listitemsubmenu > p > span.edit {
background-image: url('/img/editicon.png');
}
.listitemsubmenu > p > span.delete {
background-image: url('/img/deleteicon.png');
}
.listitemsubmenu > p > span.numbers {
background-image: url('/img/editnicon.png');
}
.listitemsubmenu > p > a {
text-decoration: none;
color: #e7ecec;
display: block;
}
.listitemmenu:hover > .listitemsubmenu {
display: block;
}
.listitemsubmenu > ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.listitemsubmenu > ul > li {
border-bottom: 1px solid #11866f;
}
.listitemsubmenu > ul > li > p {
margin: 0px;
padding: 5px 0px 0px 5px;
font-size: 10pt;
color: #ececec;
}
.listitemsubmenu > ul > li > p.impdtitle {
padding: 10px 0px 0px 10px;
font-weight: bold;
}
.listitemsubmenu > ul > li > p.impdvalue {
padding: 0px 10px 10px 0px;
text-align: right;
}
.footer {
border-top: 5px solid #dbdede;
height: 120px;
}
.pages {
margin: 40px 0px 20px 0px;
text-align: center;
}
.pages > a {
display: inline-block;
width: 30px;
height: 30px;
background: #079478;
text-align: center;
line-height: 30px;
text-decoration: none;
color: #e7ecec;
margin: 2px;
}
.pages > a.long {
width: 70px;
}
.pages > a.current {
font-weight: bold;
background: #085244;
}
@media (max-width: 1000px) { .mobv { display: block; } }
@media (min-width: 1001px) { .mobv { display: none; } }
@media (max-width: 1000px) { .dstv { display: none; } }
@media (min-width: 1001px) { .dstv { display: block; } }
.udata {
margin: 0px 0px 30px 0px;
}
.udata > .desc {
color: #333333;
}
.udata > .val {
font-size: 14pt;
color: #333333;
} | public/css/template.css | body {
background: #e7ecec;
margin: 0px;
padding: 0px;
}
@media (max-width: 540px) {
}
@media (min-width: 541px) and (max-width: 1000px) {
}
@media (min-width: 1001px) {
}
@media (max-width: 540px) {
header {
height: 50px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
header {
height: 70px;
}
}
@media (min-width: 1001px) {
header {
height: 100px;
}
}
header > .main {
border-bottom: 1px solid #c7c7c7;
}
header > .main > .nav {
float: right;
}
@media (max-width: 540px) {
.main {
min-width: 300px;
margin: 0px 10px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
.main {
width: 540px;
margin: 0px auto;
}
}
@media (min-width: 1001px) {
.main {
width: 960px;
margin: 0px auto;
}
}
@media (max-width: 540px) {
.logo {
width: 50px;
height: 50px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
.logo {
width: 70px;
height: 70px;
}
}
@media (min-width: 1001px) {
.logo {
width: 100px;
height: 100px;
}
}
.logo {
display: block;
float: left;
position: relative;
background: #079478;
}
.ulogo {
width: 100%;
height: 100%;
display: block;
background: url('/img/profile-user.png');
background-size: 50%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.userdata {
display: none;
width: 300px;
background: #079478;
position: absolute;
z-index: 20;
}
.logo:hover > .userdata {
display: block;
}
.userdata > ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.userdata > ul > li {
border-bottom: 1px solid #11a084;
}
.userdata > ul > li > h2 {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
padding: 12px 30px;
}
.userdata > ul > li > p:first-child {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
padding: 12px 30px 0px 30px;
}
.userdata > ul > li > p:last-child {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
padding: 0px 30px 12px 30px;
text-align: right;
}
.userdata > ul > li > a {
margin: 0px;
font-size: 14pt;
color: #e7ecec;
font-weight: 400;
display: block;
text-decoration: none;
padding: 12px 30px;
}
.userdata > ul > li > a:hover {
background: #077963;
}
.title {
display: inline-block;
vertical-align: top;
}
@media (max-width: 540px) {
.title > h1 {
line-height: 50px;
padding: 0px 0px 0px 10px;
}
}
@media (min-width: 541px) and (max-width: 1000px) {
.title > h1 {
line-height: 70px;
padding: 0px 0px 0px 20px;
}
}
@media (min-width: 1001px) {
.title > h1 {
line-height: 100px;
padding: 0px 0px 0px 50px;
}
}
.title > h1 {
margin: 0px;
font-size: 18pt;
color: #272727;
font-weight: 400;
}
@media (max-width: 540px) {
.title > h1 {
font-size: 14pt;
}
}
.lang {
position: absolute;
top: 0px;
right: 0px;
display: block;
width: 46px;
height: 46px;
background: #079478;
}
.lang:hover {
background: #15a98b;
}
.lang:hover > .langs{
display: block;
}
.lang > a {
height: 30px;
width: 30px;
display: block;
background-size: 100%;
border: 2px solid #e7ecec;
border-radius: 50%;
border-radius: 20px;
margin: 6px;
}
.langs {
display: none;
background: #15a98b;
width: 200px;
position: absolute;
top: 46px;
right: 0px;
float: right;
}
.langs > .langitem > a {
color: #e7ecec;
text-decoration: none;
line-height: 47px;
display: block;
height: 47px;
}
.langs > .langitem > a:hover {
background: #189e83;
}
.langs > .langitem > a > span {
height: 30px;
width: 30px;
display: block;
float: left;
background-size: 100%;
border: 2px solid #e7ecec;
border-radius: 50%;
border-radius: 20px;
margin: 6px;
}
@media (max-width: 540px) {
.mainarea > .main > h1 {
text-align: center;
}
}
.mainarea > .main > h1 {
margin: 0px;
padding: 15px 0px;
border-bottom: 1px solid #c7c7c7;
color: #186ec5;
font-size: 16pt;
font-weight: 400;
}
.alert {
margin: 0px;
padding: 15px;
list-style-type: none;
}
.alert > li {
font-size: 14pt;
font-weight: 100;
color: #e7ecec;
}
.alert-success {
background: #079478;
}
.alert-danger {
background: #c13737;
}
.secnav {
padding: 5px 0px;
border-bottom: 1px solid #c7c7c7;
}
.secnav > a {
color: #186ec5;
text-decoration: none;
line-height: 30px;
display: inline-block;
height: 30px;
margin: 0px 20px 0px 0px;
}
.secnav > a > span {
width: 30px;
height: 30px;
display: inline-block;
text-align: center;
line-height: 30px;
color: #e7ecec;
border-radius: 50%;
border-radius: 20px;
margin: 0px 5px 0px 0px;
font-weight: bold;
vertical-align: top;
font-size: 10pt;
}
.secnav > a > span.down {
background-image: url(/img/downicon2.png);
background-color: #079478;
background-size: 48%;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.secnav > a > span.add {
background-color: #079478;
}
.secnav > a > span.back {
background-color: #daa019;
}
.secnav > a:hover > span.add {
background-color: #0a7762;
}
.secnav > a:hover > span.back {
background-color: #bb8b1a;
}
.itemlist {
padding: 10px 0px;
}
.itemlist > p {
margin: 0px;
line-height: 38px;
border-bottom: 1px solid #dfe4e4;
}
.listsitem {
height: 38px;
border-bottom: 1px solid #dae0e0;
}
.listsitem:hover {
background: #d9dede;
}
.itemname {
line-height: 38px;
display: block;
white-space: nowrap;
width: 75%;
float: left;
}
.itemname.ready {
color: #12587b;
font-weight: bold;
}
.itemname.busy {
color: #9c9d9e;
font-weight: bold;
}
.numberCheck {
display: block;
float: left;
margin: 12px 10px 0px 0px;
}
.itemlist > h2 {
font-size: 14pt;
font-weight: 400;
text-indent: 10pt;
color: #333333;
margin: 50px 0px;
}
.itemlist > .listsitem > a {
display: block;
width: 30px;
height: 30px;
float: left;
margin: 3px 10px 3px 0px;
background-size: 50%;
background-position: 50% 50%;
background-repeat: no-repeat;
position: relative;
}
.itemlist > .listsitem > a.ready {
background-image: url('/img/ready.png');
}
.itemlist > .listsitem > a.busy {
background-image: url('/img/locked.png');
}
.itemlist > .listsitem > a.import1 {
background-image: url(/img/wait.png);
}
.itemlist > .listsitem > a.import2 {
background-image: url(/img/ready.png);
}
.itemlist > .listsitem > a.import3 {
background-image: url(/img/locked.png);
}
.itemlist > .listsitem > a.export1 {
background-image: url(/img/wait.png);
}
.itemlist > .listsitem > a.export2 {
background-image: url(/img/ready.png);
}
.itemlist > .listsitem > a.export3 {
background-image: url(/img/locked.png);
}
.itemlist > .listsitem > a.send1 {
background-image: url(/img/wait.png);
}
.itemlist > .listsitem > a.send2 {
background-image: url(/img/locked.png);
}
.itemlist > .listsitem > a.send3 {
background-image: url(/img/play.png);
}
.itemlist > .listsitem > a.send4 {
background-image: url(/img/suspended.png);
}
.itemlist > .listsitem > a.send5 {
background-image: url(/img/ready.png);
}
.itemlist > .listsitem > a.send6 {
background-image: url(/img/locked.png);
}
/*
.itemlist > .listsitem > a.send1 {
background-image: url('/img/send1.png');
}
.itemlist > .listsitem > a.send2 {
background-image: url('/img/send2.png');
}
.itemlist > .listsitem > a.send3 {
background-image: url('/img/send3.png');
}
.itemlist > .listsitem > a.import0 {
background-image: url(/img/send1.png);
}
.itemlist > .listsitem > a.import1 {
background-image: url(/img/send3.png);
}
.itemlist > .listsitem > a.import2 {
background-image: url(/img/send2.png);
}
*/
.statusdesc {
display: none;
position: absolute;
left: 30px;
height: 33px;
}
.statusdesc > .arr {
background: #079478;
position: absolute;
width: 15px;
height: 15px;
transform: rotate(45deg);
left: 6px;
top: 9px;
}
.statusdesc > .desc {
background: #079478;
color: #e7ecec;
line-height: 33px;
padding: 0px 30px;
margin: 0px 0px 0px 10px;
}
.impdesc {
width: 150px;
text-align: center;
}
.itemlist > .listsitem > a:hover > .statusdesc {
display: block;
}
.listitemmenu {
background-image: url('/img/menu-button.png');
background-color: #079478;
display: block;
width: 30px;
height: 30px;
background-position: 50% 50%;
background-size: 50%;
background-repeat: no-repeat;
display: block;
float: right;
margin: 4px 0px 0px 0px;
cursor: pointer;
position: relative;
}
.listitemmenu:hover {
background-color: #0a7762;
}
.listitemsubmenu {
display: none;
width: 220px;
background: #0a7762;
position: absolute;
right: 30px;
z-index: 10;
}
@media (max-width: 540px) {
.listitemsubmenu {
width: 270px;
}
}
.listitemsubmenu > p {
margin: 0px;
line-height: 36px;
border-bottom: 1px solid #11866f;
}
.listitemsubmenu > p:hover {
background: #126d5b;
}
.listitemsubmenu > p > span {
display: block;
float: left;
width: 26px;
height: 26px;
margin: 5px;
background-color: #e7ecec;
border-radius: 50%;
border-radius: 20px;
background-size: 47%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.listitemsubmenu > p > span.download {
background-image: url('/img/downicon.png');
}
.listitemsubmenu > p > span.edit {
background-image: url('/img/editicon.png');
}
.listitemsubmenu > p > span.delete {
background-image: url('/img/deleteicon.png');
}
.listitemsubmenu > p > span.numbers {
background-image: url('/img/editnicon.png');
}
.listitemsubmenu > p > a {
text-decoration: none;
color: #e7ecec;
display: block;
}
.listitemmenu:hover > .listitemsubmenu {
display: block;
}
.listitemsubmenu > ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
.listitemsubmenu > ul > li {
border-bottom: 1px solid #11866f;
}
.listitemsubmenu > ul > li > p {
margin: 0px;
padding: 5px 0px 0px 5px;
font-size: 10pt;
color: #ececec;
}
.listitemsubmenu > ul > li > p.impdtitle {
padding: 10px 0px 0px 10px;
font-weight: bold;
}
.listitemsubmenu > ul > li > p.impdvalue {
padding: 0px 10px 10px 0px;
text-align: right;
}
.footer {
border-top: 5px solid #dbdede;
height: 120px;
}
.pages {
margin: 40px 0px 20px 0px;
text-align: center;
}
.pages > a {
display: inline-block;
width: 30px;
height: 30px;
background: #079478;
text-align: center;
line-height: 30px;
text-decoration: none;
color: #e7ecec;
margin: 2px;
}
.pages > a.long {
width: 70px;
}
.pages > a.current {
font-weight: bold;
background: #085244;
}
@media (max-width: 1000px) { .mobv { display: block; } }
@media (min-width: 1001px) { .mobv { display: none; } }
@media (max-width: 1000px) { .dstv { display: none; } }
@media (min-width: 1001px) { .dstv { display: block; } }
.udata {
margin: 0px 0px 30px 0px;
}
.udata > .desc {
color: #333333;
}
.udata > .val {
font-size: 14pt;
color: #333333;
} | 0.41834 | 0.093719 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body,
html {
height: 100%; }
.wrapper {
font-family: "Roboto", sans-serif;
min-height: 100%;
background: #22B473; }
.container {
width: 85%;
margin: 0 auto;
color: #664D52; }
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after {
content: '';
content: none; }
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
.header {
font-size: 26px;
height: 100%; }
.headmenu {
text-align: center; }
.headmenu__item {
display: inline-block; }
.headmenu__link {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
padding: 10px;
color: #664D52;
font-size: 18px; }
.headmenu__link:focus, .headmenu__link:hover {
background: #A6B5AB;
color: #fff; }
@media (min-width: 767px) {
.headmenu__link {
padding: 20px;
font-size: 24px; } }
.headmenu__link-clear:focus, .headmenu__link-clear:hover {
background: #B0171F; }
.header__desc {
padding: 50px 0 0;
font-size: 20px; }
@media (min-width: 767px) {
.header__desc {
font-size: 30px; } }
.header__name {
text-align: center; }
.header__contletter {
text-align: center;
padding: 130px 0; }
.header__letter {
font-size: 100px;
font-family: "Montserrat", sans-serif; }
@media (min-width: 767px) {
.header__letter {
font-size: 200px;
letter-spacing: 15px; } }
.scroll-helper {
display: block;
position: fixed;
bottom: 20px;
left: 50%;
width: 280px;
margin-left: -140px;
margin-top: 35px;
text-align: center;
font-size: 14px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
text-decoration: none !important;
color: #ffffff !important;
z-index: 10; }
.scroll-helper__icon {
background-color: rgba(0, 0, 0, 0.5);
display: block;
width: 51px;
height: 51px;
border-radius: 51px;
position: relative;
margin: 0 auto -10px;
transform-origin: center center;
-webkit-animation: arrow-animate 0.5s ease-in-out infinite;
-moz-animation: arrow-animate 0.5s ease-in-out infinite;
-ms-animation: arrow-animate 0.5s ease-in-out infinite;
-o-animation: arrow-animate 0.5s ease-in-out infinite;
animation: arrow-animate 0.5s ease-in-out infinite;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.list__row {
cursor: pointer; }
.modal_result {
display: none;
position: absolute;
background: #fff;
border-radius: 3px;
width: 280px;
top: 50%;
left: 50%;
margin: -130px 0 0 -140px;
z-index: 500;
font-size: 12px;
font-family: "Roboto", sans-serif;
-webkit-box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75); }
@media (min-width: 767px) {
.modal_result {
width: 500px;
margin: -130px 0 0 -250px; } }
.info_head {
text-align: center;
font-size: 16px; }
@media (min-width: 767px) {
.info_head {
font-size: 18px; } }
.main_info {
padding: 10px 0; }
@media (min-width: 767px) {
.main_info {
float: left;
width: 200px;
margin: 0 5px; } }
.info-group {
margin: 2px 0 0; }
.info-group > input,
.info-group > label {
display: block;
padding: 2px;
width: 100%;
box-sizing: border-box; }
.info-group > label {
background: #664D52;
color: #fff; }
@media (min-width: 767px) {
.info-group > label {
font-size: 16px; } }
.info-group > input {
color: #664D52;
font-size: 12px; }
@media (min-width: 767px) {
.info-group > input {
font-size: 16px; } }
.info-ctrl {
text-align: center; }
.btn {
cursor: pointer;
margin: 5px;
display: inline-block;
padding: 6px 12px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 4px;
-ms-touch-action: manipulation;
touch-action: manipulation; }
.btn-upd {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-upd:hover {
background-color: #449d44;
border-color: #398439; }
.btn-del {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-del:hover {
background-color: #c9302c;
border-color: #ac2925; }
.btn-cls {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-cls:hover {
background-color: #ec971f;
border-color: #d58512; }
.overlay {
display: none;
position: fixed;
overflow: auto;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 499; }
.table {
box-sizing: border-box;
border-collapse: collapse;
margin: 10px auto 50px;
display: none;
width: 100%;
background: #fff;
-webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);
box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75); }
th {
font-weight: bold; }
td,
th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
padding: 8px;
line-height: 1.42857143;
text-align: left;
font-weight: bold; }
tbody > tr:hover {
background: #f5f5f5; }
@media only screen and (max-width: 767px), (min-device-width: 767px) and (max-device-width: 1024px) {
tbody,
td,
th,
thead,
tr {
display: block;
font-size: 12px; }
td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%; }
td:before {
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap; }
td:nth-of-type(1):before {
content: "Name"; }
td:nth-of-type(2):before {
content: "Email"; }
td:nth-of-type(3):before {
content: "Telephone"; }
td:nth-of-type(4):before {
content: "City"; }
thead tr {
position: absolute;
top: -9999px;
left: -9999px; }
tr {
border: 1px solid #ccc; } } | Vld/css/main.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body,
html {
height: 100%; }
.wrapper {
font-family: "Roboto", sans-serif;
min-height: 100%;
background: #22B473; }
.container {
width: 85%;
margin: 0 auto;
color: #664D52; }
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after {
content: '';
content: none; }
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
.header {
font-size: 26px;
height: 100%; }
.headmenu {
text-align: center; }
.headmenu__item {
display: inline-block; }
.headmenu__link {
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
padding: 10px;
color: #664D52;
font-size: 18px; }
.headmenu__link:focus, .headmenu__link:hover {
background: #A6B5AB;
color: #fff; }
@media (min-width: 767px) {
.headmenu__link {
padding: 20px;
font-size: 24px; } }
.headmenu__link-clear:focus, .headmenu__link-clear:hover {
background: #B0171F; }
.header__desc {
padding: 50px 0 0;
font-size: 20px; }
@media (min-width: 767px) {
.header__desc {
font-size: 30px; } }
.header__name {
text-align: center; }
.header__contletter {
text-align: center;
padding: 130px 0; }
.header__letter {
font-size: 100px;
font-family: "Montserrat", sans-serif; }
@media (min-width: 767px) {
.header__letter {
font-size: 200px;
letter-spacing: 15px; } }
.scroll-helper {
display: block;
position: fixed;
bottom: 20px;
left: 50%;
width: 280px;
margin-left: -140px;
margin-top: 35px;
text-align: center;
font-size: 14px;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
text-decoration: none !important;
color: #ffffff !important;
z-index: 10; }
.scroll-helper__icon {
background-color: rgba(0, 0, 0, 0.5);
display: block;
width: 51px;
height: 51px;
border-radius: 51px;
position: relative;
margin: 0 auto -10px;
transform-origin: center center;
-webkit-animation: arrow-animate 0.5s ease-in-out infinite;
-moz-animation: arrow-animate 0.5s ease-in-out infinite;
-ms-animation: arrow-animate 0.5s ease-in-out infinite;
-o-animation: arrow-animate 0.5s ease-in-out infinite;
animation: arrow-animate 0.5s ease-in-out infinite;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }
.list__row {
cursor: pointer; }
.modal_result {
display: none;
position: absolute;
background: #fff;
border-radius: 3px;
width: 280px;
top: 50%;
left: 50%;
margin: -130px 0 0 -140px;
z-index: 500;
font-size: 12px;
font-family: "Roboto", sans-serif;
-webkit-box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75);
box-shadow: 10px 10px 12px -8px rgba(0, 0, 0, 0.75); }
@media (min-width: 767px) {
.modal_result {
width: 500px;
margin: -130px 0 0 -250px; } }
.info_head {
text-align: center;
font-size: 16px; }
@media (min-width: 767px) {
.info_head {
font-size: 18px; } }
.main_info {
padding: 10px 0; }
@media (min-width: 767px) {
.main_info {
float: left;
width: 200px;
margin: 0 5px; } }
.info-group {
margin: 2px 0 0; }
.info-group > input,
.info-group > label {
display: block;
padding: 2px;
width: 100%;
box-sizing: border-box; }
.info-group > label {
background: #664D52;
color: #fff; }
@media (min-width: 767px) {
.info-group > label {
font-size: 16px; } }
.info-group > input {
color: #664D52;
font-size: 12px; }
@media (min-width: 767px) {
.info-group > input {
font-size: 16px; } }
.info-ctrl {
text-align: center; }
.btn {
cursor: pointer;
margin: 5px;
display: inline-block;
padding: 6px 12px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border: 1px solid transparent;
border-radius: 4px;
-ms-touch-action: manipulation;
touch-action: manipulation; }
.btn-upd {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c; }
.btn-upd:hover {
background-color: #449d44;
border-color: #398439; }
.btn-del {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a; }
.btn-del:hover {
background-color: #c9302c;
border-color: #ac2925; }
.btn-cls {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236; }
.btn-cls:hover {
background-color: #ec971f;
border-color: #d58512; }
.overlay {
display: none;
position: fixed;
overflow: auto;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 499; }
.table {
box-sizing: border-box;
border-collapse: collapse;
margin: 10px auto 50px;
display: none;
width: 100%;
background: #fff;
-webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);
box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75); }
th {
font-weight: bold; }
td,
th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
padding: 8px;
line-height: 1.42857143;
text-align: left;
font-weight: bold; }
tbody > tr:hover {
background: #f5f5f5; }
@media only screen and (max-width: 767px), (min-device-width: 767px) and (max-device-width: 1024px) {
tbody,
td,
th,
thead,
tr {
display: block;
font-size: 12px; }
td {
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%; }
td:before {
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap; }
td:nth-of-type(1):before {
content: "Name"; }
td:nth-of-type(2):before {
content: "Email"; }
td:nth-of-type(3):before {
content: "Telephone"; }
td:nth-of-type(4):before {
content: "City"; }
thead tr {
position: absolute;
top: -9999px;
left: -9999px; }
tr {
border: 1px solid #ccc; } } | 0.338733 | 0.09401 |
.homepage #content {
padding: 15px 0
}
#homepage .game-column {
position: relative;
float: left;
width: 163px;
padding-top: 355px;
color: #787878;
font-size: 11px;
}
#homepage .game-column ul {
text-transform: uppercase;
}
#homepage .game-column li {
padding: 15px 0;
border-top: 1px solid #b3b0ac;
}
#homepage .game-column li:first-child {
border: none;
}
#homepage .game-column li span {
color: #505050;
font-size: 18px;
font-weight: bold;
}
#homepage .game-column li span.text-green {
color: #4a8432;
}
#homepage .game-column li span.text-red {
color: #944a4a;
}
#homepage .game-promo {
border: 1px solid #3E414A;
left: 6px;
top: -95px;
width: 163px;
height: 392px;
display: block;
position: absolute;
outline: none;
text-align: left;
padding: 0;
font-size: 16px;
color: #B2BAC7;
}
#homepage .game-promo:hover {
color: #fff;
}
#homepage .game-promo .game-tip {
line-height: 3.6;
text-align: center;
font-size: 14px;
}
#homepage #home-game-sc2 .game-promo {
background: url("../images/homepage/starcraft2.png") 0 0 no-repeat;
}
#homepage #home-game-sc2 .game-promo:hover,
#homepage #home-game-sc2 .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-wow .game-promo {
background: url("../images/homepage/wow.png") 0 0 no-repeat;
}
#homepage #home-game-wow .game-promo:hover,
#homepage #home-game-wow .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-d3 .game-promo {
background: url("../images/homepage/diablo3.png") 0 0 no-repeat;
}
#homepage #home-game-d3 .game-promo:hover,
#homepage #home-game-d3 .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-hs .game-promo {
background: url("../images/homepage/hearthstone.png") 0 0 no-repeat;
}
#homepage #home-game-hs .game-promo:hover,
#homepage #home-game-hs .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-heroes .game-promo {
background: url("../images/homepage/heroes.png") 0 0 no-repeat;
}
#homepage #home-game-heroes .game-promo:hover,
#homepage #home-game-heroes .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-overwatch .game-promo {
background: url("../images/homepage/overwatch.png") 0 0 no-repeat;
width: 162px;
}
#homepage #home-game-overwatch .game-promo:hover,
#homepage #home-game-overwatch .game-promo:focus {
background-position: -248px 0;
}
#welcome-intro {
padding: 40px 30px 10px;
}
#welcome-intro h2 {
margin-bottom: 20px;
}
#welcome-intro h2 #learn-more {
font-weight: normal;
color: #a2b9c2;
padding-right: 16px;
}
#welcome-intro h2 #learn-more:hover {
color: #fff;
}
#welcome-intro h2 #learn-more span {
color: #566b73;
display: inline-block;
font-size: 14px;
border: 1px solid #3a4c53;
position: relative;
top: -5px;
padding: 2px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#welcome-intro h2 #learn-more:hover span {
background: #3a4c53;
border-color: #3a4c53;
color: #93bdce;
}
#welcome-intro #welcome-left {
width: 670px;
float: left;
font-size: 14px;
}
#welcome-intro #welcome-left .button {
font-size: 12px;
margin-bottom: 5px;
margin-right: 10px;
display: inline-block;
color: #fff;
text-transform: uppercase;
padding: 8px 15px;
border-radius: 3px;
box-shadow: 0 0 4px 2px #202325;
background: #0081b4;
/* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* IE10+ */
background: linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 );
/* IE6-9 */
}
#welcome-intro #welcome-left .button:hover {
background: #008dc5;
}
#welcome-intro #welcome-right {
margin-top: -45px;
margin-right: -15px;
float: right;
color: #a2b9c2;
text-align: center;
padding-top: 10px;
}
#welcome-intro #welcome-right .app-screen {
width: 256px;
height: 176px;
background: url('../images/landings/app/app-screen-small.png') no-repeat 0 0;
}
#welcome-intro #welcome-right .text {
margin-top: -15px;
display: block;
text-align: center;
font-size: 14px;
}
#welcome-intro #welcome-right:hover .app-screen {
background-position: -256px 0;
}
#welcome-intro #welcome-right:hover .text {
color: #fff;
}
.homepage.logged-in #welcome-intro {
padding: 0 5px;
height: 190px;
}
.homepage.logged-in #welcome-intro .welcome-action {
margin-left: 20px;
margin-top: 65px;
text-align: left;
display: inline-block;
height: 72px;
color: #b2bac7;
}
.homepage.logged-in #welcome-intro #welcome-right {
margin-top: 0;
margin-right: 0;
}
.homepage.logged-in #welcome-intro .welcome-action:hover,
.homepage.logged-in #welcome-intro .welcome-action:focus {
color: #fff;
}
.homepage.logged-in #welcome-intro .welcome-icon {
display: inline-block;
vertical-align: top;
height: 72px;
width: 60px;
overflow: hidden;
background: url("../images/homepage/welcome-sprite.png") no-repeat 0 0;
}
.homepage.logged-in #welcome-intro #manage-games .welcome-icon {
background-position: 0 0;
}
.homepage.logged-in #welcome-intro #buy-games {
margin-left: 60px;
}
.homepage.logged-in #welcome-intro #buy-games .welcome-icon {
background-position: -60px 0;
}
.homepage.logged-in #welcome-intro .welcome-label {
display: inline-block;
vertical-align: top;
padding-top: 8px;
}
.homepage.logged-in #welcome-intro .welcome-headline {
display: block;
font: 16px/24px "Trebuchet MS", Arial, sans-serif;
}
.homepage.logged-in #welcome-intro .welcome-title {
display: inline-block;
vertical-align: top;
height: 24px;
padding: 0 8px 0 0;
}
.homepage.logged-in #welcome-intro .welcome-arrow {
display: inline-block;
vertical-align: top;
width: 24px;
height: 24px;
background: url("../images/homepage/promo-arrow.gif") no-repeat 0 -7px;
}
.homepage.logged-in #welcome-intro .welcome-action:hover .welcome-arrow,
.homepage.logged-in #welcome-intro .welcome-action:focus .welcome-arrow {
background-position: 0 -45px;
}
.homepage.logged-in #welcome-intro .welcome-description {
display: block;
font-size: 12px;
line-height: 16px;
height: 16px;
}
/* Transition game images on mouseover/focus */
#homepage #home-game-sc2 .game-promo,
#homepage #home-game-wow .game-promo,
#homepage #home-game-d3 .game-promo,
#homepage #home-game-hs .game-promo,
#homepage #home-game-overwatch .game-promo,
#homepage #home-game-heroes .game-promo {
transition: opacity 400ms ease;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
}
#homepage #home-game-sc2 .game-promo:focus,
#homepage #home-game-wow .game-promo:focus,
#homepage #home-game-d3 .game-promo:focus,
#homepage #home-game-hs .game-promo:focus,
#homepage #home-game-heroes .game-promo:focus,
#homepage #home-game-overwatch .game-promo:focus {
opacity: 1;
}
@charset "utf-8";
html, body {
font: normal 12px/1.5 "Trebuchet MS", Arial, sans-serif;
}
body {
min-width: 990px;
background: #040404 url("../images/layout/bg-top.jpg") 50% 0 no-repeat;
color: #4a4a4a;
}
/* text and headings */
h2 {
color: #393939;
font-weight: bold;
font-size: 28px;
letter-spacing: -1px;
}
h3 {
color: #393939;
font-weight: bold;
font-size: 16px;
}
h4 {
color: #727272;
font-size: 11px;
text-transform: uppercase;
}
a {
color: #00b6ff
}
a:hover,
a:focus {
color: #fff;
}
.text-green {
color: #4a8432;
}
.text-red {
color: #944a4a;
}
::-moz-selection {
color: #eee;
background: #006a9b;
}
::selection {
color: #eee;
background: #006a9b;
}
/* shadows */
.drop-shadow {
-moz-box-shadow: #888888 0 3px 10px;
-webkit-box-shadow: #888888 0 3px 10px;
box-shadow: #888888 0 3px 10px;
}
.glow-shadow {
-moz-box-shadow: #888888 0 0 10px;
-webkit-box-shadow: #888888 0 0 10px;
box-shadow: #888888 0 0 10px;
}
.glow-shadow-2 {
-moz-box-shadow: #b2b2b2 0 0 5px;
-webkit-box-shadow: #b2b2b2 0 0 5px;
box-shadow: #b2b2b2 0 0 5px;
}
.glow-shadow-3 {
-moz-box-shadow: #000 0 0 8px;
-webkit-box-shadow: #000 0 0 8px;
box-shadow: #000 0 0 8px;
}
/* borders */
.border-2 {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.border-3 {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.border-4 {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.border-5 {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* buttons */
.button1 span {
background-image: url("../images/buttons/button-1.png");
background-repeat: no-repeat;
color: #fff;
}
.button1.hover span,
.button1:hover span,
.button1.disabled span,
.button1.processing span {
color: #fff;
}
.landing .button1.disabled,
.landing .button1.disabled span {
color: #484a4d;
}
.button1.disabled span {
background-position: 0 -82px;
color: #666;
}
.button1.disabled span span {
background-position: right -205px;
}
.button2 span {
padding: 0 0 0 13px;
height: 30px;
line-height: 30px;
font-size: 11px;
background-image: url("../images/buttons/button-2.png");
background-repeat: no-repeat;
color: #fff;
}
.button2 span span {
padding: 0 13px 0 0;
background-position: 100% -123px;
}
.button2.hover span,
.button2:hover span,
.button2.disabled span,
.button2.processing span {
color: #fff;
}
.button2.hover span,
.button2:hover span {
background-position: 0 -41px;
}
.button2.hover span span,
.button2:hover span span {
background-position: 100% -164px;
}
.button4 span {
background-image: url("../images/buttons/button-large.png");
background-repeat: no-repeat;
color: #fff;
}
.button4:hover span,
.button4.disabled span,
.button4.disabled span {
color: #fff;
}
/* Recreated .ui-button styles that were removed in Common 5.0*/
.button1 span {
font: normal 12px/13px "Lucida Sans Unicode","Lucida Grande",sans-serif;
text-transform: uppercase;
padding: 0 0 0 28px;
}
.button1 span span {
line-height: 38px;
background-position: 100% -123px;
padding: 0 28px 0 0;
}
.button1:hover span {
background-position: 0 -41px;
}
.button1:hover span span {
background-position: 100% -164px;
}
/* Existing button styles */
.ui-button.button4 span {
height: 76px;
line-height: 76px;
font-size: 24px;
font-weight: bold;
padding-right: 40px;
background-position: 100% -246px;
cursor: pointer;
padding: 0 0 0 40px;
background-position: 0 0;
}
.ui-button.button4 span span {
padding: 0 40px 0 0;
background-position: 100% -246px;
}
.ui-button.button4.hover span {
background-position: 0 -82px;
}
.ui-button.button4.hover span span {
background-position: 100% -328px;
}
.ui-cancel {
border-left: 1px solid #bababa;
padding: 0;
margin-left: 10px;
}
.ui-cancel span {
padding: 0 15px;
}
.button3 {
background: #064680;
-moz-border-radius: 4px;
-moz-box-shadow: #444 0 0 5px;
-webkit-box-shadow: #444 0 0 5px;
box-shadow: #444 0 0 5px;
background-image: -moz-linear-gradient(top, #10508A, #013769);
background-image: -webkit-gradient(linear,center top, center bottom,from(#10508A),to(#013769));
}
.button3:hover {
background-image: -moz-linear-gradient(top, #3F7FB9, #1B5B95);
background-image: -webkit-gradient(linear,center top, center bottom,from(#3F7FB9),to(#1B5B95));
}
.button3 span {
height: auto;
line-height: normal;
color: #FFF;
padding: 0;
}
.button3 span span {
padding: 5px 10px;
}
/* breadcrumbs */
#header .ui-breadcrumb {
position: relative;
z-index: 2;
padding-top: 23px;
}
.ui-breadcrumb li {
}
.ui-breadcrumb li a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #363535;
display: inline-block;
padding: 0;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
.ui-breadcrumb li.last a {
background: none repeat scroll 0 0 #565C67;
color: #FFFFFF;
text-decoration: none;
padding: 0 7px;
}
.ui-breadcrumb li a:hover {
color: #00577e;
}
.ui-breadcrumb li:after {
content: "/";
display: inline-block;
margin: 0 7px;
color: #8b8b8b;
}
.ui-breadcrumb li.last:after {
content: "";
}
.ui-breadcrumb li.last a:hover {
color: #fff;
}
/* rate post */
.rate-post-wrapper {
position: relative;
white-space: nowrap;
margin-top: 29px;
padding: 1px 0 40px;
clear: both;
width: 110px;
}
.ie67 .rate-post-wrapper {
zoom: 1
}
.rate-post-wrapper .rate-up {
float: right;
margin-left: 0;
}
.rate-post-wrapper .rate-up .button-left,
.rate-post-wrapper .rate-up .button-right {
display: block;
height: 27px;
line-height: 27px;
background: url(../images/layout/cms/icon-rating.png) no-repeat;
}
.rate-post-wrapper .rate-up .button-left {
background-position: 0 -29px;
padding-left: 24px;
}
.rate-post-wrapper .rate-up .button-right {
background-position: 100% -118px;
padding-right: 10px;
}
.rate-post-wrapper .rate-up:hover .button-left {
background-position: 0 -59px;
}
.rate-post-wrapper .rate-up:hover .button-right {
background-position: 100% -148px;
color: #fff;
}
.rate-post-wrapper .downvote-wrapper {
position: relative;
float: right;
}
.rate-post-wrapper .rate-down {
display: block;
width: 44px;
height: 27px;
background: url(../images/layout/cms/icon-rating.png) no-repeat;
}
.rate-post-wrapper .rate-down:hover {
background-position: -44px 0;
}
.rate-post-wrapper .downvote-menu {
position: absolute;
right: 0;
top: 26px;
font-size: 12px;
}
.rate-post-wrapper .downvote-menu .ui-dropdown {
width: auto;
min-width: 87px;
}
.ie6 .rate-post-wrapper .downvote-menu .ui-dropdown {
width: 130px;
zoom: 1;
}
.rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper {
border-radius: 5px;
box-shadow: 0 0 3px #666;
width: auto;
min-width: 87px;
background-color: #c5c5c5;
}
.ie6 .rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper {
width: 117px;
zoom: 1;
}
.rate-post-wrapper .downvote-menu a {
padding: 5px 12px 0 10px;
display: block;
text-align: right;
color: #292929;
}
.rate-post-wrapper .downvote-menu a:hover {
text-decoration: underline;
color: #00A7F1
}
.rate-post-wrapper .downvote-menu .report-comment {
border-radius: 0 0 5px 5px;
border-top: 1px solid #a7a7a7;
padding: 2px 0 7px 0;
margin-top: 8px;
}
.rate-post-wrapper .downvote-menu .report-comment a {
line-height: 17px;
}
.rate-post-wrapper .downvote-menu .report-comment a:hover {
text-decoration: underline;
}
.rate-post-wrapper .downvote-menu .report-comment a:before {
content: " ";
display: inline-block;
width: 20px;
height: 17px;
background: url("../images/layout/cms/view-topic.gif?v=2") -67px 0 no-repeat;
float: left;
}
.rate-post-wrapper .downvote-menu .report-comment a:hover:before {
opacity: 0.9
}
.rate-post-wrapper.downvoted .rate-down,
.rate-post-wrapper.downvoted .rate-down:hover {
background-position: -88px 0;
}
.rate-post-wrapper.upvoted .rate-up .button-left,
.rate-post-wrapper.upvoted .rate-up:hover .button-left {
background-position: 0 -89px;
}
.rate-post-wrapper.upvoted .rate-up .button-right,
.rate-post-wrapper.upvoted .rate-up:hover .button-right {
background-position: 100% -178px;
color: #6B4F3D;
}
.rate-post-wrapper .downvote-wrapper,
.rate-post-wrapper .rate-up {
visibility: hidden
}
.rate-post-wrapper .downvote-wrapper.keep-shown,
.rate-post-wrapper .rate-up.keep-shown {
visibility: visible
}
.rate-post-wrapper.rate-post-login {
visibility: hidden
}
.ie67 .rate-post-wrapper .downvote-wrapper,
.ie67 .rate-post-wrapper .rate-up {
visibility: visible
}
.ie67 .rate-post-wrapper.rate-post-login {
visibility: visible
}
/* report post */
.report-post {
display: none
}
.report-post td {
vertical-align: top;
padding-left: 10px
}
.report-post .report-submit-wrapper {
padding-left: 0
}
.report-post td:first-child {
text-align: right;
padding-right: 10px;
padding-top: 17px
}
.report-post textarea {
border-radius: 5px;
padding: 5px 7px;
font-family: sans-serif
}
.report-post select {
padding: 5px 7px;
border-radius: 5px
}
.report-post .report-desc {
padding-top: 20px
}
.report-post .report-desc small {
display: block;
font-size: 10px
}
.cjk .report-post .report-desc small {
font-size: 12px
}
.report-post .report-detail {
padding: 10px 0
}
.report-post .ui-button {
float: left
}
.report-post .cancel-report {
display: block;
float: left;
height: 36px;
line-height: 36px;
padding-left: 10px
}
.report-post .report-success {
display: none
}
/* context menu */
.ko-kr .ui-context {
font-family: Dotum;
}
body .ui-context .context .context-links a {
background-image: url("../images/icons/context.gif");
background-repeat: no-repeat;
}
.ui-context .context .context-links .icon-profile {
background-position: 0 0;
display: none;
}
.ui-context .context .context-links .icon-posts {
background-position: 0 -30px;
}
.ui-context .context .context-links .icon-ignore {
background-position: 0 -60px;
}
.ui-context .context .context-links .icon-ban {
background-position: 0 -90px;
}
.context-link {
padding-right: 17px;
background: url("../images/icons/flyout-arrows.gif") 100% -25px no-repeat;
}
.context-link.context-open {
background-position: 100% -87px;
}
.ko-kr .context-link {
background-position: 100% -28px
}
.ko-kr .context-link:hover {
background-position: 100% -87px
}
/* pagination */
.ui-pagination li a {
background: url("../images/form/dropdown-bg.gif") 0 0 repeat-x;
color: #cecece;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.ui-pagination li a:hover {
background: url("../images/form/dropdown-bg.gif") 0 -40px repeat-x;
color: #fff;
text-decoration: none;
}
.ui-pagination li.current a {
background: #0080b2;
color: #fff;
}
.ui-pagination li.current a:hover {
background: #009ee2;
}
/* tooltip */
.ui-tooltip {
color: #c4d2db;
background: #4d606d;
border-radius: 4px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
padding: 8px 12px
}
.ui-tooltip h3 {
color: #fff;
}
.ui-tooltip .middle-center {
padding: 10px;
}
/* menu */
.flyout-menu {
padding-top: 20px;
background: url("../images/layout/menu-dropdown.gif") 0 0 no-repeat;
width: 190px;
}
.flyout-menu ul {
background: #4d606d;
width: 190px;
padding-bottom: 5px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
}
.flyout-menu ul li {
padding: 0 5px;
}
.flyout-menu ul li.divider {
padding: 3px 10px;
margin: 5px 0;
background: #364b58;
color: #627a8a;
}
.flyout-menu ul li a {
color: #acbdc8;
display: block;
padding: 3px 5px;
}
.flyout-menu ul li a:hover {
background: #6b7f8d;
color: #fff;
-moz-border-radius: 3px;
}
/* overlay */
#overlay {
padding: 20px;
color: #000;
background: #d9d9d9;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* layout */
.wrapper {
width: 990px;
margin: 0 auto;
}
#layout-top {
background: url("../images/layout/bg-sides.png") bottom center repeat-x;
}
.landing-classic #layout-top {
height: 260px;
}
#layout-top .wrapper {
position: relative;
}
#layout-middle {
background: #d3d1ce url("../images/layout/bg-middle.jpg") top center repeat-x;
border-bottom: 4px solid #777674;
}
#layout-bottom {
background: #000 url("../images/layout/bg-top.jpg") no-repeat 50% 70%
}
/* header */
#header {
padding-top: 50px;
clear: both;
}
#logo {
height: 92px;
width: 402px;
position: relative;
z-index: 75;
margin-bottom: 10px;
}
#logo a,
#logo span {
width: 402px;
height: 92px;
display: block;
border: none;
text-indent: -9999px;
background: url("../local-common/images/logos/bnet-default.png") no-repeat;
}
/* header section */
#section {
margin-top: 10px;
background: url("../images/layout/section-bg.png") 50% 0 no-repeat;
padding: 20px;
}
#section h2 {
color: #62737E;
font-size: 26px;
margin-bottom: 5px;
font-weight: normal;
}
.homepage.logged-in #section {
margin-top: 30px;
}
.homepage #section {
padding: 0 0 120px 0;
}
#navigation {
margin-top: 10px;
padding: 15px 0;
}
#navigation h2 {
color: #62737E;
font-weight: normal;
border-right: 1px solid #495354;
float: left;
font-size: 36px;
margin: 0 20px 0 0;
padding-right: 20px
}
#navigation h2 a {
color: #62737E;
}
#navigation h2 a:hover {
color: #fff;
}
#navigation h3 {
color: #bdc4d0;
float: left;
font-size: 26px;
padding-top: 7px;
font-weight: normal;
}
#user-card {
float: right;
text-align: right;
}
#user-card h4 {
color: #fff;
font-size: 18px;
text-transform: none
}
/* search bar */
.search-bar {
float: right;
margin-top: 25px;
margin-right: 7px;
}
.search-bar div {
position: relative;
}
.search-bar input {
position: absolute;
top: 0;
}
.search-bar .search-button {
top: 0px;
right: -3px;
width: 32px;
height: 32px;
background-color: transparent;
border: none;
cursor: pointer
}
.search-bar .search-field {
width: 255px;
right: 32px;
font-size: 12px;
border: none;
color: #707070;
padding: 7px 5px;
background-color: transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-appearance: none;
}
.search-bar .search-field.active,
.search-bar .search-field:focus {
color: #000;
}
.search-bar form {
height: 32px;
width: 280px;
padding: 0 3px 0 20px;
background: url("../images/layout/search-bar.gif") 0 0 no-repeat;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* content */
#content {
padding: 25px 0;
min-height: 350px;
}
#page-header {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #afadac;
}
#page-header h2 {
margin-top: 0;
}
#page-content p {
margin: 0 0 15px 0;
}
#page-content form {
margin-top: 15px;
}
/* alternate pages */
#wrapper {
padding-bottom: 50px;
}
.wrapper {
width: 990px;
margin: 0 auto;
position: relative;
}
.wrapper #service {
right: -7px;
}
.wrapper #header-small {
padding: 15px 0;
text-align: center;
}
.wrapper #header-small #logo {
text-align: center;
}
.wrapper #header-small #logo a {
margin: 0 auto;
}
#alternate {
color: #68727b;
}
#alternate h2 {
color: #8c99a5;
}
#alternate h3 {
color: #cdd8e2;
}
#alternate #alternate-left {
float: left;
width: 550px;
}
#alternate #alternate-right {
float: right;
width: 350px;
}
#alternate .ui-cancel span {
border-color: #232628;
}
/* sub menu */
#sub-menu {
margin-bottom: 25px;
}
#sub-menu a {
padding: 4px 7px;
display: inline-block;
margin-right: 10px;
color: #4a4a4a;
text-decoration: underline;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#sub-menu a:hover {
background: #e3e3e3;
text-decoration: none;
}
#sub-menu a.active {
background: #565c67;
color: #fff;
text-decoration: none;
}
#wrapper #sub-menu a {
color: #74B9D6;
}
#wrapper #sub-menu a:hover {
color: #4a4a4a;
}
#wrapper #sub-menu a.active {
color: #fff;
}
/* text */
.header {
font-size: 24px;
font-weight: normal;
}
.subheader {
font-size: 20px;
font-weight: normal;
}
.category {
font-size: 22px;
font-weight: normal;
color: #5D5D5D !important;
}
.subcategory {
font-size: 16px;
font-weight: normal;
color: #5D5D5D;
}
/* table */
.table-options {
height: 20px;
line-height: 20px;
}
.table-options .input {
padding: 1px;
}
.table-options .option {
float: right;
padding-left: 15px
}
.table-options .option .input {
padding-right: 2px
}
.table-options .ui-pagination {
padding: 0;
background: none;
height: 20px;
display: inline
}
.table-options .ui-pagination a {
height: 20px;
line-height: 20px;
}
/* typeahead */
.ui-typeahead-ghost .input-ghost {
color: #b1b1b1;
}
.ui-typeahead {
background-color: #FFFFFF;
border: 1px solid #BBBBBB;
margin-left: 17px;
margin-top: 1px;
font-size: 14px;
z-index: 2;
}
.ui-typeahead .group-title {
}
.ui-typeahead .group-list li a:hover,
.ui-typeahead li a:focus,
.ui-typeahead li a:active,
.ui-typeahead .group-list li a:hover em,
.ui-typeahead li a:focus em,
.ui-typeahead li a:active em {
color: #FFFFFF;
background-color: #3399FF;
}
.ui-typeahead .group-list a:hover,
.ui-typeahead .group-list a.item-active,
.ui-typeahead .group-list a:hover em,
.ui-typeahead .group-list a.item-active em {
color: #FFFFFF;
background-color: #3399FF;
}
.ui-typeahead .group-list a {
color: #000000;
font-family: Arial,sans-serif;
font-weight: bold;
}
.ui-typeahead .group-list a em {
border-bottom: none;
font-weight: normal;
color: #707070;
}
.ui-typeahead .group-list a .desc {
display: block;
font-size: 11px;
font-weight: normal;
white-space: normal;
color: #777;
}
.ui-typeahead .group-list a:hover .desc {
color: #FFF;
}
.ui-typeahead .icon-desc .title {
white-space: pre-wrap;
}
/* Feedback */
#feedback-page {
background: url('../local-common/images/layout/bg.jpg') no-repeat 0 0;
padding-bottom: 45px;
-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 10px #1e2023;
border-radius: 7px;
}
/* pagination buttons */
.ui-pagination li a {
padding: 3px 8px;
border-radius: 3px;
}
/* Temporarily override commons footer css until legal-lib 2.0 is finalized */
#legal-ratings {
width: auto;
}
#footer .nav-client .nav-btn {
background-color: #098cc8;
background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad);
background-image: linear-gradient(to bottom, #0f9ada, #0076ad);
color: #FFF;
}
#footer .nav-client .dropdown-menu .active > a,
#footer .nav-client .dropdown-menu .active > a:hover,
#footer .nav-client .dropdown-menu .active > a:focus {
color: #ffffff;
}
#footer .nav-client .nav-item {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
-webkit-transition: text-shadow 160ms ease, color 160ms ease;
transition: text-shadow 160ms ease, color 160ms ease;
}
#footer .nav-client .nav-a.footer-links-snowflake {
color: #99cee0;
font-weight: 700;
}
#footer .nav-client .nav-btn.disabled,
#footer .nav-client .nav-btn[disabled],
#footer .nav-client .nav-btn.disabled:hover,
#footer .nav-client .nav-btn.disabled:focus,
#footer .nav-client .nav-btn.disabled:active,
#footer .nav-client .nav-btn.disabled.active {
background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset;
}
#footer .nav-client .nav-btn:hover,
#footer .nav-client .nav-btn:focus {
background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd);
background-image: linear-gradient(to bottom, #37c0ff, #0097dd);
}
.nav-client .nav-collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height, 0.4s;
transition: height 0.4s;
}
.nav-client .nav-collapse.in {
height: auto;
}
#eu-cookie-compliance.agegate {
overflow: visible;
}
#eu-cookie-compliance.agegate .modal-body,
.modal.agegate #eu-cookie-compliance .modal-body {
overflow: visible;
}
#eu-cookie-compliance .btn {
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
box-sizing: border-box;
}
#eu-cookie-compliance .btn:focus {
outline: 0;
}
#eu-cookie-compliance .btn.active,
#eu-cookie-compliance .btn:active {
outline: 0;
}
#eu-cookie-compliance .btn.loading {
position: relative;
overflow: hidden;
}
#eu-cookie-compliance .btn.disabled,
#eu-cookie-compliance .btn[disabled] {
cursor: default !important;
}
#eu-cookie-compliance .btn.disabled-loading {
overflow: hidden;
position: relative;
}
.nav-client .dropdown,
.nav-client .dropdown.open,
.nav-client .dropdown.open > .nav-item,
.nav-client .dropdown.nav-client .open,
.nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-client .dropdown.open,
.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-client .dropdown.open,
.nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .dropdown.nav-client .open,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open {
position: relative;
}
.nav-client .dropdown-toggle {
display: inline-block;
position: relative;
}
.nav-client .dropdown-toggle:active,
.open .nav-client .dropdown-toggle,
.nav-client .open .dropdown-toggle {
outline: 0;
}
.nav-client .dropdown-menu {
position: absolute;
top: 100%;
display: none;
float: left;
min-width: 160px;
margin: 0;
list-style: none;
}
.nav-client .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.nav-client .dropdown-menu li > a {
display: block;
clear: both;
white-space: nowrap;
}
.nav-client .dropdown-menu li > a:hover,
.nav-client .dropdown-menu li > a:focus {
text-decoration: none;
}
.nav-client .dropdown-menu .active > a,
.nav-client .dropdown-menu .active > a:hover,
.nav-client .dropdown-menu .active > a:focus {
text-decoration: none;
}
.nav-client .dropdown-menu .disabled > a:hover,
.nav-client .dropdown-menu .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
cursor: default;
}
.nav-client .open > .dropdown-menu,
.open > .nav-client .dropdown-menu {
display: block;
}
.pull-right > .nav-client .dropdown-menu {
right: 0;
left: auto;
}
.dropdown .nav-client .dropdown-menu .nav-header,
.nav-client .dropdown .dropdown-menu .nav-header,
.nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#eu-cookie-compliance .modal-header,
#eu-cookie-compliance #eu-cookie-compliance .modal-header {
display: block;
}
.alert #eu-cookie-compliance #cookie-compliance-close,
.alert .nav-client .nav-close {
position: relative;
top: 0;
right: -10px;
}
.alert-block #eu-cookie-compliance #cookie-compliance-close,
.alert-icon #eu-cookie-compliance #cookie-compliance-close,
.alert-block .nav-client .nav-close,
.alert-icon .nav-client .nav-close {
top: -10px;
right: -34px;
}
#eu-cookie-compliance .btn .label,
#eu-cookie-compliance .btn .badge {
position: relative;
top: -1px;
}
#eu-cookie-compliance .btn {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin: 3px 0;
padding: 6px 20px;
font-size: 15px;
line-height: 20px;
height: 34px;
background-color: rgba(0, 0, 0, 0.15);
color: #00aeff;
border: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 0 rgba(0, 0, 0, 0);
border-radius: 2px;
-webkit-transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
}
#eu-cookie-compliance .btn.active,
#eu-cookie-compliance .btn:active {
padding: 7px 19px 5px 21px;
}
#eu-cookie-compliance .btn.disabled:active,
#eu-cookie-compliance .btn[disabled]:active,
#eu-cookie-compliance .btn.disabled.active,
#eu-cookie-compliance .btn[disabled].active {
padding: 6px 20px !important;
}
#eu-cookie-compliance .btn:hover,
#eu-cookie-compliance .btn:focus {
background-color: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
#eu-cookie-compliance .btn:active,
#eu-cookie-compliance .btn.active {
background-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.07);
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
#eu-cookie-compliance .btn.disabled,
#eu-cookie-compliance .btn[disabled],
#eu-cookie-compliance .btn.disabled:hover,
#eu-cookie-compliance .btn.disabled:focus,
#eu-cookie-compliance .btn.disabled:active,
#eu-cookie-compliance .btn.disabled.active {
background-color: rgba(0, 0, 0, 0.1) !important;
color: rgba(255, 255, 255, 0.3) !important;
border-color: rgba(255, 255, 255, 0.08) !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
#eu-cookie-compliance .btn.disabled.loading,
#eu-cookie-compliance .btn[disabled].loading,
#eu-cookie-compliance .btn.disabled:hover.loading,
#eu-cookie-compliance .btn.disabled:focus.loading,
#eu-cookie-compliance .btn.disabled:active.loading,
#eu-cookie-compliance .btn.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
#eu-cookie-compliance .btn.btn-wide {
margin: 3px 0;
padding: 6px 40px;
font-size: 15px;
line-height: 20px;
height: 34px;
}
#eu-cookie-compliance .btn.btn-wide.active,
#eu-cookie-compliance .btn.btn-wide:active {
padding: 7px 39px 5px 41px;
}
#eu-cookie-compliance .btn.btn-wide.disabled:active,
#eu-cookie-compliance .btn.btn-wide[disabled]:active,
#eu-cookie-compliance .btn.btn-wide.disabled.active,
#eu-cookie-compliance .btn.btn-wide[disabled].active {
padding: 6px 40px !important;
}
#eu-cookie-compliance .btn-primary {
background-color: #098cc8;
color: #ffffff;
border: 1px solid transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
border-radius: 2px;
-webkit-transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad);
background-image: linear-gradient(to bottom, #0f9ada, #0076ad);
border: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
#eu-cookie-compliance .btn-primary:hover,
#eu-cookie-compliance .btn-primary:focus {
background-color: #21b0f1;
color: #ffffff;
border-color: transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
#eu-cookie-compliance .btn-primary:active,
#eu-cookie-compliance .btn-primary.active {
background-color: #006899;
color: rgba(255, 255, 255, 0.7);
border-color: transparent;
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
#eu-cookie-compliance .btn-primary.disabled,
#eu-cookie-compliance .btn-primary[disabled],
#eu-cookie-compliance .btn-primary.disabled:hover,
#eu-cookie-compliance .btn-primary.disabled:focus,
#eu-cookie-compliance .btn-primary.disabled:active,
#eu-cookie-compliance .btn-primary.disabled.active {
background-color: transparent !important;
color: rgba(255, 255, 255, 0.15) !important;
border-color: transparent !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
#eu-cookie-compliance .btn-primary.disabled.loading,
#eu-cookie-compliance .btn-primary[disabled].loading,
#eu-cookie-compliance .btn-primary.disabled:hover.loading,
#eu-cookie-compliance .btn-primary.disabled:focus.loading,
#eu-cookie-compliance .btn-primary.disabled:active.loading,
#eu-cookie-compliance .btn-primary.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
#eu-cookie-compliance .btn-primary:hover,
#eu-cookie-compliance .btn-primary:focus {
background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd);
background-image: linear-gradient(to bottom, #37c0ff, #0097dd);
}
#eu-cookie-compliance .btn-primary:active,
#eu-cookie-compliance .btn-primary.active {
background-image: -webkit-linear-gradient(top, #006ea1, #00608d);
background-image: linear-gradient(to bottom, #006ea1, #00608d);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}
#eu-cookie-compliance .btn-primary.disabled,
#eu-cookie-compliance .btn-primary[disabled],
#eu-cookie-compliance .btn-primary.disabled:hover,
#eu-cookie-compliance .btn-primary.disabled:focus,
#eu-cookie-compliance .btn-primary.disabled:active,
#eu-cookie-compliance .btn-primary.disabled.active {
background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset;
}
#eu-cookie-compliance .btn [class^="icon-"],
#eu-cookie-compliance .btn [class*=" icon-"] {
margin-top: 2px;
margin-left: -4px;
margin-right: 5px;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
opacity: 0.8;
}
#eu-cookie-compliance .btn:hover [class^="icon-"],
#eu-cookie-compliance .btn:focus [class^="icon-"],
#eu-cookie-compliance .btn:hover [class*=" icon-"],
#eu-cookie-compliance .btn:focus [class*=" icon-"] {
opacity: 1;
}
#eu-cookie-compliance .btn:active [class^="icon-"],
#eu-cookie-compliance .btn.active [class^="icon-"],
#eu-cookie-compliance .btn:active [class*=" icon-"],
#eu-cookie-compliance .btn.active [class*=" icon-"] {
opacity: 0.8;
}
#eu-cookie-compliance .btn.disabled [class^="icon-"],
#eu-cookie-compliance .btn[disabled] [class^="icon-"],
#eu-cookie-compliance .btn.disabled [class*=" icon-"],
#eu-cookie-compliance .btn[disabled] [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png") !important;
opacity: 0.15 !important;
}
#eu-cookie-compliance .btn.disabled:active [class^="icon-"],
#eu-cookie-compliance .btn[disabled]:active [class^="icon-"],
#eu-cookie-compliance .btn.disabled.active [class^="icon-"],
#eu-cookie-compliance .btn[disabled].active [class^="icon-"],
#eu-cookie-compliance .btn.disabled:active [class*=" icon-"],
#eu-cookie-compliance .btn[disabled]:active [class*=" icon-"],
#eu-cookie-compliance .btn.disabled.active [class*=" icon-"],
#eu-cookie-compliance .btn[disabled].active [class*=" icon-"] {
opacity: 0.15 !important;
}
#eu-cookie-compliance .btn.disabled.loading [class^="icon-"],
#eu-cookie-compliance .btn[disabled].loading [class^="icon-"],
#eu-cookie-compliance .btn.disabled.loading [class*=" icon-"],
#eu-cookie-compliance .btn[disabled].loading [class*=" icon-"] {
opacity: 0 !important;
}
#eu-cookie-compliance .btn-primary [class^="icon-"],
#eu-cookie-compliance .btn-primary [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
opacity: 1;
}
#eu-cookie-compliance .btn-primary:active [class^="icon-"],
#eu-cookie-compliance .btn-primary.active [class*=" icon-"] {
opacity: 0.7;
}
#eu-cookie-compliance .btn-primary.disabled [class^="icon-"],
#eu-cookie-compliance .btn-primary[disabled] [class^="icon-"],
#eu-cookie-compliance .btn-primary.disabled [class*=" icon-"],
#eu-cookie-compliance .btn-primary[disabled] [class*=" icon-"] {
opacity: 0.15;
}
#eu-cookie-compliance .btn-primary.disabled:active [class^="icon-"],
#eu-cookie-compliance .btn-primary[disabled]:active [class^="icon-"],
#eu-cookie-compliance .btn-primary.disabled.active [class^="icon-"],
#eu-cookie-compliance .btn-primary[disabled].active [class^="icon-"],
#eu-cookie-compliance .btn-primary.disabled:active [class*=" icon-"],
#eu-cookie-compliance .btn-primary[disabled]:active [class*=" icon-"],
#eu-cookie-compliance .btn-primary.disabled.active [class*=" icon-"],
#eu-cookie-compliance .btn-primary[disabled].active [class*=" icon-"] {
opacity: 0.15;
}
#eu-cookie-compliance .btn.loading:before {
content: "";
width: 20px;
height: 20px;
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-battlenet.png");
background-position: -140px 0;
display: inline-block;
position: absolute;
z-index: 1060;
left: 50%;
top: 50%;
margin-top: -10px;
margin-left: -10px;
-webkit-animation: keyframes-loading 0.8s steps(21) infinite;
animation: keyframes-loading 0.8s steps(21) infinite;
}
#eu-cookie-compliance .btn.btn-link.loading:before {
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-battlenet.png");
}
#eu-cookie-compliance .btn.disabled-loading {
height: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#eu-cookie-compliance .btn.loading:before {
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-40-battlenet.png");
background-size: 420px 20px;
}
#eu-cookie-compliance .btn.btn-primary.loading:before,
.btn#eu-cookie-compliance .btn-primary.loading:before {
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-40-battlenet.png");
background-size: 420px 20px;
}
}
#eu-cookie-compliance #cookie-compliance-close,
.nav-client .nav-close {
float: right;
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
line-height: 16px;
vertical-align: top;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
background-repeat: no-repeat;
background-position: -112px -96px;
text-indent: -9999px;
margin: 2px 2px 0 0;
cursor: pointer;
opacity: .2;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
}
#eu-cookie-compliance #cookie-compliance-close:focus,
#eu-cookie-compliance #cookie-compliance-close:hover,
.nav-client .nav-close:focus,
.nav-client .nav-close:hover,
.nav-client .nav-notification .nav-notification-remove:hover .nav-close {
text-decoration: none;
opacity: .4;
}
button#eu-cookie-compliance #cookie-compliance-close,
button.nav-client .nav-close {
padding: 0;
border: 0;
background: transparent;
-webkit-appearance: none;
}
.nav-client .dropdown-toggle {
padding-right: 30px;
}
.nav-client .caret {
content: "";
margin: 2px;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
line-height: 16px;
vertical-align: top;
background-repeat: no-repeat;
text-indent: -9999px;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
background-position: -64px -256px;
}
.navbar .nav-client .caret {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
}
.dropdown-toggle > .nav-client .caret,
.nav-client .dropdown-toggle > .caret {
position: absolute;
right: 5px;
top: 0;
opacity: 0.3;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
}
.dropdown-toggle:focus > .nav-client .caret,
.dropdown-toggle:hover > .nav-client .caret,
.nav-client .dropdown-toggle:focus > .caret,
.nav-client .dropdown-toggle:hover > .caret {
opacity: 0.5;
}
.nav-tabs .dropdown-toggle > .nav-client .caret,
.nav-pills .dropdown-toggle > .nav-client .caret,
.nav-tabs .nav-client .dropdown-toggle > .caret,
.nav-pills .nav-client .dropdown-toggle > .caret {
top: 5px;
}
.nav-client .dropdown-menu {
left: -2px;
z-index: 1000;
padding: 4px 0;
background-color: #272e3b;
box-shadow: 0 0 0 1px #3d434f inset, 0 5px 10px rgba(0, 0, 0, 0.75);
border: solid #000000;
border-width: 1px;
}
.nav-client .dropdown-menu .divider {
height: 1px;
margin: 10px 1px 10px;
overflow: hidden;
border-bottom: 1px solid #3d434f;
background-color: transparent;
margin: 2px 0 3px 0;
}
.nav-client .dropdown-menu li {
margin: 0 1px;
padding: 0;
}
.nav-client .dropdown-menu li > a {
padding: 4px 30px;
font-size: 13px;
font-weight: normal;
line-height: 20px;
color: rgba(255, 255, 255, 0.7);
-webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.nav-client .dropdown-menu li > span {
padding: 4px 30px;
font-size: 13px;
font-weight: normal;
line-height: 20px;
}
.nav-client .dropdown-menu [class^="icon-"],
.nav-client .dropdown-menu [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
}
.nav-client .dropdown-menu [class^="icon-"]:not(.icon-external-link),
.nav-client .dropdown-menu [class*=" icon-"]:not(.icon-external-link) {
position: absolute;
left: 5px;
}
.nav-client .dropdown-menu .icon-external-link {
position: absolute;
right: 5px;
}
.navbar .nav-client .dropdown-menu {
margin-top: 9px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:before {
content: "";
border-bottom: 6px solid #3d434f;
border-left: 6px solid rgba(0, 0, 0, 0);
border-right: 6px solid rgba(0, 0, 0, 0);
display: inline-block;
position: absolute;
right: 8px;
top: -6px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:after {
content: "";
border-top: 1px solid #272e3b;
display: inline-block;
position: absolute;
right: 9px;
top: 0;
width: 10px;
}
.navbar .pull-right .nav-client .dropdown-menu:before {
content: "";
border-bottom: 7px solid #000000;
border-left: 7px solid rgba(0, 0, 0, 0);
border-right: 7px solid rgba(0, 0, 0, 0);
display: inline-block;
position: absolute;
right: 7px;
top: -7px;
}
.navbar .pull-right .nav-client .dropdown-menu:after {
content: "";
border-bottom: 4px solid #272e3b;
border-left: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid rgba(0, 0, 0, 0);
display: inline-block;
position: absolute;
right: 10px;
top: -4px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:before {
right: 8px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:after {
right: 9px;
}
.navbar .pull-right .nav-client .dropdown-menu:before {
right: 7px;
}
.navbar .pull-right .nav-client .dropdown-menu:after {
right: 10px;
}
.nav-tabs .nav-client .dropdown-menu {
left: 28px;
margin-top: 0;
}
.nav-pills .nav-client .dropdown-menu {
left: -1px;
margin-top: -1px;
}
.nav-client .dropdown-menu li > a:hover,
.nav-client .dropdown-menu li > a:focus {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.07);
}
.nav-client .dropdown-menu .active > a,
.nav-client .dropdown-menu .active > a:hover,
.nav-client .dropdown-menu .active > a:focus {
color: #ffffff;
}
.nav-client .dropdown-menu .disabled > a,
.nav-client .dropdown-menu .disabled > a:hover,
.nav-client .dropdown-menu .disabled > a:focus {
color: rgba(255, 255, 255, 0.3);
}
.nav-client .dropdown-menu > .disabled > a > [class^="icon-"],
.nav-client .dropdown-menu > .disabled > a > [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
opacity: 0.2;
}
.dropdown-submenu > .nav-client .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: 0;
}
.dropdown-submenu:hover > .nav-client .dropdown-menu {
display: block;
}
.dropdown .nav-client .dropdown-menu .nav-header,
.nav-client .dropdown .dropdown-menu .nav-header,
.nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header {
padding: 4px 30px;
margin: 3px 0;
border: solid #3d434f;
border-width: 1px 0;
color: rgba(255, 255, 255, 0.3);
}
.dropdown .nav-client .dropdown-menu .nav-header:first-child,
.nav-client .dropdown .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.open .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.nav-client .open .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header:first-child {
border-top: 0;
margin-top: 0;
}
#eu-cookie-compliance {
padding-top: 10px;
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
overflow: visible;
width: 560px;
margin-left: -280px;
border-style: solid;
border-width: 1px;
border-color: #000000;
box-shadow: 0 5px 10px rgba(0, 0, 0, .75), inset 0 0 0 1px rgba(255, 255, 255, .07);
background: #1d222c;
background-repeat: no-repeat;
background-size: contain;
background-position: center bottom, center top, center -100px;
background-image: url("../../images/toolkit/defaults/modals/modal-gradient.png"), -webkit-linear-gradient(top, #263145 0%, #1d222c 70%), -webkit-radial-gradient(50% 100px, closest-side, #263145, #1d222c);
background-image: url("../../images/toolkit/defaults/modals/modal-gradient.png"), linear-gradient(top, #263145 0%, #1d222c 70%), radial-gradient(50% 100px, closest-side, #263145, #1d222c);
background-clip: padding-box;
outline: none;
}
#eu-cookie-compliance .close,
.modal #eu-cookie-compliance #cookie-compliance-close,
.modal .nav-client .nav-close {
z-index: 1051;
position: absolute;
margin: 0;
top: 5px;
right: 7px;
}
#eu-cookie-compliance .close [class^="icon-"],
#eu-cookie-compliance .close [class*=" icon-"],
.modal #eu-cookie-compliance #cookie-compliance-close [class^="icon-"],
.modal #eu-cookie-compliance #cookie-compliance-close [class*=" icon-"],
.modal .nav-client .nav-close [class^="icon-"],
.modal .nav-client .nav-close [class*=" icon-"] {
display: block;
margin: 0;
}
#eu-cookie-compliance:before {
content: "";
position: absolute;
top: 1px;
left: 75px;
right: 75px;
display: block;
height: 0;
border-top: 10px solid rgba(255, 255, 255, 0.14);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
#eu-cookie-compliance:after {
content: "";
position: absolute;
top: 1px;
left: 76px;
right: 76px;
display: block;
height: 0;
border-top: 9px solid rgba(32, 39, 52, 0.5);
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
#eu-cookie-compliance .modal-header {
padding: 19px 20px 0 20px;
}
#eu-cookie-compliance .modal-header h1,
#eu-cookie-compliance .modal-header h2,
#eu-cookie-compliance .modal-header h3,
#eu-cookie-compliance .modal-header h4,
#eu-cookie-compliance .modal-header h5,
#eu-cookie-compliance .modal-header h6,
#eu-cookie-compliance .modal-header .heading-1 {
margin-bottom: 0;
font-size: 23px;
line-height: 30px;
}
#eu-cookie-compliance .modal-body {
position: relative;
overflow: visible;
max-height: 400px;
padding: 20px;
font-size: 13px;
line-height: 20px;
}
#eu-cookie-compliance .modal-body h1,
#eu-cookie-compliance .modal-body h2,
#eu-cookie-compliance .modal-body h3,
#eu-cookie-compliance .modal-body h4,
#eu-cookie-compliance .modal-body h5,
#eu-cookie-compliance .modal-body h6,
#eu-cookie-compliance .modal-body .heading-1,
#eu-cookie-compliance .modal-body .heading-2 {
margin-bottom: 20px;
font-size: 17px;
line-height: 20px;
}
#eu-cookie-compliance .modal-body p,
#eu-cookie-compliance .modal-body ul,
#eu-cookie-compliance .modal-body ol,
#eu-cookie-compliance .modal-body dl {
font-size: 13px;
line-height: 20px;
margin-bottom: 20px;
}
#eu-cookie-compliance .modal-body p:last-child,
#eu-cookie-compliance .modal-body ul:last-child,
#eu-cookie-compliance .modal-body ol:last-child,
#eu-cookie-compliance .modal-body dl:last-child {
margin: 0;
}
#eu-cookie-compliance .modal-body .modal-actions:before,
#eu-cookie-compliance .modal-body .modal-actions:after {
content: ".";
font-size: 0;
line-height: 0;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
#eu-cookie-compliance .modal-body .modal-actions:after {
clear: both;
}
#eu-cookie-compliance .modal-body .modal-actions .btn,
.modal-body .modal-actions #eu-cookie-compliance .btn {
margin-bottom: 0;
}
#eu-cookie-compliance .modal-body .modal-actions .btn + .btn,
.modal-body .modal-actions #eu-cookie-compliance .btn + #eu-cookie-compliance .btn {
margin-left: 10px;
}
#eu-cookie-compliance .modal-body .modal-actions .btn-group .btn + .btn,
.modal-body .modal-actions .btn-group #eu-cookie-compliance .btn + #eu-cookie-compliance .btn {
margin-left: -1px;
}
#eu-cookie-compliance .modal-body .modal-actions .btn-block + .btn-block {
margin-left: 0;
}
#eu-cookie-compliance .modal-body .modal-actions {
margin-top: 30px;
}
#eu-cookie-compliance .modal-body .modal-actions:only-child {
margin-top: 0;
}
#eu-cookie-compliance .modal-body p + .modal-actions,
#eu-cookie-compliance .modal-body ul + .modal-actions,
#eu-cookie-compliance .modal-body ol + .modal-actions,
#eu-cookie-compliance .modal-body dl + .modal-actions {
margin-top: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#eu-cookie-compliance .btn.disabled [class^="icon-"],
#eu-cookie-compliance .btn.disabled [class*=" icon-"],
#eu-cookie-compliance .btn[disabled] [class^="icon-"],
#eu-cookie-compliance .btn[disabled] [class*=" icon-"],
#eu-cookie-compliance .btn-primary [class^="icon-"],
#eu-cookie-compliance .btn-primary [class*=" icon-"],
.nav-client .dropdown-menu > .disabled > a > [class^="icon-"],
.nav-client .dropdown-menu > .disabled > a > [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-32-white.png");
background-size: 160px 480px;
}
}
#eu-cookie-compliance .modal-header,
#eu-cookie-compliance #eu-cookie-compliance .modal-header {
margin: 0 0 33px 0;
}
#eu-cookie-compliance .modal-header,
#eu-cookie-compliance #eu-cookie-compliance .modal-header {
font-weight: 300;
font-size: 35px;
line-height: 40px;
color: #ffffff;
}
.nav-text-info {
color: #00aeff;
}
a.nav-text-info:hover {
color: #ffffff;
}
/**
* @fileOverview nav-client navbar styles
*/
@-webkit-keyframes keyframes-loading {
from {
background-position: 0;
}
to {
background-position: -420px;
}
}
@keyframes keyframes-loading {
from {
background-position: 0;
}
to {
background-position: -420px;
}
}
.nav-loading {
-webkit-animation: keyframes-loading 0.8s steps(21) infinite;
animation: keyframes-loading 0.8s steps(21) infinite;
}
.nav-client {
/** NAV BAR **/
/** Fonts specific to navbar **/
font-family: "Blizzard", "Arial", "Helvetica", sans-serif;
font-size: 15px;
line-height: 20px;
}
.nav-client .grid-container,
.nav-client .nav-client .nav-container {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding-left: 40px;
padding-right: 40px;
}
.nav-client:lang(zh-CN) {
font-family: "Blizzard", "Arial", "Helvetica", "微软雅黑", "Microsoft YaHei", "Hei SC", sans-serif;
}
.nav-client:lang(zh-TW) {
font-family: "Blizzard", "Arial", "Helvetica", "微軟正黑", "Microsoft JhengHei", "Tei TC", sans-serif;
}
.nav-client:lang(ko) {
font-family: "Blizzard", "Arial", "Helvetica", "맑은 고딕", "Malgun Gothic", "애플산돌고딕네오", "AppleSDGothicNeo", "애플고딕", "AppleGothic", "돋움", "Dotum", sans-serif;
}
.nav-client:lang(ja) {
font-family: "Blizzard", "Arial", "Helvetica", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", sans-serif;
}
.nav-client .nav-list {
margin: 0;
}
.nav-client .nav-list li {
line-height: 18px;
list-style-type: none;
margin: 0;
padding: 0;
}
.nav-client .nav-list li a.nav-a {
display: block;
line-height: 30px;
}
.nav-client .nav-list li:last-child {
margin: 0;
}
.nav-client .nav-list li a {
color: #bbb\9;
}
.nav-client .nav-center {
text-align: center;
}
.nav-client .nav-box {
padding: 10px;
}
.nav-client .nav-box .affix-bottom {
margin-bottom: -10px;
}
.nav-client .nav-box .dropdown-section,
.nav-client .nav-box .nav-client .notification {
margin-left: -11px;
margin-right: -11px;
}
.nav-client .nav-section {
display: block;
}
.nav-client .nav-title {
color: #bbb;
color: rgba(255, 255, 255, 0.7);
text-shadow: 0 0 3px #000;
}
.nav-client .nav-clearfix:before,
.nav-client .nav-clearfix:after,
.nav-client .nav-section:before,
.nav-client .nav-section:after,
.nav-client .dropdown-section:before,
.nav-client .dropdown-section:after,
#nav-client-footer:before,
#nav-client-footer:after,
.nav-client .nav-client .notification:before,
.nav-client .nav-client .notification:after {
content: "";
display: table;
}
.nav-client .nav-clearfix:after,
.nav-client .nav-section:after,
.nav-client .dropdown-section:after,
#nav-client-footer:after,
.nav-client .nav-client .notification:after {
clear: both;
}
.nav-client .hide {
display: none !important;
}
#eu-cookie-compliance {
font-family: "Blizzard", "Arial", "Helvetica", sans-serif;
}
#eu-cookie-compliance .modal-header {
margin: 0;
}
#eu-cookie-compliance .modal-header h1,
#eu-cookie-compliance #eu-cookie-compliance .modal-header h1 {
font-weight: 300;
}
#eu-cookie-compliance .modal-body {
font-family: "Blizzard", "Arial", "Helvetica", sans-serif;
font-size: 15px;
line-height: 20px;
color: white;
color: rgba(255, 255, 255, 0.7);
}
#eu-cookie-compliance .btn {
min-width: 113px;
font-size: 13px;
position: relative;
left: 20px;
bottom: 5px;
}
#eu-cookie-compliance.desktop {
background-color: #263145;
width: 400px;
min-height: 215px;
bottom: 20px;
right: 20px;
left: inherit;
top: inherit;
}
@media (max-width: 440px) {
#eu-cookie-compliance.desktop {
display: none;
}
}
#eu-cookie-compliance.desktop .modal-body,
#eu-cookie-compliance.desktop #eu-cookie-compliance .modal-body {
padding-top: 10px;
}
#eu-cookie-compliance.mobile {
max-width: 95%;
width: 100%;
left: 0;
right: 0;
bottom: 10px;
top: inherit;
margin: 0 10px;
display: none\9;
}
@media (min-width: 440px) {
#eu-cookie-compliance.mobile {
display: none;
}
}
#eu-cookie-compliance.mobile .btn,
#eu-cookie-compliance.mobile #eu-cookie-compliance .btn {
bottom: 10px;
}
#eu-cookie-compliance #cookie-compliance-learn {
left: 25px;
}
/**
* @fileOverview nav-client button styles
*/
.nav-client .nav-btn {
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
box-sizing: border-box;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin: 3px 0;
padding: 6px 20px;
font-size: 15px;
line-height: 20px;
height: 34px;
background-color: rgba(0, 0, 0, 0.15);
color: #00aeff;
border: 1px solid rgba(255, 255, 255, 0.15);
background-color: #098cc8;
color: #ffffff;
border: 1px solid transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
border-radius: 2px;
-webkit-transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad);
background-image: linear-gradient(to bottom, #0f9ada, #0076ad);
border: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
.nav-client .nav-btn:focus {
outline: 0;
}
.nav-client .nav-btn.active,
.nav-client .nav-btn:active {
outline: 0;
}
.nav-client .nav-btn.loading {
position: relative;
overflow: hidden;
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled] {
cursor: default !important;
}
.nav-client .nav-btn .label,
.nav-client .nav-btn .badge {
position: relative;
top: -1px;
}
.nav-client .nav-btn.active,
.nav-client .nav-btn:active {
padding: 7px 19px 5px 21px;
}
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn[disabled]:active,
.nav-client .nav-btn.disabled.active,
.nav-client .nav-btn[disabled].active {
padding: 6px 20px !important;
}
.nav-client .nav-btn:hover,
.nav-client .nav-btn:focus {
background-color: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.nav-client .nav-btn:active,
.nav-client .nav-btn.active {
background-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.07);
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled],
.nav-client .nav-btn.disabled:hover,
.nav-client .nav-btn.disabled:focus,
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn.disabled.active {
background-color: rgba(0, 0, 0, 0.1) !important;
color: rgba(255, 255, 255, 0.3) !important;
border-color: rgba(255, 255, 255, 0.08) !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
.nav-client .nav-btn.disabled.loading,
.nav-client .nav-btn[disabled].loading,
.nav-client .nav-btn.disabled:hover.loading,
.nav-client .nav-btn.disabled:focus.loading,
.nav-client .nav-btn.disabled:active.loading,
.nav-client .nav-btn.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
.nav-client .nav-btn.btn-wide {
margin: 3px 0;
padding: 6px 40px;
font-size: 15px;
line-height: 20px;
height: 34px;
}
.nav-client .nav-btn.btn-wide.active,
.nav-client .nav-btn.btn-wide:active {
padding: 7px 39px 5px 41px;
}
.nav-client .nav-btn.btn-wide.disabled:active,
.nav-client .nav-btn.btn-wide[disabled]:active,
.nav-client .nav-btn.btn-wide.disabled.active,
.nav-client .nav-btn.btn-wide[disabled].active {
padding: 6px 40px !important;
}
.nav-client .nav-btn [class^="icon-"],
.nav-client .nav-btn [class*=" icon-"] {
margin-top: 2px;
margin-left: -4px;
margin-right: 5px;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
opacity: 0.8;
}
.nav-client .nav-btn:hover [class^="icon-"],
.nav-client .nav-btn:focus [class^="icon-"],
.nav-client .nav-btn:hover [class*=" icon-"],
.nav-client .nav-btn:focus [class*=" icon-"] {
opacity: 1;
}
.nav-client .nav-btn:active [class^="icon-"],
.nav-client .nav-btn.active [class^="icon-"],
.nav-client .nav-btn:active [class*=" icon-"],
.nav-client .nav-btn.active [class*=" icon-"] {
opacity: 0.8;
}
.nav-client .nav-btn:hover,
.nav-client .nav-btn:focus {
background-color: #21b0f1;
color: #ffffff;
border-color: transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.nav-client .nav-btn:active,
.nav-client .nav-btn.active {
background-color: #006899;
color: rgba(255, 255, 255, 0.7);
border-color: transparent;
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled],
.nav-client .nav-btn.disabled:hover,
.nav-client .nav-btn.disabled:focus,
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn.disabled.active {
background-color: transparent !important;
color: rgba(255, 255, 255, 0.15) !important;
border-color: transparent !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
.nav-client .nav-btn.disabled.loading,
.nav-client .nav-btn[disabled].loading,
.nav-client .nav-btn.disabled:hover.loading,
.nav-client .nav-btn.disabled:focus.loading,
.nav-client .nav-btn.disabled:active.loading,
.nav-client .nav-btn.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
.nav-client .nav-btn:hover,
.nav-client .nav-btn:focus {
background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd);
background-image: linear-gradient(to bottom, #37c0ff, #0097dd);
}
.nav-client .nav-btn:active,
.nav-client .nav-btn.active {
background-image: -webkit-linear-gradient(top, #006ea1, #00608d);
background-image: linear-gradient(to bottom, #006ea1, #00608d);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled],
.nav-client .nav-btn.disabled:hover,
.nav-client .nav-btn.disabled:focus,
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn.disabled.active {
background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset;
}
.nav-client .nav-btn [class^="icon-"],
.nav-client .nav-btn [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
opacity: 1;
}
.nav-client .nav-btn:active [class^="icon-"],
.nav-client .nav-btn.active [class*=" icon-"] {
opacity: 0.7;
}
.nav-client .nav-btn-block {
display: block;
box-sizing: border-box;
}
/**
* @fileOverview nav-client dropdown styles
*/
.nav-client {
/**
Dropdown menus use top:100% to hover below dropdown
However, navbar does not set a default height for all media queries.
This causes dropdowns to fail in mobile mode for notifications.
**/
min-height: 44px;
/**
Mixin for creating dropdown arrows. Requires a <div class="arrow bottom/top"></div> within a dropdown
**/
/** Extended classes from Toolkit for navbar use**/
/**
*
* Override for specific dropdowns.
*
**/
/* todo: loop for all possible row counts */
}
.nav-client #nav-client-bar .dropdown-toggle.nav-link,
.nav-client #nav-client-footer .dropdown-toggle.nav-link,
.nav-client #nav-client-bar .nav-client .dropdown-toggle.nav-link,
.nav-client #nav-client-footer .nav-client .dropdown-toggle.nav-link {
padding-right: 23px;
}
.nav-client #nav-client-bar .dropdown-toggle.nav-link > .caret,
.nav-client #nav-client-footer .dropdown-toggle.nav-link > .caret,
.nav-client #nav-client-bar .dropdown-toggle.nav-link > .nav-client .caret,
.nav-client #nav-client-footer .dropdown-toggle.nav-link > .nav-client .caret,
.nav-client #nav-client-bar .nav-client .dropdown-toggle.nav-link > .caret,
.nav-client #nav-client-footer .nav-client .dropdown-toggle.nav-link > .caret {
margin-right: 0;
position: absolute;
top: 20px;
right: 0;
}
.nav-client .dropup .dropdown-menu,
.nav-client .dropup .nav-client .dropdown-menu {
top: auto;
bottom: 100%;
}
.nav-client .dropdown-menu {
padding: 0;
margin: 18px 0;
}
.nav-client .dropdown-menu li > .nav-a,
.nav-client .nav-client .dropdown-menu li > .nav-a {
padding: 0;
}
.nav-client .pull-right .dropdown-menu,
.nav-client .pull-right .nav-client .dropdown-menu {
left: auto;
right: -6px;
}
.nav-client #nav-client-bar .arrow,
.nav-client #nav-client-footer .arrow,
.nav-client .nav-mobile-menubar .arrow,
.nav-client .nav-notification-responsive-container .arrow,
.nav-client #nav-client-bar .arrow:after,
.nav-client #nav-client-footer .arrow:after,
.nav-client .nav-mobile-menubar .arrow:after,
.nav-client .nav-notification-responsive-container .arrow:after {
content: "";
border-width: 7px;
position: absolute;
border-color: transparent;
border-style: solid;
}
.nav-client #nav-client-bar .arrow.top,
.nav-client #nav-client-footer .arrow.top,
.nav-client .nav-mobile-menubar .arrow.top,
.nav-client .nav-notification-responsive-container .arrow.top {
top: -8px;
right: 6px;
border-width: 8px;
border-top-width: 0;
border-bottom-color: black;
}
.nav-client #nav-client-bar .arrow.top:before,
.nav-client #nav-client-footer .arrow.top:before,
.nav-client .nav-mobile-menubar .arrow.top:before,
.nav-client .nav-notification-responsive-container .arrow.top:before {
content: "";
border-bottom: 8px solid #3d434f;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px solid rgba(0, 0, 0, 0);
position: absolute;
right: -8px;
top: 1px;
}
.nav-client #nav-client-bar .arrow.top:after,
.nav-client #nav-client-footer .arrow.top:after,
.nav-client .nav-mobile-menubar .arrow.top:after,
.nav-client .nav-notification-responsive-container .arrow.top:after {
margin-left: -7px;
bottom: -10px;
border-top-width: 0;
border-bottom-color: #272e3b;
}
.nav-client #nav-client-bar .arrow.bottom,
.nav-client #nav-client-footer .arrow.bottom,
.nav-client .nav-mobile-menubar .arrow.bottom,
.nav-client .nav-notification-responsive-container .arrow.bottom {
bottom: -8px;
right: 6px;
border-width: 8px;
border-bottom-width: 0;
border-top-color: black;
}
.nav-client #nav-client-bar .arrow.bottom:before,
.nav-client #nav-client-footer .arrow.bottom:before,
.nav-client .nav-mobile-menubar .arrow.bottom:before,
.nav-client .nav-notification-responsive-container .arrow.bottom:before {
content: "";
border-top: 8px solid #3d434f;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px solid rgba(0, 0, 0, 0);
position: absolute;
right: -8px;
bottom: 1px;
}
.nav-client #nav-client-bar .arrow.bottom:after,
.nav-client #nav-client-footer .arrow.bottom:after,
.nav-client .nav-mobile-menubar .arrow.bottom:after,
.nav-client .nav-notification-responsive-container .arrow.bottom:after {
margin-left: -7px;
bottom: 3px;
border-bottom-width: 0;
border-top-color: #272e3b;
}
.nav-client #nav-client-bar .nav-notification-dropdown .arrow.top {
right: auto;
left: 21px;
}
.nav-client .nav-mobile-menubar .arrow.top {
top: 6px;
right: 20px;
}
.nav-client .nav-notification-responsive-container .arrow.top {
left: auto;
right: 53px;
z-index: 1;
}
.nav-client .dropdown.open .dropdown-toggle,
.nav-client .dropdown.open .nav-client .dropdown-toggle,
.nav-client .dropdown.nav-client .open .dropdown-toggle,
.nav-client .nav-client .dropdown.open .dropdown-toggle,
.nav-client .nav-client .dropdown.open.open .dropdown-toggle,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle {
color: #fff;
}
.nav-client .dropdown.open .dropdown-toggle .caret,
.nav-client .dropdown.open .dropdown-toggle .nav-client .caret,
.nav-client .dropdown.open .nav-client .dropdown-toggle .caret,
.nav-client .dropdown.nav-client .open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.open.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle .caret {
opacity: .5;
}
.nav-client .dropdown.open > .nav-item,
.nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item {
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0 -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
.nav-client .nav-dropdown .title {
font-size: 17px;
line-height: 22px;
color: #fff;
font-weight: normal;
}
.nav-client .nav-dropdown p {
margin: 15px 0;
line-height: 18px;
}
.nav-client .dropdown-btn-mobile,
.nav-client .dropdown-mobile {
background-color: #232935;
}
.nav-client .nav-container {
padding: 0;
}
.nav-client .dropdown-section,
.nav-client .nav-client .notification {
display: block;
box-sizing: border-box;
border-bottom: solid 1px #3d434f;
padding-top: 6px;
padding-bottom: 6px;
}
.nav-client .download-btn {
clear: both;
border: solid 1px #3d434f;
}
.nav-client .download-btn .nav-item > .nav-icon-mouse {
vertical-align: middle;
margin: 0 8px 0 6px;
position: relative;
bottom: 1px;
}
.nav-client .notification {
padding: 10px;
}
.nav-client .notification .affix-bottom {
margin-bottom: -10px;
}
.nav-client .notification .dropdown-section,
.nav-client .notification .nav-client .notification {
margin-left: -11px;
margin-right: -11px;
}
.nav-client .dropdown-well {
background-color: #232935;
}
.nav-client .nav-column-container {
display: table;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.nav-client .nav-column-container.dropdown-section,
.nav-client .nav-column-container.nav-client .notification {
padding: 0;
}
.nav-client .nav-column,
.nav-client .nav-column-50 {
display: table-cell;
height: 100%;
}
.nav-client .nav-column .dropdown-section .nav-column,
.nav-client .nav-column .nav-dropdown .nav-column,
.nav-client .nav-column .nav-client .notification .nav-column,
.nav-client .nav-column-50 .dropdown-section .nav-column,
.nav-client .nav-column-50 .nav-dropdown .nav-column {
border-right: solid 1px #3d434f;
}
.nav-client .nav-column .dropdown-section .nav-column:last-child,
.nav-client .nav-column .nav-dropdown .nav-column:last-child,
.nav-client .nav-column .nav-client .notification .nav-column:last-child,
.nav-client .nav-column-50 .dropdown-section .nav-column:last-child,
.nav-client .nav-column-50 .nav-dropdown .nav-column:last-child {
border-right: none;
}
.nav-client .nav-column-50 {
padding: 0;
width: 50%;
}
.nav-client .nav-column-50:last-child {
border-right: none;
}
.nav-client .nav-grid-50 {
width: 50%;
}
.nav-client .nav-grid-100 {
width: 100%;
}
.nav-client .layout {
padding: 0;
}
.nav-client #nav-client-region-select .arrow.bottom:after {
border-top-color: #232935;
}
.nav-client #nav-client-region-select .dropdown > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item {
font-size: 15px;
}
.nav-client #nav-client-region-select .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .dropdown.nav-client .open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open > .nav-item {
text-shadow: none;
color: #fff;
}
.nav-client #nav-client-region-select .regions,
.nav-client #nav-client-region-select .languages {
margin: 0;
padding: 0;
}
.nav-client #nav-client-region-select .regions h3,
.nav-client #nav-client-region-select .languages h3 {
color: rgba(255, 255, 255, 0.3);
font-weight: 300;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 10px;
margin-top: 20px;
padding: 0 0 0 24px;
}
.nav-client #nav-client-region-select .regions ul,
.nav-client #nav-client-region-select .languages ul {
margin: 0;
padding-bottom: 20px;
}
.nav-client #nav-client-region-select .regions ul li,
.nav-client #nav-client-region-select .languages ul li {
line-height: 18px;
list-style-type: none;
position: relative;
margin: 0;
}
.nav-client #nav-client-region-select .regions ul li > a,
.nav-client #nav-client-region-select .languages ul li > a {
padding: 0 0 0 24px;
line-height: 30px;
font-size: 15px;
}
.nav-client #nav-client-region-select .regions ul li > a:hover,
.nav-client #nav-client-region-select .languages ul li > a:hover {
background: rgba(255, 255, 255, 0.05);
}
.nav-client #nav-client-region-select .regions ul li a.nav-a,
.nav-client #nav-client-region-select .languages ul li a.nav-a {
display: block;
line-height: 24px;
}
.nav-client #nav-client-region-select .regions ul li:last-child,
.nav-client #nav-client-region-select .languages ul li:last-child {
margin-bottom: 0;
}
.nav-client #nav-client-region-select .regions ul li.active:before,
.nav-client #nav-client-region-select .languages ul li.active:before {
display: inline;
content: "\002022";
position: absolute;
color: #0595d5;
font-size: 18px;
left: 8px;
padding-top: 5px;
}
.nav-client #nav-client-region-select .regions ul li.active:before > .nav-item,
.nav-client #nav-client-region-select .languages ul li.active:before > .nav-item {
color: #fff;
}
.nav-client .nav-product-card-container.games-menu {
margin: 0;
width: 360px;
}
.nav-client .nav-product-card-container li {
position: relative;
display: table;
box-sizing: border-box;
border: solid 1px #3d434f;
border-left: none;
border-top: none;
margin: 0;
padding: 0;
float: left;
width: 33.33333333%;
height: 116px;
}
.nav-client .nav-product-card-container li > a {
padding: 70px 10px 5px;
width: 100%;
height: 100%;
position: relative;
display: table-cell;
box-sizing: border-box;
text-align: center;
font-size: 13px;
line-height: 15px !important;
vertical-align: middle;
white-space: normal;
}
.nav-client .nav-product-card-container li > a:hover {
background: rgba(255, 255, 255, 0.05);
background: #313744\9;
}
.nav-client .nav-product-card-container li [class^="nav-icon-"],
.nav-client .nav-product-card-container li [class*=" nav-icon-"] {
position: absolute;
left: 50%;
margin-left: -35px;
top: 5px;
}
.nav-client .nav-product-card-container li:nth-child(3n) {
border-right: none;
}
.nav-client .nav-product-card-container li:nth-last-child(-n+1):nth-child(3n),
.nav-client .nav-product-card-container li:nth-last-child(-n+2):nth-child(3n+2),
.nav-client .nav-product-card-container li:nth-last-child(-n+3):nth-child(3n+1) {
border-bottom: none;
}
.nav-client .games.dropdown,
.nav-client .games.nav-client .dropdown,
.nav-client .games.nav-client .dropdown.open,
.nav-client .games.nav-client .dropdown.open > .nav-item,
.nav-client .games.nav-client .dropdown.nav-client .open,
.nav-client .games.nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open,
.nav-client .games.nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open {
display: inline;
}
.nav-client .games.dropdown .dropdown-menu,
.nav-client .games.dropdown .nav-client .dropdown-menu,
.nav-client .games.nav-client .dropdown .dropdown-menu,
.nav-client .games.nav-client .dropdown.open .dropdown-menu,
.nav-client .games.nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client .games.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu {
top: 20px;
}
.nav-client .nav-header-content .pull-right > .dropdown-menu,
.nav-client .nav-header-content .pull-right > .nav-client .dropdown-menu {
top: 41px;
}
.nav-client #global-nav-dropdown {
width: 500px;
}
/**
* @fileOverview nav-client footer styles
*/
#nav-client-footer .footer-content .copyright {
letter-spacing: 0;
}
#nav-client-footer:first-child {
margin: 0;
}
#nav-client-footer .legal-rating {
margin: 0 0 0 10px;
}
#nav-client-footer .legal-rating:last-child {
margin-right: 10px;
}
#nav-client-footer .region-languages {
display: none;
}
#nav-client-footer .region-languages.active {
display: block;
}
.nav-client .padding-30 {
padding-left: 30px;
padding-right: 30px;
}
.nav-client .footer-content.footer-mobile {
display: none;
}
.nav-client .nav-ratings {
text-align: center;
}
.nav-client .nav-ratings .legal-rating {
text-align: left;
display: inline-block;
vertical-align: top;
}
.nav-client .footer-desktop {
min-width: 900px;
}
.nav-client .footer-desktop .nav-logo-group {
margin-bottom: 40px;
}
.nav-client .footer-desktop .nav-ratings {
float: right;
}
.nav-client .footer-desktop .nav-ratings .legal-rating .esrb-rating {
max-width: 200px;
}
.nav-client .footer-desktop .nav-lang-change {
padding: 6px 20px;
}
.ko-kr .nav-client .footer-desktop .company-info-container {
clear: left;
width: 320px;
float: left;
}
.nav-client .footer-content.footer-mobile {
width: 100%;
max-width: 100%;
min-width: 320px;
display: none;
}
.nav-client .footer-content.footer-mobile .nav-section,
.nav-client .footer-content.footer-mobile .dropdown-section,
.nav-client .footer-content.footer-mobile .nav-client .notification {
border-bottom: solid 1px rgba(255, 255, 255, 0.07) !important;
}
.nav-client .footer-content.footer-mobile .support-feedback .nav-client-feedback {
padding-left: 15px;
}
.nav-client .footer-content.footer-mobile .support-feedback,
.nav-client .footer-content.footer-mobile .locale-selector {
border-bottom: solid 1px rgba(255, 255, 255, 0.07) !important;
width: 100%;
float: left;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-client .footer-content.footer-mobile .support-feedback .collapsible-btn-mobile,
.nav-client .footer-content.footer-mobile .locale-selector .collapsible-btn-mobile {
font-size: 15px;
padding-left: 15px;
}
.nav-client .footer-content.footer-mobile .support-feedback .collapsible-btn-mobile.open,
.nav-client .footer-content.footer-mobile .locale-selector .collapsible-btn-mobile.open,
.nav-client .footer-content.footer-mobile .support-feedback .collapsible-btn-mobile.nav-client .open,
.nav-client .footer-content.footer-mobile .locale-selector .collapsible-btn-mobile.nav-client .open {
color: #fff;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages {
padding: 0;
background-color: rgba(0, 0, 0, 0.3);
top: 10px;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in {
border-top: solid 1px rgba(255, 255, 255, 0.07);
border-bottom-style: none;
display: block;
height: auto;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .nav-column-50:first-child,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .nav-column-50:first-child {
border-right: solid 1px rgba(255, 255, 255, 0.07);
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in li,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in li {
padding-left: 0;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in li > a,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in li > a {
width: 100%;
box-sizing: border-box;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in li.active > .nav-item,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in li.active > .nav-item {
color: #fff;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .dropdown-section.nav-box,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .dropdown-section.nav-box,
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .nav-client .notification.nav-box,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .nav-client .notification.nav-box {
border-bottom: none;
padding-left: 10px;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .dropdown-section.nav-box .nav-lang-change,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .dropdown-section.nav-box .nav-lang-change,
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .nav-client .notification.nav-box .nav-lang-change,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .nav-client .notification.nav-box .nav-lang-change {
padding: 6px 20px;
height: 30px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-logo {
width: 100%;
display: inline-block;
text-align: center;
padding-top: 40px;
padding-bottom: 20px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-links,
.nav-client .footer-content.footer-mobile .nav-logo-group .copyright {
padding: 0;
text-align: center;
font-size: 11px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-links .nav-item,
.nav-client .footer-content.footer-mobile .nav-logo-group .copyright .nav-item {
font-size: 11px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-links span,
.nav-client .footer-content.footer-mobile .nav-logo-group .copyright span {
padding-left: 2px;
padding-right: 2px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .nav-ratings {
padding: 20px;
}
@media (max-width: 365px) {
.nav-client .footer-content.footer-mobile .nav-logo-group .nav-ratings .legal-rating {
padding-bottom: 10px;
}
}
.nav-client .footer-content.footer-mobile .company-info-container {
text-align: center;
}
.nav-client .footer-content.footer-mobile .company-info {
display: inline-block;
text-align: center;
}
.nav-client .footer-content.footer-mobile .support-feedback .nav-a {
margin-right: 20px;
}
.nav-client .footer-content {
border: none;
color: #7b7b7b;
}
.nav-client .footer-content .nav-item-btn,
.nav-client .footer-content .dropdown-toggle.nav-item,
.nav-client .footer-content .nav-client .dropdown-toggle.nav-item {
color: rgba(255, 255, 255, 0.7);
color: #bbb\9;
}
.nav-client .footer-content.footer-desktop .nav-section {
margin: 20px 0 40px 0;
}
.nav-client .footer-content .copyright {
padding: 8px 0;
color: rgba(255, 255, 255, 0.3);
font-size: 12px;
}
.nav-client .footer-content .company-info {
font-size: 11px;
line-height: 16px;
color: rgba(255, 255, 255, 0.2);
}
.nav-client .footer-content .company-info a {
color: rgba(255, 255, 255, 0.3);
text-transform: uppercase;
}
.nav-client .nav-column-container .footer-logo,
.nav-client .nav-column-container .footer-links {
vertical-align: middle;
}
.nav-client .footer-links {
padding: 8px 0 0 30px;
text-transform: uppercase;
}
.nav-client .footer-links .nav-item {
font-size: 13px;
color: #bbb\9;
}
.nav-client .footer-links .nav-item.nav-text {
margin: 0px;
cursor: default;
color: #bbb;
}
.nav-client .footer-desktop .footer-links > span {
color: rgba(255, 255, 255, 0.3);
margin: 0 5px 0 5px;
}
.nav-client .ratings-links {
padding: 10px 0;
}
.nav-client .logo-link {
display: inline-block;
}
.nav-client .blizzard-logo {
width: 100%;
}
.nav-client #nav-client-international-desktop {
width: 365px;
}
.nav-client #nav-client-international-desktop li > a {
color: #bbb\9;
}
.nav-client #nav-client-international-desktop li > a:hover {
background: none;
background-color: #313744\9;
}
.nav-client #nav-client-international-desktop li > a:focus {
background-color: #313744\9;
color: #fff\9;
}
.nav-client #nav-client-international-desktop .nav-international-container {
width: 100%;
}
.nav-client #nav-client-international-desktop .localeChange {
border-right: 1px solid #3d434f;
border-left: 1px solid #3d434f;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-client #nav-client-international-desktop .localeChange .nav-lang-change {
float: left;
height: 30px;
font-size: 13px;
}
.nav-client #nav-client-international-desktop .localeChange .nav-lang-change.disabled {
background-color: #1F3141\9 !important;
color: #3B4A58\9;
}
.nav-client #nav-client-international .region-languages {
display: none;
}
.nav-client #nav-client-international .region-languages.active {
display: block;
}
.nav-client .tagline {
font-size: 13px;
}
.nav-client #nav-client-international-mobile {
max-width: 100%;
}
.nav-client #test-content {
clear: both;
min-height: 900px;
width: 100%;
padding: 40px;
margin-top: 200px;
}
.nav-client #nav-feedback .nav-a {
margin-right: 20px;
font-size: 15px;
}
.nav-client .footer-mobile .nav-footer-icon-container {
text-align: center;
}
.nav-client .nav-footer-icon-list {
clear: both;
margin-top: 2px;
}
.nav-client .nav-footer-icon-list-item {
display: inline;
}
.nav-client .nav-footer-icon-link {
width: 28px;
height: 28px;
display: inline-block;
background-repeat: no-repeat;
margin-right: 10px;
}
.nav-client .nav-footer-icon-link:last {
margin-right: 0;
}
.nav-client .nav-footer-icon-link.footer-icon-cyberpolice {
background-image: url("../../images/nav-client/footer-icon-cyberpolice.gif");
}
.nav-client .nav-footer-icon-link.footer-icon-zx100 {
background-image: url("../../images/nav-client/footer-icon-zx100.gif");
}
.nav-client .nav-footer-icon-link.footer-icon-sgs {
background-image: url("../../images/nav-client/footer-icon-sgs.gif");
}
.nav-client .nav-footer-icon-link.footer-icon-shjbzx {
background-image: url("../../images/nav-client/footer-icon-shjbzx.gif");
}
.nav-client .link-row {
margin: 8px 0px;
}
.nav-client .footer-additional-links .nav-item {
display: block;
}
.nav-client .footer-additional-links span {
display: none;
}
/**
* @fileOverview Fonts used by toolkit. Overridden so navbar can point to the correct toolkit location.
*/
@font-face {
font-family: "Blizzard";
font-style: normal;
font-weight: 300;
src: local("Blizzard Light"), local("Blizzard-Light"), url("../toolkit/fonts/blizzard-light.woff") format("woff");
}
@font-face {
font-family: "Blizzard";
font-style: normal;
font-weight: 400;
src: local("Blizzard"), local("Blizzard"), url("../toolkit/fonts/blizzard-regular.woff") format("woff");
}
@font-face {
font-family: "Blizzard";
font-style: italic;
font-weight: 400;
src: local("Blizzard Italic"), local("Blizzard-Italic"), url("../toolkit/fonts/blizzard-regular-italic.woff") format("woff");
}
@font-face {
font-family: "Blizzard";
font-style: normal;
font-weight: 700;
src: local("Blizzard Bold"), local("Blizzard-Bold"), url("../toolkit/fonts/blizzard-bold.woff") format("woff");
}
/**
* @fileOverview nav-client header styles
*/
#nav-client-header {
width: 100%;
position: relative;
z-index: 9999;
}
.nav-client {
/*
* header overrides for the different types of header: default, compact
*
*/
}
.nav-client #nav-client-bar {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.07);
border-width: 0 0 1px 0;
color: white;
height: 60px;
width: 100%;
font-size: 20px;
line-height: 20px;
}
.nav-client #nav-client-main-menu {
margin-left: -10px;
}
.nav-client.compact #nav-client-bar {
height: 44px;
}
.nav-client.compact #nav-client-bar .nav-left,
.nav-client.compact #nav-client-bar .nav-right,
.nav-client.compact #nav-client-bar .nav-center {
line-height: 44px;
}
.nav-client.compact #nav-client-bar .nav-left {
height: 44px;
}
.nav-client.compact #nav-client-bar .nav-left .dropdown > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item {
font-size: 17px;
padding-right: 31px;
padding-bottom: 0;
top: 0;
}
.nav-client.compact #nav-client-bar .nav-left .games.dropdown .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.dropdown .nav-client .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu {
top: 12px;
}
.nav-client.compact #nav-client-bar .nav-left .nav-link {
font-size: 17px;
padding-top: 13px;
padding-bottom: 13px;
}
.nav-client.compact #nav-client-bar .nav-right > li .nav-link {
padding-top: 13px;
padding-bottom: 13px;
font-size: 15px;
}
.nav-client.compact #nav-client-bar .nav-right .pull-right > .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-right .pull-right > .nav-client .dropdown-menu {
top: 26px;
left: auto;
}
.nav-client.compact #nav-client-bar .nav-right .pull-right > .dropdown-menu .user-profile .nav-box,
.nav-client.compact #nav-client-bar .nav-right .pull-right > .nav-client .dropdown-menu .user-profile .nav-box {
line-height: 20px;
}
.nav-client.compact #nav-client-bar .nav-home {
width: 44px;
height: 44px;
background-size: 50px auto;
padding: 0;
}
.nav-client.compact #nav-client-bar .nav-home:hover {
background-position: -5px -55px;
}
.nav-client.compact #nav-client-bar .nav-link .caret,
.nav-client.compact #nav-client-bar .nav-link .nav-client .caret {
top: 13px;
}
.nav-client .nav-right .nav-link,
.nav-client .nav-left .nav-link {
padding-top: 20px;
padding-bottom: 22px;
}
.nav-client .nav-left {
float: left;
}
.nav-client .nav-left .dropdown > .nav-item,
.nav-client .nav-left .nav-client .dropdown > .nav-item,
.nav-client .nav-left .nav-client .dropdown.open > .nav-item,
.nav-client .nav-left .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-left .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item {
font-size: 20px;
text-transform: uppercase;
}
.nav-client .nav-left.nav-list li {
float: left;
}
.nav-client .nav-right {
float: right;
}
.nav-client .nav-right > li {
float: right;
}
.nav-client .nav-right > li .nav-link {
font-size: 17px;
text-transform: inherit;
}
@media (max-width: 850px) {
.nav-client .nav-right > li .nav-link {
font-size: 16px;
}
}
.nav-client .nav-home {
display: inline-block;
background: url("../../images/nav-client/logo-bnet.png") no-repeat -5px -5px;
width: 60px;
height: 60px;
padding-right: 10px;
}
.nav-client .nav-home:hover {
background-position: -5px -75px;
}
.nav-client.compact .nav-home {
background-image: url("../../images/nav-client/logo-bnet-compact.png");
}
.nav-client .nav-bar-item {
font-size: 17px;
color: rgba(255, 255, 255, 0.7);
}
a.nav-client .nav-bar-item.active {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
/**
* @fileOverview nav-client icon styles
*/
.nav-client {
/*
* Icons currently being used in icon.
*
* To add new icons, visit sprites-16.less in toolkit and add below.
*/
/**
* Game icons used in the dropdowns, mobile icons are in a mobile specific file to be included when needed.
*/
}
.nav-client [class^="nav-icon-"],
.nav-client [class*=" nav-icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
margin: 2px;
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
line-height: 16px;
vertical-align: top;
background-repeat: no-repeat;
text-indent: -9999px;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
}
.nav-client [class^="nav-icon-24-"],
.nav-client [class*=" nav-icon-24-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-24-blue.png");
width: 24px;
height: 24px;
margin: -2px 8px -2px 2px;
}
.nav-client .nav-icon {
/*
* Icons currently being used in icon.
*
* To add new icons, visit sprites-16.less in toolkit and add below.
*/
}
.nav-client .nav-icon-mouse {
background-position: -168px 0px;
}
.nav-client .nav-icon-character-cog {
background-position: -96px -120px;
}
.nav-client .nav-icon-shopping-cart {
background-position: -168px -24px;
}
.nav-client .nav-icon-broadcast {
background-position: -96px -48px;
}
.nav-client .nav-icon-question-circle {
background-position: -96px 0px;
}
.nav-client .nav-icon-edit {
background-position: -144px -24px;
}
.nav-client .nav-icon-globe {
background-position: -120px -432px;
}
.nav-client .nav-icon-logout {
background-position: -168px -576px;
}
.nav-client .nav-icon-remove {
background-position: -168px -144px;
}
.nav-client-mouse {
background-position: -168px 0px;
}
.nav-client-character-cog {
background-position: -96px -120px;
}
.nav-client-shopping-cart {
background-position: -168px -24px;
}
.nav-client-broadcast {
background-position: -96px -48px;
}
.nav-client-question-circle {
background-position: -96px 0px;
}
.nav-client-edit {
background-position: -144px -24px;
}
.nav-client-globe {
background-position: -120px -432px;
}
.nav-client-logout {
background-position: -168px -576px;
}
.nav-client-remove {
background-position: -168px -144px;
}
.nav-client #nav-client-bar .games-menu .game-icon i {
width: 70px;
height: 70px;
background-image: url("../../images/nav-client/game-icons-70.png");
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-wow {
background-position: 0 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-d3 {
background-position: -70px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-sc2 {
background-position: -140px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-hearthstone {
background-position: -210px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-heroes {
background-position: -280px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-overwatch {
background-position: -350px 0;
}
.nav-client .nav-icon-bell {
display: inline-block;
background: url("../../images/nav-client/icon-bell.png") no-repeat;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
}
.nav-client .nav-notification-icon > a:hover .nav-icon-bell,
.nav-client .nav-notification-icon > a:active .nav-icon-bell {
background-position: -30px 0;
}
.nav-client .nav-notification-icon.open .nav-icon-bell,
.nav-client .nav-notification-icon.nav-client .open .nav-icon-bell {
background-position: -30px 0;
}
/**
* @fileOverview nav-client item styles
*/
.nav-client .nav-item {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
-webkit-transition: text-shadow 160ms ease, color 160ms ease;
transition: text-shadow 160ms ease, color 160ms ease;
}
.nav-client a.nav-item:hover,
.nav-client .nav-a.nav-item:hover {
color: #fff !important;
text-decoration: none;
}
.nav-client a.nav-item.active,
.nav-client .nav-a.nav-item.active {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
.nav-client .nav-item-box {
font-size: 15px !important;
color: rgba(255, 255, 255, 0.7);
margin: -1px;
display: block;
line-height: 30px;
}
.nav-client .nav-item-box:hover {
background: rgba(255, 255, 255, 0.05);
background: #313744\9;
}
.nav-client .nav-a {
font-weight: 400;
font-size: 13px;
}
.nav-client .nav-a.footer-links-snowflake {
font-weight: 700;
color: #99cee0;
}
.nav-client .nav-link {
color: #bbb;
color: rgba(255, 255, 255, 0.7);
display: inline-block;
font-size: 20px;
padding: 0 20px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: text-shadow 160ms ease, color 160ms ease;
transition: text-shadow 160ms ease, color 160ms ease;
}
@media (max-width: 980px) {
.nav-client .nav-link {
font-size: 19px;
}
}
@media (max-width: 850px) {
.nav-client .nav-link {
font-size: 18px;
padding: 0 16px;
}
}
.nav-client a.nav-link:hover,
.nav-client .nav-a.nav-link:hover {
color: #fff;
text-decoration: none;
}
.nav-client a.nav-link.active,
.nav-client .nav-a.nav-link.active {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
.nav-client .nav-link,
.nav-client .nav-item,
.nav-client .nav-a {
cursor: pointer;
}
.nav-client .nav-notification-icon {
display: none;
}
.nav-client .nav-notification-icon > a {
padding: 15px;
}
.nav-client .nav-notification {
line-height: 20px;
}
.nav-client .nav-notification > * {
margin: 15px;
}
.nav-client .nav-notification .nav-notification-header {
margin-right: 40px;
}
.nav-client .nav-notification .nav-notification-header .nav-notification-img {
float: left;
margin: 0 15px 15px 0;
}
.nav-client .nav-notification .nav-notification-header .nav-notification-title {
font-size: 15px;
font-weight: normal;
color: white;
margin: 0;
line-height: 20px;
}
.nav-client .nav-notification .nav-notification-content {
font-size: 13px;
color: rgba(255, 255, 255, 0.7);
clear: left;
line-height: 20px;
}
.nav-client .nav-notification .nav-notification-remove {
padding: 11px;
position: absolute;
top: 0;
right: 0;
margin: 0;
cursor: pointer;
}
.nav-client .nav-notification .nav-notification-btn {
color: white;
}
.nav-client .nav-notification-dropdown.dropdown-menu,
.nav-client .nav-notification-dropdown.nav-client .dropdown-menu {
white-space: normal;
min-width: 300px;
max-width: 380px;
padding: 5px 0;
margin: 0 20px 0 0;
left: auto;
z-index: auto;
}
.nav-client .nav-notification-dropdown.dropdown-menu .nav-box,
.nav-client .nav-notification-dropdown.nav-client .dropdown-menu .nav-box {
padding: 0;
}
.nav-client.compact .nav-notification-icon > a {
padding: 7px;
}
.nav-client.compact #nav-client-bar .nav-notification-dropdown .arrow.top {
left: 13px;
}
.nav-notification-dropdown.dropdown-menu.open,
.nav-notification-dropdown.dropdown-menu.nav-client .open,
.nav-notification-dropdown.nav-client .dropdown-menu.open {
display: block;
}
.nav-notification-responsive-container {
display: none;
}
/**
* @fileOverview nav-client user styles
*/
.nav-client .user-profile {
min-width: 200px;
}
.nav-client .user-profile .nav-login-btn {
color: #ffffff;
}
.nav-client .user-profile .dropdown-section li > a:hover,
.nav-client .user-profile .nav-client .notification li > a:hover {
background-color: #313744\9;
}
.nav-client .user-profile .dropdown-section .nav-box,
.nav-client .user-profile .nav-client .notification .nav-box {
padding-top: 9px;
padding-bottom: 9px;
padding-right: 15px;
padding-left: 15px;
}
.nav-client .user-profile .dropdown-section .nav-item-box,
.nav-client .user-profile .nav-client .notification .nav-item-box {
padding-left: 6px;
padding-right: 15px;
}
.nav-client .user-profile .dropdown-section .nav-icon-character-cog,
.nav-client .user-profile .dropdown-section .nav-icon-logout,
.nav-client .user-profile .nav-client .notification .nav-icon-character-cog,
.nav-client .user-profile .nav-client .notification .nav-icon-logout {
margin: 2px 8px 0 2px;
}
.nav-client .user-profile .label {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
border: none;
height: auto;
padding: 0px;
font-size: 15px;
line-height: 18px;
}
.nav-client .user-profile .label .battletag {
font-size: 17px;
color: #82c5ff;
}
.nav-client .user-profile .label .code {
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
position: relative;
right: 3px;
}
.nav-client .user-profile .email {
color: rgba(255, 255, 255, 0.3);
font-size: 15px;
}
.nav-client .username {
font-size: 17px;
color: rgba(255, 255, 255, 0.7);
}
.nav-client .username .employee {
display: inline-block;
width: 27px;
height: 15px;
vertical-align: middle;
background: url("../../images/nav-client/employee.gif") no-repeat center;
position: relative;
}
.nav-client .username--loggedout {
text-transform: capitalize !important;
}
.nav-client #nav-client-dropdown-profile .user-profile {
font-size: 14px;
line-height: 20px;
}
.nav-client #nav-client-dropdown-profile .arrow {
right: 5px;
}
.nav-client .nav-badge {
border-radius: 2px;
}
.nav-client .nav-counter {
border-radius: 2px;
color: white;
position: relative;
bottom: 2px;
margin-left: 4px;
background-color: #d56900;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
min-width: 0;
padding: 0 4px;
}
.nav-client .no-updates {
opacity: 0;
display: none;
}
.nav-client .nav-icon-title {
position: relative;
padding-left: 40px;
}
.nav-client .nav-dismiss-wrap {
position: relative;
padding: 10px;
}
.nav-client .nav-dismiss-wrap .nav-close {
position: absolute;
right: 5px;
top: 5px;
}
.nav-client .show-dev {
display: block !important;
}
/**
* ACB rating logo and descriptors.
*/
.acb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.acb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.acb-logo {
display: block;
float: left;
}
.acb-descriptor,
.acb-disclaimer {
display: block;
margin-left: 75px;
}
/**
* BBFC rating logo and descriptors.
*/
.bbfc-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
float: left;
}
.bbfc-rating a {
float: left;
color: rgba(255, 255, 255, 0.5);
}
.bbfc-logo {
display: block;
}
/**
* CSRR rating logo and descriptors.
*/
.csrr-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.csrr-rating a {
display: inline-block;
color: rgba(255, 255, 255, 0.5);
}
.csrr-logo {
display: block;
}
/**
* DEJUS rating logo and descriptors.
*/
.dejus-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.dejus-rating a {
color: rgba(255, 255, 255, 0.5);
}
.dejus-logo {
display: block;
float: left;
}
.dejus-descriptor {
margin-left: 10px;
}
/**
* ESRB rating logo and descriptors.
*/
.esrb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.esrb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.esrb-logo {
display: block;
float: left;
}
.esrb-descriptor,
.esrb-disclaimer {
display: block;
margin-left: 80px;
-moz-transition: color .2s;
-webkit-transition: color .2s;
transition: color .2s;
}
.esrb-disclaimer {
display: block;
margin-left: 80px;
}
.esrb-descriptor-label {
-webkit-transition: color .2s;
-moz-transition: color .2s;
-o-transition: color .2s;
transition: color .2s;
}
.esrb-descriptor-label:hover {
color: rgba(255, 255, 255, 0.7);
cursor: default;
}
/**
* FPB rating logo and descriptors.
*/
.fpb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.fpb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.fpb-logo {
display: block;
float: left;
}
.fpb-descriptor {
display: block;
margin-left: 75px;
}
/**
* GRB rating logo and descriptors.
*/
.grb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.grb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.grb-logo,
.grb-descriptor-image {
display: block;
float: left;
margin-right: 5px;
}
.grb-descriptor {
display: block;
margin-left: 75px;
}
/**
* NZOFLC rating logo and descriptors.
*/
.nzoflc-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.nzoflc-rating a {
color: rgba(255, 255, 255, 0.5);
}
.nzoflc-logo {
display: block;
float: left;
}
.nzoflc-descriptor {
display: block;
margin-left: 75px;
}
/**
* PEGI rating logo and descriptors.
*/
.pegi-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.pegi-rating a {
color: rgba(255, 255, 255, 0.5);
}
.pegi-logo,
.pegi-descriptor-image {
display: block;
float: left;
margin-right: 5px;
}
.pegi-descriptor {
display: block;
margin-left: 70px;
}
.pegi-descriptor-label {
-webkit-transition: color .2s;
-moz-transition: color .2s;
-o-transition: color .2s;
transition: color .2s;
}
.pegi-descriptor-label:hover {
color: rgba(255, 255, 255, 0.7);
cursor: default;
}
/**
* USK rating logo and descriptors.
*/
.usk-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.usk-rating a {
display: inline-block;
color: rgba(255, 255, 255, 0.5);
}
.usk-logo {
display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0
}
ol, ul {
list-style-type: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
:focus {
outline: 0;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
body, h1, h2, h3, h4, h5, h6, button, input, textarea, small, big {
font-size: 100%
}
html {
height: 100%;
width: 100%
}
body.zh-tw {
font-family: 微軟正黑, Microsoft JhengHei, Helvetica, Tahoma, 新明細體, PMingLiU, SimSun, sans-serif
}
body.zh-cn {
font-family: 微软雅黑, Microsoft YaHei, Helvetica, Tahoma, StSun, 宋体, SimSun, sans-serif;
font-size: 12px
}
body.zh-cn * {
text-transform: none !important;
letter-spacing: 0 !important;
font-family: 微软雅黑, Microsoft YaHei, Helvetica, Tahoma, StSun, 宋体, SimSun, sans-serif !important;
font-style: normal !important
}
body.ko-kr {
font-family: Dotum, "돋움", Helvetica, AppleGothic, Sans-serif
}
body.th-th {
font-family: Tahoma, Thonburi, Ayuthaya, Krungthep, sans-serif
}
a {
outline: none;
text-decoration: none;
}
.ie a span {
cursor: pointer
}
p {
margin: 0.5em 0;
}
textarea {
overflow: auto;
}
.zh-tw b,
.zh-tw strong {
font-weight: normal
}
/* utility */
.clear {
clear: both;
display: block;
margin: 0;
padding: 0;
}
.ie6 .clear {
height: 0;
line-height: 100%;
overflow: hidden;
}
.clear-after:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.relative {
position: relative;
}
.dynamic-center {
margin: 0 auto;
}
.opacity0 {
opacity: 0;
position: absolute;
}
.ie .opacity0 {
filter: alpha(opacity=0)
}
.ie .opacity50 {
filter: alpha(opacity=50)
}
.opacity50 {
opacity: .50;
}
.clickable {
cursor: pointer;
}
.table-center {
margin: auto;
}
.hide {
display: none;
}
.img {
vertical-align: bottom;
}
.row-hidden {
display: none !important;
}
/* borders */
.border-2 {
border-radius: 2px;
}
.border-3 {
border-radius: 3px;
}
.border-4 {
border-radius: 4px;
}
.border-5 {
border-radius: 5px;
}
.border-6 {
border-radius: 6px;
}
.border-7 {
border-radius: 7px;
}
.border-8 {
border-radius: 8px;
}
.border-9 {
border-radius: 9px;
}
.border-10 {
border-radius: 10px;
}
/* console */
.console {
position: fixed;
width: 100%;
padding: 10px;
top: 0;
left: 0;
background: rgba(0, 0, 0, .75);
color: #fff;
z-index: 10000;
font-size: 12px;
}
.console .console-pane {
max-height: 500px;
overflow: auto;
padding-bottom: 5px;
}
.console .console-pane .indent {
padding-left: 50px;
}
.console .console-input span {
display: inline-block;
margin-right: 5px;
font-size: 12px;
}
.console .console-input input {
display: inline-block;
background: none;
border: 0;
padding: 0;
width: 95%;
color: #fff;
font-size: 12px;
}
.console .color-red {
color: #cc6666 !important;
}
.console .color-blue {
color: #81a2be !important;
}
.console .color-green {
color: #b5bd68 !important;
}
.console .color-yellow {
color: #f0c674 !important;
}
/* blackout */
#blackout {
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: .7;
display: none;
position: fixed;
z-index: 9001;
}
.ie #blackout {
position: absolute;
filter: alpha(opacity=70)
}
#blackout.blackout-transparent {
background: transparent;
}
#lightbox-anchor #flash-error {
padding-top: 60px
}
.support-shim {
display: block;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}/* feedback buttons */
#footer .common-feedback-buttons {
float: left;
width: 166px;
padding: 5px 0 0 5px;
}
#footer #legal .common-feedback-buttons a {
background-color: #252525;
color: #b2bac7;
font-size: 11px;
border-radius: 4px;
display: block;
line-height: 1.5;
padding: 5px 5px 5px 31px;
margin-bottom: 7px;
min-height: 16px;
}
#footer #legal .common-feedback-buttons .feedback-icon {
display: block;
background: url('../images/icons/feedback-buttons.gif') no-repeat 0 0;
width: 20px;
height: 17px;
margin: 0 5px 3px -26px;
float: left;
}
#footer #legal .common-feedback-buttons .error .feedback-icon {
background-position: 0 -30px;
}
#footer #legal .common-feedback-buttons a:hover {
background-color: #434343;
color: #FFF;
}
#footer #legal .common-feedback-buttons .error {
background-position: 5px -27px;
}
/* website feedback form */
#overlay.feedback-overlay {
background: url('../images/layout/bg.jpg') no-repeat 50% 0;
padding: 20px;
border: 5px solid #525E67;
border-radius: 3px;
box-shadow: black 0 0 20px;
}
/* community site css is overly specific */
.ui-overlay.feedback-overlay {
width: auto;
}
.ui-overlay.feedback-overlay .overlay-top,
.ui-overlay.feedback-overlay .overlay-middle,
.ui-overlay.feedback-overlay .overlay-bottom {
background: none;
}
.feedback-overlay .overlay-close {
background: url('../images/service-bar/close.gif') no-repeat 0 0;
width: 10px;
height: 10px;
top: 10px;
right: 10px;
}
.feedback-overlay .feedback-wrapper {
margin: 0;
padding-top: 45px;
width: 466px;
font-size: 13px;
color: #86a2b6;
}
.feedback-overlay .feedback-wrapper {
padding-top: 0;
}
.feedback-overlay .overlay-middle .feedback-wrapper h2 {
margin-bottom: 20px;
font-size: 24px;
font-weight: bold;
color: #fff;
border-color: #fff;
}
.feedback-overlay .feedback-wrapper .signpost {
font-size: 11px;
font-style: italic;
}
.ko-kr .feedback-overlay .feedback-wrapper .signpost {
font-style: normal;
}
.feedback-overlay .feedback-wrapper em {
font-style: normal;
color: #fff;
}
.feedback-overlay .feedback-wrapper form {
margin: 20px 0;
width: 466px;
}
.feedback-overlay .feedback-wrapper label {
display: block;
margin-top: 20px;
width: 100%;
font-size: 11px;
text-transform: uppercase;
color: #68727b;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.feedback-overlay .feedback-wrapper input {
display: block;
padding: 7px;
border: 1px solid #fff;
border-radius: 5px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 14px;
/* http://www.colorzilla.com/gradient-editor/#e6e6e6+0,fefefe+100;Custom */
background: #e6e6e6;
/* Old browsers */
background: -moz-linear-gradient(top, #e6e6e6 0%, #fefefe 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#fefefe));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e6e6e6 0%,#fefefe 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e6e6e6 0%,#fefefe 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #e6e6e6 0%,#fefefe 100%);
/* IE10+ */
background: linear-gradient(to bottom, #e6e6e6 0%,#fefefe 100%);
/* W3C */
}
.feedback-overlay .feedback-wrapper input[disabled='disabled'] {
background-color: transparent;
padding: 0;
border: none;
color: #fff;
font-size: 11px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.feedback-overlay .feedback-wrapper textarea {
border: 1px solid #fff;
border-radius: 5px;
padding: 7px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
font-family: sans-serif;
font-size: 14px;
}
.feedback-overlay #feedback-body-char-count.error {
color: #f00;
}
.feedback-overlay .feedback-wrapper .feedback-error {
border-color: #f00;
}
.feedback-overlay .feedback-wrapper .feedback-error-msg {
display: none;
margin-bottom: 15px;
color: #f00;
font-size: 10px;
}
.ko-kr .feedback-overlay .feedback-wrapper .feedback-error-msg {
font-size: 11px;
}
.feedback-overlay .feedback-wrapper .feedback-form-buttons {
margin-top: 20px;
}
.feedback-overlay .feedback-wrapper #feedback-success,
.feedback-overlay .feedback-wrapper #feedback-fail {
display: none;
}
.feedback-overlay .feedback-wrapper .feedback-button {
/*
Duplicate ui.button1 style without images
http://www.colorzilla.com/gradient-editor/#0081b4+0,006a9b+100;Custom
*/
background: #0081b4;
/* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* IE10+ */
background: linear-gradient(to bottom, #0081b4 0%,#006a9b 100%);
/* W3C */
border: 1px solid #111;
border-radius: 5px;
box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
color: #fff;
cursor: pointer;
display: inline-block;
height: auto;
overflow: visible;
padding: 0;
margin: 0;
vertical-align: middle;
outline: none;
}
.feedback-overlay .feedback-wrapper .feedback-button:hover,
.feedback-overlay .feedback-wrapper .feedback-button:focus {
background: #009ee2;
}
.feedback-overlay .feedback-wrapper .feedback-button-text {
background: none;
border: none;
box-shadow: none;
color: #0072A3;
text-transform: none;
}
.feedback-overlay .feedback-wrapper .feedback-button-text:hover,
.feedback-overlay .feedback-wrapper .feedback-button-text:focus {
color: #00c0ff;
}
.feedback-overlay .feedback-wrapper .feedback-button span,
.feedback-overlay .feedback-wrapper .feedback-button-text span {
font-size: 13px;
text-transform: none;
height: 32px;
line-height: 32px;
}
.feedback-overlay .feedback-wrapper .feedback-button span,
.feedback-overlay .feedback-wrapper .feedback-button-text span {
padding: 0 0 0 25px;
}
.feedback-overlay .feedback-wrapper .feedback-button span span,
.feedback-overlay .feedback-wrapper .feedback-button-text span span {
padding: 0 25px 0 0;
}
.feedback-overlay .feedback-wrapper #feedback-cancel {
display: none;
}
.feedback-overlay .feedback-wrapper .feedback-counter {
display: none;
margin: 0;
padding: 0;
float: right;
font-size: 10px;
}
.ko-kr .feedback-overlay .feedback-wrapper .feedback-counter {
font-size: 11px;
}
/* Feedback form buttons */
.ie6 .feedback-wrapper .feedback-button {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 );
/* IE6-9 */
}/* wow factions */
.wow-faction-0, .wow-faction-0 a {
color: #0078ff !important;
} /* alliance */
.wow-faction-1, .wow-faction-1 a {
color: #b30000 !important;
} /* horde */
/* wow expansions */
.wow-exp-0, .wow-exp-0 a {
color: #fff468 !important;
} /* classic */
.wow-exp-1, .wow-exp-1 a {
color: #aad372 !important;
} /* the burning crusade */
.wow-exp-2, .wow-exp-2 a {
color: #68ccef !important;
} /* wrath of the lich king */
.wow-exp-3, .wow-exp-3 a {
color: #ff7c0a !important;
} /* cataclysm */
/* wow classes */
.wow-class-1, .wow-class-1 a {
color: #c69b6d !important;
} /* warrior */
.wow-class-2, .wow-class-2 a {
color: #f48cba !important;
} /* paladin */
.wow-class-3, .wow-class-3 a {
color: #aad372 !important;
} /* hunter */
.wow-class-4, .wow-class-4 a {
color: #fff468 !important;
} /* rogue */
.wow-class-5, .wow-class-5 a {
color: #f0ebe0 !important;
} /* priest */
.wow-class-6, .wow-class-6 a {
color: #c41e3b !important;
} /* death knight */
.wow-class-7, .wow-class-7 a {
color: #2359ff !important;
} /* shaman */
.wow-class-8, .wow-class-8 a {
color: #68ccef !important;
} /* mage */
.wow-class-9, .wow-class-9 a {
color: #9382c9 !important;
} /* warlock */
.wow-class-10, .wow-class-10 a {
color: #00ffba !important;
} /* monk */
.wow-class-11, .wow-class-11 a {
color: #ff7c0a !important;
} /* druid */
/* wow item quality */
.wow-item-0, .wow-item-0 a {
color: #9d9d9d !important;
} /* poor (gray) */
.wow-item-1, .wow-item-1 a {
color: #ffffff !important;
} /* common (white) */
.wow-item-2, .wow-item-2 a {
color: #1eff00 !important;
} /* uncommon (green) */
.wow-item-3, .wow-item-3 a {
color: #0081ff !important;
} /* rare (blue) */
.wow-item-4, .wow-item-4 a {
color: #c600ff !important;
} /* epic (purple) */
.wow-item-5, .wow-item-5 a {
color: #ff8000 !important;
} /* legendary (orange) */
.wow-item-6, .wow-item-6 a {
color: #e5cc80 !important;
} /* artifact (gold) */
.wow-item-7, .wow-item-7 a {
color: #e5cc80 !important;
} /* heirloom (gold) */
/* sc2 races */
.sc2-race-0, .sc2-race-0 a {
color: green !important;
} /* random */
.sc2-race-1, .sc2-race-1 a {
color: red !important;
} /* terran */
.sc2-race-2, .sc2-race-2 a {
color: blue !important;
} /* protoss */
.sc2-race-3, .sc2-race-3 a {
color: purple !important;
} /* zerg */
/* sc2 factions */
.sc2-exp-0, .sc2-exp-0 a {
color: blue !important;
} /* wings of liberty */
.sc2-exp-1, .sc2-exp-1 a {
color: purple !important;
} /* heart of the swarm */
.sc2-exp-2, .sc2-exp-2 a {
color: green !important;
} /* legacy of the void */
/* d3 classes */
.d3-class-barbarian, .d3-class-barbarian a {
color: #be2903 !important;
}
.d3-class-demon-hunter, .d3-class-demon-hunter a {
color: #80077b !important;
}
.d3-class-monk, .d3-class-monk a {
color: #c08f03 !important;
}
.d3-class-witch-doctor, .d3-class-witch-doctor a {
color: #08711e !important;
}
.d3-class-wizard, .d3-class-wizard a {
color: #0559ae !important;
}
/* d3 colors */
.d3-color-blue, .d3-color-blue a {
color: #6969ff !important;
}
.d3-color-gray, .d3-color-gray a {
color: #909090 !important;
}
.d3-color-gold, .d3-color-gold a {
color: #c7b377 !important;
}
.d3-color-green, .d3-color-green a {
color: #00ff00 !important;
}
.d3-color-orange, .d3-color-orange a {
color: #bf642f !important;
}
.d3-color-purple, .d3-color-purple a {
color: #a335ee !important;
}
.d3-color-red, .d3-color-red a {
color: #ff0000 !important;
}
.d3-color-white, .d3-color-white a {
color: #fff !important;
}
.d3-color-yellow, .d3-color-yellow a {
color: #ffff00 !important;
}/* footer */
#footer {
font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
padding: 25px 0;
}
.zh-cn #footer {
font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Tahoma, "StSun", "宋体", "SimSun", sans-serif;
}
.zh-tw #footer {
font-family: "微軟正黑", "Microsoft JhengHei", Helvetica, Tahoma, "新明細體", "PMingLiU", "SimSun", sans-serif;
}
.ko-kr #footer {
font-family: "Dotum", "돋움", "Trebuchet MS", Arial, sans-serif;
}
#footer a {
color: #697489;
}
#footer a:hover {
color: #dcdcdc;
}
#footer h3,
#footer h3 a {
color: #b2bac7;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
}
#footer-promotions {
float: right;
padding-bottom: 20px;
width: 302px;
}
#footer-promotions a {
color: #b2bac7;
}
#sitemap h3 {
background: url("../images/icons/footer.png") no-repeat;
border-bottom: 2px solid #414a56;
margin-bottom: 10px;
padding-bottom: 10px;
padding-left: 20px;
}
#sitemap h3.bnet {
background-position: 0 0;
}
#sitemap h3.games {
background-position: 2px -50px;
}
#sitemap h3.classic {
background-position: 0 -100px;
}
#sitemap h3.account {
background-position: 2px -150px;
padding-left: 23px;
}
#sitemap h3.support {
background-position: 0 -200px;
padding-left: 23px;
}
#sitemap h3.jobs {
background-position: 0 -250px;
padding-left: 23px;
}
#sitemap .column {
float: left;
padding-bottom: 20px;
width: 20%;
}
.ie7 #sitemap .column {
width: 247px;
}
.ie6 #sitemap .column {
width: 247px;
}
#sitemap .column ul a {
display: block;
margin: 2px 0;
}
.ie6 #sitemap .column ul a {
display: block;
width: 100%;
}
#sitemap.promotions .column {
width: 170px;
}
.ie6 #sitemap h3 {
background: url("../images/icons/footer.gif") no-repeat;
}
.ie6 #sitemap h3.bnet {
background-position: 0 0;
}
.ie6 #sitemap h3.games {
background-position: 5px -50px;
}
.ie6 #sitemap h3.classic {
background-position: 0 -100px;
}
.ie6 #sitemap h3.account {
background-position: 5px -150px;
}
.ie6 #sitemap h3.support {
background-position: 0 -200px;
}
.ie6 #footer {
zoom: 1;
}
#copyright {
color: #2a2c2f;
border-top: 1px solid #414a56;
text-transform: uppercase;
font-size: 10px;
clear: both;
padding: 10px 0;
}
.zh-cn #copyright img {
vertical-align: bottom
}
.cjk #copyright {
font-size: 12px
}
.ie6 #copyright {
zoom: 1;
}
.ie7 #copyright {
line-height: normal;
padding: 5px;
}
#copyright a {
margin-left: 15px;
color: #b2bac7;
}
.de-de #copyright a {
margin-left: 8px
}
.es-es #copyright a,
.es-mx #copyright a,
.fr-fr #copyright a {
margin-left: 5px
}
.pl-pl #copyright a {
margin-left: 6px
}
.pt-br #copyright a {
margin-left: 7px
}
.ru-ru #copyright a {
margin-left: 0px
}
.zh-cn #copyright a {
margin-right: 15px;
margin-left: 0
}
.ko-kr #copyright a {
font-size: 11px;
display: inline-block;
}
.zh-cn #copyright p {
margin-bottom: 8px;
margin-top: 0
}
.ko-kr #copyright .policies {
font-weight: bold;
color: #007ca5
}
#copyright .legal-links {
display: block;
}
#copyright .legal-links a {
margin: 0 8px 0 0
}
#legal {
padding: 15px 0;
}
#legal a {
display: inline-block;
vertical-align: top;
}
#legal #blizzard {
float: left;
}
/* TODO Defect: These styles are specific to the game sites and should not be in the global Common CSS */
#legal #legal-ratings {
float: right;
vertical-align: top;
}
#legal #legal-ratings img {
vertical-align: top;
}
#legal #legal-ratings a {
margin-left: 10px;
}
#legal-ratings {
width: 473px;
}
#legal #legal-ratings .product-rating a {
display: inline;
margin-left: 0;
}
#legal #legal-ratings.us .product-rating {
width: 300px;
}
#legal #legal-ratings .product-rating {
float: right;
}
#legal-ratings img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%; /* Part 1: Set a maximum relative to the parent */
height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
border: 0;
vertical-align: middle;
}
.ie8 #legal-ratings img{
width: auto; /* IE8 need help adjusting responsive images */
}
/* END TODO */
.ko-kr #legal-kr { padding-top: 12px; text-align: center; color: #9b9898; font-size: 11px; line-height: 14px; font-family:Dotum }
.ko-kr #legal-kr a { color:#3f8eea }
.ko-kr #legal-kr .webfont-daum { margin-top:5px; font-family: daumRegular }
#marketing-trackers, .marketing-cover { height: 1px; overflow: hidden; position: relative; width: 1px; }
.marketing-cover { background-color: #000; left: 0; position: absolute; top: 0; }
/* language switcher */
#international { display: none; border-bottom: 1px solid #414A56; padding: 25px 0 25px 25px; background: url("../images/layout/world-map.gif") 50% 50% no-repeat; }
.ie #international { zoom: 1 }
#international h3 { margin: 0 0 10px 0; padding: 0; }
#international .column { float: left; padding: 20px; width: 115px; }
#international .column a { display: block; padding: 3px 0; }
#international .column a.selected { background: url("../images/icons/i18n-support.gif") 0 4px no-repeat; padding-left: 15px; margin-left: -15px; color: #fff; }
#change-language { float: right; background: url("../images/icons/arrows.gif") 100% -99px no-repeat; padding-right: 20px; margin-top:-2px }
#change-language.open { background-position: 100% 1px; }
#change-language span { display: inline-block; background: url("../images/icons/map-small.gif") 0 50% no-repeat; padding: 2px 0 2px 35px }
/* embedded login */
#login-embedded { width: 400px; position: fixed; top: 50%; left: 50%; padding: 0; margin: -200px; z-index: 9005; height: 300px; background: #000; border-radius: 3px; -moz-box-shadow: #000 0 0 20px; box-shadow: #000 0 0 20px; }
#login-embedded object,
#login-embedded iframe { width: 400px; margin: 0; padding: 0; border: none; }
#embedded-loader { width: 200px; height: 200px; position: fixed; top: 50%; left: 50%; margin: -100px; z-index: 9005; background: url("../images/loaders/uber-loading.gif") 50% 50% no-repeat; }
/* bml */
.bml-toolbar button { width: 34px; height: 26px; padding: 0; text-indent: -9999px; border: none; background-repeat:no-repeat; margin: 0 2px 5px 0; cursor: pointer; }
.ie .bml-toolbar button { position: relative; zoom: 1 }
.bml-toolbar .bml-bold:hover,
.bml-toolbar .bml-bold.on { background-position: -34px 0; }
.bml-toolbar .bml-italics { background-position: 0 -26px; }
.bml-toolbar .bml-italics:hover,
.bml-toolbar .bml-italics.on { background-position: -34px -26px; }
.bml-toolbar .bml-underline { background-position: 0 -52px; }
.bml-toolbar .bml-underline:hover,
.bml-toolbar .bml-underline.on { background-position: -34px -52px; }
.bml-toolbar .bml-list { background-position: 0 -78px; }
.bml-toolbar .bml-list:hover,
.bml-toolbar .bml-list.on { background-position: -34px -78px; }
.bml-toolbar .bml-listItem { background-position: 0 -208px; }
.bml-toolbar .bml-listItem:hover,
.bml-toolbar .bml-listItem.on { background-position: -34px -208px; }
.bml-toolbar .bml-code { background-position: 0 -104px; }
.bml-toolbar .bml-code:hover,
.bml-toolbar .bml-code.on { background-position: -34px -104px; }
.bml-toolbar .bml-quote { background-position: 0 -130px; }
.bml-toolbar .bml-quote:hover,
.bml-toolbar .bml-quote.on { background-position: -34px -130px; }
.bml-toolbar .bml-unformat { background-position: 0 -156px; }
.bml-toolbar .bml-unformat:hover,
.bml-toolbar .bml-unformat.on { background-position: -34px -156px; }
.bml-toolbar .bml-cleanup { background-position: 0 -182px; }
.bml-toolbar .bml-cleanup:hover,
.bml-toolbar .bml-cleanup.on { background-position: -34px -182px; }
.bml-toolbar .bml-url { background-position: -69px 0; }
.bml-toolbar .bml-url:hover,
.bml-toolbar .bml-url.on { background-position: -103px 0; }
.bml-editor { margin: 5px 0 7px; background: #fff; height: 200px; padding: 10px; -moz-border-radius: 5px; border-radius: 5px; cursor: text; -moz-box-shadow: 0 0 10px -3px #444444; box-shadow: 0 0 10px -3px #444444;}
.bml-editor iframe { width:100%; height: 200px; }
/* misc */
.response-error { border: 1px solid #c90000 !important; } /*general input error style*/
/* Ads */
#sidebar-bnet-ads { margin:0 0 25px 3px; font-size:11px; line-height:normal; }
#sidebar-bnet-ads .sidebar-content { padding-top:15px; }
#sidebar-bnet-ads .desc { padding:5px 0;}
#sidebar-bnet-ads .subtitle { padding-top:5px; }
/* error page */
.server-error #content .content-top { background: no-repeat; }
#server-error { width: 375px; margin: 0 auto; padding-top: 150px; text-align: center; font-size: 18px; min-height: 900px; }
#server-error h2 { font-size:125px; }
#server-error h2.http { font-size: 85px; }
#server-error h3 { font-size:35px; margin-bottom: 50px; }
#server-error em { font-size: 12px; }
#server-error ul { font-size: 14px; text-align: left; list-style: disc; margin: 35px 0 0 35px; }
#server-error sup { font-size: 9px; }
/* blizzcon bar */
.blizzcon-bar { width: 100%; height: 40px; margin-bottom: 1px; background: #002540 url("../images/layout/blizzcon/bar-bg.jpg") 50% 100% no-repeat; border-bottom: 1px solid #05517e; font-size: 13px; font-family: Arial, sans-serif; box-shadow: 0 0 1px 1px #000; }
.blizzcon-bar-inner { width: 995px; margin: 0 auto; border-right: 3px solid #042e45; height: 40px; }
.blizzcon-bar .cell { float: right; display: block; height: 40px; border-right: 1px solid #011323; border-left: 1px solid #011323; margin-right: -1px; }
.blizzcon-bar .cell:hover { background-color: rgba(255, 255, 255, 0.05); }
.blizzcon-bar .cell span { display: block; float: left; height: 40px; line-height: 40px; padding: 0 15px; border-left: 2px solid #042e45; }
.blizzcon-bar .cell.close { border-right: 0; }
.blizzcon-bar .cell.close span { background: url("../images/layout/blizzcon/sprite.png") 8px -120px no-repeat; padding: 0 20px; }
.blizzcon-bar .cell.close:hover span { background-position: 8px -280px; }
.blizzcon-bar .cell.news { float: left; border-right: 0; }
.blizzcon-bar .cell.news strong { padding-right: 10px; }
.blizzcon-bar .cell.news span { background: url("../images/layout/blizzcon/sprite.png") 15px 1px no-repeat; padding-left: 80px; }
.blizzcon-bar .cell.news:hover span { background-position: 15px -159px; }
.blizzcon-bar .cell.buy span { background: url("../images/layout/blizzcon/sprite.png") 8px -39px no-repeat; padding-left: 60px; }
.blizzcon-bar .cell.buy:hover span { background-position: 8px -199px; }
.blizzcon-bar .cell.watch span { background: url("../images/layout/blizzcon/sprite.png") 7px -80px no-repeat; padding-left: 45px; }
.blizzcon-bar .cell.watch:hover span { background-position: 7px -240px; }
.blizzcon-bar a { color: #7dfc20; }
.blizzcon-bar a:hover { color: #fff; }
.blizzcon-bar strong { color: #fff; }
body.has-blizzcon-bar { background-position: 50% 42px !important; }
/* service bar */
#service { float: right; position: absolute; right: 0; top: 0; z-index: 75; }
.ie #service { z-index: 150; }
.service-bar { display: inline-block; float: right; font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; position: relative; text-align: right; -webkit-user-select: none; -moz-user-select: none; user-select: none; z-index: 75; }
.ie .service-bar { z-index: 150; zoom: 1; }
.zh-tw .service-bar,
.zh-cn .service-bar,
.ko-kr .service-bar,
.ko-kr .service-bar .service-link
.cjk .service-bar .service-link { font-size: 12px; }
.zh-tw .service-bar,
.zh-tw .service-bar .dropdown-menu a { font-family: "微軟正黑", "Microsoft JhengHei", Helvetica, Tahoma, "新明細體", PMingLiU, SimSun, sans-serif; }
.zh-cn .service-bar { font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Tahoma, StSun, "宋体", SimSun, sans-serif; }
.ko-kr .service-bar { font-family: Dotum, "돋움", Helvetica, AppleGothic, sans-serif; }
.service-bar .dropdown-menu { background-color: #c5c5c5; border-radius: 2px; border-top-right-radius: 0px; box-shadow: 0 3px 4px #1b1b1b; color: #000; display: none; line-height: normal; padding: 10px; position: absolute; right: 0; text-align: left; top: 33px; width: 150px; }
.service-bar .dropdown-menu a { border-radius: 2px; color: #000; display: block; padding: 5px; }
.service-bar .dropdown-menu a:hover { background: #d6d6d6; color: #000; text-decoration: none; }
.service-bar .service-news.opened { padding: 0; }
.service-bar .service-news.opened a,
.service-bar .service-news.opened a:hover,
.service-bar .service-news.opened a:focus { background-color: #d37201; border-right-color: #d37201; height: 40px; }
.ie6 .service-bar .service-news a,
.ie6 .service-bar .service-news.opened a,
.ie6 .service-bar .service-news.opened a:hover,
.ie6 .service-bar .service-news.opened a:focus { background: url("../images/service-bar/background-msie.png") repeat-x -117px -160px; border-left: 0; border-right: 1px solid #33373b; display: block; height: 33px; width: 50px; }
.service-cell { background: url("../images/service-bar/background.png") repeat-x 0 -200px; color: #8694a1; display: block; float: left; line-height: 32px; padding: 0 0 7px 0; position: relative; }
.service-cell a { color: #00b6ff; font-size: 11px; text-decoration: none; }
.service-cell a:hover,
.service-cell a:focus { color: #fff; }
.service-cell a.active { background: #C5C5C5; color: #000; }
.service-home { background-position: 0 0; background-repeat: no-repeat; }
.service-home a { background: url("../images/service-bar/background.png") no-repeat 0 -40px; border-left: none; display: block; line-height: 33px; padding: 0 0 0 7px; text-indent: -9999px; width: 48px; }
.service-home a:hover,
.service-home a:focus { background-color: transparent; background-position: 0 -80px; }
.service-home.service-maintenance a { background-position: 0 -120px; }
.service-home.service-alert a { background-position: 0 -160px; }
.service-welcome { padding: 0 15px 7px 15px; }
.service-welcome .employee { background: url("../images/icons/employee.gif") no-repeat center center; display: inline-block; height: 32px; vertical-align: middle; width: 27px; }
.zh-cn .service-welcome .employee { background-image: url("../images/icons/employee-netease.gif"); }
.service-cell .service-link { border-left: 1px solid #33373B; display: block; font-size: 10px; line-height: 33px; padding: 0 1.5em; text-transform: uppercase; }
.service-cell .service-link:hover,
.service-cell .service-link:focus { background-color: #343434; }
.ko-kr .service-cell .service-link { font-size: 11px !important; }
.service-news a { background: url("../images/service-bar/background.png") repeat-x -117px -160px; border-left: 0; border-right: 1px solid #33373B; display: block; width: 50px; }
.service-support-enhanced { background-position: 100% -241px; }
.service-support a.service-link-dropdown { background: url("../images/service-bar/background.png") repeat-x 100% -240px; display: block; padding: 0 38px 0 1.5em; }
.ie6 .service-support a.service-link-dropdown { background-image: url("../images/service-bar/background-msie.png"); }
.service-support a.service-link-dropdown:hover,
.service-support a.service-link-dropdown:focus { background-position: 100% -280px; }
.service-support a.active,
.service-support a.active:hover,
.service-support a.active:focus { background: url("../images/service-bar/background.png") repeat-x 100% -320px; color: #fff; }
.ie6 .service-support a.active,
.ie6 .service-support a.active:hover,
.ie6 .service-support a.active:focus { background: url("../images/service-bar/background-msie.png") repeat-x 100% -320px; }
.service-explore { background-position: 100% 0; padding: 0 0 7px 0; }
.service-explore a.dropdown { background: url("../images/service-bar/background.png") repeat-x 100% -40px; color: #fff; display: block; line-height: 33px; padding: 0 40px 0 1.5em; text-transform: uppercase; }
.ie6 .service-explore a.dropdown { background-image: url("../images/service-bar/background-msie.png"); float: left; }
.service-explore a.dropdown:hover,
.service-explore a.dropdown:focus { background-position: 100% -80px; }
.service-explore a.active,
.service-explore a.active:hover,
.service-explore a.active:focus { background-position: 100% -120px; }
.ie6 .service-explore a.dropdown:link,
.ie6 .service-explore a.dropdown:visited { color: #fff; }
.service-language a { background: url("../images/service-bar/map.png") 50% 6px no-repeat; height: 33px; padding: 0; width: 65px; }
.ie6 .service-language a { background-image: url("../images/service-bar/map.gif"); }
.service-language a:hover { background-position: 50% -40px; }
/* support tag */
.no-support-tickets { display: none; }
.open-support-tickets { display: block; position: absolute; top: 8px; right: 11px; width: 17px; height: 16px; padding: 1px 1px 4px 1px; overflow: hidden; background: url("../images/service-bar/background.png") repeat-x -188px -168px; text-align: center; line-height: 16px; color: #722600; }
.ie6 .open-support-tickets { background: url("../images/service-bar/background-msie.png") repeat-x -188px -168px; }
.service-support a.active .open-support-tickets,
.service-support a.active:hover .open-support-tickets,
.service-support a.active:focus .open-support-tickets { color: #722600; }
/* bnet app tooltip */
#bnet-app-tooltip { position: absolute; z-index: 85; top: 33px; right: -412px; width: 460px; font-size: 12px; }
#bnet-app-tooltip a { text-indent: 0; width: auto; line-height: normal; background-image: none; padding: 0; display: inline; }
#bnet-app-tooltip .tooltip-wrapper { box-shadow: 0 0 5px #000; margin-top: -1px; padding: 15px 0 15px 15px; line-height: normal; text-align: left; background: #343c46 url("../images/service-bar/bnet-app/tooltip-bg.jpg") right center no-repeat; }
#bnet-app-tooltip .tooltip-arrow { position: relative; z-index: 5; height: 10px; width: 16px; margin-left: 17px; background: url("../images/service-bar/bnet-app/tooltip-arrow.gif") no-repeat;}
#bnet-app-tooltip ul { margin: 10px 0 18px 22px; list-style-image:url('../images/service-bar/bnet-app/features-bullet-small.png'); }
#bnet-app-tooltip ul li { height: auto; }
#bnet-app-tooltip .content { width: 210px; }
#bnet-app-tooltip .title { font-size: 16px; display: block; font-weight: normal; color: #fff; padding-bottom: 4px; }
#bnet-app-tooltip .sub-title { color:#b2bac7; text-transform: uppercase; font-size: 11px; font-weight: normal; letter-spacing: 0.1em; }
#bnet-app-tooltip .more { display: block; margin-top: 15px; }
#bnet-app-tooltip .button { display: inline-block; margin-right: 10px; color: #fff; text-transform: uppercase; padding: 8px 15px;
border-radius: 3px; box-shadow: 0 0 2px 2px #363b41;
background: #0081b4; /* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* IE10+ */
background: linear-gradient(top, #0081b4 0%,#006a9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 ); /* IE6-9 */ }
#bnet-app-tooltip .button:hover { background: #008dc5; }
#bnet-app-tooltip .close { opacity: 0.2; margin: -9px 5px; display: inline-block; width: 16px; height: 16px; float: right; background: url("../images/icons/sprite.png") 0 -96px no-repeat; }
#bnet-app-tooltip .close:hover { background-position: 0 -96px; opacity: 1;}
.ru-ru #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_ru-ru.jpg"); }
.zh-tw #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_zh-tw.jpg"); }
.fr-fr #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_fr-fr.jpg"); }
.ko-kr #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_ko-kr.jpg"); }
.zh-cn #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_zh-cn.jpg"); }
.it-it #bnet-app-tooltip { width: 490px; right: -442px; }
.it-it #bnet-app-tooltip .content { width: 235px; }
/* auth menu */
.service-auth .service-link,
.service-auth .service-link.active { display: block; width: 20px; height: 33px; padding: 0 8px; background: url("../images/service-bar/auth/security-alert.png") 50% 50% no-repeat; }
.service-auth .service-link:hover,
.service-auth .service-link:focus { background-color: #343434; }
.service-auth .service-link.active { background-color: #343c46; }
.ie6 .service-auth .service-link,
.ie6 .service-auth .service-link.active { background-image: url("../images/service-bar/auth/security-alert-ie6.png"); }
.ie6 .service-auth .service-link:hover,
.ie6 .service-auth .service-link:focus { background: #343434 url("../images/service-bar/auth/security-alert-ie6.png") 50% 50% no-repeat; }
.ie6 .service-auth .service-link.active { background: #343c46 url("../images/service-bar/auth/security-alert-ie6.png") 50% 50% no-repeat !important; }
.auth-menu { position: absolute; z-index: 85; top: 33px; right: -250px; width: 400px; padding: 15px; line-height: normal; text-align: left; background: #343c46 url("../images/service-bar/auth/authenticator.jpg") 100% 100% no-repeat;
border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; font-size: 12px; box-shadow: 0 5px 5px #000; }
.auth-menu ul { margin: 15px 0 15px 15px; list-style: square; }
.auth-menu ul li { height: auto; }
.auth-menu .auth-title { font-size: 15px; display: block; font-weight: normal; color: #fff; padding-bottom: 4px; border-bottom: 3px solid #2a5164; }
.auth-menu .auth-more { display: block; margin-top: 15px; }
.auth-menu .auth-button { display: inline-block; color: #fff; text-transform: uppercase; padding: 10px 15px;
border-radius: 3px; box-shadow: 0 0 4px 2px #252b32;
background: #0081b4; /* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* IE10+ */
background: linear-gradient(top, #0081b4 0%,#006a9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 ); /* IE6-9 */ }
.auth-menu .auth-button:hover { background: #008dc5; }
.auth-menu .auth-close { display: inline-block; width: 16px; height: 16px; float: right; background: url("../images/icons/sprite.png") 0 -96px no-repeat; }
.ie6 .auth-menu .auth-close { background-image: url("../images/icons/sprite-msie.png"); }
/* support menu */
.support-menu { position: absolute; z-index: 85; top: 33px; right: 0; width: 295px; text-align: left; }
.support-primary { line-height: 1.5; overflow: hidden; padding: 1em 13px 12px 15px; background:#343C46; }
.support-secondary { display:none; }
.support-caption { font-size: 16px; line-height: 1.333; color: #393939; letter-spacing: -1px; margin: 0 0 .5em 0; font-weight: bold; display: block; color: #E8EBF0; font-weight: normal; line-height: 1.333; margin: 0; }
.support-nav { margin: 0; padding: 0; }
.support-nav li { list-style: none; }
.support-nav a.support-category { display: block; color: #94989F; margin: 0 0 .5em 0; padding: 0 0 .75em 0; border-bottom: 3px solid #2A5164; }
.support-nav a.support-category:hover,
.support-nav a.support-category:focus,
.support-nav a.support-category:active { border-color: #FFF; color: #FFF; }
.ticket-summary ul { margin: 0; }
.ticket-summary li { font-size: 11px; padding: 4px 0; }
.ticket-summary li.view-all-tickets { border: 0; padding: 0; margin: 6px 0 0 0; }
.ticket-summary li.first-ticket { border: none; }
.ticket-summary li .ticket-open { color: #94989F; }
.ticket-summary li .ticket-answered { color: #d68b14; }
.ticket-summary li .ticket-resolved { color: #64c419; }
.ticket-summary li .ticket-canceled { color: #94989F; }
.ticket-summary li .ticket-info { color: #e25053; }
.ticket-summary li a { color: #94989F; display: block; padding: 4px 4px 4px 36px; position: relative; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.ticket-summary li a:hover,
.ticket-summary li a:focus,
.ticket-summary li a:active,
.ticket-summary li a:hover span,
.ticket-summary li a:focus span,
.ticket-summary li a:active span { color: #FFF; background: #212832; }
.ticket-summary li a .ticket-datetime { color: #5f7481; }
.ticket-summary li.view-all-tickets { border-top: 3px solid #2A5164; }
.ticket-summary li.view-all-tickets a { padding: 4px; margin: 4px 0 0 0; }
.ticket-summary li a .icon-ticket-status { background: url("../images/icons/sprite.png") -256px -128px; width: 32px; height: 32px; overflow: hidden; display: block; position: absolute; top: 2px; left: 0; }
.ticket-summary li a:hover .icon-ticket-status,
.ticket-summary li a:focus .icon-ticket-status,
.ticket-summary li a:active .icon-ticket-status { background: url("../images/icons/sprite.png") -256px -160px; }
.ie6 .ticket-summary li a .icon-ticket-status { background: url("../images/icons/sprite-msie.png") -256px -128px; left: -32px; }
.ie6 .ticket-summary li a:hover .icon-ticket-status,
.ie6 .ticket-summary li a:focus .icon-ticket-status,
.ie6 .ticket-summary li a:active .icon-ticket-status { background: url("../images/icons/sprite-msie.png") -256px -160px; }
/* explore menu */
.explore-menu { background:#343C46; position: absolute; z-index: 85; top: 33px; right: 7px; width: 659px; text-align: left; border-radius: 3px; border-top-right-radius: 0; overflow: hidden; }
.zh-tw .explore-menu { font-family: 微軟正黑, Microsoft JhengHei, Helvetica, Tahoma, 新明細體, PMingLiU, SimSun, sans-serif }
.ie6 .explore-menu { right: -1px; }
.explore-primary { line-height: 1.5; overflow: hidden; padding:1.25em 16px 1em 16px; }
.explore-menu .explore-caption { font-size: 16px; line-height: 1.333; color: #393939; letter-spacing: -1px; margin: 0 0 .5em 0; font-weight: bold; display: block; color: #B2BAC7; font-weight: normal; line-height: 1.333; margin: 0; }
.ko-kr .explore-menu .explore-caption { font-weight: bold; letter-spacing:0; }
.explore-nav { margin: 0; padding: 0; }
.explore-nav li { list-style: none; }
.ko-kr .explore-nav li { line-height: 1.2em }
.ko-kr .explore-nav .explore-caption { font-size:12px; word-spacing:-0.1em }
.explore-nav { width: 27%; float: left; margin-right: 2em; }
.explore-nav a { display: block; color: #94989F; margin: 0 0 .5em 0; padding: 0.5em 0 .75em 0; border-bottom: 3px solid #2A5164; }
.ko-kr .explore-nav a { font-size:12px }
.explore-nav a:hover,
.explore-nav a:focus,
.explore-nav a:active { border-color: #FFF; color:white; }
.explore-nav a:hover .explore-caption,
.explore-nav a:focus .explore-caption,
.explore-nav a:active .explore-caption { color:white; }
.explore-links { width: 30%; float: left; }
.explore-links ul { margin: 0; padding: 0; }
.explore-links ul li { list-style: none; }
.explore-links .explore-caption { margin: 0 0 .25em 0; padding: 0 4px; font-size: 14px; white-space: normal; }
.explore-links a { margin: 0 0 .1em 0; color: #94989F; display: block; padding: 2px 4px; -moz-border-radius: 2px; border-radius: 2px; }
.explore-links a:hover,
.explore-links a:focus,
.explore-links a:active { background: #212832; }
.ie6 .explore-links li,
.ie6 .explore-links a { height: 1%; }
.explore-get-app { border: 1px solid #030303; box-shadow: 2px 2px 3px #21242A; float:right; display: block; }
.explore-get-app:hover .app-preview { background-position: 0 -145px; }
.explore-get-app .app-preview { width: 232px; height: 139px; background: url("../images/service-bar/app-screen-explore-menu.png");}
.explore-get-app .app-tagline { background-color: #1F242E; border: 1px solid #363B45; border-top: none; padding: .5em; text-align: center; }
@media only screen and (max-width: 60em) {
.explore-get-app { display: none; }
}
.explore-secondary { margin:0; line-height: 1.1; overflow: visible; padding: 0; height: 160px; background:#232A31; }
.explore-secondary li { list-style: none; width: 110px; float: left; }
.explore-secondary .explore-game-heroes { width: 109px; }
.explore-secondary .explore-caption { font-size: 15px; display: block; padding-bottom: 4px; text-align: center; white-space: normal; }
.ko-kr .explore-secondary .explore-caption { font-weight: normal; font-size: 12px; letter-spacing: 0; word-break: keep-all; }
.zh-cn .explore-secondary .explore-caption { font-size: 12px; }
.explore-secondary a { display: block; width: 110px; height: 158px; color: #94989F; }
.explore-secondary .explore-game-heroes a { width: 109px; }
.ko-kr .explore-secondary a { line-height: 1.2em }
.explore-secondary a:hover .explore-caption { color: white; }
.explore-secondary .explore-game-inner { display:block; padding: 110px 7px 0; }
.explore-secondary .explore-game-inner { display: block; padding: 110px 0 0 0; }
.explore-secondary span { display: block; padding-bottom: 4px; white-space: nowrap; overflow: hidden; font-size: 11px; }
.explore-game { box-sizing: content-box; }
.explore-game a { height:160px; position:relative; background:url("../images/service-bar/explore-menu.jpg?v=1") no-repeat -434px -190px; }
.explore-game a:hover { background:url("../images/service-bar/explore-menu.jpg?v=1") no-repeat -434px -125px; }
.explore-game-sc2 a { background-position:-219px 0; }
.explore-game-wow a { background-position:0px 0; }
.explore-game-d3 a { background-position:-109px 0; }
.zh-cn .explore-game-d3 { margin-left:0; }
.explore-game-hs a { background-position:-439px 0; }
.explore-game-heroes a { background-position:-329px 0; }
.explore-game-overwatch a { background-position:-548px 0; }
.explore-game-sc2 a:hover { background-position:-878px 0; }
.explore-game-wow a:hover { background-position:-659px 0; }
.explore-game-d3 a:hover { background-position:-768px 0; }
.explore-game-hs a:hover { background-position:-1098px 0; }
.explore-game-heroes a:hover { background-position:-988px 0; }
.explore-game-overwatch a:hover { background-position:-1207px 0; }
.service-cell > a.active { position:relative; z-index:100; }
.explore-secondary li { background:#232A31; border-left:1px solid #343C46; margin-left:-1px; }
.explore-secondary li:first-child { border-left:0; margin-left:0; }
.explore-secondary li:hover { background:#202730; }
/* warnings */
#warnings-wrapper { width: 100%; top: 33px; right: 0; position: absolute; z-index: 74; }
.zh-tw #warnings-wrapper { width: 375px; }
.ko-kr #warnings-wrapper { width: 450px }
.ie7 #warnings-wrapper { margin: 0; float: right; }
.ie6 #warnings-wrapper { margin: 0; float: right; width: 425px; }
#warnings-wrapper .warning { color: #c4bdb0; margin: 0 7px 0 55px; box-shadow: 0 3px 4px #1d1d1d }
.ie6 #warnings-wrapper .warning { margin: 0 9px 0 0; zoom: 1; }
#warnings-wrapper .warning a { color: #ffd800 }
#warnings-wrapper .warning a:hover { color: #fff; }
#warnings-wrapper .warning span { color: #fff }
#warnings-wrapper .warning h3 { color: #fff; }
#warnings-wrapper .warning p { margin: 10px 0 0 0; }
#warnings-wrapper .warning .warning-inner { min-width: 380px; padding: 15px 10px 15px 15px; }
#warnings-wrapper .warning .warning-inner2 { min-width: 380px; background: url("../images/icons/warning.png") 7px 11px no-repeat; padding: 15px 10px 10px 40px; position: relative; }
.ie6 #warnings-wrapper .warning .warning-inner2 { padding: 10px 10px 10px 40px !important; background: url("../images/icons/warning.gif") 10px 7px no-repeat; zoom: 1; }
.ie7 #warnings-wrapper .warning .warning-inner,
.ie7 #warnings-wrapper .warning .warning-inner2 { min-width: 200px; }
#warnings-wrapper .warning .warning-close { margin: 4px 0 0 10px; display: block; position: absolute; top: 10px; right: 18px; width: 10px; height: 10px; overflow: hidden; background: url("../images/service-bar/close.gif"); }
#warnings-wrapper .warning.warning-orange { background: #efa800 url("../images/service-bar/bg-orange.gif") 0 0 repeat-x; color:#6F3900; }
#warnings-wrapper .warning.warning-green { background: #4c7141 url("../images/service-bar/bg-green.gif") 0 0 repeat-x }
#warnings-wrapper .warning.warning-red { background: #742E03 url("../images/service-bar/bg-red.gif") 0 0 repeat-x }
#i18n-warning .warning-inner2 { background: url("../images/service-bar/globe.png") 12px 17px no-repeat; }
.ie6 #i18n-warning .warning-inner2 { background: url("../images/service-bar/globe.gif") 12px 17px no-repeat; }
.ie6 #i18n-warning .warning-inner2 span { margin-left: 9px; }
#facebook-like { width: 250px; height: 20px; overflow: hidden }
#google-plus-like { width:90px; height: 20px; overflow: hidden }
#qzone-like { width: 110px; height: 31px; overflow: hidden; border: none; margin:0 }
#renren-like { width: 130px; height: 31px; overflow: hidden; border: none; margin:0 }
.like-wrapper { max-width:340px; float:left }
.share-wrapper {width:auto; height:20px; float:right;}
.share-wrapper .share-title { display:block; float:right; padding:0 5px 0 0; height:20px; line-height:20px; }
.share-links { background-color:#fff; padding:2px 1px 2px 2px; width:auto; height:16px; display: block; float:right; border-radius:3px; }
.share-links a { background: url('../images/icons/widget.png') no-repeat; width:16px; height:16px; display:block; float:right; margin:0 1px 0 0}
.share-links a:hover { opacity:0.8 }
.share-links .facebook { background-position:0 0 }
.share-links .twitter { background-position:0 -16px }
.share-links .mySpace { background-position:0 -32px }
.share-links .stumbleUpon { background-position:0 -48px }
.share-links .digg { background-position:0 -64px }
.share-links .me2day { background-position:0 -80px }
.share-links .c-log { background-position:0 -96px }
.share-links .minik { background-position:0 -112px }
.share-links .micro-163 { background-position:0 -128px }
.share-links .micro-sina { background-position:0 -144px }
.share-links .kaixin { background-position:0 -160px }
.share-links .renren { background-position:0 -176px }
.share-links .plurk { background-position:0 -192px }
.share-links .reddit { background-position:0 -208px }
.share-links .studivz { background-position:0 -242px }
.share-links .tuenti { background-position:0 -224px }
.share-links .nasza-klasa { background-position:0 -272px }
.share-links .vkontakte { background-position:0 -288px }
.share-links .odnoklassniki { background-position:0 -304px }
.share-links .micro-qq { background-position:0 -320px }
.share-links .qzone { background-position:0 -336px }
.share-links .connect-qq { background-position:0 -352px }.ui-breadcrumb { list-style: none; margin: 0; padding: 0; float: left }
.ui-breadcrumb li { float: left; margin-right: 5px }
.ie .ui-breadcrumb li a { display:inline-block; }.ui-button-group { display: inline-block; }
.ui-button-group .button-left,
.ui-button-group .button-right,
.ui-button-group .button-mid,
.ui-button-group .button-solo { float: left; display: inline-block; margin-left: -1px; font-size: 11px; padding: 0 7px; height: 20px; line-height: 20px; z-index: 0; }
.ui-button-group .button-left { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-button-group .button-right { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-button-group .button-solo { border-radius: 5px; }
.ui-button-group a:hover { position: relative; z-index: 1; }.ui-button,
.ui-cancel { background: none; border: 0; cursor: pointer; display: inline-block; height: auto; overflow: visible; padding: 0; margin: 0; vertical-align: middle; outline: none; text-align: center; white-space: nowrap; cursor: pointer; }
.ie .ui-button,
.ie .ui-cancel { width: auto; }
.ui-button span,
.ui-cancel span { outline: none; display: inline-block; background-repeat: no-repeat }
.ui-button .button-left,
.ui-button .button-right { overflow:hidden }
.ie7 .ui-button .button-left,
.ie7 .ui-button .button-right { overflow:visible }
.ui-button.disabled,
.ui-button.disabled:hover,
.ui-button.disabled.hover { cursor: default; }
.ui-button.processing,
.ui-button.processing:hover,
.ui-button.processing.hover { cursor: progress; }
.button-mod { border: 1px solid #21619b; color: #95d4ef; border-radius: 3px; box-shadow: 0 0 5px #000; background: #11518b; height:25px }
.button-mod span { height: 25px; line-height: 25px; font-size: 12px; }
.button-mod .button-left { padding-left: 10px; }
.button-mod .button-right { padding-right: 10px; }
.button-mod.mod-button-active,
.button-mod:hover { border-color: #3f7fb9; color: #fff; background: #4282bc; }
.button-mod.disabled,
.button-mod.disabled:hover { color: #afbdca; border-color: #8898a7; background: #6a7a89; }
.button-mod.mod-icon .button-right:before { content:" "; display:inline-block; width:15px; height:15px; background:url(../images/layout/cms/cm_actions.gif) no-repeat; position:relative; top:4px; margin-right:3px }
.button-mod.mod-move .button-right:before,
.button-mod.mod-move.disabled:hover .button-right:before { background-position:0 0 }
.button-mod.mod-move.mod-button-active .button-right:before,
.button-mod.mod-move:hover .button-right:before { background-position:-15px 0 }
.button-mod.mod-unlock .button-right:before,
.button-mod.mod-unlock.disabled:hover .button-right:before { background-position:0 -15px }
.button-mod.mod-unlock.mod-button-active .button-right:before,
.button-mod.mod-unlock:hover .button-right:before { background-position:-15px -15px }
.button-mod.mod-lock .button-right:before,
.button-mod.mod-lock.disabled:hover .button-right:before { background-position:0 -30px }
.button-mod.mod-lock.mod-button-active .button-right:before,
.button-mod.mod-lock:hover .button-right:before { background-position:-15px -30px }
.button-mod.mod-delete .button-right:before,
.button-mod.mod-delete.disabled:hover .button-right:before { background-position:0 -45px }
.button-mod.mod-delete.mod-button-active .button-right:before,
.button-mod.mod-delete:hover .button-right:before { background-position:-15px -45px }
.button-mod.mod-pin .button-right:before,
.button-mod.mod-pin.disabled:hover .button-right:before { background-position:0 -60px; height:13px; top:2px }
.button-mod.mod-pin.mod-button-active .button-right:before,
.button-mod.mod-pin:hover .button-right:before { background-position:-15px -60px }
.button-mod.mod-unpin .button-right:before,
.button-mod.mod-unpin.disabled:hover .button-right:before { background-position:0 -75px; height:13px; top:2px }
.button-mod.mod-unpin.mod-button-active .button-right:before,
.button-mod.mod-unpin:hover .button-right:before { background-position:-15px -75px }
.button-mod.mod-edit .button-right:before,
.button-mod.mod-edit.disabled:hover .button-right:before { background-position:0 -115px }
.button-mod.mod-edit.mod-button-active .button-right:before,
.button-mod.mod-edit:hover .button-right:before { background-position:-15px -115px }
.button-mod.mod-freeze .button-right:before { background-position:0 -130px }
.button-mod.mod-freeze.mod-button-active .button-right:before,
.button-mod.mod-freeze:hover .button-right:before { background-position:-15px -130px }
.button-mod.mod-unfreeze .button-right:before { background-position:0 -130px }
.button-mod.mod-unfreeze.mod-button-active .button-right:before,
.button-mod.mod-unfreeze:hover .button-right:before { background-position:-15px -130px }/* trending topics */
.trending-topics li { padding: 10px 5px; }
.trending-topics .topic { display: block; line-height: 115%; word-wrap: break-word; }
.ie6 .trending-topics .topic { line-height: 150%; }
.trending-topics .date,
.trending-topics .forum { font-size: 11px; }
/* articles list */
.articles-list a { padding: 10px 5px; display: block; }
.articles-list a .title { display: block; line-height: 115%; word-wrap: break-word; }
.articles-list a .date { font-size: 11px; }
.articles-list a .image { float: left; margin-right: 10px; width: 150px; height: 130px; background: #000; }
.ie6 .trending-topics a,
.ie6 .articles-list a { zoom:1 }.ui-context { display: none; overflow: hidden; position: absolute; left: 0; top: 15px; z-index: 9000; opacity: .98; width: 225px; background: #151616; border: 1px solid #262626; font: normal 12px "Arial", sans-serif; border-radius: 5px; box-shadow: #000 0 0 10px; }
.ie6 .ui-context { zoom: 1 }
.ui-context a { color: #00B6FF; text-decoration: none; }
.ui-context a:hover { color: #fff; }
.ui-context a.pinned { cursor: default; }
.ui-context .context { padding: 10px; }
.ie6 .ui-context .context { zoom: 1; }
.ui-context .context strong { color: #fff; font-size: 14px; }
.cjk .ui-context .context strong { font-weight:normal }
.ui-context .context span { color: #5d636b; }
.ui-context .context .close { padding: 0; position: absolute; top: 10px; right: 10px; width: 11px; height: 11px; display: block; background: url("../images/context/icons.gif") no-repeat; }
.ie6 .ui-context .context .close { zoom: 1; z-index: 101; float: right; }
.ui-context .context .close:hover { background-position: 0 -26px; }
.ui-context .context .context-user { padding-bottom: 10px; }
.ui-context .context .context-battletag { margin-bottom: 5px; color: #00B6FF; padding: 1px 0 1px 20px; background: url("../images/icons/battletag.png") 0 50% no-repeat; }
.ui-context .context .context-links { height: 30px; }
.ui-context .context .context-links a { display: block; line-height: 30px; float: left; padding-left: 30px; height: 30px; background: #292a2a; margin-right: 1px; }
.ie .ui-context .context .context-links a { zoom: 1 }
.ui-context .context .context-links a:hover { background-color: #525252; }
.ui-context .context .context-links .link-first {border-top-left-radius: 3px; border-bottom-left-radius: 3px; padding-right: 10px; }
.ui-context .context .context-links .link-last { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-context .character-list { padding-top: 1px; color: #5b616a; overflow: hidden; background: url("../images/context/divider.gif") 50% 0 no-repeat; }
.ui-context .character-list.loading-chars { padding: 50px; background: url("../images/loaders/uber-loading.gif") 50% 50% no-repeat; }
.ui-context .character-list .primary { padding-bottom: 2px; }
.ui-context .character-list .primary .char { display: block; padding: 10px; opacity: .50; background: url("../images/context/divider.gif") 50% 100% no-repeat; }
.ie .ui-context .character-list .primary .char { filter: alpha(opacity=35); zoom: 1; }
.ui-context .character-list .primary .char span { display: block; }
.ui-context .character-list .primary .char .race,
.ui-context .character-list .primary .char .class,
.ui-context .character-list .primary .char .realm { text-transform: uppercase; color: #5b616a; font-size: 11px; }
.ui-context .character-list .primary .char .name { font-size: 14px; color: #fff; font-weight: bold; }
.cjk .ui-context .character-list .primary .char .name { font-weight:normal }
.ui-context .character-list .primary .char .pin { margin-top: 17px; float: right; width: 16px; height: 16px; display: block; background: url("../images/context/icons.gif") 0 -52px no-repeat; }
.ui-context .character-list .primary .char.pinned .pin { background-position: 0 -83px; }
.ui-context .character-list .primary .char.pinned,
.ui-context .character-list .primary .char:hover { color: #fff; background-color: #080809; opacity: 1; }
.ie .ui-context .character-list .primary .char.pinned,
.ie .ui-context .character-list .primary .char:hover { filter: alpha(opacity=100); }
.ui-context .character-list .primary .char:last-child { margin: 0; background-image: none; }
.ui-context .character-list .secondary .viewport { width: 185px; float: left; height: 265px; overflow: hidden; position: relative; }
.ui-context .character-list .secondary .viewport a { display: block; padding: 5px; }
.ui-context .character-list .secondary .viewport a .icon-frame { vertical-align: middle; }
.ui-context .character-list .secondary .viewport a:hover { background: #080809; border-radius: 5px; }
.ui-context .character-list .secondary .viewport a.filtered { display: none; }
.ui-context .character-list .secondary .overview { position: absolute; left: 0; top: 0; width: 185px; }
.ui-context .character-list .secondary .scrollbar { position: relative; float: right; width: 15px; }
.ui-context .character-list .secondary .track { background: #080808; height: 100%; width: 13px; position: relative; padding: 1px; border-radius: 5px; }
.ui-context .character-list .secondary .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; background: #24292e; border-radius: 5px; }
.ui-context .character-list .secondary .thumb .end,
.ui-context .character-list .secondary .disable { display: none; }
.ui-context .character-list .secondary .char-wrapper { padding: 10px; height: 265px; width: 205px; }
.ui-context .no-results { text-align: center; padding: 15px; }
.ui-context .char-wrapper { padding-bottom: 1px; clear: both; background: #0d0e10 url("../images/context/divider.gif") 50% 100% no-repeat; box-shadow: #000 0 0 5px inset; }
.ui-context .filter { text-align: center; }
.ui-context .filter .input { margin-bottom: 5px; }
.ui-context .filter,
.ui-context .manage-chars { padding: 10px 10px 8px 10px; display: block; line-height: 125%; }
.ui-context .manage-chars span { color: #5b616a; }
.ui-context a.manage-chars:hover span { color: #aaa; }
.ui-context a.manage-chars:hover span.plus { background-position: 0 -265px; }
.ui-context .manage-chars .plus { width: 15px; height: 15px; display: block; float: right; margin: 15px 0 15px 10px; background: url("../images/context/icons.gif") 0 -114px no-repeat; }
.context-link { background-position: 100% 4px; background-repeat: no-repeat; font-weight: bold; padding-right: 16px; }
.cjk .context-link { font-weight:normal }
.ui-dropdown { float: left; position: relative; width: 175px }
.ui-dropdown .dropdown-toggler { display: block; height: 30px; overflow: hidden; z-index: 20; padding-right: 30px; }
.ui-dropdown .dropdown-toggler span { padding-left: 10px; height: 30px; line-height: 30px; display: block; }
.ui-dropdown .dropdown-wrapper { clear: both; display: block; position: absolute; z-index: 20; top: 30px; right: 0; width: 150px }
.ie6 .ui-dropdown .dropdown-wrapper { right: -1px }
.ui-dropdown .dropdown-wrapper ul { list-style: none; margin: 0; padding: 0 }
.ui-dropdown .dropdown-wrapper li.empty { padding: 5px; }
.ui-filter { position: relative; }
.ui-filter .reset { cursor: pointer; }
.ui-filter .reset,
.ui-filter .view { display: block; position: absolute; top: 5px; right: 5px; }
.ui-filter .input { color: #707070; }
.ui-filter .input.active { color: #000; }
.chrome .ui-filter .reset,
.chrome .ui-filter .view { top: 7px; }.flyout-menu { z-index: 75; padding: 0; width: auto; position: absolute }
.flyout-menu ul { list-style: none; margin: 0; padding: 0; float: left; }
.flyout-menu ul li { clear: both; position: relative; }
.flyout-menu ul li a { display: block; padding: 5px; text-decoration: none; }
.ie6 .flyout-menu ul li a { display: inline-block; }
.flyout-menu ul li .flyout-menu { top: -1px; display: none; z-index: 80; }
.flyout-menu .header { padding: 5px; display: block; }
.icon-16,
.icon-24,
.icon-32,
.icon-48,
.icon-64 { overflow: hidden; display: inline-block; vertical-align: top; text-indent: -9999px; }
.icon-16 { width: 16px; height: 16px; background-image: url("../images/icons/sprite-16.png"); }
.icon-24 { width: 24px; height: 24px; background-image: url("../images/icons/sprite-24.png"); }
.icon-32 { width: 32px; height: 32px; background-image: url("../images/icons/sprite-32.png"); }
.icon-48 { width: 48px; height: 48px; background-image: url("../images/icons/sprite-48.png"); }
.icon-64 { width: 64px; height: 64px; background-image: url("../images/icons/sprite-64.png"); }
.icon-16-default,
.icon-24-default,
.icon-32-default,
.icon-48-default,
.icon-64-default { background-position: 0 0; }
.ui-overlay { position: fixed; z-index: 9002; }
.ui-overlay .overlay-close { position: absolute; top: 0; right: 0; display: block; }.ui-pagination { overflow: hidden; }
.ui-pagination li { display: inline-block; margin: 0 1px; }
.ui-pagination li a { display: block; float: left; text-align: center; }
.ui-pagination li.expander { text-align: center; font-weight: bold; }
.ie .ui-pagination { zoom: 1; display: inline; }
.ie .ui-pagination li { zoom: 1; }
.ie67 .ui-pagination li { float: left; display: block; margin-right: 2px; }
.ie67 .ui-pagination li a { float: left; }.ui-slideshow { height: 300px; width: 640px; overflow: hidden; position: relative; float:left }
.ui-slideshow .slideshow { height: 300px; width: 640px; position: relative; z-index: 10; }
.ui-slideshow .mask { height: 300px; width: 640px; position: absolute; top: 0; left: 0; z-index: 30; cursor: pointer; }
.ui-slideshow .caption { position: absolute; left: 30px; bottom: 30px; width: 540px; z-index: 35; text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 5px #000, 0 0 19px #000, 0 0 19px #000;}
.ui-slideshow .caption h3 { font-size: 28px; color: #fff; font-weight: normal; }
.ui-slideshow .paging { position: absolute; bottom: 15px; right: 15px; width: 51px; height: 26px; z-index: 35; }
.ui-slideshow .paging a { display: block; position: absolute; height: 24px; width: 24px; background: rgba(255,255,255,0.1) url("../images/icons/sprite-carousel-buttons.png") 0 0 no-repeat; }
.ui-slideshow .paging a.prev {
background-position: -2px -1px;
left: 0px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border: 1px solid rgba(255,255,255,0.2);
border-right: 1px solid rgba(255,255,255,0.1);
}
.ui-slideshow .paging a.prev:hover {
border: 1px solid rgba(255,255,255,0.4);
border-right: 1px solid rgba(255,255,255,0.2);
background-position: -2px -27px;
background-color: rgba(255,255,255,0.2);
}
.ui-slideshow .paging a.next {
background-position: -25px -1px;
left: 25px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border: 1px solid rgba(255,255,255,0.2);
border-left: 1px solid rgba(255,255,255,0.1);
}
.ui-slideshow .paging a.next:hover {
border: 1px solid rgba(255,255,255,0.4);
border-left: 1px solid rgba(255,255,255,0.2);
background-position: -25px -27px;
background-color: rgba(255,255,255,0.2);
}
.ui-slideshow .preview { color: #000; text-align: center; width: 100px; padding: 5px; background: #fff; position: absolute; display: none; right: 35px; top: 15px; border-radius: 5px; z-index: 35; }
.ui-slideshow .preview span { display: block; }
.ui-slideshow .slide { height: 300px; width: 640px; position: absolute; top: 0; left: 0; background-position: 0 0; background-repeat: no-repeat; z-index: 15; }
.ui-slideshow .slide .click-area { width: 640px; height: 300px; position: absolute; bottom: 0; left: 0; z-index: 20; }
.ui-slideshow .slide .click-area embed { z-index: 25; }
.ie .ui-slideshow .paging a { overflow: hidden; }
#toast-container { position: fixed; bottom: 20px; left: 20px; z-index: 100; }
.ie6 #toast-container { position: absolute; }
.ui-toast { width: 277px; margin-bottom: 15px; position: relative; }
.ui-toast .toast-top,
.ui-toast .toast-bot { height: 35px; display: block; }
.ui-toast .toast-content { padding: 0 35px; }
.ui-toast .toast-arrow { width: 25px; height: 11px; position: absolute; bottom: 6px; left: 70px; }
.ui-toast .toast-close { width: 11px; height: 11px; position: absolute; top: 20px; right: 20px; overflow: hidden; display: block; background: url("../images/layout/toast-close.gif") no-repeat; }
.ui-toast .toast-close:hover { background-position: 0 -11px }.ui-tooltip { position: absolute; z-index: 9005; width: auto; height: auto; max-width: 300px; }
.ie67 .ui-tooltip { float: left; }
.ui-tooltip .tooltip-content { width: auto; height: auto; }
.ui-tooltip table { border-collapse: collapse; border-spacing: 0; }
.ui-tooltip td { margin: 0; padding: 0 }
.tooltip-frame { background: transparent; border: none; display: none; position: absolute; z-index: 999; width: auto; height: auto; max-width: 300px; }.ui-typeahead { position: absolute; opacity: 0.99; white-space: nowrap; overflow: hidden; }
.ui-typeahead .group-list a { display: block; padding: 4px 8px; }
.ui-typeahead .group-list a:hover,
.ui-typeahead .group-list a.item-active { color: #fff; }
.ui-typeahead .group-list a em { font-style: normal; border-bottom: 1px dotted; }
.ui-typeahead .group-list a .desc { font-size: 11px; }
.ui-typeahead .group-title { display: block; font-weight: bold; padding: 4px 8px; }
.ui-typeahead-ghost .input { position: absolute; top: 0; left: 0; }
.ui-typeahead-ghost .input-ghost { color: #707070; }
.ui-typeahead .icon { float: left; margin-right: 8px; }
.ui-typeahead .icon-desc { margin-top: 3px; }
.ui-typeahead .group-url .icon-desc .desc,
.ui-typeahead .group-product .icon-desc .desc { display: block; white-space: normal; padding-left: 46px; }
.ui-typeahead .group-url .icon-desc .title,
.ui-typeahead .group-product .icon-desc .title { white-space: pre-wrap; }
.ui-typeahead .group-url .desc,
.ui-typeahead .group-product .desc { display: block; white-space: pre-wrap; } | css/battle.net.css | .homepage #content {
padding: 15px 0
}
#homepage .game-column {
position: relative;
float: left;
width: 163px;
padding-top: 355px;
color: #787878;
font-size: 11px;
}
#homepage .game-column ul {
text-transform: uppercase;
}
#homepage .game-column li {
padding: 15px 0;
border-top: 1px solid #b3b0ac;
}
#homepage .game-column li:first-child {
border: none;
}
#homepage .game-column li span {
color: #505050;
font-size: 18px;
font-weight: bold;
}
#homepage .game-column li span.text-green {
color: #4a8432;
}
#homepage .game-column li span.text-red {
color: #944a4a;
}
#homepage .game-promo {
border: 1px solid #3E414A;
left: 6px;
top: -95px;
width: 163px;
height: 392px;
display: block;
position: absolute;
outline: none;
text-align: left;
padding: 0;
font-size: 16px;
color: #B2BAC7;
}
#homepage .game-promo:hover {
color: #fff;
}
#homepage .game-promo .game-tip {
line-height: 3.6;
text-align: center;
font-size: 14px;
}
#homepage #home-game-sc2 .game-promo {
background: url("../images/homepage/starcraft2.png") 0 0 no-repeat;
}
#homepage #home-game-sc2 .game-promo:hover,
#homepage #home-game-sc2 .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-wow .game-promo {
background: url("../images/homepage/wow.png") 0 0 no-repeat;
}
#homepage #home-game-wow .game-promo:hover,
#homepage #home-game-wow .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-d3 .game-promo {
background: url("../images/homepage/diablo3.png") 0 0 no-repeat;
}
#homepage #home-game-d3 .game-promo:hover,
#homepage #home-game-d3 .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-hs .game-promo {
background: url("../images/homepage/hearthstone.png") 0 0 no-repeat;
}
#homepage #home-game-hs .game-promo:hover,
#homepage #home-game-hs .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-heroes .game-promo {
background: url("../images/homepage/heroes.png") 0 0 no-repeat;
}
#homepage #home-game-heroes .game-promo:hover,
#homepage #home-game-heroes .game-promo:focus {
background-position: -248px 0;
}
#homepage #home-game-overwatch .game-promo {
background: url("../images/homepage/overwatch.png") 0 0 no-repeat;
width: 162px;
}
#homepage #home-game-overwatch .game-promo:hover,
#homepage #home-game-overwatch .game-promo:focus {
background-position: -248px 0;
}
#welcome-intro {
padding: 40px 30px 10px;
}
#welcome-intro h2 {
margin-bottom: 20px;
}
#welcome-intro h2 #learn-more {
font-weight: normal;
color: #a2b9c2;
padding-right: 16px;
}
#welcome-intro h2 #learn-more:hover {
color: #fff;
}
#welcome-intro h2 #learn-more span {
color: #566b73;
display: inline-block;
font-size: 14px;
border: 1px solid #3a4c53;
position: relative;
top: -5px;
padding: 2px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#welcome-intro h2 #learn-more:hover span {
background: #3a4c53;
border-color: #3a4c53;
color: #93bdce;
}
#welcome-intro #welcome-left {
width: 670px;
float: left;
font-size: 14px;
}
#welcome-intro #welcome-left .button {
font-size: 12px;
margin-bottom: 5px;
margin-right: 10px;
display: inline-block;
color: #fff;
text-transform: uppercase;
padding: 8px 15px;
border-radius: 3px;
box-shadow: 0 0 4px 2px #202325;
background: #0081b4;
/* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* IE10+ */
background: linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 );
/* IE6-9 */
}
#welcome-intro #welcome-left .button:hover {
background: #008dc5;
}
#welcome-intro #welcome-right {
margin-top: -45px;
margin-right: -15px;
float: right;
color: #a2b9c2;
text-align: center;
padding-top: 10px;
}
#welcome-intro #welcome-right .app-screen {
width: 256px;
height: 176px;
background: url('../images/landings/app/app-screen-small.png') no-repeat 0 0;
}
#welcome-intro #welcome-right .text {
margin-top: -15px;
display: block;
text-align: center;
font-size: 14px;
}
#welcome-intro #welcome-right:hover .app-screen {
background-position: -256px 0;
}
#welcome-intro #welcome-right:hover .text {
color: #fff;
}
.homepage.logged-in #welcome-intro {
padding: 0 5px;
height: 190px;
}
.homepage.logged-in #welcome-intro .welcome-action {
margin-left: 20px;
margin-top: 65px;
text-align: left;
display: inline-block;
height: 72px;
color: #b2bac7;
}
.homepage.logged-in #welcome-intro #welcome-right {
margin-top: 0;
margin-right: 0;
}
.homepage.logged-in #welcome-intro .welcome-action:hover,
.homepage.logged-in #welcome-intro .welcome-action:focus {
color: #fff;
}
.homepage.logged-in #welcome-intro .welcome-icon {
display: inline-block;
vertical-align: top;
height: 72px;
width: 60px;
overflow: hidden;
background: url("../images/homepage/welcome-sprite.png") no-repeat 0 0;
}
.homepage.logged-in #welcome-intro #manage-games .welcome-icon {
background-position: 0 0;
}
.homepage.logged-in #welcome-intro #buy-games {
margin-left: 60px;
}
.homepage.logged-in #welcome-intro #buy-games .welcome-icon {
background-position: -60px 0;
}
.homepage.logged-in #welcome-intro .welcome-label {
display: inline-block;
vertical-align: top;
padding-top: 8px;
}
.homepage.logged-in #welcome-intro .welcome-headline {
display: block;
font: 16px/24px "Trebuchet MS", Arial, sans-serif;
}
.homepage.logged-in #welcome-intro .welcome-title {
display: inline-block;
vertical-align: top;
height: 24px;
padding: 0 8px 0 0;
}
.homepage.logged-in #welcome-intro .welcome-arrow {
display: inline-block;
vertical-align: top;
width: 24px;
height: 24px;
background: url("../images/homepage/promo-arrow.gif") no-repeat 0 -7px;
}
.homepage.logged-in #welcome-intro .welcome-action:hover .welcome-arrow,
.homepage.logged-in #welcome-intro .welcome-action:focus .welcome-arrow {
background-position: 0 -45px;
}
.homepage.logged-in #welcome-intro .welcome-description {
display: block;
font-size: 12px;
line-height: 16px;
height: 16px;
}
/* Transition game images on mouseover/focus */
#homepage #home-game-sc2 .game-promo,
#homepage #home-game-wow .game-promo,
#homepage #home-game-d3 .game-promo,
#homepage #home-game-hs .game-promo,
#homepage #home-game-overwatch .game-promo,
#homepage #home-game-heroes .game-promo {
transition: opacity 400ms ease;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
}
#homepage #home-game-sc2 .game-promo:focus,
#homepage #home-game-wow .game-promo:focus,
#homepage #home-game-d3 .game-promo:focus,
#homepage #home-game-hs .game-promo:focus,
#homepage #home-game-heroes .game-promo:focus,
#homepage #home-game-overwatch .game-promo:focus {
opacity: 1;
}
@charset "utf-8";
html, body {
font: normal 12px/1.5 "Trebuchet MS", Arial, sans-serif;
}
body {
min-width: 990px;
background: #040404 url("../images/layout/bg-top.jpg") 50% 0 no-repeat;
color: #4a4a4a;
}
/* text and headings */
h2 {
color: #393939;
font-weight: bold;
font-size: 28px;
letter-spacing: -1px;
}
h3 {
color: #393939;
font-weight: bold;
font-size: 16px;
}
h4 {
color: #727272;
font-size: 11px;
text-transform: uppercase;
}
a {
color: #00b6ff
}
a:hover,
a:focus {
color: #fff;
}
.text-green {
color: #4a8432;
}
.text-red {
color: #944a4a;
}
::-moz-selection {
color: #eee;
background: #006a9b;
}
::selection {
color: #eee;
background: #006a9b;
}
/* shadows */
.drop-shadow {
-moz-box-shadow: #888888 0 3px 10px;
-webkit-box-shadow: #888888 0 3px 10px;
box-shadow: #888888 0 3px 10px;
}
.glow-shadow {
-moz-box-shadow: #888888 0 0 10px;
-webkit-box-shadow: #888888 0 0 10px;
box-shadow: #888888 0 0 10px;
}
.glow-shadow-2 {
-moz-box-shadow: #b2b2b2 0 0 5px;
-webkit-box-shadow: #b2b2b2 0 0 5px;
box-shadow: #b2b2b2 0 0 5px;
}
.glow-shadow-3 {
-moz-box-shadow: #000 0 0 8px;
-webkit-box-shadow: #000 0 0 8px;
box-shadow: #000 0 0 8px;
}
/* borders */
.border-2 {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.border-3 {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.border-4 {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.border-5 {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* buttons */
.button1 span {
background-image: url("../images/buttons/button-1.png");
background-repeat: no-repeat;
color: #fff;
}
.button1.hover span,
.button1:hover span,
.button1.disabled span,
.button1.processing span {
color: #fff;
}
.landing .button1.disabled,
.landing .button1.disabled span {
color: #484a4d;
}
.button1.disabled span {
background-position: 0 -82px;
color: #666;
}
.button1.disabled span span {
background-position: right -205px;
}
.button2 span {
padding: 0 0 0 13px;
height: 30px;
line-height: 30px;
font-size: 11px;
background-image: url("../images/buttons/button-2.png");
background-repeat: no-repeat;
color: #fff;
}
.button2 span span {
padding: 0 13px 0 0;
background-position: 100% -123px;
}
.button2.hover span,
.button2:hover span,
.button2.disabled span,
.button2.processing span {
color: #fff;
}
.button2.hover span,
.button2:hover span {
background-position: 0 -41px;
}
.button2.hover span span,
.button2:hover span span {
background-position: 100% -164px;
}
.button4 span {
background-image: url("../images/buttons/button-large.png");
background-repeat: no-repeat;
color: #fff;
}
.button4:hover span,
.button4.disabled span,
.button4.disabled span {
color: #fff;
}
/* Recreated .ui-button styles that were removed in Common 5.0*/
.button1 span {
font: normal 12px/13px "Lucida Sans Unicode","Lucida Grande",sans-serif;
text-transform: uppercase;
padding: 0 0 0 28px;
}
.button1 span span {
line-height: 38px;
background-position: 100% -123px;
padding: 0 28px 0 0;
}
.button1:hover span {
background-position: 0 -41px;
}
.button1:hover span span {
background-position: 100% -164px;
}
/* Existing button styles */
.ui-button.button4 span {
height: 76px;
line-height: 76px;
font-size: 24px;
font-weight: bold;
padding-right: 40px;
background-position: 100% -246px;
cursor: pointer;
padding: 0 0 0 40px;
background-position: 0 0;
}
.ui-button.button4 span span {
padding: 0 40px 0 0;
background-position: 100% -246px;
}
.ui-button.button4.hover span {
background-position: 0 -82px;
}
.ui-button.button4.hover span span {
background-position: 100% -328px;
}
.ui-cancel {
border-left: 1px solid #bababa;
padding: 0;
margin-left: 10px;
}
.ui-cancel span {
padding: 0 15px;
}
.button3 {
background: #064680;
-moz-border-radius: 4px;
-moz-box-shadow: #444 0 0 5px;
-webkit-box-shadow: #444 0 0 5px;
box-shadow: #444 0 0 5px;
background-image: -moz-linear-gradient(top, #10508A, #013769);
background-image: -webkit-gradient(linear,center top, center bottom,from(#10508A),to(#013769));
}
.button3:hover {
background-image: -moz-linear-gradient(top, #3F7FB9, #1B5B95);
background-image: -webkit-gradient(linear,center top, center bottom,from(#3F7FB9),to(#1B5B95));
}
.button3 span {
height: auto;
line-height: normal;
color: #FFF;
padding: 0;
}
.button3 span span {
padding: 5px 10px;
}
/* breadcrumbs */
#header .ui-breadcrumb {
position: relative;
z-index: 2;
padding-top: 23px;
}
.ui-breadcrumb li {
}
.ui-breadcrumb li a {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #363535;
display: inline-block;
padding: 0;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
.ui-breadcrumb li.last a {
background: none repeat scroll 0 0 #565C67;
color: #FFFFFF;
text-decoration: none;
padding: 0 7px;
}
.ui-breadcrumb li a:hover {
color: #00577e;
}
.ui-breadcrumb li:after {
content: "/";
display: inline-block;
margin: 0 7px;
color: #8b8b8b;
}
.ui-breadcrumb li.last:after {
content: "";
}
.ui-breadcrumb li.last a:hover {
color: #fff;
}
/* rate post */
.rate-post-wrapper {
position: relative;
white-space: nowrap;
margin-top: 29px;
padding: 1px 0 40px;
clear: both;
width: 110px;
}
.ie67 .rate-post-wrapper {
zoom: 1
}
.rate-post-wrapper .rate-up {
float: right;
margin-left: 0;
}
.rate-post-wrapper .rate-up .button-left,
.rate-post-wrapper .rate-up .button-right {
display: block;
height: 27px;
line-height: 27px;
background: url(../images/layout/cms/icon-rating.png) no-repeat;
}
.rate-post-wrapper .rate-up .button-left {
background-position: 0 -29px;
padding-left: 24px;
}
.rate-post-wrapper .rate-up .button-right {
background-position: 100% -118px;
padding-right: 10px;
}
.rate-post-wrapper .rate-up:hover .button-left {
background-position: 0 -59px;
}
.rate-post-wrapper .rate-up:hover .button-right {
background-position: 100% -148px;
color: #fff;
}
.rate-post-wrapper .downvote-wrapper {
position: relative;
float: right;
}
.rate-post-wrapper .rate-down {
display: block;
width: 44px;
height: 27px;
background: url(../images/layout/cms/icon-rating.png) no-repeat;
}
.rate-post-wrapper .rate-down:hover {
background-position: -44px 0;
}
.rate-post-wrapper .downvote-menu {
position: absolute;
right: 0;
top: 26px;
font-size: 12px;
}
.rate-post-wrapper .downvote-menu .ui-dropdown {
width: auto;
min-width: 87px;
}
.ie6 .rate-post-wrapper .downvote-menu .ui-dropdown {
width: 130px;
zoom: 1;
}
.rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper {
border-radius: 5px;
box-shadow: 0 0 3px #666;
width: auto;
min-width: 87px;
background-color: #c5c5c5;
}
.ie6 .rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper {
width: 117px;
zoom: 1;
}
.rate-post-wrapper .downvote-menu a {
padding: 5px 12px 0 10px;
display: block;
text-align: right;
color: #292929;
}
.rate-post-wrapper .downvote-menu a:hover {
text-decoration: underline;
color: #00A7F1
}
.rate-post-wrapper .downvote-menu .report-comment {
border-radius: 0 0 5px 5px;
border-top: 1px solid #a7a7a7;
padding: 2px 0 7px 0;
margin-top: 8px;
}
.rate-post-wrapper .downvote-menu .report-comment a {
line-height: 17px;
}
.rate-post-wrapper .downvote-menu .report-comment a:hover {
text-decoration: underline;
}
.rate-post-wrapper .downvote-menu .report-comment a:before {
content: " ";
display: inline-block;
width: 20px;
height: 17px;
background: url("../images/layout/cms/view-topic.gif?v=2") -67px 0 no-repeat;
float: left;
}
.rate-post-wrapper .downvote-menu .report-comment a:hover:before {
opacity: 0.9
}
.rate-post-wrapper.downvoted .rate-down,
.rate-post-wrapper.downvoted .rate-down:hover {
background-position: -88px 0;
}
.rate-post-wrapper.upvoted .rate-up .button-left,
.rate-post-wrapper.upvoted .rate-up:hover .button-left {
background-position: 0 -89px;
}
.rate-post-wrapper.upvoted .rate-up .button-right,
.rate-post-wrapper.upvoted .rate-up:hover .button-right {
background-position: 100% -178px;
color: #6B4F3D;
}
.rate-post-wrapper .downvote-wrapper,
.rate-post-wrapper .rate-up {
visibility: hidden
}
.rate-post-wrapper .downvote-wrapper.keep-shown,
.rate-post-wrapper .rate-up.keep-shown {
visibility: visible
}
.rate-post-wrapper.rate-post-login {
visibility: hidden
}
.ie67 .rate-post-wrapper .downvote-wrapper,
.ie67 .rate-post-wrapper .rate-up {
visibility: visible
}
.ie67 .rate-post-wrapper.rate-post-login {
visibility: visible
}
/* report post */
.report-post {
display: none
}
.report-post td {
vertical-align: top;
padding-left: 10px
}
.report-post .report-submit-wrapper {
padding-left: 0
}
.report-post td:first-child {
text-align: right;
padding-right: 10px;
padding-top: 17px
}
.report-post textarea {
border-radius: 5px;
padding: 5px 7px;
font-family: sans-serif
}
.report-post select {
padding: 5px 7px;
border-radius: 5px
}
.report-post .report-desc {
padding-top: 20px
}
.report-post .report-desc small {
display: block;
font-size: 10px
}
.cjk .report-post .report-desc small {
font-size: 12px
}
.report-post .report-detail {
padding: 10px 0
}
.report-post .ui-button {
float: left
}
.report-post .cancel-report {
display: block;
float: left;
height: 36px;
line-height: 36px;
padding-left: 10px
}
.report-post .report-success {
display: none
}
/* context menu */
.ko-kr .ui-context {
font-family: Dotum;
}
body .ui-context .context .context-links a {
background-image: url("../images/icons/context.gif");
background-repeat: no-repeat;
}
.ui-context .context .context-links .icon-profile {
background-position: 0 0;
display: none;
}
.ui-context .context .context-links .icon-posts {
background-position: 0 -30px;
}
.ui-context .context .context-links .icon-ignore {
background-position: 0 -60px;
}
.ui-context .context .context-links .icon-ban {
background-position: 0 -90px;
}
.context-link {
padding-right: 17px;
background: url("../images/icons/flyout-arrows.gif") 100% -25px no-repeat;
}
.context-link.context-open {
background-position: 100% -87px;
}
.ko-kr .context-link {
background-position: 100% -28px
}
.ko-kr .context-link:hover {
background-position: 100% -87px
}
/* pagination */
.ui-pagination li a {
background: url("../images/form/dropdown-bg.gif") 0 0 repeat-x;
color: #cecece;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.ui-pagination li a:hover {
background: url("../images/form/dropdown-bg.gif") 0 -40px repeat-x;
color: #fff;
text-decoration: none;
}
.ui-pagination li.current a {
background: #0080b2;
color: #fff;
}
.ui-pagination li.current a:hover {
background: #009ee2;
}
/* tooltip */
.ui-tooltip {
color: #c4d2db;
background: #4d606d;
border-radius: 4px;
box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
padding: 8px 12px
}
.ui-tooltip h3 {
color: #fff;
}
.ui-tooltip .middle-center {
padding: 10px;
}
/* menu */
.flyout-menu {
padding-top: 20px;
background: url("../images/layout/menu-dropdown.gif") 0 0 no-repeat;
width: 190px;
}
.flyout-menu ul {
background: #4d606d;
width: 190px;
padding-bottom: 5px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
}
.flyout-menu ul li {
padding: 0 5px;
}
.flyout-menu ul li.divider {
padding: 3px 10px;
margin: 5px 0;
background: #364b58;
color: #627a8a;
}
.flyout-menu ul li a {
color: #acbdc8;
display: block;
padding: 3px 5px;
}
.flyout-menu ul li a:hover {
background: #6b7f8d;
color: #fff;
-moz-border-radius: 3px;
}
/* overlay */
#overlay {
padding: 20px;
color: #000;
background: #d9d9d9;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* layout */
.wrapper {
width: 990px;
margin: 0 auto;
}
#layout-top {
background: url("../images/layout/bg-sides.png") bottom center repeat-x;
}
.landing-classic #layout-top {
height: 260px;
}
#layout-top .wrapper {
position: relative;
}
#layout-middle {
background: #d3d1ce url("../images/layout/bg-middle.jpg") top center repeat-x;
border-bottom: 4px solid #777674;
}
#layout-bottom {
background: #000 url("../images/layout/bg-top.jpg") no-repeat 50% 70%
}
/* header */
#header {
padding-top: 50px;
clear: both;
}
#logo {
height: 92px;
width: 402px;
position: relative;
z-index: 75;
margin-bottom: 10px;
}
#logo a,
#logo span {
width: 402px;
height: 92px;
display: block;
border: none;
text-indent: -9999px;
background: url("../local-common/images/logos/bnet-default.png") no-repeat;
}
/* header section */
#section {
margin-top: 10px;
background: url("../images/layout/section-bg.png") 50% 0 no-repeat;
padding: 20px;
}
#section h2 {
color: #62737E;
font-size: 26px;
margin-bottom: 5px;
font-weight: normal;
}
.homepage.logged-in #section {
margin-top: 30px;
}
.homepage #section {
padding: 0 0 120px 0;
}
#navigation {
margin-top: 10px;
padding: 15px 0;
}
#navigation h2 {
color: #62737E;
font-weight: normal;
border-right: 1px solid #495354;
float: left;
font-size: 36px;
margin: 0 20px 0 0;
padding-right: 20px
}
#navigation h2 a {
color: #62737E;
}
#navigation h2 a:hover {
color: #fff;
}
#navigation h3 {
color: #bdc4d0;
float: left;
font-size: 26px;
padding-top: 7px;
font-weight: normal;
}
#user-card {
float: right;
text-align: right;
}
#user-card h4 {
color: #fff;
font-size: 18px;
text-transform: none
}
/* search bar */
.search-bar {
float: right;
margin-top: 25px;
margin-right: 7px;
}
.search-bar div {
position: relative;
}
.search-bar input {
position: absolute;
top: 0;
}
.search-bar .search-button {
top: 0px;
right: -3px;
width: 32px;
height: 32px;
background-color: transparent;
border: none;
cursor: pointer
}
.search-bar .search-field {
width: 255px;
right: 32px;
font-size: 12px;
border: none;
color: #707070;
padding: 7px 5px;
background-color: transparent;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-appearance: none;
}
.search-bar .search-field.active,
.search-bar .search-field:focus {
color: #000;
}
.search-bar form {
height: 32px;
width: 280px;
padding: 0 3px 0 20px;
background: url("../images/layout/search-bar.gif") 0 0 no-repeat;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* content */
#content {
padding: 25px 0;
min-height: 350px;
}
#page-header {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #afadac;
}
#page-header h2 {
margin-top: 0;
}
#page-content p {
margin: 0 0 15px 0;
}
#page-content form {
margin-top: 15px;
}
/* alternate pages */
#wrapper {
padding-bottom: 50px;
}
.wrapper {
width: 990px;
margin: 0 auto;
position: relative;
}
.wrapper #service {
right: -7px;
}
.wrapper #header-small {
padding: 15px 0;
text-align: center;
}
.wrapper #header-small #logo {
text-align: center;
}
.wrapper #header-small #logo a {
margin: 0 auto;
}
#alternate {
color: #68727b;
}
#alternate h2 {
color: #8c99a5;
}
#alternate h3 {
color: #cdd8e2;
}
#alternate #alternate-left {
float: left;
width: 550px;
}
#alternate #alternate-right {
float: right;
width: 350px;
}
#alternate .ui-cancel span {
border-color: #232628;
}
/* sub menu */
#sub-menu {
margin-bottom: 25px;
}
#sub-menu a {
padding: 4px 7px;
display: inline-block;
margin-right: 10px;
color: #4a4a4a;
text-decoration: underline;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#sub-menu a:hover {
background: #e3e3e3;
text-decoration: none;
}
#sub-menu a.active {
background: #565c67;
color: #fff;
text-decoration: none;
}
#wrapper #sub-menu a {
color: #74B9D6;
}
#wrapper #sub-menu a:hover {
color: #4a4a4a;
}
#wrapper #sub-menu a.active {
color: #fff;
}
/* text */
.header {
font-size: 24px;
font-weight: normal;
}
.subheader {
font-size: 20px;
font-weight: normal;
}
.category {
font-size: 22px;
font-weight: normal;
color: #5D5D5D !important;
}
.subcategory {
font-size: 16px;
font-weight: normal;
color: #5D5D5D;
}
/* table */
.table-options {
height: 20px;
line-height: 20px;
}
.table-options .input {
padding: 1px;
}
.table-options .option {
float: right;
padding-left: 15px
}
.table-options .option .input {
padding-right: 2px
}
.table-options .ui-pagination {
padding: 0;
background: none;
height: 20px;
display: inline
}
.table-options .ui-pagination a {
height: 20px;
line-height: 20px;
}
/* typeahead */
.ui-typeahead-ghost .input-ghost {
color: #b1b1b1;
}
.ui-typeahead {
background-color: #FFFFFF;
border: 1px solid #BBBBBB;
margin-left: 17px;
margin-top: 1px;
font-size: 14px;
z-index: 2;
}
.ui-typeahead .group-title {
}
.ui-typeahead .group-list li a:hover,
.ui-typeahead li a:focus,
.ui-typeahead li a:active,
.ui-typeahead .group-list li a:hover em,
.ui-typeahead li a:focus em,
.ui-typeahead li a:active em {
color: #FFFFFF;
background-color: #3399FF;
}
.ui-typeahead .group-list a:hover,
.ui-typeahead .group-list a.item-active,
.ui-typeahead .group-list a:hover em,
.ui-typeahead .group-list a.item-active em {
color: #FFFFFF;
background-color: #3399FF;
}
.ui-typeahead .group-list a {
color: #000000;
font-family: Arial,sans-serif;
font-weight: bold;
}
.ui-typeahead .group-list a em {
border-bottom: none;
font-weight: normal;
color: #707070;
}
.ui-typeahead .group-list a .desc {
display: block;
font-size: 11px;
font-weight: normal;
white-space: normal;
color: #777;
}
.ui-typeahead .group-list a:hover .desc {
color: #FFF;
}
.ui-typeahead .icon-desc .title {
white-space: pre-wrap;
}
/* Feedback */
#feedback-page {
background: url('../local-common/images/layout/bg.jpg') no-repeat 0 0;
padding-bottom: 45px;
-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 10px #1e2023;
border-radius: 7px;
}
/* pagination buttons */
.ui-pagination li a {
padding: 3px 8px;
border-radius: 3px;
}
/* Temporarily override commons footer css until legal-lib 2.0 is finalized */
#legal-ratings {
width: auto;
}
#footer .nav-client .nav-btn {
background-color: #098cc8;
background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad);
background-image: linear-gradient(to bottom, #0f9ada, #0076ad);
color: #FFF;
}
#footer .nav-client .dropdown-menu .active > a,
#footer .nav-client .dropdown-menu .active > a:hover,
#footer .nav-client .dropdown-menu .active > a:focus {
color: #ffffff;
}
#footer .nav-client .nav-item {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
-webkit-transition: text-shadow 160ms ease, color 160ms ease;
transition: text-shadow 160ms ease, color 160ms ease;
}
#footer .nav-client .nav-a.footer-links-snowflake {
color: #99cee0;
font-weight: 700;
}
#footer .nav-client .nav-btn.disabled,
#footer .nav-client .nav-btn[disabled],
#footer .nav-client .nav-btn.disabled:hover,
#footer .nav-client .nav-btn.disabled:focus,
#footer .nav-client .nav-btn.disabled:active,
#footer .nav-client .nav-btn.disabled.active {
background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset;
}
#footer .nav-client .nav-btn:hover,
#footer .nav-client .nav-btn:focus {
background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd);
background-image: linear-gradient(to bottom, #37c0ff, #0097dd);
}
.nav-client .nav-collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height, 0.4s;
transition: height 0.4s;
}
.nav-client .nav-collapse.in {
height: auto;
}
#eu-cookie-compliance.agegate {
overflow: visible;
}
#eu-cookie-compliance.agegate .modal-body,
.modal.agegate #eu-cookie-compliance .modal-body {
overflow: visible;
}
#eu-cookie-compliance .btn {
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
box-sizing: border-box;
}
#eu-cookie-compliance .btn:focus {
outline: 0;
}
#eu-cookie-compliance .btn.active,
#eu-cookie-compliance .btn:active {
outline: 0;
}
#eu-cookie-compliance .btn.loading {
position: relative;
overflow: hidden;
}
#eu-cookie-compliance .btn.disabled,
#eu-cookie-compliance .btn[disabled] {
cursor: default !important;
}
#eu-cookie-compliance .btn.disabled-loading {
overflow: hidden;
position: relative;
}
.nav-client .dropdown,
.nav-client .dropdown.open,
.nav-client .dropdown.open > .nav-item,
.nav-client .dropdown.nav-client .open,
.nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-client .dropdown.open,
.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-client .dropdown.open,
.nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .dropdown.nav-client .open,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open {
position: relative;
}
.nav-client .dropdown-toggle {
display: inline-block;
position: relative;
}
.nav-client .dropdown-toggle:active,
.open .nav-client .dropdown-toggle,
.nav-client .open .dropdown-toggle {
outline: 0;
}
.nav-client .dropdown-menu {
position: absolute;
top: 100%;
display: none;
float: left;
min-width: 160px;
margin: 0;
list-style: none;
}
.nav-client .dropdown-menu.pull-right {
right: 0;
left: auto;
}
.nav-client .dropdown-menu li > a {
display: block;
clear: both;
white-space: nowrap;
}
.nav-client .dropdown-menu li > a:hover,
.nav-client .dropdown-menu li > a:focus {
text-decoration: none;
}
.nav-client .dropdown-menu .active > a,
.nav-client .dropdown-menu .active > a:hover,
.nav-client .dropdown-menu .active > a:focus {
text-decoration: none;
}
.nav-client .dropdown-menu .disabled > a:hover,
.nav-client .dropdown-menu .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
cursor: default;
}
.nav-client .open > .dropdown-menu,
.open > .nav-client .dropdown-menu {
display: block;
}
.pull-right > .nav-client .dropdown-menu {
right: 0;
left: auto;
}
.dropdown .nav-client .dropdown-menu .nav-header,
.nav-client .dropdown .dropdown-menu .nav-header,
.nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#eu-cookie-compliance .modal-header,
#eu-cookie-compliance #eu-cookie-compliance .modal-header {
display: block;
}
.alert #eu-cookie-compliance #cookie-compliance-close,
.alert .nav-client .nav-close {
position: relative;
top: 0;
right: -10px;
}
.alert-block #eu-cookie-compliance #cookie-compliance-close,
.alert-icon #eu-cookie-compliance #cookie-compliance-close,
.alert-block .nav-client .nav-close,
.alert-icon .nav-client .nav-close {
top: -10px;
right: -34px;
}
#eu-cookie-compliance .btn .label,
#eu-cookie-compliance .btn .badge {
position: relative;
top: -1px;
}
#eu-cookie-compliance .btn {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin: 3px 0;
padding: 6px 20px;
font-size: 15px;
line-height: 20px;
height: 34px;
background-color: rgba(0, 0, 0, 0.15);
color: #00aeff;
border: 1px solid rgba(255, 255, 255, 0.15);
box-shadow: 0 0 rgba(0, 0, 0, 0);
border-radius: 2px;
-webkit-transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
}
#eu-cookie-compliance .btn.active,
#eu-cookie-compliance .btn:active {
padding: 7px 19px 5px 21px;
}
#eu-cookie-compliance .btn.disabled:active,
#eu-cookie-compliance .btn[disabled]:active,
#eu-cookie-compliance .btn.disabled.active,
#eu-cookie-compliance .btn[disabled].active {
padding: 6px 20px !important;
}
#eu-cookie-compliance .btn:hover,
#eu-cookie-compliance .btn:focus {
background-color: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
#eu-cookie-compliance .btn:active,
#eu-cookie-compliance .btn.active {
background-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.07);
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
#eu-cookie-compliance .btn.disabled,
#eu-cookie-compliance .btn[disabled],
#eu-cookie-compliance .btn.disabled:hover,
#eu-cookie-compliance .btn.disabled:focus,
#eu-cookie-compliance .btn.disabled:active,
#eu-cookie-compliance .btn.disabled.active {
background-color: rgba(0, 0, 0, 0.1) !important;
color: rgba(255, 255, 255, 0.3) !important;
border-color: rgba(255, 255, 255, 0.08) !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
#eu-cookie-compliance .btn.disabled.loading,
#eu-cookie-compliance .btn[disabled].loading,
#eu-cookie-compliance .btn.disabled:hover.loading,
#eu-cookie-compliance .btn.disabled:focus.loading,
#eu-cookie-compliance .btn.disabled:active.loading,
#eu-cookie-compliance .btn.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
#eu-cookie-compliance .btn.btn-wide {
margin: 3px 0;
padding: 6px 40px;
font-size: 15px;
line-height: 20px;
height: 34px;
}
#eu-cookie-compliance .btn.btn-wide.active,
#eu-cookie-compliance .btn.btn-wide:active {
padding: 7px 39px 5px 41px;
}
#eu-cookie-compliance .btn.btn-wide.disabled:active,
#eu-cookie-compliance .btn.btn-wide[disabled]:active,
#eu-cookie-compliance .btn.btn-wide.disabled.active,
#eu-cookie-compliance .btn.btn-wide[disabled].active {
padding: 6px 40px !important;
}
#eu-cookie-compliance .btn-primary {
background-color: #098cc8;
color: #ffffff;
border: 1px solid transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
border-radius: 2px;
-webkit-transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad);
background-image: linear-gradient(to bottom, #0f9ada, #0076ad);
border: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
#eu-cookie-compliance .btn-primary:hover,
#eu-cookie-compliance .btn-primary:focus {
background-color: #21b0f1;
color: #ffffff;
border-color: transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
#eu-cookie-compliance .btn-primary:active,
#eu-cookie-compliance .btn-primary.active {
background-color: #006899;
color: rgba(255, 255, 255, 0.7);
border-color: transparent;
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
#eu-cookie-compliance .btn-primary.disabled,
#eu-cookie-compliance .btn-primary[disabled],
#eu-cookie-compliance .btn-primary.disabled:hover,
#eu-cookie-compliance .btn-primary.disabled:focus,
#eu-cookie-compliance .btn-primary.disabled:active,
#eu-cookie-compliance .btn-primary.disabled.active {
background-color: transparent !important;
color: rgba(255, 255, 255, 0.15) !important;
border-color: transparent !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
#eu-cookie-compliance .btn-primary.disabled.loading,
#eu-cookie-compliance .btn-primary[disabled].loading,
#eu-cookie-compliance .btn-primary.disabled:hover.loading,
#eu-cookie-compliance .btn-primary.disabled:focus.loading,
#eu-cookie-compliance .btn-primary.disabled:active.loading,
#eu-cookie-compliance .btn-primary.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
#eu-cookie-compliance .btn-primary:hover,
#eu-cookie-compliance .btn-primary:focus {
background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd);
background-image: linear-gradient(to bottom, #37c0ff, #0097dd);
}
#eu-cookie-compliance .btn-primary:active,
#eu-cookie-compliance .btn-primary.active {
background-image: -webkit-linear-gradient(top, #006ea1, #00608d);
background-image: linear-gradient(to bottom, #006ea1, #00608d);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}
#eu-cookie-compliance .btn-primary.disabled,
#eu-cookie-compliance .btn-primary[disabled],
#eu-cookie-compliance .btn-primary.disabled:hover,
#eu-cookie-compliance .btn-primary.disabled:focus,
#eu-cookie-compliance .btn-primary.disabled:active,
#eu-cookie-compliance .btn-primary.disabled.active {
background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset;
}
#eu-cookie-compliance .btn [class^="icon-"],
#eu-cookie-compliance .btn [class*=" icon-"] {
margin-top: 2px;
margin-left: -4px;
margin-right: 5px;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
opacity: 0.8;
}
#eu-cookie-compliance .btn:hover [class^="icon-"],
#eu-cookie-compliance .btn:focus [class^="icon-"],
#eu-cookie-compliance .btn:hover [class*=" icon-"],
#eu-cookie-compliance .btn:focus [class*=" icon-"] {
opacity: 1;
}
#eu-cookie-compliance .btn:active [class^="icon-"],
#eu-cookie-compliance .btn.active [class^="icon-"],
#eu-cookie-compliance .btn:active [class*=" icon-"],
#eu-cookie-compliance .btn.active [class*=" icon-"] {
opacity: 0.8;
}
#eu-cookie-compliance .btn.disabled [class^="icon-"],
#eu-cookie-compliance .btn[disabled] [class^="icon-"],
#eu-cookie-compliance .btn.disabled [class*=" icon-"],
#eu-cookie-compliance .btn[disabled] [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png") !important;
opacity: 0.15 !important;
}
#eu-cookie-compliance .btn.disabled:active [class^="icon-"],
#eu-cookie-compliance .btn[disabled]:active [class^="icon-"],
#eu-cookie-compliance .btn.disabled.active [class^="icon-"],
#eu-cookie-compliance .btn[disabled].active [class^="icon-"],
#eu-cookie-compliance .btn.disabled:active [class*=" icon-"],
#eu-cookie-compliance .btn[disabled]:active [class*=" icon-"],
#eu-cookie-compliance .btn.disabled.active [class*=" icon-"],
#eu-cookie-compliance .btn[disabled].active [class*=" icon-"] {
opacity: 0.15 !important;
}
#eu-cookie-compliance .btn.disabled.loading [class^="icon-"],
#eu-cookie-compliance .btn[disabled].loading [class^="icon-"],
#eu-cookie-compliance .btn.disabled.loading [class*=" icon-"],
#eu-cookie-compliance .btn[disabled].loading [class*=" icon-"] {
opacity: 0 !important;
}
#eu-cookie-compliance .btn-primary [class^="icon-"],
#eu-cookie-compliance .btn-primary [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
opacity: 1;
}
#eu-cookie-compliance .btn-primary:active [class^="icon-"],
#eu-cookie-compliance .btn-primary.active [class*=" icon-"] {
opacity: 0.7;
}
#eu-cookie-compliance .btn-primary.disabled [class^="icon-"],
#eu-cookie-compliance .btn-primary[disabled] [class^="icon-"],
#eu-cookie-compliance .btn-primary.disabled [class*=" icon-"],
#eu-cookie-compliance .btn-primary[disabled] [class*=" icon-"] {
opacity: 0.15;
}
#eu-cookie-compliance .btn-primary.disabled:active [class^="icon-"],
#eu-cookie-compliance .btn-primary[disabled]:active [class^="icon-"],
#eu-cookie-compliance .btn-primary.disabled.active [class^="icon-"],
#eu-cookie-compliance .btn-primary[disabled].active [class^="icon-"],
#eu-cookie-compliance .btn-primary.disabled:active [class*=" icon-"],
#eu-cookie-compliance .btn-primary[disabled]:active [class*=" icon-"],
#eu-cookie-compliance .btn-primary.disabled.active [class*=" icon-"],
#eu-cookie-compliance .btn-primary[disabled].active [class*=" icon-"] {
opacity: 0.15;
}
#eu-cookie-compliance .btn.loading:before {
content: "";
width: 20px;
height: 20px;
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-battlenet.png");
background-position: -140px 0;
display: inline-block;
position: absolute;
z-index: 1060;
left: 50%;
top: 50%;
margin-top: -10px;
margin-left: -10px;
-webkit-animation: keyframes-loading 0.8s steps(21) infinite;
animation: keyframes-loading 0.8s steps(21) infinite;
}
#eu-cookie-compliance .btn.btn-link.loading:before {
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-battlenet.png");
}
#eu-cookie-compliance .btn.disabled-loading {
height: 34px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#eu-cookie-compliance .btn.loading:before {
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-40-battlenet.png");
background-size: 420px 20px;
}
#eu-cookie-compliance .btn.btn-primary.loading:before,
.btn#eu-cookie-compliance .btn-primary.loading:before {
background-image: url("../../images/toolkit/themes/bnet/spinners/spinner-40-battlenet.png");
background-size: 420px 20px;
}
}
#eu-cookie-compliance #cookie-compliance-close,
.nav-client .nav-close {
float: right;
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
line-height: 16px;
vertical-align: top;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
background-repeat: no-repeat;
background-position: -112px -96px;
text-indent: -9999px;
margin: 2px 2px 0 0;
cursor: pointer;
opacity: .2;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
}
#eu-cookie-compliance #cookie-compliance-close:focus,
#eu-cookie-compliance #cookie-compliance-close:hover,
.nav-client .nav-close:focus,
.nav-client .nav-close:hover,
.nav-client .nav-notification .nav-notification-remove:hover .nav-close {
text-decoration: none;
opacity: .4;
}
button#eu-cookie-compliance #cookie-compliance-close,
button.nav-client .nav-close {
padding: 0;
border: 0;
background: transparent;
-webkit-appearance: none;
}
.nav-client .dropdown-toggle {
padding-right: 30px;
}
.nav-client .caret {
content: "";
margin: 2px;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
line-height: 16px;
vertical-align: top;
background-repeat: no-repeat;
text-indent: -9999px;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
background-position: -64px -256px;
}
.navbar .nav-client .caret {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
}
.dropdown-toggle > .nav-client .caret,
.nav-client .dropdown-toggle > .caret {
position: absolute;
right: 5px;
top: 0;
opacity: 0.3;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
}
.dropdown-toggle:focus > .nav-client .caret,
.dropdown-toggle:hover > .nav-client .caret,
.nav-client .dropdown-toggle:focus > .caret,
.nav-client .dropdown-toggle:hover > .caret {
opacity: 0.5;
}
.nav-tabs .dropdown-toggle > .nav-client .caret,
.nav-pills .dropdown-toggle > .nav-client .caret,
.nav-tabs .nav-client .dropdown-toggle > .caret,
.nav-pills .nav-client .dropdown-toggle > .caret {
top: 5px;
}
.nav-client .dropdown-menu {
left: -2px;
z-index: 1000;
padding: 4px 0;
background-color: #272e3b;
box-shadow: 0 0 0 1px #3d434f inset, 0 5px 10px rgba(0, 0, 0, 0.75);
border: solid #000000;
border-width: 1px;
}
.nav-client .dropdown-menu .divider {
height: 1px;
margin: 10px 1px 10px;
overflow: hidden;
border-bottom: 1px solid #3d434f;
background-color: transparent;
margin: 2px 0 3px 0;
}
.nav-client .dropdown-menu li {
margin: 0 1px;
padding: 0;
}
.nav-client .dropdown-menu li > a {
padding: 4px 30px;
font-size: 13px;
font-weight: normal;
line-height: 20px;
color: rgba(255, 255, 255, 0.7);
-webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.nav-client .dropdown-menu li > span {
padding: 4px 30px;
font-size: 13px;
font-weight: normal;
line-height: 20px;
}
.nav-client .dropdown-menu [class^="icon-"],
.nav-client .dropdown-menu [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
}
.nav-client .dropdown-menu [class^="icon-"]:not(.icon-external-link),
.nav-client .dropdown-menu [class*=" icon-"]:not(.icon-external-link) {
position: absolute;
left: 5px;
}
.nav-client .dropdown-menu .icon-external-link {
position: absolute;
right: 5px;
}
.navbar .nav-client .dropdown-menu {
margin-top: 9px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:before {
content: "";
border-bottom: 6px solid #3d434f;
border-left: 6px solid rgba(0, 0, 0, 0);
border-right: 6px solid rgba(0, 0, 0, 0);
display: inline-block;
position: absolute;
right: 8px;
top: -6px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:after {
content: "";
border-top: 1px solid #272e3b;
display: inline-block;
position: absolute;
right: 9px;
top: 0;
width: 10px;
}
.navbar .pull-right .nav-client .dropdown-menu:before {
content: "";
border-bottom: 7px solid #000000;
border-left: 7px solid rgba(0, 0, 0, 0);
border-right: 7px solid rgba(0, 0, 0, 0);
display: inline-block;
position: absolute;
right: 7px;
top: -7px;
}
.navbar .pull-right .nav-client .dropdown-menu:after {
content: "";
border-bottom: 4px solid #272e3b;
border-left: 4px solid rgba(0, 0, 0, 0);
border-right: 4px solid rgba(0, 0, 0, 0);
display: inline-block;
position: absolute;
right: 10px;
top: -4px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:before {
right: 8px;
}
.navbar .pull-right .nav-client .dropdown-menu li:first-child:after {
right: 9px;
}
.navbar .pull-right .nav-client .dropdown-menu:before {
right: 7px;
}
.navbar .pull-right .nav-client .dropdown-menu:after {
right: 10px;
}
.nav-tabs .nav-client .dropdown-menu {
left: 28px;
margin-top: 0;
}
.nav-pills .nav-client .dropdown-menu {
left: -1px;
margin-top: -1px;
}
.nav-client .dropdown-menu li > a:hover,
.nav-client .dropdown-menu li > a:focus {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.07);
}
.nav-client .dropdown-menu .active > a,
.nav-client .dropdown-menu .active > a:hover,
.nav-client .dropdown-menu .active > a:focus {
color: #ffffff;
}
.nav-client .dropdown-menu .disabled > a,
.nav-client .dropdown-menu .disabled > a:hover,
.nav-client .dropdown-menu .disabled > a:focus {
color: rgba(255, 255, 255, 0.3);
}
.nav-client .dropdown-menu > .disabled > a > [class^="icon-"],
.nav-client .dropdown-menu > .disabled > a > [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
opacity: 0.2;
}
.dropdown-submenu > .nav-client .dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: 0;
}
.dropdown-submenu:hover > .nav-client .dropdown-menu {
display: block;
}
.dropdown .nav-client .dropdown-menu .nav-header,
.nav-client .dropdown .dropdown-menu .nav-header,
.nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header {
padding: 4px 30px;
margin: 3px 0;
border: solid #3d434f;
border-width: 1px 0;
color: rgba(255, 255, 255, 0.3);
}
.dropdown .nav-client .dropdown-menu .nav-header:first-child,
.nav-client .dropdown .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.open .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.nav-client .open .dropdown-menu .nav-header:first-child,
.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header:first-child,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu .nav-header:first-child {
border-top: 0;
margin-top: 0;
}
#eu-cookie-compliance {
padding-top: 10px;
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
overflow: visible;
width: 560px;
margin-left: -280px;
border-style: solid;
border-width: 1px;
border-color: #000000;
box-shadow: 0 5px 10px rgba(0, 0, 0, .75), inset 0 0 0 1px rgba(255, 255, 255, .07);
background: #1d222c;
background-repeat: no-repeat;
background-size: contain;
background-position: center bottom, center top, center -100px;
background-image: url("../../images/toolkit/defaults/modals/modal-gradient.png"), -webkit-linear-gradient(top, #263145 0%, #1d222c 70%), -webkit-radial-gradient(50% 100px, closest-side, #263145, #1d222c);
background-image: url("../../images/toolkit/defaults/modals/modal-gradient.png"), linear-gradient(top, #263145 0%, #1d222c 70%), radial-gradient(50% 100px, closest-side, #263145, #1d222c);
background-clip: padding-box;
outline: none;
}
#eu-cookie-compliance .close,
.modal #eu-cookie-compliance #cookie-compliance-close,
.modal .nav-client .nav-close {
z-index: 1051;
position: absolute;
margin: 0;
top: 5px;
right: 7px;
}
#eu-cookie-compliance .close [class^="icon-"],
#eu-cookie-compliance .close [class*=" icon-"],
.modal #eu-cookie-compliance #cookie-compliance-close [class^="icon-"],
.modal #eu-cookie-compliance #cookie-compliance-close [class*=" icon-"],
.modal .nav-client .nav-close [class^="icon-"],
.modal .nav-client .nav-close [class*=" icon-"] {
display: block;
margin: 0;
}
#eu-cookie-compliance:before {
content: "";
position: absolute;
top: 1px;
left: 75px;
right: 75px;
display: block;
height: 0;
border-top: 10px solid rgba(255, 255, 255, 0.14);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
#eu-cookie-compliance:after {
content: "";
position: absolute;
top: 1px;
left: 76px;
right: 76px;
display: block;
height: 0;
border-top: 9px solid rgba(32, 39, 52, 0.5);
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
#eu-cookie-compliance .modal-header {
padding: 19px 20px 0 20px;
}
#eu-cookie-compliance .modal-header h1,
#eu-cookie-compliance .modal-header h2,
#eu-cookie-compliance .modal-header h3,
#eu-cookie-compliance .modal-header h4,
#eu-cookie-compliance .modal-header h5,
#eu-cookie-compliance .modal-header h6,
#eu-cookie-compliance .modal-header .heading-1 {
margin-bottom: 0;
font-size: 23px;
line-height: 30px;
}
#eu-cookie-compliance .modal-body {
position: relative;
overflow: visible;
max-height: 400px;
padding: 20px;
font-size: 13px;
line-height: 20px;
}
#eu-cookie-compliance .modal-body h1,
#eu-cookie-compliance .modal-body h2,
#eu-cookie-compliance .modal-body h3,
#eu-cookie-compliance .modal-body h4,
#eu-cookie-compliance .modal-body h5,
#eu-cookie-compliance .modal-body h6,
#eu-cookie-compliance .modal-body .heading-1,
#eu-cookie-compliance .modal-body .heading-2 {
margin-bottom: 20px;
font-size: 17px;
line-height: 20px;
}
#eu-cookie-compliance .modal-body p,
#eu-cookie-compliance .modal-body ul,
#eu-cookie-compliance .modal-body ol,
#eu-cookie-compliance .modal-body dl {
font-size: 13px;
line-height: 20px;
margin-bottom: 20px;
}
#eu-cookie-compliance .modal-body p:last-child,
#eu-cookie-compliance .modal-body ul:last-child,
#eu-cookie-compliance .modal-body ol:last-child,
#eu-cookie-compliance .modal-body dl:last-child {
margin: 0;
}
#eu-cookie-compliance .modal-body .modal-actions:before,
#eu-cookie-compliance .modal-body .modal-actions:after {
content: ".";
font-size: 0;
line-height: 0;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
#eu-cookie-compliance .modal-body .modal-actions:after {
clear: both;
}
#eu-cookie-compliance .modal-body .modal-actions .btn,
.modal-body .modal-actions #eu-cookie-compliance .btn {
margin-bottom: 0;
}
#eu-cookie-compliance .modal-body .modal-actions .btn + .btn,
.modal-body .modal-actions #eu-cookie-compliance .btn + #eu-cookie-compliance .btn {
margin-left: 10px;
}
#eu-cookie-compliance .modal-body .modal-actions .btn-group .btn + .btn,
.modal-body .modal-actions .btn-group #eu-cookie-compliance .btn + #eu-cookie-compliance .btn {
margin-left: -1px;
}
#eu-cookie-compliance .modal-body .modal-actions .btn-block + .btn-block {
margin-left: 0;
}
#eu-cookie-compliance .modal-body .modal-actions {
margin-top: 30px;
}
#eu-cookie-compliance .modal-body .modal-actions:only-child {
margin-top: 0;
}
#eu-cookie-compliance .modal-body p + .modal-actions,
#eu-cookie-compliance .modal-body ul + .modal-actions,
#eu-cookie-compliance .modal-body ol + .modal-actions,
#eu-cookie-compliance .modal-body dl + .modal-actions {
margin-top: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#eu-cookie-compliance .btn.disabled [class^="icon-"],
#eu-cookie-compliance .btn.disabled [class*=" icon-"],
#eu-cookie-compliance .btn[disabled] [class^="icon-"],
#eu-cookie-compliance .btn[disabled] [class*=" icon-"],
#eu-cookie-compliance .btn-primary [class^="icon-"],
#eu-cookie-compliance .btn-primary [class*=" icon-"],
.nav-client .dropdown-menu > .disabled > a > [class^="icon-"],
.nav-client .dropdown-menu > .disabled > a > [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-32-white.png");
background-size: 160px 480px;
}
}
#eu-cookie-compliance .modal-header,
#eu-cookie-compliance #eu-cookie-compliance .modal-header {
margin: 0 0 33px 0;
}
#eu-cookie-compliance .modal-header,
#eu-cookie-compliance #eu-cookie-compliance .modal-header {
font-weight: 300;
font-size: 35px;
line-height: 40px;
color: #ffffff;
}
.nav-text-info {
color: #00aeff;
}
a.nav-text-info:hover {
color: #ffffff;
}
/**
* @fileOverview nav-client navbar styles
*/
@-webkit-keyframes keyframes-loading {
from {
background-position: 0;
}
to {
background-position: -420px;
}
}
@keyframes keyframes-loading {
from {
background-position: 0;
}
to {
background-position: -420px;
}
}
.nav-loading {
-webkit-animation: keyframes-loading 0.8s steps(21) infinite;
animation: keyframes-loading 0.8s steps(21) infinite;
}
.nav-client {
/** NAV BAR **/
/** Fonts specific to navbar **/
font-family: "Blizzard", "Arial", "Helvetica", sans-serif;
font-size: 15px;
line-height: 20px;
}
.nav-client .grid-container,
.nav-client .nav-client .nav-container {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding-left: 40px;
padding-right: 40px;
}
.nav-client:lang(zh-CN) {
font-family: "Blizzard", "Arial", "Helvetica", "微软雅黑", "Microsoft YaHei", "Hei SC", sans-serif;
}
.nav-client:lang(zh-TW) {
font-family: "Blizzard", "Arial", "Helvetica", "微軟正黑", "Microsoft JhengHei", "Tei TC", sans-serif;
}
.nav-client:lang(ko) {
font-family: "Blizzard", "Arial", "Helvetica", "맑은 고딕", "Malgun Gothic", "애플산돌고딕네오", "AppleSDGothicNeo", "애플고딕", "AppleGothic", "돋움", "Dotum", sans-serif;
}
.nav-client:lang(ja) {
font-family: "Blizzard", "Arial", "Helvetica", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", sans-serif;
}
.nav-client .nav-list {
margin: 0;
}
.nav-client .nav-list li {
line-height: 18px;
list-style-type: none;
margin: 0;
padding: 0;
}
.nav-client .nav-list li a.nav-a {
display: block;
line-height: 30px;
}
.nav-client .nav-list li:last-child {
margin: 0;
}
.nav-client .nav-list li a {
color: #bbb\9;
}
.nav-client .nav-center {
text-align: center;
}
.nav-client .nav-box {
padding: 10px;
}
.nav-client .nav-box .affix-bottom {
margin-bottom: -10px;
}
.nav-client .nav-box .dropdown-section,
.nav-client .nav-box .nav-client .notification {
margin-left: -11px;
margin-right: -11px;
}
.nav-client .nav-section {
display: block;
}
.nav-client .nav-title {
color: #bbb;
color: rgba(255, 255, 255, 0.7);
text-shadow: 0 0 3px #000;
}
.nav-client .nav-clearfix:before,
.nav-client .nav-clearfix:after,
.nav-client .nav-section:before,
.nav-client .nav-section:after,
.nav-client .dropdown-section:before,
.nav-client .dropdown-section:after,
#nav-client-footer:before,
#nav-client-footer:after,
.nav-client .nav-client .notification:before,
.nav-client .nav-client .notification:after {
content: "";
display: table;
}
.nav-client .nav-clearfix:after,
.nav-client .nav-section:after,
.nav-client .dropdown-section:after,
#nav-client-footer:after,
.nav-client .nav-client .notification:after {
clear: both;
}
.nav-client .hide {
display: none !important;
}
#eu-cookie-compliance {
font-family: "Blizzard", "Arial", "Helvetica", sans-serif;
}
#eu-cookie-compliance .modal-header {
margin: 0;
}
#eu-cookie-compliance .modal-header h1,
#eu-cookie-compliance #eu-cookie-compliance .modal-header h1 {
font-weight: 300;
}
#eu-cookie-compliance .modal-body {
font-family: "Blizzard", "Arial", "Helvetica", sans-serif;
font-size: 15px;
line-height: 20px;
color: white;
color: rgba(255, 255, 255, 0.7);
}
#eu-cookie-compliance .btn {
min-width: 113px;
font-size: 13px;
position: relative;
left: 20px;
bottom: 5px;
}
#eu-cookie-compliance.desktop {
background-color: #263145;
width: 400px;
min-height: 215px;
bottom: 20px;
right: 20px;
left: inherit;
top: inherit;
}
@media (max-width: 440px) {
#eu-cookie-compliance.desktop {
display: none;
}
}
#eu-cookie-compliance.desktop .modal-body,
#eu-cookie-compliance.desktop #eu-cookie-compliance .modal-body {
padding-top: 10px;
}
#eu-cookie-compliance.mobile {
max-width: 95%;
width: 100%;
left: 0;
right: 0;
bottom: 10px;
top: inherit;
margin: 0 10px;
display: none\9;
}
@media (min-width: 440px) {
#eu-cookie-compliance.mobile {
display: none;
}
}
#eu-cookie-compliance.mobile .btn,
#eu-cookie-compliance.mobile #eu-cookie-compliance .btn {
bottom: 10px;
}
#eu-cookie-compliance #cookie-compliance-learn {
left: 25px;
}
/**
* @fileOverview nav-client button styles
*/
.nav-client .nav-btn {
display: inline-block;
text-align: center;
vertical-align: middle;
cursor: pointer;
box-sizing: border-box;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin: 3px 0;
padding: 6px 20px;
font-size: 15px;
line-height: 20px;
height: 34px;
background-color: rgba(0, 0, 0, 0.15);
color: #00aeff;
border: 1px solid rgba(255, 255, 255, 0.15);
background-color: #098cc8;
color: #ffffff;
border: 1px solid transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
border-radius: 2px;
-webkit-transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s, color 0.2s;
background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad);
background-image: linear-gradient(to bottom, #0f9ada, #0076ad);
border: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
.nav-client .nav-btn:focus {
outline: 0;
}
.nav-client .nav-btn.active,
.nav-client .nav-btn:active {
outline: 0;
}
.nav-client .nav-btn.loading {
position: relative;
overflow: hidden;
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled] {
cursor: default !important;
}
.nav-client .nav-btn .label,
.nav-client .nav-btn .badge {
position: relative;
top: -1px;
}
.nav-client .nav-btn.active,
.nav-client .nav-btn:active {
padding: 7px 19px 5px 21px;
}
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn[disabled]:active,
.nav-client .nav-btn.disabled.active,
.nav-client .nav-btn[disabled].active {
padding: 6px 20px !important;
}
.nav-client .nav-btn:hover,
.nav-client .nav-btn:focus {
background-color: rgba(0, 0, 0, 0.25);
color: #ffffff;
border-color: rgba(255, 255, 255, 0.3);
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.nav-client .nav-btn:active,
.nav-client .nav-btn.active {
background-color: rgba(0, 0, 0, 0.15);
color: rgba(255, 255, 255, 0.8);
border-color: rgba(255, 255, 255, 0.07);
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled],
.nav-client .nav-btn.disabled:hover,
.nav-client .nav-btn.disabled:focus,
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn.disabled.active {
background-color: rgba(0, 0, 0, 0.1) !important;
color: rgba(255, 255, 255, 0.3) !important;
border-color: rgba(255, 255, 255, 0.08) !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
.nav-client .nav-btn.disabled.loading,
.nav-client .nav-btn[disabled].loading,
.nav-client .nav-btn.disabled:hover.loading,
.nav-client .nav-btn.disabled:focus.loading,
.nav-client .nav-btn.disabled:active.loading,
.nav-client .nav-btn.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
.nav-client .nav-btn.btn-wide {
margin: 3px 0;
padding: 6px 40px;
font-size: 15px;
line-height: 20px;
height: 34px;
}
.nav-client .nav-btn.btn-wide.active,
.nav-client .nav-btn.btn-wide:active {
padding: 7px 39px 5px 41px;
}
.nav-client .nav-btn.btn-wide.disabled:active,
.nav-client .nav-btn.btn-wide[disabled]:active,
.nav-client .nav-btn.btn-wide.disabled.active,
.nav-client .nav-btn.btn-wide[disabled].active {
padding: 6px 40px !important;
}
.nav-client .nav-btn [class^="icon-"],
.nav-client .nav-btn [class*=" icon-"] {
margin-top: 2px;
margin-left: -4px;
margin-right: 5px;
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
opacity: 0.8;
}
.nav-client .nav-btn:hover [class^="icon-"],
.nav-client .nav-btn:focus [class^="icon-"],
.nav-client .nav-btn:hover [class*=" icon-"],
.nav-client .nav-btn:focus [class*=" icon-"] {
opacity: 1;
}
.nav-client .nav-btn:active [class^="icon-"],
.nav-client .nav-btn.active [class^="icon-"],
.nav-client .nav-btn:active [class*=" icon-"],
.nav-client .nav-btn.active [class*=" icon-"] {
opacity: 0.8;
}
.nav-client .nav-btn:hover,
.nav-client .nav-btn:focus {
background-color: #21b0f1;
color: #ffffff;
border-color: transparent;
box-shadow: 0 0 rgba(0, 0, 0, 0);
}
.nav-client .nav-btn:active,
.nav-client .nav-btn.active {
background-color: #006899;
color: rgba(255, 255, 255, 0.7);
border-color: transparent;
box-shadow: inset 1.5px 1.5px 3px rgba(0, 0, 0, 0.5);
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled],
.nav-client .nav-btn.disabled:hover,
.nav-client .nav-btn.disabled:focus,
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn.disabled.active {
background-color: transparent !important;
color: rgba(255, 255, 255, 0.15) !important;
border-color: transparent !important;
box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
.nav-client .nav-btn.disabled.loading,
.nav-client .nav-btn[disabled].loading,
.nav-client .nav-btn.disabled:hover.loading,
.nav-client .nav-btn.disabled:focus.loading,
.nav-client .nav-btn.disabled:active.loading,
.nav-client .nav-btn.disabled.active.loading {
color: rgba(255, 255, 255, 0) !important;
}
.nav-client .nav-btn:hover,
.nav-client .nav-btn:focus {
background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd);
background-image: linear-gradient(to bottom, #37c0ff, #0097dd);
}
.nav-client .nav-btn:active,
.nav-client .nav-btn.active {
background-image: -webkit-linear-gradient(top, #006ea1, #00608d);
background-image: linear-gradient(to bottom, #006ea1, #00608d);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}
.nav-client .nav-btn.disabled,
.nav-client .nav-btn[disabled],
.nav-client .nav-btn.disabled:hover,
.nav-client .nav-btn.disabled:focus,
.nav-client .nav-btn.disabled:active,
.nav-client .nav-btn.disabled.active {
background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1));
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset;
}
.nav-client .nav-btn [class^="icon-"],
.nav-client .nav-btn [class*=" icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-white.png");
opacity: 1;
}
.nav-client .nav-btn:active [class^="icon-"],
.nav-client .nav-btn.active [class*=" icon-"] {
opacity: 0.7;
}
.nav-client .nav-btn-block {
display: block;
box-sizing: border-box;
}
/**
* @fileOverview nav-client dropdown styles
*/
.nav-client {
/**
Dropdown menus use top:100% to hover below dropdown
However, navbar does not set a default height for all media queries.
This causes dropdowns to fail in mobile mode for notifications.
**/
min-height: 44px;
/**
Mixin for creating dropdown arrows. Requires a <div class="arrow bottom/top"></div> within a dropdown
**/
/** Extended classes from Toolkit for navbar use**/
/**
*
* Override for specific dropdowns.
*
**/
/* todo: loop for all possible row counts */
}
.nav-client #nav-client-bar .dropdown-toggle.nav-link,
.nav-client #nav-client-footer .dropdown-toggle.nav-link,
.nav-client #nav-client-bar .nav-client .dropdown-toggle.nav-link,
.nav-client #nav-client-footer .nav-client .dropdown-toggle.nav-link {
padding-right: 23px;
}
.nav-client #nav-client-bar .dropdown-toggle.nav-link > .caret,
.nav-client #nav-client-footer .dropdown-toggle.nav-link > .caret,
.nav-client #nav-client-bar .dropdown-toggle.nav-link > .nav-client .caret,
.nav-client #nav-client-footer .dropdown-toggle.nav-link > .nav-client .caret,
.nav-client #nav-client-bar .nav-client .dropdown-toggle.nav-link > .caret,
.nav-client #nav-client-footer .nav-client .dropdown-toggle.nav-link > .caret {
margin-right: 0;
position: absolute;
top: 20px;
right: 0;
}
.nav-client .dropup .dropdown-menu,
.nav-client .dropup .nav-client .dropdown-menu {
top: auto;
bottom: 100%;
}
.nav-client .dropdown-menu {
padding: 0;
margin: 18px 0;
}
.nav-client .dropdown-menu li > .nav-a,
.nav-client .nav-client .dropdown-menu li > .nav-a {
padding: 0;
}
.nav-client .pull-right .dropdown-menu,
.nav-client .pull-right .nav-client .dropdown-menu {
left: auto;
right: -6px;
}
.nav-client #nav-client-bar .arrow,
.nav-client #nav-client-footer .arrow,
.nav-client .nav-mobile-menubar .arrow,
.nav-client .nav-notification-responsive-container .arrow,
.nav-client #nav-client-bar .arrow:after,
.nav-client #nav-client-footer .arrow:after,
.nav-client .nav-mobile-menubar .arrow:after,
.nav-client .nav-notification-responsive-container .arrow:after {
content: "";
border-width: 7px;
position: absolute;
border-color: transparent;
border-style: solid;
}
.nav-client #nav-client-bar .arrow.top,
.nav-client #nav-client-footer .arrow.top,
.nav-client .nav-mobile-menubar .arrow.top,
.nav-client .nav-notification-responsive-container .arrow.top {
top: -8px;
right: 6px;
border-width: 8px;
border-top-width: 0;
border-bottom-color: black;
}
.nav-client #nav-client-bar .arrow.top:before,
.nav-client #nav-client-footer .arrow.top:before,
.nav-client .nav-mobile-menubar .arrow.top:before,
.nav-client .nav-notification-responsive-container .arrow.top:before {
content: "";
border-bottom: 8px solid #3d434f;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px solid rgba(0, 0, 0, 0);
position: absolute;
right: -8px;
top: 1px;
}
.nav-client #nav-client-bar .arrow.top:after,
.nav-client #nav-client-footer .arrow.top:after,
.nav-client .nav-mobile-menubar .arrow.top:after,
.nav-client .nav-notification-responsive-container .arrow.top:after {
margin-left: -7px;
bottom: -10px;
border-top-width: 0;
border-bottom-color: #272e3b;
}
.nav-client #nav-client-bar .arrow.bottom,
.nav-client #nav-client-footer .arrow.bottom,
.nav-client .nav-mobile-menubar .arrow.bottom,
.nav-client .nav-notification-responsive-container .arrow.bottom {
bottom: -8px;
right: 6px;
border-width: 8px;
border-bottom-width: 0;
border-top-color: black;
}
.nav-client #nav-client-bar .arrow.bottom:before,
.nav-client #nav-client-footer .arrow.bottom:before,
.nav-client .nav-mobile-menubar .arrow.bottom:before,
.nav-client .nav-notification-responsive-container .arrow.bottom:before {
content: "";
border-top: 8px solid #3d434f;
border-left: 8px solid rgba(0, 0, 0, 0);
border-right: 8px solid rgba(0, 0, 0, 0);
position: absolute;
right: -8px;
bottom: 1px;
}
.nav-client #nav-client-bar .arrow.bottom:after,
.nav-client #nav-client-footer .arrow.bottom:after,
.nav-client .nav-mobile-menubar .arrow.bottom:after,
.nav-client .nav-notification-responsive-container .arrow.bottom:after {
margin-left: -7px;
bottom: 3px;
border-bottom-width: 0;
border-top-color: #272e3b;
}
.nav-client #nav-client-bar .nav-notification-dropdown .arrow.top {
right: auto;
left: 21px;
}
.nav-client .nav-mobile-menubar .arrow.top {
top: 6px;
right: 20px;
}
.nav-client .nav-notification-responsive-container .arrow.top {
left: auto;
right: 53px;
z-index: 1;
}
.nav-client .dropdown.open .dropdown-toggle,
.nav-client .dropdown.open .nav-client .dropdown-toggle,
.nav-client .dropdown.nav-client .open .dropdown-toggle,
.nav-client .nav-client .dropdown.open .dropdown-toggle,
.nav-client .nav-client .dropdown.open.open .dropdown-toggle,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle {
color: #fff;
}
.nav-client .dropdown.open .dropdown-toggle .caret,
.nav-client .dropdown.open .dropdown-toggle .nav-client .caret,
.nav-client .dropdown.open .nav-client .dropdown-toggle .caret,
.nav-client .dropdown.nav-client .open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.open.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle .caret,
.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle .caret,
.nav-client .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open .dropdown-toggle .caret {
opacity: .5;
}
.nav-client .dropdown.open > .nav-item,
.nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item {
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0 -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
.nav-client .nav-dropdown .title {
font-size: 17px;
line-height: 22px;
color: #fff;
font-weight: normal;
}
.nav-client .nav-dropdown p {
margin: 15px 0;
line-height: 18px;
}
.nav-client .dropdown-btn-mobile,
.nav-client .dropdown-mobile {
background-color: #232935;
}
.nav-client .nav-container {
padding: 0;
}
.nav-client .dropdown-section,
.nav-client .nav-client .notification {
display: block;
box-sizing: border-box;
border-bottom: solid 1px #3d434f;
padding-top: 6px;
padding-bottom: 6px;
}
.nav-client .download-btn {
clear: both;
border: solid 1px #3d434f;
}
.nav-client .download-btn .nav-item > .nav-icon-mouse {
vertical-align: middle;
margin: 0 8px 0 6px;
position: relative;
bottom: 1px;
}
.nav-client .notification {
padding: 10px;
}
.nav-client .notification .affix-bottom {
margin-bottom: -10px;
}
.nav-client .notification .dropdown-section,
.nav-client .notification .nav-client .notification {
margin-left: -11px;
margin-right: -11px;
}
.nav-client .dropdown-well {
background-color: #232935;
}
.nav-client .nav-column-container {
display: table;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.nav-client .nav-column-container.dropdown-section,
.nav-client .nav-column-container.nav-client .notification {
padding: 0;
}
.nav-client .nav-column,
.nav-client .nav-column-50 {
display: table-cell;
height: 100%;
}
.nav-client .nav-column .dropdown-section .nav-column,
.nav-client .nav-column .nav-dropdown .nav-column,
.nav-client .nav-column .nav-client .notification .nav-column,
.nav-client .nav-column-50 .dropdown-section .nav-column,
.nav-client .nav-column-50 .nav-dropdown .nav-column {
border-right: solid 1px #3d434f;
}
.nav-client .nav-column .dropdown-section .nav-column:last-child,
.nav-client .nav-column .nav-dropdown .nav-column:last-child,
.nav-client .nav-column .nav-client .notification .nav-column:last-child,
.nav-client .nav-column-50 .dropdown-section .nav-column:last-child,
.nav-client .nav-column-50 .nav-dropdown .nav-column:last-child {
border-right: none;
}
.nav-client .nav-column-50 {
padding: 0;
width: 50%;
}
.nav-client .nav-column-50:last-child {
border-right: none;
}
.nav-client .nav-grid-50 {
width: 50%;
}
.nav-client .nav-grid-100 {
width: 100%;
}
.nav-client .layout {
padding: 0;
}
.nav-client #nav-client-region-select .arrow.bottom:after {
border-top-color: #232935;
}
.nav-client #nav-client-region-select .dropdown > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item {
font-size: 15px;
}
.nav-client #nav-client-region-select .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .dropdown.nav-client .open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open > .nav-item,
.nav-client #nav-client-region-select .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open.open > .nav-item {
text-shadow: none;
color: #fff;
}
.nav-client #nav-client-region-select .regions,
.nav-client #nav-client-region-select .languages {
margin: 0;
padding: 0;
}
.nav-client #nav-client-region-select .regions h3,
.nav-client #nav-client-region-select .languages h3 {
color: rgba(255, 255, 255, 0.3);
font-weight: 300;
text-transform: uppercase;
font-size: 13px;
margin-bottom: 10px;
margin-top: 20px;
padding: 0 0 0 24px;
}
.nav-client #nav-client-region-select .regions ul,
.nav-client #nav-client-region-select .languages ul {
margin: 0;
padding-bottom: 20px;
}
.nav-client #nav-client-region-select .regions ul li,
.nav-client #nav-client-region-select .languages ul li {
line-height: 18px;
list-style-type: none;
position: relative;
margin: 0;
}
.nav-client #nav-client-region-select .regions ul li > a,
.nav-client #nav-client-region-select .languages ul li > a {
padding: 0 0 0 24px;
line-height: 30px;
font-size: 15px;
}
.nav-client #nav-client-region-select .regions ul li > a:hover,
.nav-client #nav-client-region-select .languages ul li > a:hover {
background: rgba(255, 255, 255, 0.05);
}
.nav-client #nav-client-region-select .regions ul li a.nav-a,
.nav-client #nav-client-region-select .languages ul li a.nav-a {
display: block;
line-height: 24px;
}
.nav-client #nav-client-region-select .regions ul li:last-child,
.nav-client #nav-client-region-select .languages ul li:last-child {
margin-bottom: 0;
}
.nav-client #nav-client-region-select .regions ul li.active:before,
.nav-client #nav-client-region-select .languages ul li.active:before {
display: inline;
content: "\002022";
position: absolute;
color: #0595d5;
font-size: 18px;
left: 8px;
padding-top: 5px;
}
.nav-client #nav-client-region-select .regions ul li.active:before > .nav-item,
.nav-client #nav-client-region-select .languages ul li.active:before > .nav-item {
color: #fff;
}
.nav-client .nav-product-card-container.games-menu {
margin: 0;
width: 360px;
}
.nav-client .nav-product-card-container li {
position: relative;
display: table;
box-sizing: border-box;
border: solid 1px #3d434f;
border-left: none;
border-top: none;
margin: 0;
padding: 0;
float: left;
width: 33.33333333%;
height: 116px;
}
.nav-client .nav-product-card-container li > a {
padding: 70px 10px 5px;
width: 100%;
height: 100%;
position: relative;
display: table-cell;
box-sizing: border-box;
text-align: center;
font-size: 13px;
line-height: 15px !important;
vertical-align: middle;
white-space: normal;
}
.nav-client .nav-product-card-container li > a:hover {
background: rgba(255, 255, 255, 0.05);
background: #313744\9;
}
.nav-client .nav-product-card-container li [class^="nav-icon-"],
.nav-client .nav-product-card-container li [class*=" nav-icon-"] {
position: absolute;
left: 50%;
margin-left: -35px;
top: 5px;
}
.nav-client .nav-product-card-container li:nth-child(3n) {
border-right: none;
}
.nav-client .nav-product-card-container li:nth-last-child(-n+1):nth-child(3n),
.nav-client .nav-product-card-container li:nth-last-child(-n+2):nth-child(3n+2),
.nav-client .nav-product-card-container li:nth-last-child(-n+3):nth-child(3n+1) {
border-bottom: none;
}
.nav-client .games.dropdown,
.nav-client .games.nav-client .dropdown,
.nav-client .games.nav-client .dropdown.open,
.nav-client .games.nav-client .dropdown.open > .nav-item,
.nav-client .games.nav-client .dropdown.nav-client .open,
.nav-client .games.nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open,
.nav-client .games.nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open {
display: inline;
}
.nav-client .games.dropdown .dropdown-menu,
.nav-client .games.dropdown .nav-client .dropdown-menu,
.nav-client .games.nav-client .dropdown .dropdown-menu,
.nav-client .games.nav-client .dropdown.open .dropdown-menu,
.nav-client .games.nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client .games.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu {
top: 20px;
}
.nav-client .nav-header-content .pull-right > .dropdown-menu,
.nav-client .nav-header-content .pull-right > .nav-client .dropdown-menu {
top: 41px;
}
.nav-client #global-nav-dropdown {
width: 500px;
}
/**
* @fileOverview nav-client footer styles
*/
#nav-client-footer .footer-content .copyright {
letter-spacing: 0;
}
#nav-client-footer:first-child {
margin: 0;
}
#nav-client-footer .legal-rating {
margin: 0 0 0 10px;
}
#nav-client-footer .legal-rating:last-child {
margin-right: 10px;
}
#nav-client-footer .region-languages {
display: none;
}
#nav-client-footer .region-languages.active {
display: block;
}
.nav-client .padding-30 {
padding-left: 30px;
padding-right: 30px;
}
.nav-client .footer-content.footer-mobile {
display: none;
}
.nav-client .nav-ratings {
text-align: center;
}
.nav-client .nav-ratings .legal-rating {
text-align: left;
display: inline-block;
vertical-align: top;
}
.nav-client .footer-desktop {
min-width: 900px;
}
.nav-client .footer-desktop .nav-logo-group {
margin-bottom: 40px;
}
.nav-client .footer-desktop .nav-ratings {
float: right;
}
.nav-client .footer-desktop .nav-ratings .legal-rating .esrb-rating {
max-width: 200px;
}
.nav-client .footer-desktop .nav-lang-change {
padding: 6px 20px;
}
.ko-kr .nav-client .footer-desktop .company-info-container {
clear: left;
width: 320px;
float: left;
}
.nav-client .footer-content.footer-mobile {
width: 100%;
max-width: 100%;
min-width: 320px;
display: none;
}
.nav-client .footer-content.footer-mobile .nav-section,
.nav-client .footer-content.footer-mobile .dropdown-section,
.nav-client .footer-content.footer-mobile .nav-client .notification {
border-bottom: solid 1px rgba(255, 255, 255, 0.07) !important;
}
.nav-client .footer-content.footer-mobile .support-feedback .nav-client-feedback {
padding-left: 15px;
}
.nav-client .footer-content.footer-mobile .support-feedback,
.nav-client .footer-content.footer-mobile .locale-selector {
border-bottom: solid 1px rgba(255, 255, 255, 0.07) !important;
width: 100%;
float: left;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-client .footer-content.footer-mobile .support-feedback .collapsible-btn-mobile,
.nav-client .footer-content.footer-mobile .locale-selector .collapsible-btn-mobile {
font-size: 15px;
padding-left: 15px;
}
.nav-client .footer-content.footer-mobile .support-feedback .collapsible-btn-mobile.open,
.nav-client .footer-content.footer-mobile .locale-selector .collapsible-btn-mobile.open,
.nav-client .footer-content.footer-mobile .support-feedback .collapsible-btn-mobile.nav-client .open,
.nav-client .footer-content.footer-mobile .locale-selector .collapsible-btn-mobile.nav-client .open {
color: #fff;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages {
padding: 0;
background-color: rgba(0, 0, 0, 0.3);
top: 10px;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in {
border-top: solid 1px rgba(255, 255, 255, 0.07);
border-bottom-style: none;
display: block;
height: auto;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .nav-column-50:first-child,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .nav-column-50:first-child {
border-right: solid 1px rgba(255, 255, 255, 0.07);
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in li,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in li {
padding-left: 0;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in li > a,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in li > a {
width: 100%;
box-sizing: border-box;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in li.active > .nav-item,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in li.active > .nav-item {
color: #fff;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .dropdown-section.nav-box,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .dropdown-section.nav-box,
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .nav-client .notification.nav-box,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .nav-client .notification.nav-box {
border-bottom: none;
padding-left: 10px;
}
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .dropdown-section.nav-box .nav-lang-change,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .dropdown-section.nav-box .nav-lang-change,
.nav-client .footer-content.footer-mobile .support-feedback #nav-client-collapsible-languages.in .nav-client .notification.nav-box .nav-lang-change,
.nav-client .footer-content.footer-mobile .locale-selector #nav-client-collapsible-languages.in .nav-client .notification.nav-box .nav-lang-change {
padding: 6px 20px;
height: 30px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-logo {
width: 100%;
display: inline-block;
text-align: center;
padding-top: 40px;
padding-bottom: 20px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-links,
.nav-client .footer-content.footer-mobile .nav-logo-group .copyright {
padding: 0;
text-align: center;
font-size: 11px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-links .nav-item,
.nav-client .footer-content.footer-mobile .nav-logo-group .copyright .nav-item {
font-size: 11px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .footer-links span,
.nav-client .footer-content.footer-mobile .nav-logo-group .copyright span {
padding-left: 2px;
padding-right: 2px;
}
.nav-client .footer-content.footer-mobile .nav-logo-group .nav-ratings {
padding: 20px;
}
@media (max-width: 365px) {
.nav-client .footer-content.footer-mobile .nav-logo-group .nav-ratings .legal-rating {
padding-bottom: 10px;
}
}
.nav-client .footer-content.footer-mobile .company-info-container {
text-align: center;
}
.nav-client .footer-content.footer-mobile .company-info {
display: inline-block;
text-align: center;
}
.nav-client .footer-content.footer-mobile .support-feedback .nav-a {
margin-right: 20px;
}
.nav-client .footer-content {
border: none;
color: #7b7b7b;
}
.nav-client .footer-content .nav-item-btn,
.nav-client .footer-content .dropdown-toggle.nav-item,
.nav-client .footer-content .nav-client .dropdown-toggle.nav-item {
color: rgba(255, 255, 255, 0.7);
color: #bbb\9;
}
.nav-client .footer-content.footer-desktop .nav-section {
margin: 20px 0 40px 0;
}
.nav-client .footer-content .copyright {
padding: 8px 0;
color: rgba(255, 255, 255, 0.3);
font-size: 12px;
}
.nav-client .footer-content .company-info {
font-size: 11px;
line-height: 16px;
color: rgba(255, 255, 255, 0.2);
}
.nav-client .footer-content .company-info a {
color: rgba(255, 255, 255, 0.3);
text-transform: uppercase;
}
.nav-client .nav-column-container .footer-logo,
.nav-client .nav-column-container .footer-links {
vertical-align: middle;
}
.nav-client .footer-links {
padding: 8px 0 0 30px;
text-transform: uppercase;
}
.nav-client .footer-links .nav-item {
font-size: 13px;
color: #bbb\9;
}
.nav-client .footer-links .nav-item.nav-text {
margin: 0px;
cursor: default;
color: #bbb;
}
.nav-client .footer-desktop .footer-links > span {
color: rgba(255, 255, 255, 0.3);
margin: 0 5px 0 5px;
}
.nav-client .ratings-links {
padding: 10px 0;
}
.nav-client .logo-link {
display: inline-block;
}
.nav-client .blizzard-logo {
width: 100%;
}
.nav-client #nav-client-international-desktop {
width: 365px;
}
.nav-client #nav-client-international-desktop li > a {
color: #bbb\9;
}
.nav-client #nav-client-international-desktop li > a:hover {
background: none;
background-color: #313744\9;
}
.nav-client #nav-client-international-desktop li > a:focus {
background-color: #313744\9;
color: #fff\9;
}
.nav-client #nav-client-international-desktop .nav-international-container {
width: 100%;
}
.nav-client #nav-client-international-desktop .localeChange {
border-right: 1px solid #3d434f;
border-left: 1px solid #3d434f;
padding-top: 10px;
padding-bottom: 10px;
}
.nav-client #nav-client-international-desktop .localeChange .nav-lang-change {
float: left;
height: 30px;
font-size: 13px;
}
.nav-client #nav-client-international-desktop .localeChange .nav-lang-change.disabled {
background-color: #1F3141\9 !important;
color: #3B4A58\9;
}
.nav-client #nav-client-international .region-languages {
display: none;
}
.nav-client #nav-client-international .region-languages.active {
display: block;
}
.nav-client .tagline {
font-size: 13px;
}
.nav-client #nav-client-international-mobile {
max-width: 100%;
}
.nav-client #test-content {
clear: both;
min-height: 900px;
width: 100%;
padding: 40px;
margin-top: 200px;
}
.nav-client #nav-feedback .nav-a {
margin-right: 20px;
font-size: 15px;
}
.nav-client .footer-mobile .nav-footer-icon-container {
text-align: center;
}
.nav-client .nav-footer-icon-list {
clear: both;
margin-top: 2px;
}
.nav-client .nav-footer-icon-list-item {
display: inline;
}
.nav-client .nav-footer-icon-link {
width: 28px;
height: 28px;
display: inline-block;
background-repeat: no-repeat;
margin-right: 10px;
}
.nav-client .nav-footer-icon-link:last {
margin-right: 0;
}
.nav-client .nav-footer-icon-link.footer-icon-cyberpolice {
background-image: url("../../images/nav-client/footer-icon-cyberpolice.gif");
}
.nav-client .nav-footer-icon-link.footer-icon-zx100 {
background-image: url("../../images/nav-client/footer-icon-zx100.gif");
}
.nav-client .nav-footer-icon-link.footer-icon-sgs {
background-image: url("../../images/nav-client/footer-icon-sgs.gif");
}
.nav-client .nav-footer-icon-link.footer-icon-shjbzx {
background-image: url("../../images/nav-client/footer-icon-shjbzx.gif");
}
.nav-client .link-row {
margin: 8px 0px;
}
.nav-client .footer-additional-links .nav-item {
display: block;
}
.nav-client .footer-additional-links span {
display: none;
}
/**
* @fileOverview Fonts used by toolkit. Overridden so navbar can point to the correct toolkit location.
*/
@font-face {
font-family: "Blizzard";
font-style: normal;
font-weight: 300;
src: local("Blizzard Light"), local("Blizzard-Light"), url("../toolkit/fonts/blizzard-light.woff") format("woff");
}
@font-face {
font-family: "Blizzard";
font-style: normal;
font-weight: 400;
src: local("Blizzard"), local("Blizzard"), url("../toolkit/fonts/blizzard-regular.woff") format("woff");
}
@font-face {
font-family: "Blizzard";
font-style: italic;
font-weight: 400;
src: local("Blizzard Italic"), local("Blizzard-Italic"), url("../toolkit/fonts/blizzard-regular-italic.woff") format("woff");
}
@font-face {
font-family: "Blizzard";
font-style: normal;
font-weight: 700;
src: local("Blizzard Bold"), local("Blizzard-Bold"), url("../toolkit/fonts/blizzard-bold.woff") format("woff");
}
/**
* @fileOverview nav-client header styles
*/
#nav-client-header {
width: 100%;
position: relative;
z-index: 9999;
}
.nav-client {
/*
* header overrides for the different types of header: default, compact
*
*/
}
.nav-client #nav-client-bar {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.07);
border-width: 0 0 1px 0;
color: white;
height: 60px;
width: 100%;
font-size: 20px;
line-height: 20px;
}
.nav-client #nav-client-main-menu {
margin-left: -10px;
}
.nav-client.compact #nav-client-bar {
height: 44px;
}
.nav-client.compact #nav-client-bar .nav-left,
.nav-client.compact #nav-client-bar .nav-right,
.nav-client.compact #nav-client-bar .nav-center {
line-height: 44px;
}
.nav-client.compact #nav-client-bar .nav-left {
height: 44px;
}
.nav-client.compact #nav-client-bar .nav-left .dropdown > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client.compact #nav-client-bar .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item {
font-size: 17px;
padding-right: 31px;
padding-bottom: 0;
top: 0;
}
.nav-client.compact #nav-client-bar .nav-left .games.dropdown .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.dropdown .nav-client .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-left .games.nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open .dropdown-menu {
top: 12px;
}
.nav-client.compact #nav-client-bar .nav-left .nav-link {
font-size: 17px;
padding-top: 13px;
padding-bottom: 13px;
}
.nav-client.compact #nav-client-bar .nav-right > li .nav-link {
padding-top: 13px;
padding-bottom: 13px;
font-size: 15px;
}
.nav-client.compact #nav-client-bar .nav-right .pull-right > .dropdown-menu,
.nav-client.compact #nav-client-bar .nav-right .pull-right > .nav-client .dropdown-menu {
top: 26px;
left: auto;
}
.nav-client.compact #nav-client-bar .nav-right .pull-right > .dropdown-menu .user-profile .nav-box,
.nav-client.compact #nav-client-bar .nav-right .pull-right > .nav-client .dropdown-menu .user-profile .nav-box {
line-height: 20px;
}
.nav-client.compact #nav-client-bar .nav-home {
width: 44px;
height: 44px;
background-size: 50px auto;
padding: 0;
}
.nav-client.compact #nav-client-bar .nav-home:hover {
background-position: -5px -55px;
}
.nav-client.compact #nav-client-bar .nav-link .caret,
.nav-client.compact #nav-client-bar .nav-link .nav-client .caret {
top: 13px;
}
.nav-client .nav-right .nav-link,
.nav-client .nav-left .nav-link {
padding-top: 20px;
padding-bottom: 22px;
}
.nav-client .nav-left {
float: left;
}
.nav-client .nav-left .dropdown > .nav-item,
.nav-client .nav-left .nav-client .dropdown > .nav-item,
.nav-client .nav-left .nav-client .dropdown.open > .nav-item,
.nav-client .nav-left .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-left .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open.open > .nav-item > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item,
.nav-client .nav-left .nav-client .nav-client .nav-client .dropdown.nav-client .open > .nav-item.open > .nav-item {
font-size: 20px;
text-transform: uppercase;
}
.nav-client .nav-left.nav-list li {
float: left;
}
.nav-client .nav-right {
float: right;
}
.nav-client .nav-right > li {
float: right;
}
.nav-client .nav-right > li .nav-link {
font-size: 17px;
text-transform: inherit;
}
@media (max-width: 850px) {
.nav-client .nav-right > li .nav-link {
font-size: 16px;
}
}
.nav-client .nav-home {
display: inline-block;
background: url("../../images/nav-client/logo-bnet.png") no-repeat -5px -5px;
width: 60px;
height: 60px;
padding-right: 10px;
}
.nav-client .nav-home:hover {
background-position: -5px -75px;
}
.nav-client.compact .nav-home {
background-image: url("../../images/nav-client/logo-bnet-compact.png");
}
.nav-client .nav-bar-item {
font-size: 17px;
color: rgba(255, 255, 255, 0.7);
}
a.nav-client .nav-bar-item.active {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
/**
* @fileOverview nav-client icon styles
*/
.nav-client {
/*
* Icons currently being used in icon.
*
* To add new icons, visit sprites-16.less in toolkit and add below.
*/
/**
* Game icons used in the dropdowns, mobile icons are in a mobile specific file to be included when needed.
*/
}
.nav-client [class^="nav-icon-"],
.nav-client [class*=" nav-icon-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
margin: 2px;
display: inline-block;
width: 16px;
height: 16px;
overflow: hidden;
line-height: 16px;
vertical-align: top;
background-repeat: no-repeat;
text-indent: -9999px;
-webkit-transition: opacity, 0.2s;
transition: opacity 0.2s;
}
.nav-client [class^="nav-icon-24-"],
.nav-client [class*=" nav-icon-24-"] {
background-image: url("../../images/toolkit/themes/bnet/icons/sprite-24-blue.png");
width: 24px;
height: 24px;
margin: -2px 8px -2px 2px;
}
.nav-client .nav-icon {
/*
* Icons currently being used in icon.
*
* To add new icons, visit sprites-16.less in toolkit and add below.
*/
}
.nav-client .nav-icon-mouse {
background-position: -168px 0px;
}
.nav-client .nav-icon-character-cog {
background-position: -96px -120px;
}
.nav-client .nav-icon-shopping-cart {
background-position: -168px -24px;
}
.nav-client .nav-icon-broadcast {
background-position: -96px -48px;
}
.nav-client .nav-icon-question-circle {
background-position: -96px 0px;
}
.nav-client .nav-icon-edit {
background-position: -144px -24px;
}
.nav-client .nav-icon-globe {
background-position: -120px -432px;
}
.nav-client .nav-icon-logout {
background-position: -168px -576px;
}
.nav-client .nav-icon-remove {
background-position: -168px -144px;
}
.nav-client-mouse {
background-position: -168px 0px;
}
.nav-client-character-cog {
background-position: -96px -120px;
}
.nav-client-shopping-cart {
background-position: -168px -24px;
}
.nav-client-broadcast {
background-position: -96px -48px;
}
.nav-client-question-circle {
background-position: -96px 0px;
}
.nav-client-edit {
background-position: -144px -24px;
}
.nav-client-globe {
background-position: -120px -432px;
}
.nav-client-logout {
background-position: -168px -576px;
}
.nav-client-remove {
background-position: -168px -144px;
}
.nav-client #nav-client-bar .games-menu .game-icon i {
width: 70px;
height: 70px;
background-image: url("../../images/nav-client/game-icons-70.png");
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-wow {
background-position: 0 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-d3 {
background-position: -70px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-sc2 {
background-position: -140px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-hearthstone {
background-position: -210px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-heroes {
background-position: -280px 0;
}
.nav-client #nav-client-bar .games-menu .game-icon .nav-icon-overwatch {
background-position: -350px 0;
}
.nav-client .nav-icon-bell {
display: inline-block;
background: url("../../images/nav-client/icon-bell.png") no-repeat;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
}
.nav-client .nav-notification-icon > a:hover .nav-icon-bell,
.nav-client .nav-notification-icon > a:active .nav-icon-bell {
background-position: -30px 0;
}
.nav-client .nav-notification-icon.open .nav-icon-bell,
.nav-client .nav-notification-icon.nav-client .open .nav-icon-bell {
background-position: -30px 0;
}
/**
* @fileOverview nav-client item styles
*/
.nav-client .nav-item {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
-webkit-transition: text-shadow 160ms ease, color 160ms ease;
transition: text-shadow 160ms ease, color 160ms ease;
}
.nav-client a.nav-item:hover,
.nav-client .nav-a.nav-item:hover {
color: #fff !important;
text-decoration: none;
}
.nav-client a.nav-item.active,
.nav-client .nav-a.nav-item.active {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
.nav-client .nav-item-box {
font-size: 15px !important;
color: rgba(255, 255, 255, 0.7);
margin: -1px;
display: block;
line-height: 30px;
}
.nav-client .nav-item-box:hover {
background: rgba(255, 255, 255, 0.05);
background: #313744\9;
}
.nav-client .nav-a {
font-weight: 400;
font-size: 13px;
}
.nav-client .nav-a.footer-links-snowflake {
font-weight: 700;
color: #99cee0;
}
.nav-client .nav-link {
color: #bbb;
color: rgba(255, 255, 255, 0.7);
display: inline-block;
font-size: 20px;
padding: 0 20px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: text-shadow 160ms ease, color 160ms ease;
transition: text-shadow 160ms ease, color 160ms ease;
}
@media (max-width: 980px) {
.nav-client .nav-link {
font-size: 19px;
}
}
@media (max-width: 850px) {
.nav-client .nav-link {
font-size: 18px;
padding: 0 16px;
}
}
.nav-client a.nav-link:hover,
.nav-client .nav-a.nav-link:hover {
color: #fff;
text-decoration: none;
}
.nav-client a.nav-link.active,
.nav-client .nav-a.nav-link.active {
color: #fff;
text-decoration: none;
text-shadow: 0 0 10px #ffffff, 0px -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}
.nav-client .nav-link,
.nav-client .nav-item,
.nav-client .nav-a {
cursor: pointer;
}
.nav-client .nav-notification-icon {
display: none;
}
.nav-client .nav-notification-icon > a {
padding: 15px;
}
.nav-client .nav-notification {
line-height: 20px;
}
.nav-client .nav-notification > * {
margin: 15px;
}
.nav-client .nav-notification .nav-notification-header {
margin-right: 40px;
}
.nav-client .nav-notification .nav-notification-header .nav-notification-img {
float: left;
margin: 0 15px 15px 0;
}
.nav-client .nav-notification .nav-notification-header .nav-notification-title {
font-size: 15px;
font-weight: normal;
color: white;
margin: 0;
line-height: 20px;
}
.nav-client .nav-notification .nav-notification-content {
font-size: 13px;
color: rgba(255, 255, 255, 0.7);
clear: left;
line-height: 20px;
}
.nav-client .nav-notification .nav-notification-remove {
padding: 11px;
position: absolute;
top: 0;
right: 0;
margin: 0;
cursor: pointer;
}
.nav-client .nav-notification .nav-notification-btn {
color: white;
}
.nav-client .nav-notification-dropdown.dropdown-menu,
.nav-client .nav-notification-dropdown.nav-client .dropdown-menu {
white-space: normal;
min-width: 300px;
max-width: 380px;
padding: 5px 0;
margin: 0 20px 0 0;
left: auto;
z-index: auto;
}
.nav-client .nav-notification-dropdown.dropdown-menu .nav-box,
.nav-client .nav-notification-dropdown.nav-client .dropdown-menu .nav-box {
padding: 0;
}
.nav-client.compact .nav-notification-icon > a {
padding: 7px;
}
.nav-client.compact #nav-client-bar .nav-notification-dropdown .arrow.top {
left: 13px;
}
.nav-notification-dropdown.dropdown-menu.open,
.nav-notification-dropdown.dropdown-menu.nav-client .open,
.nav-notification-dropdown.nav-client .dropdown-menu.open {
display: block;
}
.nav-notification-responsive-container {
display: none;
}
/**
* @fileOverview nav-client user styles
*/
.nav-client .user-profile {
min-width: 200px;
}
.nav-client .user-profile .nav-login-btn {
color: #ffffff;
}
.nav-client .user-profile .dropdown-section li > a:hover,
.nav-client .user-profile .nav-client .notification li > a:hover {
background-color: #313744\9;
}
.nav-client .user-profile .dropdown-section .nav-box,
.nav-client .user-profile .nav-client .notification .nav-box {
padding-top: 9px;
padding-bottom: 9px;
padding-right: 15px;
padding-left: 15px;
}
.nav-client .user-profile .dropdown-section .nav-item-box,
.nav-client .user-profile .nav-client .notification .nav-item-box {
padding-left: 6px;
padding-right: 15px;
}
.nav-client .user-profile .dropdown-section .nav-icon-character-cog,
.nav-client .user-profile .dropdown-section .nav-icon-logout,
.nav-client .user-profile .nav-client .notification .nav-icon-character-cog,
.nav-client .user-profile .nav-client .notification .nav-icon-logout {
margin: 2px 8px 0 2px;
}
.nav-client .user-profile .label {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
border: none;
height: auto;
padding: 0px;
font-size: 15px;
line-height: 18px;
}
.nav-client .user-profile .label .battletag {
font-size: 17px;
color: #82c5ff;
}
.nav-client .user-profile .label .code {
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
position: relative;
right: 3px;
}
.nav-client .user-profile .email {
color: rgba(255, 255, 255, 0.3);
font-size: 15px;
}
.nav-client .username {
font-size: 17px;
color: rgba(255, 255, 255, 0.7);
}
.nav-client .username .employee {
display: inline-block;
width: 27px;
height: 15px;
vertical-align: middle;
background: url("../../images/nav-client/employee.gif") no-repeat center;
position: relative;
}
.nav-client .username--loggedout {
text-transform: capitalize !important;
}
.nav-client #nav-client-dropdown-profile .user-profile {
font-size: 14px;
line-height: 20px;
}
.nav-client #nav-client-dropdown-profile .arrow {
right: 5px;
}
.nav-client .nav-badge {
border-radius: 2px;
}
.nav-client .nav-counter {
border-radius: 2px;
color: white;
position: relative;
bottom: 2px;
margin-left: 4px;
background-color: #d56900;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
min-width: 0;
padding: 0 4px;
}
.nav-client .no-updates {
opacity: 0;
display: none;
}
.nav-client .nav-icon-title {
position: relative;
padding-left: 40px;
}
.nav-client .nav-dismiss-wrap {
position: relative;
padding: 10px;
}
.nav-client .nav-dismiss-wrap .nav-close {
position: absolute;
right: 5px;
top: 5px;
}
.nav-client .show-dev {
display: block !important;
}
/**
* ACB rating logo and descriptors.
*/
.acb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.acb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.acb-logo {
display: block;
float: left;
}
.acb-descriptor,
.acb-disclaimer {
display: block;
margin-left: 75px;
}
/**
* BBFC rating logo and descriptors.
*/
.bbfc-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
float: left;
}
.bbfc-rating a {
float: left;
color: rgba(255, 255, 255, 0.5);
}
.bbfc-logo {
display: block;
}
/**
* CSRR rating logo and descriptors.
*/
.csrr-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.csrr-rating a {
display: inline-block;
color: rgba(255, 255, 255, 0.5);
}
.csrr-logo {
display: block;
}
/**
* DEJUS rating logo and descriptors.
*/
.dejus-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.dejus-rating a {
color: rgba(255, 255, 255, 0.5);
}
.dejus-logo {
display: block;
float: left;
}
.dejus-descriptor {
margin-left: 10px;
}
/**
* ESRB rating logo and descriptors.
*/
.esrb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.esrb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.esrb-logo {
display: block;
float: left;
}
.esrb-descriptor,
.esrb-disclaimer {
display: block;
margin-left: 80px;
-moz-transition: color .2s;
-webkit-transition: color .2s;
transition: color .2s;
}
.esrb-disclaimer {
display: block;
margin-left: 80px;
}
.esrb-descriptor-label {
-webkit-transition: color .2s;
-moz-transition: color .2s;
-o-transition: color .2s;
transition: color .2s;
}
.esrb-descriptor-label:hover {
color: rgba(255, 255, 255, 0.7);
cursor: default;
}
/**
* FPB rating logo and descriptors.
*/
.fpb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.fpb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.fpb-logo {
display: block;
float: left;
}
.fpb-descriptor {
display: block;
margin-left: 75px;
}
/**
* GRB rating logo and descriptors.
*/
.grb-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.grb-rating a {
color: rgba(255, 255, 255, 0.5);
}
.grb-logo,
.grb-descriptor-image {
display: block;
float: left;
margin-right: 5px;
}
.grb-descriptor {
display: block;
margin-left: 75px;
}
/**
* NZOFLC rating logo and descriptors.
*/
.nzoflc-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.nzoflc-rating a {
color: rgba(255, 255, 255, 0.5);
}
.nzoflc-logo {
display: block;
float: left;
}
.nzoflc-descriptor {
display: block;
margin-left: 75px;
}
/**
* PEGI rating logo and descriptors.
*/
.pegi-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.pegi-rating a {
color: rgba(255, 255, 255, 0.5);
}
.pegi-logo,
.pegi-descriptor-image {
display: block;
float: left;
margin-right: 5px;
}
.pegi-descriptor {
display: block;
margin-left: 70px;
}
.pegi-descriptor-label {
-webkit-transition: color .2s;
-moz-transition: color .2s;
-o-transition: color .2s;
transition: color .2s;
}
.pegi-descriptor-label:hover {
color: rgba(255, 255, 255, 0.7);
cursor: default;
}
/**
* USK rating logo and descriptors.
*/
.usk-rating {
font-size: 11px;
line-height: 15px;
color: rgba(255, 255, 255, 0.5);
}
.usk-rating a {
display: inline-block;
color: rgba(255, 255, 255, 0.5);
}
.usk-logo {
display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0
}
ol, ul {
list-style-type: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
:focus {
outline: 0;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
body, h1, h2, h3, h4, h5, h6, button, input, textarea, small, big {
font-size: 100%
}
html {
height: 100%;
width: 100%
}
body.zh-tw {
font-family: 微軟正黑, Microsoft JhengHei, Helvetica, Tahoma, 新明細體, PMingLiU, SimSun, sans-serif
}
body.zh-cn {
font-family: 微软雅黑, Microsoft YaHei, Helvetica, Tahoma, StSun, 宋体, SimSun, sans-serif;
font-size: 12px
}
body.zh-cn * {
text-transform: none !important;
letter-spacing: 0 !important;
font-family: 微软雅黑, Microsoft YaHei, Helvetica, Tahoma, StSun, 宋体, SimSun, sans-serif !important;
font-style: normal !important
}
body.ko-kr {
font-family: Dotum, "돋움", Helvetica, AppleGothic, Sans-serif
}
body.th-th {
font-family: Tahoma, Thonburi, Ayuthaya, Krungthep, sans-serif
}
a {
outline: none;
text-decoration: none;
}
.ie a span {
cursor: pointer
}
p {
margin: 0.5em 0;
}
textarea {
overflow: auto;
}
.zh-tw b,
.zh-tw strong {
font-weight: normal
}
/* utility */
.clear {
clear: both;
display: block;
margin: 0;
padding: 0;
}
.ie6 .clear {
height: 0;
line-height: 100%;
overflow: hidden;
}
.clear-after:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.relative {
position: relative;
}
.dynamic-center {
margin: 0 auto;
}
.opacity0 {
opacity: 0;
position: absolute;
}
.ie .opacity0 {
filter: alpha(opacity=0)
}
.ie .opacity50 {
filter: alpha(opacity=50)
}
.opacity50 {
opacity: .50;
}
.clickable {
cursor: pointer;
}
.table-center {
margin: auto;
}
.hide {
display: none;
}
.img {
vertical-align: bottom;
}
.row-hidden {
display: none !important;
}
/* borders */
.border-2 {
border-radius: 2px;
}
.border-3 {
border-radius: 3px;
}
.border-4 {
border-radius: 4px;
}
.border-5 {
border-radius: 5px;
}
.border-6 {
border-radius: 6px;
}
.border-7 {
border-radius: 7px;
}
.border-8 {
border-radius: 8px;
}
.border-9 {
border-radius: 9px;
}
.border-10 {
border-radius: 10px;
}
/* console */
.console {
position: fixed;
width: 100%;
padding: 10px;
top: 0;
left: 0;
background: rgba(0, 0, 0, .75);
color: #fff;
z-index: 10000;
font-size: 12px;
}
.console .console-pane {
max-height: 500px;
overflow: auto;
padding-bottom: 5px;
}
.console .console-pane .indent {
padding-left: 50px;
}
.console .console-input span {
display: inline-block;
margin-right: 5px;
font-size: 12px;
}
.console .console-input input {
display: inline-block;
background: none;
border: 0;
padding: 0;
width: 95%;
color: #fff;
font-size: 12px;
}
.console .color-red {
color: #cc6666 !important;
}
.console .color-blue {
color: #81a2be !important;
}
.console .color-green {
color: #b5bd68 !important;
}
.console .color-yellow {
color: #f0c674 !important;
}
/* blackout */
#blackout {
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
opacity: .7;
display: none;
position: fixed;
z-index: 9001;
}
.ie #blackout {
position: absolute;
filter: alpha(opacity=70)
}
#blackout.blackout-transparent {
background: transparent;
}
#lightbox-anchor #flash-error {
padding-top: 60px
}
.support-shim {
display: block;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}/* feedback buttons */
#footer .common-feedback-buttons {
float: left;
width: 166px;
padding: 5px 0 0 5px;
}
#footer #legal .common-feedback-buttons a {
background-color: #252525;
color: #b2bac7;
font-size: 11px;
border-radius: 4px;
display: block;
line-height: 1.5;
padding: 5px 5px 5px 31px;
margin-bottom: 7px;
min-height: 16px;
}
#footer #legal .common-feedback-buttons .feedback-icon {
display: block;
background: url('../images/icons/feedback-buttons.gif') no-repeat 0 0;
width: 20px;
height: 17px;
margin: 0 5px 3px -26px;
float: left;
}
#footer #legal .common-feedback-buttons .error .feedback-icon {
background-position: 0 -30px;
}
#footer #legal .common-feedback-buttons a:hover {
background-color: #434343;
color: #FFF;
}
#footer #legal .common-feedback-buttons .error {
background-position: 5px -27px;
}
/* website feedback form */
#overlay.feedback-overlay {
background: url('../images/layout/bg.jpg') no-repeat 50% 0;
padding: 20px;
border: 5px solid #525E67;
border-radius: 3px;
box-shadow: black 0 0 20px;
}
/* community site css is overly specific */
.ui-overlay.feedback-overlay {
width: auto;
}
.ui-overlay.feedback-overlay .overlay-top,
.ui-overlay.feedback-overlay .overlay-middle,
.ui-overlay.feedback-overlay .overlay-bottom {
background: none;
}
.feedback-overlay .overlay-close {
background: url('../images/service-bar/close.gif') no-repeat 0 0;
width: 10px;
height: 10px;
top: 10px;
right: 10px;
}
.feedback-overlay .feedback-wrapper {
margin: 0;
padding-top: 45px;
width: 466px;
font-size: 13px;
color: #86a2b6;
}
.feedback-overlay .feedback-wrapper {
padding-top: 0;
}
.feedback-overlay .overlay-middle .feedback-wrapper h2 {
margin-bottom: 20px;
font-size: 24px;
font-weight: bold;
color: #fff;
border-color: #fff;
}
.feedback-overlay .feedback-wrapper .signpost {
font-size: 11px;
font-style: italic;
}
.ko-kr .feedback-overlay .feedback-wrapper .signpost {
font-style: normal;
}
.feedback-overlay .feedback-wrapper em {
font-style: normal;
color: #fff;
}
.feedback-overlay .feedback-wrapper form {
margin: 20px 0;
width: 466px;
}
.feedback-overlay .feedback-wrapper label {
display: block;
margin-top: 20px;
width: 100%;
font-size: 11px;
text-transform: uppercase;
color: #68727b;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.feedback-overlay .feedback-wrapper input {
display: block;
padding: 7px;
border: 1px solid #fff;
border-radius: 5px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 14px;
/* http://www.colorzilla.com/gradient-editor/#e6e6e6+0,fefefe+100;Custom */
background: #e6e6e6;
/* Old browsers */
background: -moz-linear-gradient(top, #e6e6e6 0%, #fefefe 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#fefefe));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e6e6e6 0%,#fefefe 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e6e6e6 0%,#fefefe 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #e6e6e6 0%,#fefefe 100%);
/* IE10+ */
background: linear-gradient(to bottom, #e6e6e6 0%,#fefefe 100%);
/* W3C */
}
.feedback-overlay .feedback-wrapper input[disabled='disabled'] {
background-color: transparent;
padding: 0;
border: none;
color: #fff;
font-size: 11px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.feedback-overlay .feedback-wrapper textarea {
border: 1px solid #fff;
border-radius: 5px;
padding: 7px;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
font-family: sans-serif;
font-size: 14px;
}
.feedback-overlay #feedback-body-char-count.error {
color: #f00;
}
.feedback-overlay .feedback-wrapper .feedback-error {
border-color: #f00;
}
.feedback-overlay .feedback-wrapper .feedback-error-msg {
display: none;
margin-bottom: 15px;
color: #f00;
font-size: 10px;
}
.ko-kr .feedback-overlay .feedback-wrapper .feedback-error-msg {
font-size: 11px;
}
.feedback-overlay .feedback-wrapper .feedback-form-buttons {
margin-top: 20px;
}
.feedback-overlay .feedback-wrapper #feedback-success,
.feedback-overlay .feedback-wrapper #feedback-fail {
display: none;
}
.feedback-overlay .feedback-wrapper .feedback-button {
/*
Duplicate ui.button1 style without images
http://www.colorzilla.com/gradient-editor/#0081b4+0,006a9b+100;Custom
*/
background: #0081b4;
/* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%);
/* IE10+ */
background: linear-gradient(to bottom, #0081b4 0%,#006a9b 100%);
/* W3C */
border: 1px solid #111;
border-radius: 5px;
box-shadow: 0 0 4px 1px rgba(0, 0, 0, .05);
color: #fff;
cursor: pointer;
display: inline-block;
height: auto;
overflow: visible;
padding: 0;
margin: 0;
vertical-align: middle;
outline: none;
}
.feedback-overlay .feedback-wrapper .feedback-button:hover,
.feedback-overlay .feedback-wrapper .feedback-button:focus {
background: #009ee2;
}
.feedback-overlay .feedback-wrapper .feedback-button-text {
background: none;
border: none;
box-shadow: none;
color: #0072A3;
text-transform: none;
}
.feedback-overlay .feedback-wrapper .feedback-button-text:hover,
.feedback-overlay .feedback-wrapper .feedback-button-text:focus {
color: #00c0ff;
}
.feedback-overlay .feedback-wrapper .feedback-button span,
.feedback-overlay .feedback-wrapper .feedback-button-text span {
font-size: 13px;
text-transform: none;
height: 32px;
line-height: 32px;
}
.feedback-overlay .feedback-wrapper .feedback-button span,
.feedback-overlay .feedback-wrapper .feedback-button-text span {
padding: 0 0 0 25px;
}
.feedback-overlay .feedback-wrapper .feedback-button span span,
.feedback-overlay .feedback-wrapper .feedback-button-text span span {
padding: 0 25px 0 0;
}
.feedback-overlay .feedback-wrapper #feedback-cancel {
display: none;
}
.feedback-overlay .feedback-wrapper .feedback-counter {
display: none;
margin: 0;
padding: 0;
float: right;
font-size: 10px;
}
.ko-kr .feedback-overlay .feedback-wrapper .feedback-counter {
font-size: 11px;
}
/* Feedback form buttons */
.ie6 .feedback-wrapper .feedback-button {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 );
/* IE6-9 */
}/* wow factions */
.wow-faction-0, .wow-faction-0 a {
color: #0078ff !important;
} /* alliance */
.wow-faction-1, .wow-faction-1 a {
color: #b30000 !important;
} /* horde */
/* wow expansions */
.wow-exp-0, .wow-exp-0 a {
color: #fff468 !important;
} /* classic */
.wow-exp-1, .wow-exp-1 a {
color: #aad372 !important;
} /* the burning crusade */
.wow-exp-2, .wow-exp-2 a {
color: #68ccef !important;
} /* wrath of the lich king */
.wow-exp-3, .wow-exp-3 a {
color: #ff7c0a !important;
} /* cataclysm */
/* wow classes */
.wow-class-1, .wow-class-1 a {
color: #c69b6d !important;
} /* warrior */
.wow-class-2, .wow-class-2 a {
color: #f48cba !important;
} /* paladin */
.wow-class-3, .wow-class-3 a {
color: #aad372 !important;
} /* hunter */
.wow-class-4, .wow-class-4 a {
color: #fff468 !important;
} /* rogue */
.wow-class-5, .wow-class-5 a {
color: #f0ebe0 !important;
} /* priest */
.wow-class-6, .wow-class-6 a {
color: #c41e3b !important;
} /* death knight */
.wow-class-7, .wow-class-7 a {
color: #2359ff !important;
} /* shaman */
.wow-class-8, .wow-class-8 a {
color: #68ccef !important;
} /* mage */
.wow-class-9, .wow-class-9 a {
color: #9382c9 !important;
} /* warlock */
.wow-class-10, .wow-class-10 a {
color: #00ffba !important;
} /* monk */
.wow-class-11, .wow-class-11 a {
color: #ff7c0a !important;
} /* druid */
/* wow item quality */
.wow-item-0, .wow-item-0 a {
color: #9d9d9d !important;
} /* poor (gray) */
.wow-item-1, .wow-item-1 a {
color: #ffffff !important;
} /* common (white) */
.wow-item-2, .wow-item-2 a {
color: #1eff00 !important;
} /* uncommon (green) */
.wow-item-3, .wow-item-3 a {
color: #0081ff !important;
} /* rare (blue) */
.wow-item-4, .wow-item-4 a {
color: #c600ff !important;
} /* epic (purple) */
.wow-item-5, .wow-item-5 a {
color: #ff8000 !important;
} /* legendary (orange) */
.wow-item-6, .wow-item-6 a {
color: #e5cc80 !important;
} /* artifact (gold) */
.wow-item-7, .wow-item-7 a {
color: #e5cc80 !important;
} /* heirloom (gold) */
/* sc2 races */
.sc2-race-0, .sc2-race-0 a {
color: green !important;
} /* random */
.sc2-race-1, .sc2-race-1 a {
color: red !important;
} /* terran */
.sc2-race-2, .sc2-race-2 a {
color: blue !important;
} /* protoss */
.sc2-race-3, .sc2-race-3 a {
color: purple !important;
} /* zerg */
/* sc2 factions */
.sc2-exp-0, .sc2-exp-0 a {
color: blue !important;
} /* wings of liberty */
.sc2-exp-1, .sc2-exp-1 a {
color: purple !important;
} /* heart of the swarm */
.sc2-exp-2, .sc2-exp-2 a {
color: green !important;
} /* legacy of the void */
/* d3 classes */
.d3-class-barbarian, .d3-class-barbarian a {
color: #be2903 !important;
}
.d3-class-demon-hunter, .d3-class-demon-hunter a {
color: #80077b !important;
}
.d3-class-monk, .d3-class-monk a {
color: #c08f03 !important;
}
.d3-class-witch-doctor, .d3-class-witch-doctor a {
color: #08711e !important;
}
.d3-class-wizard, .d3-class-wizard a {
color: #0559ae !important;
}
/* d3 colors */
.d3-color-blue, .d3-color-blue a {
color: #6969ff !important;
}
.d3-color-gray, .d3-color-gray a {
color: #909090 !important;
}
.d3-color-gold, .d3-color-gold a {
color: #c7b377 !important;
}
.d3-color-green, .d3-color-green a {
color: #00ff00 !important;
}
.d3-color-orange, .d3-color-orange a {
color: #bf642f !important;
}
.d3-color-purple, .d3-color-purple a {
color: #a335ee !important;
}
.d3-color-red, .d3-color-red a {
color: #ff0000 !important;
}
.d3-color-white, .d3-color-white a {
color: #fff !important;
}
.d3-color-yellow, .d3-color-yellow a {
color: #ffff00 !important;
}/* footer */
#footer {
font: normal 12px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
padding: 25px 0;
}
.zh-cn #footer {
font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Tahoma, "StSun", "宋体", "SimSun", sans-serif;
}
.zh-tw #footer {
font-family: "微軟正黑", "Microsoft JhengHei", Helvetica, Tahoma, "新明細體", "PMingLiU", "SimSun", sans-serif;
}
.ko-kr #footer {
font-family: "Dotum", "돋움", "Trebuchet MS", Arial, sans-serif;
}
#footer a {
color: #697489;
}
#footer a:hover {
color: #dcdcdc;
}
#footer h3,
#footer h3 a {
color: #b2bac7;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
}
#footer-promotions {
float: right;
padding-bottom: 20px;
width: 302px;
}
#footer-promotions a {
color: #b2bac7;
}
#sitemap h3 {
background: url("../images/icons/footer.png") no-repeat;
border-bottom: 2px solid #414a56;
margin-bottom: 10px;
padding-bottom: 10px;
padding-left: 20px;
}
#sitemap h3.bnet {
background-position: 0 0;
}
#sitemap h3.games {
background-position: 2px -50px;
}
#sitemap h3.classic {
background-position: 0 -100px;
}
#sitemap h3.account {
background-position: 2px -150px;
padding-left: 23px;
}
#sitemap h3.support {
background-position: 0 -200px;
padding-left: 23px;
}
#sitemap h3.jobs {
background-position: 0 -250px;
padding-left: 23px;
}
#sitemap .column {
float: left;
padding-bottom: 20px;
width: 20%;
}
.ie7 #sitemap .column {
width: 247px;
}
.ie6 #sitemap .column {
width: 247px;
}
#sitemap .column ul a {
display: block;
margin: 2px 0;
}
.ie6 #sitemap .column ul a {
display: block;
width: 100%;
}
#sitemap.promotions .column {
width: 170px;
}
.ie6 #sitemap h3 {
background: url("../images/icons/footer.gif") no-repeat;
}
.ie6 #sitemap h3.bnet {
background-position: 0 0;
}
.ie6 #sitemap h3.games {
background-position: 5px -50px;
}
.ie6 #sitemap h3.classic {
background-position: 0 -100px;
}
.ie6 #sitemap h3.account {
background-position: 5px -150px;
}
.ie6 #sitemap h3.support {
background-position: 0 -200px;
}
.ie6 #footer {
zoom: 1;
}
#copyright {
color: #2a2c2f;
border-top: 1px solid #414a56;
text-transform: uppercase;
font-size: 10px;
clear: both;
padding: 10px 0;
}
.zh-cn #copyright img {
vertical-align: bottom
}
.cjk #copyright {
font-size: 12px
}
.ie6 #copyright {
zoom: 1;
}
.ie7 #copyright {
line-height: normal;
padding: 5px;
}
#copyright a {
margin-left: 15px;
color: #b2bac7;
}
.de-de #copyright a {
margin-left: 8px
}
.es-es #copyright a,
.es-mx #copyright a,
.fr-fr #copyright a {
margin-left: 5px
}
.pl-pl #copyright a {
margin-left: 6px
}
.pt-br #copyright a {
margin-left: 7px
}
.ru-ru #copyright a {
margin-left: 0px
}
.zh-cn #copyright a {
margin-right: 15px;
margin-left: 0
}
.ko-kr #copyright a {
font-size: 11px;
display: inline-block;
}
.zh-cn #copyright p {
margin-bottom: 8px;
margin-top: 0
}
.ko-kr #copyright .policies {
font-weight: bold;
color: #007ca5
}
#copyright .legal-links {
display: block;
}
#copyright .legal-links a {
margin: 0 8px 0 0
}
#legal {
padding: 15px 0;
}
#legal a {
display: inline-block;
vertical-align: top;
}
#legal #blizzard {
float: left;
}
/* TODO Defect: These styles are specific to the game sites and should not be in the global Common CSS */
#legal #legal-ratings {
float: right;
vertical-align: top;
}
#legal #legal-ratings img {
vertical-align: top;
}
#legal #legal-ratings a {
margin-left: 10px;
}
#legal-ratings {
width: 473px;
}
#legal #legal-ratings .product-rating a {
display: inline;
margin-left: 0;
}
#legal #legal-ratings.us .product-rating {
width: 300px;
}
#legal #legal-ratings .product-rating {
float: right;
}
#legal-ratings img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%; /* Part 1: Set a maximum relative to the parent */
height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
border: 0;
vertical-align: middle;
}
.ie8 #legal-ratings img{
width: auto; /* IE8 need help adjusting responsive images */
}
/* END TODO */
.ko-kr #legal-kr { padding-top: 12px; text-align: center; color: #9b9898; font-size: 11px; line-height: 14px; font-family:Dotum }
.ko-kr #legal-kr a { color:#3f8eea }
.ko-kr #legal-kr .webfont-daum { margin-top:5px; font-family: daumRegular }
#marketing-trackers, .marketing-cover { height: 1px; overflow: hidden; position: relative; width: 1px; }
.marketing-cover { background-color: #000; left: 0; position: absolute; top: 0; }
/* language switcher */
#international { display: none; border-bottom: 1px solid #414A56; padding: 25px 0 25px 25px; background: url("../images/layout/world-map.gif") 50% 50% no-repeat; }
.ie #international { zoom: 1 }
#international h3 { margin: 0 0 10px 0; padding: 0; }
#international .column { float: left; padding: 20px; width: 115px; }
#international .column a { display: block; padding: 3px 0; }
#international .column a.selected { background: url("../images/icons/i18n-support.gif") 0 4px no-repeat; padding-left: 15px; margin-left: -15px; color: #fff; }
#change-language { float: right; background: url("../images/icons/arrows.gif") 100% -99px no-repeat; padding-right: 20px; margin-top:-2px }
#change-language.open { background-position: 100% 1px; }
#change-language span { display: inline-block; background: url("../images/icons/map-small.gif") 0 50% no-repeat; padding: 2px 0 2px 35px }
/* embedded login */
#login-embedded { width: 400px; position: fixed; top: 50%; left: 50%; padding: 0; margin: -200px; z-index: 9005; height: 300px; background: #000; border-radius: 3px; -moz-box-shadow: #000 0 0 20px; box-shadow: #000 0 0 20px; }
#login-embedded object,
#login-embedded iframe { width: 400px; margin: 0; padding: 0; border: none; }
#embedded-loader { width: 200px; height: 200px; position: fixed; top: 50%; left: 50%; margin: -100px; z-index: 9005; background: url("../images/loaders/uber-loading.gif") 50% 50% no-repeat; }
/* bml */
.bml-toolbar button { width: 34px; height: 26px; padding: 0; text-indent: -9999px; border: none; background-repeat:no-repeat; margin: 0 2px 5px 0; cursor: pointer; }
.ie .bml-toolbar button { position: relative; zoom: 1 }
.bml-toolbar .bml-bold:hover,
.bml-toolbar .bml-bold.on { background-position: -34px 0; }
.bml-toolbar .bml-italics { background-position: 0 -26px; }
.bml-toolbar .bml-italics:hover,
.bml-toolbar .bml-italics.on { background-position: -34px -26px; }
.bml-toolbar .bml-underline { background-position: 0 -52px; }
.bml-toolbar .bml-underline:hover,
.bml-toolbar .bml-underline.on { background-position: -34px -52px; }
.bml-toolbar .bml-list { background-position: 0 -78px; }
.bml-toolbar .bml-list:hover,
.bml-toolbar .bml-list.on { background-position: -34px -78px; }
.bml-toolbar .bml-listItem { background-position: 0 -208px; }
.bml-toolbar .bml-listItem:hover,
.bml-toolbar .bml-listItem.on { background-position: -34px -208px; }
.bml-toolbar .bml-code { background-position: 0 -104px; }
.bml-toolbar .bml-code:hover,
.bml-toolbar .bml-code.on { background-position: -34px -104px; }
.bml-toolbar .bml-quote { background-position: 0 -130px; }
.bml-toolbar .bml-quote:hover,
.bml-toolbar .bml-quote.on { background-position: -34px -130px; }
.bml-toolbar .bml-unformat { background-position: 0 -156px; }
.bml-toolbar .bml-unformat:hover,
.bml-toolbar .bml-unformat.on { background-position: -34px -156px; }
.bml-toolbar .bml-cleanup { background-position: 0 -182px; }
.bml-toolbar .bml-cleanup:hover,
.bml-toolbar .bml-cleanup.on { background-position: -34px -182px; }
.bml-toolbar .bml-url { background-position: -69px 0; }
.bml-toolbar .bml-url:hover,
.bml-toolbar .bml-url.on { background-position: -103px 0; }
.bml-editor { margin: 5px 0 7px; background: #fff; height: 200px; padding: 10px; -moz-border-radius: 5px; border-radius: 5px; cursor: text; -moz-box-shadow: 0 0 10px -3px #444444; box-shadow: 0 0 10px -3px #444444;}
.bml-editor iframe { width:100%; height: 200px; }
/* misc */
.response-error { border: 1px solid #c90000 !important; } /*general input error style*/
/* Ads */
#sidebar-bnet-ads { margin:0 0 25px 3px; font-size:11px; line-height:normal; }
#sidebar-bnet-ads .sidebar-content { padding-top:15px; }
#sidebar-bnet-ads .desc { padding:5px 0;}
#sidebar-bnet-ads .subtitle { padding-top:5px; }
/* error page */
.server-error #content .content-top { background: no-repeat; }
#server-error { width: 375px; margin: 0 auto; padding-top: 150px; text-align: center; font-size: 18px; min-height: 900px; }
#server-error h2 { font-size:125px; }
#server-error h2.http { font-size: 85px; }
#server-error h3 { font-size:35px; margin-bottom: 50px; }
#server-error em { font-size: 12px; }
#server-error ul { font-size: 14px; text-align: left; list-style: disc; margin: 35px 0 0 35px; }
#server-error sup { font-size: 9px; }
/* blizzcon bar */
.blizzcon-bar { width: 100%; height: 40px; margin-bottom: 1px; background: #002540 url("../images/layout/blizzcon/bar-bg.jpg") 50% 100% no-repeat; border-bottom: 1px solid #05517e; font-size: 13px; font-family: Arial, sans-serif; box-shadow: 0 0 1px 1px #000; }
.blizzcon-bar-inner { width: 995px; margin: 0 auto; border-right: 3px solid #042e45; height: 40px; }
.blizzcon-bar .cell { float: right; display: block; height: 40px; border-right: 1px solid #011323; border-left: 1px solid #011323; margin-right: -1px; }
.blizzcon-bar .cell:hover { background-color: rgba(255, 255, 255, 0.05); }
.blizzcon-bar .cell span { display: block; float: left; height: 40px; line-height: 40px; padding: 0 15px; border-left: 2px solid #042e45; }
.blizzcon-bar .cell.close { border-right: 0; }
.blizzcon-bar .cell.close span { background: url("../images/layout/blizzcon/sprite.png") 8px -120px no-repeat; padding: 0 20px; }
.blizzcon-bar .cell.close:hover span { background-position: 8px -280px; }
.blizzcon-bar .cell.news { float: left; border-right: 0; }
.blizzcon-bar .cell.news strong { padding-right: 10px; }
.blizzcon-bar .cell.news span { background: url("../images/layout/blizzcon/sprite.png") 15px 1px no-repeat; padding-left: 80px; }
.blizzcon-bar .cell.news:hover span { background-position: 15px -159px; }
.blizzcon-bar .cell.buy span { background: url("../images/layout/blizzcon/sprite.png") 8px -39px no-repeat; padding-left: 60px; }
.blizzcon-bar .cell.buy:hover span { background-position: 8px -199px; }
.blizzcon-bar .cell.watch span { background: url("../images/layout/blizzcon/sprite.png") 7px -80px no-repeat; padding-left: 45px; }
.blizzcon-bar .cell.watch:hover span { background-position: 7px -240px; }
.blizzcon-bar a { color: #7dfc20; }
.blizzcon-bar a:hover { color: #fff; }
.blizzcon-bar strong { color: #fff; }
body.has-blizzcon-bar { background-position: 50% 42px !important; }
/* service bar */
#service { float: right; position: absolute; right: 0; top: 0; z-index: 75; }
.ie #service { z-index: 150; }
.service-bar { display: inline-block; float: right; font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; position: relative; text-align: right; -webkit-user-select: none; -moz-user-select: none; user-select: none; z-index: 75; }
.ie .service-bar { z-index: 150; zoom: 1; }
.zh-tw .service-bar,
.zh-cn .service-bar,
.ko-kr .service-bar,
.ko-kr .service-bar .service-link
.cjk .service-bar .service-link { font-size: 12px; }
.zh-tw .service-bar,
.zh-tw .service-bar .dropdown-menu a { font-family: "微軟正黑", "Microsoft JhengHei", Helvetica, Tahoma, "新明細體", PMingLiU, SimSun, sans-serif; }
.zh-cn .service-bar { font-family: "微软雅黑", "Microsoft YaHei", Helvetica, Tahoma, StSun, "宋体", SimSun, sans-serif; }
.ko-kr .service-bar { font-family: Dotum, "돋움", Helvetica, AppleGothic, sans-serif; }
.service-bar .dropdown-menu { background-color: #c5c5c5; border-radius: 2px; border-top-right-radius: 0px; box-shadow: 0 3px 4px #1b1b1b; color: #000; display: none; line-height: normal; padding: 10px; position: absolute; right: 0; text-align: left; top: 33px; width: 150px; }
.service-bar .dropdown-menu a { border-radius: 2px; color: #000; display: block; padding: 5px; }
.service-bar .dropdown-menu a:hover { background: #d6d6d6; color: #000; text-decoration: none; }
.service-bar .service-news.opened { padding: 0; }
.service-bar .service-news.opened a,
.service-bar .service-news.opened a:hover,
.service-bar .service-news.opened a:focus { background-color: #d37201; border-right-color: #d37201; height: 40px; }
.ie6 .service-bar .service-news a,
.ie6 .service-bar .service-news.opened a,
.ie6 .service-bar .service-news.opened a:hover,
.ie6 .service-bar .service-news.opened a:focus { background: url("../images/service-bar/background-msie.png") repeat-x -117px -160px; border-left: 0; border-right: 1px solid #33373b; display: block; height: 33px; width: 50px; }
.service-cell { background: url("../images/service-bar/background.png") repeat-x 0 -200px; color: #8694a1; display: block; float: left; line-height: 32px; padding: 0 0 7px 0; position: relative; }
.service-cell a { color: #00b6ff; font-size: 11px; text-decoration: none; }
.service-cell a:hover,
.service-cell a:focus { color: #fff; }
.service-cell a.active { background: #C5C5C5; color: #000; }
.service-home { background-position: 0 0; background-repeat: no-repeat; }
.service-home a { background: url("../images/service-bar/background.png") no-repeat 0 -40px; border-left: none; display: block; line-height: 33px; padding: 0 0 0 7px; text-indent: -9999px; width: 48px; }
.service-home a:hover,
.service-home a:focus { background-color: transparent; background-position: 0 -80px; }
.service-home.service-maintenance a { background-position: 0 -120px; }
.service-home.service-alert a { background-position: 0 -160px; }
.service-welcome { padding: 0 15px 7px 15px; }
.service-welcome .employee { background: url("../images/icons/employee.gif") no-repeat center center; display: inline-block; height: 32px; vertical-align: middle; width: 27px; }
.zh-cn .service-welcome .employee { background-image: url("../images/icons/employee-netease.gif"); }
.service-cell .service-link { border-left: 1px solid #33373B; display: block; font-size: 10px; line-height: 33px; padding: 0 1.5em; text-transform: uppercase; }
.service-cell .service-link:hover,
.service-cell .service-link:focus { background-color: #343434; }
.ko-kr .service-cell .service-link { font-size: 11px !important; }
.service-news a { background: url("../images/service-bar/background.png") repeat-x -117px -160px; border-left: 0; border-right: 1px solid #33373B; display: block; width: 50px; }
.service-support-enhanced { background-position: 100% -241px; }
.service-support a.service-link-dropdown { background: url("../images/service-bar/background.png") repeat-x 100% -240px; display: block; padding: 0 38px 0 1.5em; }
.ie6 .service-support a.service-link-dropdown { background-image: url("../images/service-bar/background-msie.png"); }
.service-support a.service-link-dropdown:hover,
.service-support a.service-link-dropdown:focus { background-position: 100% -280px; }
.service-support a.active,
.service-support a.active:hover,
.service-support a.active:focus { background: url("../images/service-bar/background.png") repeat-x 100% -320px; color: #fff; }
.ie6 .service-support a.active,
.ie6 .service-support a.active:hover,
.ie6 .service-support a.active:focus { background: url("../images/service-bar/background-msie.png") repeat-x 100% -320px; }
.service-explore { background-position: 100% 0; padding: 0 0 7px 0; }
.service-explore a.dropdown { background: url("../images/service-bar/background.png") repeat-x 100% -40px; color: #fff; display: block; line-height: 33px; padding: 0 40px 0 1.5em; text-transform: uppercase; }
.ie6 .service-explore a.dropdown { background-image: url("../images/service-bar/background-msie.png"); float: left; }
.service-explore a.dropdown:hover,
.service-explore a.dropdown:focus { background-position: 100% -80px; }
.service-explore a.active,
.service-explore a.active:hover,
.service-explore a.active:focus { background-position: 100% -120px; }
.ie6 .service-explore a.dropdown:link,
.ie6 .service-explore a.dropdown:visited { color: #fff; }
.service-language a { background: url("../images/service-bar/map.png") 50% 6px no-repeat; height: 33px; padding: 0; width: 65px; }
.ie6 .service-language a { background-image: url("../images/service-bar/map.gif"); }
.service-language a:hover { background-position: 50% -40px; }
/* support tag */
.no-support-tickets { display: none; }
.open-support-tickets { display: block; position: absolute; top: 8px; right: 11px; width: 17px; height: 16px; padding: 1px 1px 4px 1px; overflow: hidden; background: url("../images/service-bar/background.png") repeat-x -188px -168px; text-align: center; line-height: 16px; color: #722600; }
.ie6 .open-support-tickets { background: url("../images/service-bar/background-msie.png") repeat-x -188px -168px; }
.service-support a.active .open-support-tickets,
.service-support a.active:hover .open-support-tickets,
.service-support a.active:focus .open-support-tickets { color: #722600; }
/* bnet app tooltip */
#bnet-app-tooltip { position: absolute; z-index: 85; top: 33px; right: -412px; width: 460px; font-size: 12px; }
#bnet-app-tooltip a { text-indent: 0; width: auto; line-height: normal; background-image: none; padding: 0; display: inline; }
#bnet-app-tooltip .tooltip-wrapper { box-shadow: 0 0 5px #000; margin-top: -1px; padding: 15px 0 15px 15px; line-height: normal; text-align: left; background: #343c46 url("../images/service-bar/bnet-app/tooltip-bg.jpg") right center no-repeat; }
#bnet-app-tooltip .tooltip-arrow { position: relative; z-index: 5; height: 10px; width: 16px; margin-left: 17px; background: url("../images/service-bar/bnet-app/tooltip-arrow.gif") no-repeat;}
#bnet-app-tooltip ul { margin: 10px 0 18px 22px; list-style-image:url('../images/service-bar/bnet-app/features-bullet-small.png'); }
#bnet-app-tooltip ul li { height: auto; }
#bnet-app-tooltip .content { width: 210px; }
#bnet-app-tooltip .title { font-size: 16px; display: block; font-weight: normal; color: #fff; padding-bottom: 4px; }
#bnet-app-tooltip .sub-title { color:#b2bac7; text-transform: uppercase; font-size: 11px; font-weight: normal; letter-spacing: 0.1em; }
#bnet-app-tooltip .more { display: block; margin-top: 15px; }
#bnet-app-tooltip .button { display: inline-block; margin-right: 10px; color: #fff; text-transform: uppercase; padding: 8px 15px;
border-radius: 3px; box-shadow: 0 0 2px 2px #363b41;
background: #0081b4; /* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* IE10+ */
background: linear-gradient(top, #0081b4 0%,#006a9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 ); /* IE6-9 */ }
#bnet-app-tooltip .button:hover { background: #008dc5; }
#bnet-app-tooltip .close { opacity: 0.2; margin: -9px 5px; display: inline-block; width: 16px; height: 16px; float: right; background: url("../images/icons/sprite.png") 0 -96px no-repeat; }
#bnet-app-tooltip .close:hover { background-position: 0 -96px; opacity: 1;}
.ru-ru #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_ru-ru.jpg"); }
.zh-tw #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_zh-tw.jpg"); }
.fr-fr #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_fr-fr.jpg"); }
.ko-kr #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_ko-kr.jpg"); }
.zh-cn #bnet-app-tooltip .tooltip-wrapper { background-image:url("../images/service-bar/bnet-app/tooltip-bg_zh-cn.jpg"); }
.it-it #bnet-app-tooltip { width: 490px; right: -442px; }
.it-it #bnet-app-tooltip .content { width: 235px; }
/* auth menu */
.service-auth .service-link,
.service-auth .service-link.active { display: block; width: 20px; height: 33px; padding: 0 8px; background: url("../images/service-bar/auth/security-alert.png") 50% 50% no-repeat; }
.service-auth .service-link:hover,
.service-auth .service-link:focus { background-color: #343434; }
.service-auth .service-link.active { background-color: #343c46; }
.ie6 .service-auth .service-link,
.ie6 .service-auth .service-link.active { background-image: url("../images/service-bar/auth/security-alert-ie6.png"); }
.ie6 .service-auth .service-link:hover,
.ie6 .service-auth .service-link:focus { background: #343434 url("../images/service-bar/auth/security-alert-ie6.png") 50% 50% no-repeat; }
.ie6 .service-auth .service-link.active { background: #343c46 url("../images/service-bar/auth/security-alert-ie6.png") 50% 50% no-repeat !important; }
.auth-menu { position: absolute; z-index: 85; top: 33px; right: -250px; width: 400px; padding: 15px; line-height: normal; text-align: left; background: #343c46 url("../images/service-bar/auth/authenticator.jpg") 100% 100% no-repeat;
border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; font-size: 12px; box-shadow: 0 5px 5px #000; }
.auth-menu ul { margin: 15px 0 15px 15px; list-style: square; }
.auth-menu ul li { height: auto; }
.auth-menu .auth-title { font-size: 15px; display: block; font-weight: normal; color: #fff; padding-bottom: 4px; border-bottom: 3px solid #2a5164; }
.auth-menu .auth-more { display: block; margin-top: 15px; }
.auth-menu .auth-button { display: inline-block; color: #fff; text-transform: uppercase; padding: 10px 15px;
border-radius: 3px; box-shadow: 0 0 4px 2px #252b32;
background: #0081b4; /* Old browsers */
background: -moz-linear-gradient(top, #0081b4 0%, #006a9b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0081b4), color-stop(100%,#006a9b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0081b4 0%,#006a9b 100%); /* IE10+ */
background: linear-gradient(top, #0081b4 0%,#006a9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081b4', endColorstr='#006a9b',GradientType=0 ); /* IE6-9 */ }
.auth-menu .auth-button:hover { background: #008dc5; }
.auth-menu .auth-close { display: inline-block; width: 16px; height: 16px; float: right; background: url("../images/icons/sprite.png") 0 -96px no-repeat; }
.ie6 .auth-menu .auth-close { background-image: url("../images/icons/sprite-msie.png"); }
/* support menu */
.support-menu { position: absolute; z-index: 85; top: 33px; right: 0; width: 295px; text-align: left; }
.support-primary { line-height: 1.5; overflow: hidden; padding: 1em 13px 12px 15px; background:#343C46; }
.support-secondary { display:none; }
.support-caption { font-size: 16px; line-height: 1.333; color: #393939; letter-spacing: -1px; margin: 0 0 .5em 0; font-weight: bold; display: block; color: #E8EBF0; font-weight: normal; line-height: 1.333; margin: 0; }
.support-nav { margin: 0; padding: 0; }
.support-nav li { list-style: none; }
.support-nav a.support-category { display: block; color: #94989F; margin: 0 0 .5em 0; padding: 0 0 .75em 0; border-bottom: 3px solid #2A5164; }
.support-nav a.support-category:hover,
.support-nav a.support-category:focus,
.support-nav a.support-category:active { border-color: #FFF; color: #FFF; }
.ticket-summary ul { margin: 0; }
.ticket-summary li { font-size: 11px; padding: 4px 0; }
.ticket-summary li.view-all-tickets { border: 0; padding: 0; margin: 6px 0 0 0; }
.ticket-summary li.first-ticket { border: none; }
.ticket-summary li .ticket-open { color: #94989F; }
.ticket-summary li .ticket-answered { color: #d68b14; }
.ticket-summary li .ticket-resolved { color: #64c419; }
.ticket-summary li .ticket-canceled { color: #94989F; }
.ticket-summary li .ticket-info { color: #e25053; }
.ticket-summary li a { color: #94989F; display: block; padding: 4px 4px 4px 36px; position: relative; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.ticket-summary li a:hover,
.ticket-summary li a:focus,
.ticket-summary li a:active,
.ticket-summary li a:hover span,
.ticket-summary li a:focus span,
.ticket-summary li a:active span { color: #FFF; background: #212832; }
.ticket-summary li a .ticket-datetime { color: #5f7481; }
.ticket-summary li.view-all-tickets { border-top: 3px solid #2A5164; }
.ticket-summary li.view-all-tickets a { padding: 4px; margin: 4px 0 0 0; }
.ticket-summary li a .icon-ticket-status { background: url("../images/icons/sprite.png") -256px -128px; width: 32px; height: 32px; overflow: hidden; display: block; position: absolute; top: 2px; left: 0; }
.ticket-summary li a:hover .icon-ticket-status,
.ticket-summary li a:focus .icon-ticket-status,
.ticket-summary li a:active .icon-ticket-status { background: url("../images/icons/sprite.png") -256px -160px; }
.ie6 .ticket-summary li a .icon-ticket-status { background: url("../images/icons/sprite-msie.png") -256px -128px; left: -32px; }
.ie6 .ticket-summary li a:hover .icon-ticket-status,
.ie6 .ticket-summary li a:focus .icon-ticket-status,
.ie6 .ticket-summary li a:active .icon-ticket-status { background: url("../images/icons/sprite-msie.png") -256px -160px; }
/* explore menu */
.explore-menu { background:#343C46; position: absolute; z-index: 85; top: 33px; right: 7px; width: 659px; text-align: left; border-radius: 3px; border-top-right-radius: 0; overflow: hidden; }
.zh-tw .explore-menu { font-family: 微軟正黑, Microsoft JhengHei, Helvetica, Tahoma, 新明細體, PMingLiU, SimSun, sans-serif }
.ie6 .explore-menu { right: -1px; }
.explore-primary { line-height: 1.5; overflow: hidden; padding:1.25em 16px 1em 16px; }
.explore-menu .explore-caption { font-size: 16px; line-height: 1.333; color: #393939; letter-spacing: -1px; margin: 0 0 .5em 0; font-weight: bold; display: block; color: #B2BAC7; font-weight: normal; line-height: 1.333; margin: 0; }
.ko-kr .explore-menu .explore-caption { font-weight: bold; letter-spacing:0; }
.explore-nav { margin: 0; padding: 0; }
.explore-nav li { list-style: none; }
.ko-kr .explore-nav li { line-height: 1.2em }
.ko-kr .explore-nav .explore-caption { font-size:12px; word-spacing:-0.1em }
.explore-nav { width: 27%; float: left; margin-right: 2em; }
.explore-nav a { display: block; color: #94989F; margin: 0 0 .5em 0; padding: 0.5em 0 .75em 0; border-bottom: 3px solid #2A5164; }
.ko-kr .explore-nav a { font-size:12px }
.explore-nav a:hover,
.explore-nav a:focus,
.explore-nav a:active { border-color: #FFF; color:white; }
.explore-nav a:hover .explore-caption,
.explore-nav a:focus .explore-caption,
.explore-nav a:active .explore-caption { color:white; }
.explore-links { width: 30%; float: left; }
.explore-links ul { margin: 0; padding: 0; }
.explore-links ul li { list-style: none; }
.explore-links .explore-caption { margin: 0 0 .25em 0; padding: 0 4px; font-size: 14px; white-space: normal; }
.explore-links a { margin: 0 0 .1em 0; color: #94989F; display: block; padding: 2px 4px; -moz-border-radius: 2px; border-radius: 2px; }
.explore-links a:hover,
.explore-links a:focus,
.explore-links a:active { background: #212832; }
.ie6 .explore-links li,
.ie6 .explore-links a { height: 1%; }
.explore-get-app { border: 1px solid #030303; box-shadow: 2px 2px 3px #21242A; float:right; display: block; }
.explore-get-app:hover .app-preview { background-position: 0 -145px; }
.explore-get-app .app-preview { width: 232px; height: 139px; background: url("../images/service-bar/app-screen-explore-menu.png");}
.explore-get-app .app-tagline { background-color: #1F242E; border: 1px solid #363B45; border-top: none; padding: .5em; text-align: center; }
@media only screen and (max-width: 60em) {
.explore-get-app { display: none; }
}
.explore-secondary { margin:0; line-height: 1.1; overflow: visible; padding: 0; height: 160px; background:#232A31; }
.explore-secondary li { list-style: none; width: 110px; float: left; }
.explore-secondary .explore-game-heroes { width: 109px; }
.explore-secondary .explore-caption { font-size: 15px; display: block; padding-bottom: 4px; text-align: center; white-space: normal; }
.ko-kr .explore-secondary .explore-caption { font-weight: normal; font-size: 12px; letter-spacing: 0; word-break: keep-all; }
.zh-cn .explore-secondary .explore-caption { font-size: 12px; }
.explore-secondary a { display: block; width: 110px; height: 158px; color: #94989F; }
.explore-secondary .explore-game-heroes a { width: 109px; }
.ko-kr .explore-secondary a { line-height: 1.2em }
.explore-secondary a:hover .explore-caption { color: white; }
.explore-secondary .explore-game-inner { display:block; padding: 110px 7px 0; }
.explore-secondary .explore-game-inner { display: block; padding: 110px 0 0 0; }
.explore-secondary span { display: block; padding-bottom: 4px; white-space: nowrap; overflow: hidden; font-size: 11px; }
.explore-game { box-sizing: content-box; }
.explore-game a { height:160px; position:relative; background:url("../images/service-bar/explore-menu.jpg?v=1") no-repeat -434px -190px; }
.explore-game a:hover { background:url("../images/service-bar/explore-menu.jpg?v=1") no-repeat -434px -125px; }
.explore-game-sc2 a { background-position:-219px 0; }
.explore-game-wow a { background-position:0px 0; }
.explore-game-d3 a { background-position:-109px 0; }
.zh-cn .explore-game-d3 { margin-left:0; }
.explore-game-hs a { background-position:-439px 0; }
.explore-game-heroes a { background-position:-329px 0; }
.explore-game-overwatch a { background-position:-548px 0; }
.explore-game-sc2 a:hover { background-position:-878px 0; }
.explore-game-wow a:hover { background-position:-659px 0; }
.explore-game-d3 a:hover { background-position:-768px 0; }
.explore-game-hs a:hover { background-position:-1098px 0; }
.explore-game-heroes a:hover { background-position:-988px 0; }
.explore-game-overwatch a:hover { background-position:-1207px 0; }
.service-cell > a.active { position:relative; z-index:100; }
.explore-secondary li { background:#232A31; border-left:1px solid #343C46; margin-left:-1px; }
.explore-secondary li:first-child { border-left:0; margin-left:0; }
.explore-secondary li:hover { background:#202730; }
/* warnings */
#warnings-wrapper { width: 100%; top: 33px; right: 0; position: absolute; z-index: 74; }
.zh-tw #warnings-wrapper { width: 375px; }
.ko-kr #warnings-wrapper { width: 450px }
.ie7 #warnings-wrapper { margin: 0; float: right; }
.ie6 #warnings-wrapper { margin: 0; float: right; width: 425px; }
#warnings-wrapper .warning { color: #c4bdb0; margin: 0 7px 0 55px; box-shadow: 0 3px 4px #1d1d1d }
.ie6 #warnings-wrapper .warning { margin: 0 9px 0 0; zoom: 1; }
#warnings-wrapper .warning a { color: #ffd800 }
#warnings-wrapper .warning a:hover { color: #fff; }
#warnings-wrapper .warning span { color: #fff }
#warnings-wrapper .warning h3 { color: #fff; }
#warnings-wrapper .warning p { margin: 10px 0 0 0; }
#warnings-wrapper .warning .warning-inner { min-width: 380px; padding: 15px 10px 15px 15px; }
#warnings-wrapper .warning .warning-inner2 { min-width: 380px; background: url("../images/icons/warning.png") 7px 11px no-repeat; padding: 15px 10px 10px 40px; position: relative; }
.ie6 #warnings-wrapper .warning .warning-inner2 { padding: 10px 10px 10px 40px !important; background: url("../images/icons/warning.gif") 10px 7px no-repeat; zoom: 1; }
.ie7 #warnings-wrapper .warning .warning-inner,
.ie7 #warnings-wrapper .warning .warning-inner2 { min-width: 200px; }
#warnings-wrapper .warning .warning-close { margin: 4px 0 0 10px; display: block; position: absolute; top: 10px; right: 18px; width: 10px; height: 10px; overflow: hidden; background: url("../images/service-bar/close.gif"); }
#warnings-wrapper .warning.warning-orange { background: #efa800 url("../images/service-bar/bg-orange.gif") 0 0 repeat-x; color:#6F3900; }
#warnings-wrapper .warning.warning-green { background: #4c7141 url("../images/service-bar/bg-green.gif") 0 0 repeat-x }
#warnings-wrapper .warning.warning-red { background: #742E03 url("../images/service-bar/bg-red.gif") 0 0 repeat-x }
#i18n-warning .warning-inner2 { background: url("../images/service-bar/globe.png") 12px 17px no-repeat; }
.ie6 #i18n-warning .warning-inner2 { background: url("../images/service-bar/globe.gif") 12px 17px no-repeat; }
.ie6 #i18n-warning .warning-inner2 span { margin-left: 9px; }
#facebook-like { width: 250px; height: 20px; overflow: hidden }
#google-plus-like { width:90px; height: 20px; overflow: hidden }
#qzone-like { width: 110px; height: 31px; overflow: hidden; border: none; margin:0 }
#renren-like { width: 130px; height: 31px; overflow: hidden; border: none; margin:0 }
.like-wrapper { max-width:340px; float:left }
.share-wrapper {width:auto; height:20px; float:right;}
.share-wrapper .share-title { display:block; float:right; padding:0 5px 0 0; height:20px; line-height:20px; }
.share-links { background-color:#fff; padding:2px 1px 2px 2px; width:auto; height:16px; display: block; float:right; border-radius:3px; }
.share-links a { background: url('../images/icons/widget.png') no-repeat; width:16px; height:16px; display:block; float:right; margin:0 1px 0 0}
.share-links a:hover { opacity:0.8 }
.share-links .facebook { background-position:0 0 }
.share-links .twitter { background-position:0 -16px }
.share-links .mySpace { background-position:0 -32px }
.share-links .stumbleUpon { background-position:0 -48px }
.share-links .digg { background-position:0 -64px }
.share-links .me2day { background-position:0 -80px }
.share-links .c-log { background-position:0 -96px }
.share-links .minik { background-position:0 -112px }
.share-links .micro-163 { background-position:0 -128px }
.share-links .micro-sina { background-position:0 -144px }
.share-links .kaixin { background-position:0 -160px }
.share-links .renren { background-position:0 -176px }
.share-links .plurk { background-position:0 -192px }
.share-links .reddit { background-position:0 -208px }
.share-links .studivz { background-position:0 -242px }
.share-links .tuenti { background-position:0 -224px }
.share-links .nasza-klasa { background-position:0 -272px }
.share-links .vkontakte { background-position:0 -288px }
.share-links .odnoklassniki { background-position:0 -304px }
.share-links .micro-qq { background-position:0 -320px }
.share-links .qzone { background-position:0 -336px }
.share-links .connect-qq { background-position:0 -352px }.ui-breadcrumb { list-style: none; margin: 0; padding: 0; float: left }
.ui-breadcrumb li { float: left; margin-right: 5px }
.ie .ui-breadcrumb li a { display:inline-block; }.ui-button-group { display: inline-block; }
.ui-button-group .button-left,
.ui-button-group .button-right,
.ui-button-group .button-mid,
.ui-button-group .button-solo { float: left; display: inline-block; margin-left: -1px; font-size: 11px; padding: 0 7px; height: 20px; line-height: 20px; z-index: 0; }
.ui-button-group .button-left { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-button-group .button-right { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-button-group .button-solo { border-radius: 5px; }
.ui-button-group a:hover { position: relative; z-index: 1; }.ui-button,
.ui-cancel { background: none; border: 0; cursor: pointer; display: inline-block; height: auto; overflow: visible; padding: 0; margin: 0; vertical-align: middle; outline: none; text-align: center; white-space: nowrap; cursor: pointer; }
.ie .ui-button,
.ie .ui-cancel { width: auto; }
.ui-button span,
.ui-cancel span { outline: none; display: inline-block; background-repeat: no-repeat }
.ui-button .button-left,
.ui-button .button-right { overflow:hidden }
.ie7 .ui-button .button-left,
.ie7 .ui-button .button-right { overflow:visible }
.ui-button.disabled,
.ui-button.disabled:hover,
.ui-button.disabled.hover { cursor: default; }
.ui-button.processing,
.ui-button.processing:hover,
.ui-button.processing.hover { cursor: progress; }
.button-mod { border: 1px solid #21619b; color: #95d4ef; border-radius: 3px; box-shadow: 0 0 5px #000; background: #11518b; height:25px }
.button-mod span { height: 25px; line-height: 25px; font-size: 12px; }
.button-mod .button-left { padding-left: 10px; }
.button-mod .button-right { padding-right: 10px; }
.button-mod.mod-button-active,
.button-mod:hover { border-color: #3f7fb9; color: #fff; background: #4282bc; }
.button-mod.disabled,
.button-mod.disabled:hover { color: #afbdca; border-color: #8898a7; background: #6a7a89; }
.button-mod.mod-icon .button-right:before { content:" "; display:inline-block; width:15px; height:15px; background:url(../images/layout/cms/cm_actions.gif) no-repeat; position:relative; top:4px; margin-right:3px }
.button-mod.mod-move .button-right:before,
.button-mod.mod-move.disabled:hover .button-right:before { background-position:0 0 }
.button-mod.mod-move.mod-button-active .button-right:before,
.button-mod.mod-move:hover .button-right:before { background-position:-15px 0 }
.button-mod.mod-unlock .button-right:before,
.button-mod.mod-unlock.disabled:hover .button-right:before { background-position:0 -15px }
.button-mod.mod-unlock.mod-button-active .button-right:before,
.button-mod.mod-unlock:hover .button-right:before { background-position:-15px -15px }
.button-mod.mod-lock .button-right:before,
.button-mod.mod-lock.disabled:hover .button-right:before { background-position:0 -30px }
.button-mod.mod-lock.mod-button-active .button-right:before,
.button-mod.mod-lock:hover .button-right:before { background-position:-15px -30px }
.button-mod.mod-delete .button-right:before,
.button-mod.mod-delete.disabled:hover .button-right:before { background-position:0 -45px }
.button-mod.mod-delete.mod-button-active .button-right:before,
.button-mod.mod-delete:hover .button-right:before { background-position:-15px -45px }
.button-mod.mod-pin .button-right:before,
.button-mod.mod-pin.disabled:hover .button-right:before { background-position:0 -60px; height:13px; top:2px }
.button-mod.mod-pin.mod-button-active .button-right:before,
.button-mod.mod-pin:hover .button-right:before { background-position:-15px -60px }
.button-mod.mod-unpin .button-right:before,
.button-mod.mod-unpin.disabled:hover .button-right:before { background-position:0 -75px; height:13px; top:2px }
.button-mod.mod-unpin.mod-button-active .button-right:before,
.button-mod.mod-unpin:hover .button-right:before { background-position:-15px -75px }
.button-mod.mod-edit .button-right:before,
.button-mod.mod-edit.disabled:hover .button-right:before { background-position:0 -115px }
.button-mod.mod-edit.mod-button-active .button-right:before,
.button-mod.mod-edit:hover .button-right:before { background-position:-15px -115px }
.button-mod.mod-freeze .button-right:before { background-position:0 -130px }
.button-mod.mod-freeze.mod-button-active .button-right:before,
.button-mod.mod-freeze:hover .button-right:before { background-position:-15px -130px }
.button-mod.mod-unfreeze .button-right:before { background-position:0 -130px }
.button-mod.mod-unfreeze.mod-button-active .button-right:before,
.button-mod.mod-unfreeze:hover .button-right:before { background-position:-15px -130px }/* trending topics */
.trending-topics li { padding: 10px 5px; }
.trending-topics .topic { display: block; line-height: 115%; word-wrap: break-word; }
.ie6 .trending-topics .topic { line-height: 150%; }
.trending-topics .date,
.trending-topics .forum { font-size: 11px; }
/* articles list */
.articles-list a { padding: 10px 5px; display: block; }
.articles-list a .title { display: block; line-height: 115%; word-wrap: break-word; }
.articles-list a .date { font-size: 11px; }
.articles-list a .image { float: left; margin-right: 10px; width: 150px; height: 130px; background: #000; }
.ie6 .trending-topics a,
.ie6 .articles-list a { zoom:1 }.ui-context { display: none; overflow: hidden; position: absolute; left: 0; top: 15px; z-index: 9000; opacity: .98; width: 225px; background: #151616; border: 1px solid #262626; font: normal 12px "Arial", sans-serif; border-radius: 5px; box-shadow: #000 0 0 10px; }
.ie6 .ui-context { zoom: 1 }
.ui-context a { color: #00B6FF; text-decoration: none; }
.ui-context a:hover { color: #fff; }
.ui-context a.pinned { cursor: default; }
.ui-context .context { padding: 10px; }
.ie6 .ui-context .context { zoom: 1; }
.ui-context .context strong { color: #fff; font-size: 14px; }
.cjk .ui-context .context strong { font-weight:normal }
.ui-context .context span { color: #5d636b; }
.ui-context .context .close { padding: 0; position: absolute; top: 10px; right: 10px; width: 11px; height: 11px; display: block; background: url("../images/context/icons.gif") no-repeat; }
.ie6 .ui-context .context .close { zoom: 1; z-index: 101; float: right; }
.ui-context .context .close:hover { background-position: 0 -26px; }
.ui-context .context .context-user { padding-bottom: 10px; }
.ui-context .context .context-battletag { margin-bottom: 5px; color: #00B6FF; padding: 1px 0 1px 20px; background: url("../images/icons/battletag.png") 0 50% no-repeat; }
.ui-context .context .context-links { height: 30px; }
.ui-context .context .context-links a { display: block; line-height: 30px; float: left; padding-left: 30px; height: 30px; background: #292a2a; margin-right: 1px; }
.ie .ui-context .context .context-links a { zoom: 1 }
.ui-context .context .context-links a:hover { background-color: #525252; }
.ui-context .context .context-links .link-first {border-top-left-radius: 3px; border-bottom-left-radius: 3px; padding-right: 10px; }
.ui-context .context .context-links .link-last { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.ui-context .character-list { padding-top: 1px; color: #5b616a; overflow: hidden; background: url("../images/context/divider.gif") 50% 0 no-repeat; }
.ui-context .character-list.loading-chars { padding: 50px; background: url("../images/loaders/uber-loading.gif") 50% 50% no-repeat; }
.ui-context .character-list .primary { padding-bottom: 2px; }
.ui-context .character-list .primary .char { display: block; padding: 10px; opacity: .50; background: url("../images/context/divider.gif") 50% 100% no-repeat; }
.ie .ui-context .character-list .primary .char { filter: alpha(opacity=35); zoom: 1; }
.ui-context .character-list .primary .char span { display: block; }
.ui-context .character-list .primary .char .race,
.ui-context .character-list .primary .char .class,
.ui-context .character-list .primary .char .realm { text-transform: uppercase; color: #5b616a; font-size: 11px; }
.ui-context .character-list .primary .char .name { font-size: 14px; color: #fff; font-weight: bold; }
.cjk .ui-context .character-list .primary .char .name { font-weight:normal }
.ui-context .character-list .primary .char .pin { margin-top: 17px; float: right; width: 16px; height: 16px; display: block; background: url("../images/context/icons.gif") 0 -52px no-repeat; }
.ui-context .character-list .primary .char.pinned .pin { background-position: 0 -83px; }
.ui-context .character-list .primary .char.pinned,
.ui-context .character-list .primary .char:hover { color: #fff; background-color: #080809; opacity: 1; }
.ie .ui-context .character-list .primary .char.pinned,
.ie .ui-context .character-list .primary .char:hover { filter: alpha(opacity=100); }
.ui-context .character-list .primary .char:last-child { margin: 0; background-image: none; }
.ui-context .character-list .secondary .viewport { width: 185px; float: left; height: 265px; overflow: hidden; position: relative; }
.ui-context .character-list .secondary .viewport a { display: block; padding: 5px; }
.ui-context .character-list .secondary .viewport a .icon-frame { vertical-align: middle; }
.ui-context .character-list .secondary .viewport a:hover { background: #080809; border-radius: 5px; }
.ui-context .character-list .secondary .viewport a.filtered { display: none; }
.ui-context .character-list .secondary .overview { position: absolute; left: 0; top: 0; width: 185px; }
.ui-context .character-list .secondary .scrollbar { position: relative; float: right; width: 15px; }
.ui-context .character-list .secondary .track { background: #080808; height: 100%; width: 13px; position: relative; padding: 1px; border-radius: 5px; }
.ui-context .character-list .secondary .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; background: #24292e; border-radius: 5px; }
.ui-context .character-list .secondary .thumb .end,
.ui-context .character-list .secondary .disable { display: none; }
.ui-context .character-list .secondary .char-wrapper { padding: 10px; height: 265px; width: 205px; }
.ui-context .no-results { text-align: center; padding: 15px; }
.ui-context .char-wrapper { padding-bottom: 1px; clear: both; background: #0d0e10 url("../images/context/divider.gif") 50% 100% no-repeat; box-shadow: #000 0 0 5px inset; }
.ui-context .filter { text-align: center; }
.ui-context .filter .input { margin-bottom: 5px; }
.ui-context .filter,
.ui-context .manage-chars { padding: 10px 10px 8px 10px; display: block; line-height: 125%; }
.ui-context .manage-chars span { color: #5b616a; }
.ui-context a.manage-chars:hover span { color: #aaa; }
.ui-context a.manage-chars:hover span.plus { background-position: 0 -265px; }
.ui-context .manage-chars .plus { width: 15px; height: 15px; display: block; float: right; margin: 15px 0 15px 10px; background: url("../images/context/icons.gif") 0 -114px no-repeat; }
.context-link { background-position: 100% 4px; background-repeat: no-repeat; font-weight: bold; padding-right: 16px; }
.cjk .context-link { font-weight:normal }
.ui-dropdown { float: left; position: relative; width: 175px }
.ui-dropdown .dropdown-toggler { display: block; height: 30px; overflow: hidden; z-index: 20; padding-right: 30px; }
.ui-dropdown .dropdown-toggler span { padding-left: 10px; height: 30px; line-height: 30px; display: block; }
.ui-dropdown .dropdown-wrapper { clear: both; display: block; position: absolute; z-index: 20; top: 30px; right: 0; width: 150px }
.ie6 .ui-dropdown .dropdown-wrapper { right: -1px }
.ui-dropdown .dropdown-wrapper ul { list-style: none; margin: 0; padding: 0 }
.ui-dropdown .dropdown-wrapper li.empty { padding: 5px; }
.ui-filter { position: relative; }
.ui-filter .reset { cursor: pointer; }
.ui-filter .reset,
.ui-filter .view { display: block; position: absolute; top: 5px; right: 5px; }
.ui-filter .input { color: #707070; }
.ui-filter .input.active { color: #000; }
.chrome .ui-filter .reset,
.chrome .ui-filter .view { top: 7px; }.flyout-menu { z-index: 75; padding: 0; width: auto; position: absolute }
.flyout-menu ul { list-style: none; margin: 0; padding: 0; float: left; }
.flyout-menu ul li { clear: both; position: relative; }
.flyout-menu ul li a { display: block; padding: 5px; text-decoration: none; }
.ie6 .flyout-menu ul li a { display: inline-block; }
.flyout-menu ul li .flyout-menu { top: -1px; display: none; z-index: 80; }
.flyout-menu .header { padding: 5px; display: block; }
.icon-16,
.icon-24,
.icon-32,
.icon-48,
.icon-64 { overflow: hidden; display: inline-block; vertical-align: top; text-indent: -9999px; }
.icon-16 { width: 16px; height: 16px; background-image: url("../images/icons/sprite-16.png"); }
.icon-24 { width: 24px; height: 24px; background-image: url("../images/icons/sprite-24.png"); }
.icon-32 { width: 32px; height: 32px; background-image: url("../images/icons/sprite-32.png"); }
.icon-48 { width: 48px; height: 48px; background-image: url("../images/icons/sprite-48.png"); }
.icon-64 { width: 64px; height: 64px; background-image: url("../images/icons/sprite-64.png"); }
.icon-16-default,
.icon-24-default,
.icon-32-default,
.icon-48-default,
.icon-64-default { background-position: 0 0; }
.ui-overlay { position: fixed; z-index: 9002; }
.ui-overlay .overlay-close { position: absolute; top: 0; right: 0; display: block; }.ui-pagination { overflow: hidden; }
.ui-pagination li { display: inline-block; margin: 0 1px; }
.ui-pagination li a { display: block; float: left; text-align: center; }
.ui-pagination li.expander { text-align: center; font-weight: bold; }
.ie .ui-pagination { zoom: 1; display: inline; }
.ie .ui-pagination li { zoom: 1; }
.ie67 .ui-pagination li { float: left; display: block; margin-right: 2px; }
.ie67 .ui-pagination li a { float: left; }.ui-slideshow { height: 300px; width: 640px; overflow: hidden; position: relative; float:left }
.ui-slideshow .slideshow { height: 300px; width: 640px; position: relative; z-index: 10; }
.ui-slideshow .mask { height: 300px; width: 640px; position: absolute; top: 0; left: 0; z-index: 30; cursor: pointer; }
.ui-slideshow .caption { position: absolute; left: 30px; bottom: 30px; width: 540px; z-index: 35; text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 5px #000, 0 0 19px #000, 0 0 19px #000;}
.ui-slideshow .caption h3 { font-size: 28px; color: #fff; font-weight: normal; }
.ui-slideshow .paging { position: absolute; bottom: 15px; right: 15px; width: 51px; height: 26px; z-index: 35; }
.ui-slideshow .paging a { display: block; position: absolute; height: 24px; width: 24px; background: rgba(255,255,255,0.1) url("../images/icons/sprite-carousel-buttons.png") 0 0 no-repeat; }
.ui-slideshow .paging a.prev {
background-position: -2px -1px;
left: 0px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border: 1px solid rgba(255,255,255,0.2);
border-right: 1px solid rgba(255,255,255,0.1);
}
.ui-slideshow .paging a.prev:hover {
border: 1px solid rgba(255,255,255,0.4);
border-right: 1px solid rgba(255,255,255,0.2);
background-position: -2px -27px;
background-color: rgba(255,255,255,0.2);
}
.ui-slideshow .paging a.next {
background-position: -25px -1px;
left: 25px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border: 1px solid rgba(255,255,255,0.2);
border-left: 1px solid rgba(255,255,255,0.1);
}
.ui-slideshow .paging a.next:hover {
border: 1px solid rgba(255,255,255,0.4);
border-left: 1px solid rgba(255,255,255,0.2);
background-position: -25px -27px;
background-color: rgba(255,255,255,0.2);
}
.ui-slideshow .preview { color: #000; text-align: center; width: 100px; padding: 5px; background: #fff; position: absolute; display: none; right: 35px; top: 15px; border-radius: 5px; z-index: 35; }
.ui-slideshow .preview span { display: block; }
.ui-slideshow .slide { height: 300px; width: 640px; position: absolute; top: 0; left: 0; background-position: 0 0; background-repeat: no-repeat; z-index: 15; }
.ui-slideshow .slide .click-area { width: 640px; height: 300px; position: absolute; bottom: 0; left: 0; z-index: 20; }
.ui-slideshow .slide .click-area embed { z-index: 25; }
.ie .ui-slideshow .paging a { overflow: hidden; }
#toast-container { position: fixed; bottom: 20px; left: 20px; z-index: 100; }
.ie6 #toast-container { position: absolute; }
.ui-toast { width: 277px; margin-bottom: 15px; position: relative; }
.ui-toast .toast-top,
.ui-toast .toast-bot { height: 35px; display: block; }
.ui-toast .toast-content { padding: 0 35px; }
.ui-toast .toast-arrow { width: 25px; height: 11px; position: absolute; bottom: 6px; left: 70px; }
.ui-toast .toast-close { width: 11px; height: 11px; position: absolute; top: 20px; right: 20px; overflow: hidden; display: block; background: url("../images/layout/toast-close.gif") no-repeat; }
.ui-toast .toast-close:hover { background-position: 0 -11px }.ui-tooltip { position: absolute; z-index: 9005; width: auto; height: auto; max-width: 300px; }
.ie67 .ui-tooltip { float: left; }
.ui-tooltip .tooltip-content { width: auto; height: auto; }
.ui-tooltip table { border-collapse: collapse; border-spacing: 0; }
.ui-tooltip td { margin: 0; padding: 0 }
.tooltip-frame { background: transparent; border: none; display: none; position: absolute; z-index: 999; width: auto; height: auto; max-width: 300px; }.ui-typeahead { position: absolute; opacity: 0.99; white-space: nowrap; overflow: hidden; }
.ui-typeahead .group-list a { display: block; padding: 4px 8px; }
.ui-typeahead .group-list a:hover,
.ui-typeahead .group-list a.item-active { color: #fff; }
.ui-typeahead .group-list a em { font-style: normal; border-bottom: 1px dotted; }
.ui-typeahead .group-list a .desc { font-size: 11px; }
.ui-typeahead .group-title { display: block; font-weight: bold; padding: 4px 8px; }
.ui-typeahead-ghost .input { position: absolute; top: 0; left: 0; }
.ui-typeahead-ghost .input-ghost { color: #707070; }
.ui-typeahead .icon { float: left; margin-right: 8px; }
.ui-typeahead .icon-desc { margin-top: 3px; }
.ui-typeahead .group-url .icon-desc .desc,
.ui-typeahead .group-product .icon-desc .desc { display: block; white-space: normal; padding-left: 46px; }
.ui-typeahead .group-url .icon-desc .title,
.ui-typeahead .group-product .icon-desc .title { white-space: pre-wrap; }
.ui-typeahead .group-url .desc,
.ui-typeahead .group-product .desc { display: block; white-space: pre-wrap; } | 0.222362 | 0.057045 |
/*.content {*/
/*width: 100%;*/
/*max-width: 400px;*/
/*text-align: center;*/
/*margin: 0 auto;*/
/*padding: 0 0 3em 0;*/
/*}*/
/*.content footer {*/
/*color: #b39295;*/
/*margin-top: 40px;*/
/*}*/
/*.content footer a:hover,*/
/*.content footer a:focus {*/
/*color: #4b0f31;*/
/*}*/
/*!* Box *!*/
/*.box {*/
/*!*background-color: #fef65b;*!*/
/*padding: 6.25rem 1.25rem;*/
/*}*/
/*.box + .box {*/
/*margin-top: 2.5rem;*/
/*}*/
/*.js .inputfile {*/
/*width: 0.1px;*/
/*height: 0.1px;*/
/*opacity: 0;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*z-index: -1;*/
/*}*/
/*.inputfile + label {*/
/*max-width: 80%;*/
/*font-size: 1.0rem;*/
/*!* 20px *!*/
/*font-weight: 700;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*cursor: pointer;*/
/*display: inline-block;*/
/*overflow: hidden;*/
/*padding: 0.625rem 1.25rem;*/
/*!* 10px 20px *!*/
/*}*/
/*.no-js .inputfile + label {*/
/*display: none;*/
/*}*/
/*.inputfile:focus + label,*/
/*.inputfile.has-focus + label {*/
/*outline: 1px dotted #000;*/
/*outline: -webkit-focus-ring-color auto 5px;*/
/*}*/
/*.inputfile + label * {*/
/*!* pointer-events: none; *!*/
/*!* in case of FastClick lib use *!*/
/*}*/
/*.inputfile + label svg {*/
/*width: 1em;*/
/*height: 1em;*/
/*vertical-align: middle;*/
/*fill: currentColor;*/
/*margin-top: -0.25em;*/
/*!* 4px *!*/
/*margin-right: 0.25em;*/
/*!* 4px *!*/
/*}*/
/*.inputfile-1 + label {*/
/*color: #a78327;*/
/*}*/
/*.inputfile-1:focus + label,*/
/*.inputfile-1.has-focus + label,*/
/*.inputfile-1 + label:hover {*/
/*color: #722040;*/
/*}*/
/*.inputfile-1 + label figure {*/
/*width: 100px;*/
/*height: 100px;*/
/*border-radius: 50%;*/
/*background-color: #ffcc00;*/
/*display: block;*/
/*padding: 20px;*/
/*margin: 0 auto 10px;*/
/*}*/
/*.inputfile-1:focus + label figure,*/
/*.inputfile-1.has-focus + label figure,*/
/*.inputfile-1 + label:hover figure {*/
/*background-color: #76580e;*/
/*}*/
/*.inputfile-1 + label svg {*/
/*width: 100%;*/
/*height: 100%;*/
/*fill: white;*/
/*}*/ | v1-centralized/server/app/assets/stylesheets/inputFile.css |
/*.content {*/
/*width: 100%;*/
/*max-width: 400px;*/
/*text-align: center;*/
/*margin: 0 auto;*/
/*padding: 0 0 3em 0;*/
/*}*/
/*.content footer {*/
/*color: #b39295;*/
/*margin-top: 40px;*/
/*}*/
/*.content footer a:hover,*/
/*.content footer a:focus {*/
/*color: #4b0f31;*/
/*}*/
/*!* Box *!*/
/*.box {*/
/*!*background-color: #fef65b;*!*/
/*padding: 6.25rem 1.25rem;*/
/*}*/
/*.box + .box {*/
/*margin-top: 2.5rem;*/
/*}*/
/*.js .inputfile {*/
/*width: 0.1px;*/
/*height: 0.1px;*/
/*opacity: 0;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*z-index: -1;*/
/*}*/
/*.inputfile + label {*/
/*max-width: 80%;*/
/*font-size: 1.0rem;*/
/*!* 20px *!*/
/*font-weight: 700;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*cursor: pointer;*/
/*display: inline-block;*/
/*overflow: hidden;*/
/*padding: 0.625rem 1.25rem;*/
/*!* 10px 20px *!*/
/*}*/
/*.no-js .inputfile + label {*/
/*display: none;*/
/*}*/
/*.inputfile:focus + label,*/
/*.inputfile.has-focus + label {*/
/*outline: 1px dotted #000;*/
/*outline: -webkit-focus-ring-color auto 5px;*/
/*}*/
/*.inputfile + label * {*/
/*!* pointer-events: none; *!*/
/*!* in case of FastClick lib use *!*/
/*}*/
/*.inputfile + label svg {*/
/*width: 1em;*/
/*height: 1em;*/
/*vertical-align: middle;*/
/*fill: currentColor;*/
/*margin-top: -0.25em;*/
/*!* 4px *!*/
/*margin-right: 0.25em;*/
/*!* 4px *!*/
/*}*/
/*.inputfile-1 + label {*/
/*color: #a78327;*/
/*}*/
/*.inputfile-1:focus + label,*/
/*.inputfile-1.has-focus + label,*/
/*.inputfile-1 + label:hover {*/
/*color: #722040;*/
/*}*/
/*.inputfile-1 + label figure {*/
/*width: 100px;*/
/*height: 100px;*/
/*border-radius: 50%;*/
/*background-color: #ffcc00;*/
/*display: block;*/
/*padding: 20px;*/
/*margin: 0 auto 10px;*/
/*}*/
/*.inputfile-1:focus + label figure,*/
/*.inputfile-1.has-focus + label figure,*/
/*.inputfile-1 + label:hover figure {*/
/*background-color: #76580e;*/
/*}*/
/*.inputfile-1 + label svg {*/
/*width: 100%;*/
/*height: 100%;*/
/*fill: white;*/
/*}*/ | 0.132922 | 0.023939 |
/****** General Styles *********/
body{
font-family: "Segoe UI",Arial,sans-serif;
color: #626262;
font-size: 16px;
font-weight: normal;
letter-spacing: 0.01em;
-webkit-font-smoothing: antialiased;
}
label{
font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-weight: 300;
color: #2c2c2c;
}
p {
display: block;
font-size: 14px;
font-weight: normal;
letter-spacing: 0.01em;
line-height: 22px;
margin: 0px 0px 10px 0px;
font-style: normal;
white-space: normal;
}
#div-help{
text-align:right;
padding:0;
margin-top:10px;
}
#div-help>a label{
text-decoration: none;
color: #626262;
font-weight:400;
padding-right:16.2%;
}
#div-help>a label:hover{
text-decoration: underline;
}
.no-padding{
padding:0px;
}
.no-margin{
margin:0px;
}
.marging-r-10{
margin-right:10px;
}
.no-padding-l{
padding-left:0px;
}
.padding-r-40{
padding-right:40px;
}
.relative-position{
position:relative;
}
.absolute-position{
position:absolute;
}
.fixed-position{
position:fixed;
}
.display-none{
display:none;
}
.fl{
float:left;
}
.fr{
float:right;
}
.m-b-5{
margin-bottom: 5px!important;
}
.m-b-20 {
margin-bottom: 20px!important;
}
.m-t-0{
margin-top: 0px!important;
}
.m-t-15{
margin-top: 15px!important;
}
.m-t-20{
margin-top: 20px!important;
}
.m-t-40{
margin-top: 40px!important;
}
.p-l-20 {
padding-left: 20px!important;
}
.p-l-35 {
padding-left: 35px!important;
}
/****** boostrap overide *********/
.container-fluid {
padding-right: 0px;
padding-left: 26px;
}
.col-md-3, .col-lg-3{
padding-right:1%;
}
.row {
margin-right: 0px;
}
/******Left side banner background image*********/
.bg-img{
background-image:Url("../../../../Images/IMG_4294.jpg");
background-repeat: no-repeat;
background-size: auto 100vh;
background-color:#080808;
color:#FFF;
height:100vh !important;
opacity:0.9;
}
.layer {
background-color: rgba(53, 14, 113, 0.30);
position: absolute;
top: 0;
left: 0;
width: 95.45%;
height: 100%;
}
.pull-bottom {
position: absolute!important;
bottom: 0;
}
.banner h2{
line-height: 40px;
letter-spacing: normal;
font-weight:400;
color:#fff;
}
#mail-info, #mail-info>a, #mail-info+p{
padding-right:17%;
font-size:12px;
letter-spacing: 0.2px;
line-height: 17px;
color:#fff !important;
}
/******Logo *********/
/*.logo {
width: 101%;
height: auto;
float: left;
margin-left: -1%;
margin-top: 3%;
padding-top: 3%;
}*/
.logo {
width: 110%;
height: auto;
float: left;
margin-left: -5%;
margin-top: 3%;
padding-top: 3%;
padding-bottom: 8%;
}
/****** Login form *********/
.form-container{
position:relative;
}
.form-margin{
margin-top: 3%;
}
.input-div-style{
border: 1px solid #ccc;
border-radius:2px;
padding: 7px 10px;
margin-right:5%;
}
.div-lbl{
color:#626262;
padding-left: 0px;
}
.error-lbl{
font-size:12px;
color:#f55753;
font-weight:normal;
padding-left: 0px;
}
.input-event{
outline: none;
width:80%;
font-size:13px;
background-color: #fafafa;
}
.input-event:required {
box-shadow:none;
}
#eq1 {
box-shadow: 0px 0px 0px #0e3b50;
margin: 4px 0 0;
max-width:13px;
position:absolute;
}
@media (max-width: 768px){
#eq1 {
box-shadow: 0px 0px 0px #0e3b50;
margin: 12px 0 0;
max-width:13px;
position:absolute;
}
}
.color-transision{
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
}
/* Change autocomplete styles in WebKit */
.input-event:-webkit-autofill,
.input-event:-webkit-autofill:hover,
.input-event:-webkit-autofill:focus
.input-event:-webkit-autofill {
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}
.input-event:focus {
outline: none;
-webkit-appearance: none;
width:100%;
}
.m-t-10 {
margin-top: 10px;
}
.btn-cons {
margin-right: 5px;
min-width: 110px;
}
.btn-primary, .btn-primary:focus {
color: #ffffff;
background-color: #286090;
border-color: #3f51b5;
}
.btn-primary:hover{
background-color:#2c93b9;
}
/****** media query *********/
/*for tablet*/
@media only screen and (max-width: 990px) {
.input-event{
width:80%;
}
.input-div-style{
margin:0%;
}
.form-margin-top{
margin-top:1%;
}
.bg-img{
display:none;
}
}
@media only screen and (max-width: 990px) {
.marging-b-200 {
margin-bottom: 200px;
}
.marging-b-500 {
margin-bottom: 500px;
}
.marging-b-150 {
margin-bottom: 150px;
}
}
/*for mobile*/
@media only screen and (max-width: 425px) {
.container-fluid {
padding-right: 0px;
padding-left: 26px;
}
#cancel{
float:right;
}
.no-padding-l {
padding-left: 30px;
}
}
@media only screen and (max-width: 375px) {
.btn-cons {
min-width: 80px;
}
p{
font-size: 12px;
}
} | UI/BlueLotus.UI/Src/Styles/HtnStyles/Login/loginStyles.css |
/****** General Styles *********/
body{
font-family: "Segoe UI",Arial,sans-serif;
color: #626262;
font-size: 16px;
font-weight: normal;
letter-spacing: 0.01em;
-webkit-font-smoothing: antialiased;
}
label{
font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
margin: 10px 0;
font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-weight: 300;
color: #2c2c2c;
}
p {
display: block;
font-size: 14px;
font-weight: normal;
letter-spacing: 0.01em;
line-height: 22px;
margin: 0px 0px 10px 0px;
font-style: normal;
white-space: normal;
}
#div-help{
text-align:right;
padding:0;
margin-top:10px;
}
#div-help>a label{
text-decoration: none;
color: #626262;
font-weight:400;
padding-right:16.2%;
}
#div-help>a label:hover{
text-decoration: underline;
}
.no-padding{
padding:0px;
}
.no-margin{
margin:0px;
}
.marging-r-10{
margin-right:10px;
}
.no-padding-l{
padding-left:0px;
}
.padding-r-40{
padding-right:40px;
}
.relative-position{
position:relative;
}
.absolute-position{
position:absolute;
}
.fixed-position{
position:fixed;
}
.display-none{
display:none;
}
.fl{
float:left;
}
.fr{
float:right;
}
.m-b-5{
margin-bottom: 5px!important;
}
.m-b-20 {
margin-bottom: 20px!important;
}
.m-t-0{
margin-top: 0px!important;
}
.m-t-15{
margin-top: 15px!important;
}
.m-t-20{
margin-top: 20px!important;
}
.m-t-40{
margin-top: 40px!important;
}
.p-l-20 {
padding-left: 20px!important;
}
.p-l-35 {
padding-left: 35px!important;
}
/****** boostrap overide *********/
.container-fluid {
padding-right: 0px;
padding-left: 26px;
}
.col-md-3, .col-lg-3{
padding-right:1%;
}
.row {
margin-right: 0px;
}
/******Left side banner background image*********/
.bg-img{
background-image:Url("../../../../Images/IMG_4294.jpg");
background-repeat: no-repeat;
background-size: auto 100vh;
background-color:#080808;
color:#FFF;
height:100vh !important;
opacity:0.9;
}
.layer {
background-color: rgba(53, 14, 113, 0.30);
position: absolute;
top: 0;
left: 0;
width: 95.45%;
height: 100%;
}
.pull-bottom {
position: absolute!important;
bottom: 0;
}
.banner h2{
line-height: 40px;
letter-spacing: normal;
font-weight:400;
color:#fff;
}
#mail-info, #mail-info>a, #mail-info+p{
padding-right:17%;
font-size:12px;
letter-spacing: 0.2px;
line-height: 17px;
color:#fff !important;
}
/******Logo *********/
/*.logo {
width: 101%;
height: auto;
float: left;
margin-left: -1%;
margin-top: 3%;
padding-top: 3%;
}*/
.logo {
width: 110%;
height: auto;
float: left;
margin-left: -5%;
margin-top: 3%;
padding-top: 3%;
padding-bottom: 8%;
}
/****** Login form *********/
.form-container{
position:relative;
}
.form-margin{
margin-top: 3%;
}
.input-div-style{
border: 1px solid #ccc;
border-radius:2px;
padding: 7px 10px;
margin-right:5%;
}
.div-lbl{
color:#626262;
padding-left: 0px;
}
.error-lbl{
font-size:12px;
color:#f55753;
font-weight:normal;
padding-left: 0px;
}
.input-event{
outline: none;
width:80%;
font-size:13px;
background-color: #fafafa;
}
.input-event:required {
box-shadow:none;
}
#eq1 {
box-shadow: 0px 0px 0px #0e3b50;
margin: 4px 0 0;
max-width:13px;
position:absolute;
}
@media (max-width: 768px){
#eq1 {
box-shadow: 0px 0px 0px #0e3b50;
margin: 12px 0 0;
max-width:13px;
position:absolute;
}
}
.color-transision{
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
}
/* Change autocomplete styles in WebKit */
.input-event:-webkit-autofill,
.input-event:-webkit-autofill:hover,
.input-event:-webkit-autofill:focus
.input-event:-webkit-autofill {
-webkit-text-fill-color: #000;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}
.input-event:focus {
outline: none;
-webkit-appearance: none;
width:100%;
}
.m-t-10 {
margin-top: 10px;
}
.btn-cons {
margin-right: 5px;
min-width: 110px;
}
.btn-primary, .btn-primary:focus {
color: #ffffff;
background-color: #286090;
border-color: #3f51b5;
}
.btn-primary:hover{
background-color:#2c93b9;
}
/****** media query *********/
/*for tablet*/
@media only screen and (max-width: 990px) {
.input-event{
width:80%;
}
.input-div-style{
margin:0%;
}
.form-margin-top{
margin-top:1%;
}
.bg-img{
display:none;
}
}
@media only screen and (max-width: 990px) {
.marging-b-200 {
margin-bottom: 200px;
}
.marging-b-500 {
margin-bottom: 500px;
}
.marging-b-150 {
margin-bottom: 150px;
}
}
/*for mobile*/
@media only screen and (max-width: 425px) {
.container-fluid {
padding-right: 0px;
padding-left: 26px;
}
#cancel{
float:right;
}
.no-padding-l {
padding-left: 30px;
}
}
@media only screen and (max-width: 375px) {
.btn-cons {
min-width: 80px;
}
p{
font-size: 12px;
}
} | 0.327131 | 0.062617 |
@import "";
ul {margin:0 0 auto}
.highlight{color:#d0d0d0}
.highlight table td{padding:5px}
.highlight table pre{margin:0}
.highlight .w{color:#d0d0d0}
.highlight .err{color:#151515;background-color:#ac4142}
.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#888}
.highlight .cp{color:#f4bf75}
.highlight .o,.highlight .ow{color:#f4bf75}
.highlight .p,.highlight .pi{color:#d0d0d0}
.highlight .gi{color:#90a959}
.highlight .gd{color:#ac4142}
.highlight .gh{color:#6a9fb5;font-weight:bold}
.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#aa759f}
.highlight .kc,.highlight .kt,.highlight .kd{color:#d28445}
.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#90a959}
.highlight .sr{color:#75b5aa}
.highlight .si,.highlight .se{color:#8f5536}
.highlight .nt,.highlight .nn,.highlight .nc,.highlight .no{color:#f4bf75}
.highlight .na{color:#6a9fb5}
.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#90a959}
.highlight .ss{color:#90a959}
body{margin:0;padding:0;background:#190e1d url("../images/bkg.png") 0 0;color:#eaeaea;font-size:16px;line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}
.container{width:90%;max-width:1000px;margin:0 auto}
section{display:block;margin:0 0 20px 0}
li{line-height:1.4}
header{background:rgba(0,0,0,0.1);width:100%;border-bottom:1px dashed #b5e853;padding:20px 0;margin:0 0 40px 0}
header h1{font-size:30px;line-height:1.5;margin:0 0 0 -40px;font-weight:bold;font-family:Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;color:#b5e853;text-shadow:0 1px 1px rgba(0,0,0,0.1),0 0 5px rgba(181,232,83,0.1),0 0 10px rgba(181,232,83,0.1);letter-spacing:-1px;-webkit-font-smoothing:antialiased}
@media (max-width: 1000px){header h1{margin-left:0}
}
header h1:before{content:"./ ";font-size:24px}
header h2{font-size:18px;font-weight:300;color:#666}
#downloads .btn{display:inline-block;text-align:center;margin:0}
#main_content{width:100%;-webkit-font-smoothing:antialiased}
section img{max-width:100%}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-family:Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;color:#b5e853;letter-spacing:-0.03em;text-shadow:0 1px 1px rgba(0,0,0,0.1),0 0 5px rgba(181,232,83,0.1),0 0 10px rgba(181,232,83,0.1)}
#main_content h1{font-size:30px}
#main_content h2{font-size:24px}
#main_content h3{font-size:18px}
#main_content h4{font-size:14px}
#main_content h5{font-size:12px;text-transform:uppercase;margin:0 0 5px 0}
#main_content h6{font-size:12px;text-transform:uppercase;color:#999;margin:0 0 5px 0}
dt{font-style:italic;font-weight:bold}
blockquote{color:#aaa;padding-left:10px;border-left:1px dotted #666}
pre{background:rgba(0,0,0,0.9);border:1px solid rgba(255,255,255,0.15);padding:10px;font-size:16px;color:#b5e853;border-radius:2px;word-wrap:normal;overflow:auto;overflow-y:hidden}
code.highlighter-rouge{background:rgba(0,0,0,0.9);border:1px solid rgba(255,255,255,0.15);padding:0px 3px;margin:0px -3px;color:#aa759f;border-radius:2px}
table{width:100%;margin:0 0 20px 0}
th{text-align:left;border-bottom:1px dashed #b5e853;padding:5px 10px}
td{padding:5px 10px}
hr{height:0;border:0;border-bottom:1px dashed #b5e853;color:#b5e853}
.btn{display:inline-block;background:-webkit-linear-gradient(top, rgba(40,40,40,0.3), rgba(35,35,35,0.3) 50%, rgba(10,10,10,0.3) 50%, rgba(0,0,0,0.3));padding:8px 18px;border-radius:50px;border:2px solid rgba(0,0,0,0.7);border-bottom:2px solid rgba(0,0,0,0.7);border-top:2px solid #000;color:rgba(255,255,255,0.8);font-family:Helvetica, Arial, sans-serif;font-weight:bold;font-size:13px;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.75);box-shadow:inset 0 1px 0 rgba(255,255,255,0.05)}
.btn:hover{background:-webkit-linear-gradient(top, rgba(40,40,40,0.6), rgba(35,35,35,0.6) 50%, rgba(10,10,10,0.8) 50%, rgba(0,0,0,0.8))}
.btn .icon{display:inline-block;width:16px;height:16px;margin:1px 8px 0 0;float:left}
.btn-github .icon{opacity:0.6;background:url("../images/blacktocat.png") 0 0 no-repeat}
a{color:#63d8f5;text-shadow:0 0 5px rgba(104, 187, 255, 0.5);text-decoration: none;}
.cf:before,.cf:after{content:"";display:table}
.cf:after{clear:both}
.cf{zoom:1}
#a-title{text-decoration:none} | assets/css/style.css | @import "";
ul {margin:0 0 auto}
.highlight{color:#d0d0d0}
.highlight table td{padding:5px}
.highlight table pre{margin:0}
.highlight .w{color:#d0d0d0}
.highlight .err{color:#151515;background-color:#ac4142}
.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#888}
.highlight .cp{color:#f4bf75}
.highlight .o,.highlight .ow{color:#f4bf75}
.highlight .p,.highlight .pi{color:#d0d0d0}
.highlight .gi{color:#90a959}
.highlight .gd{color:#ac4142}
.highlight .gh{color:#6a9fb5;font-weight:bold}
.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#aa759f}
.highlight .kc,.highlight .kt,.highlight .kd{color:#d28445}
.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#90a959}
.highlight .sr{color:#75b5aa}
.highlight .si,.highlight .se{color:#8f5536}
.highlight .nt,.highlight .nn,.highlight .nc,.highlight .no{color:#f4bf75}
.highlight .na{color:#6a9fb5}
.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#90a959}
.highlight .ss{color:#90a959}
body{margin:0;padding:0;background:#190e1d url("../images/bkg.png") 0 0;color:#eaeaea;font-size:16px;line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}
.container{width:90%;max-width:1000px;margin:0 auto}
section{display:block;margin:0 0 20px 0}
li{line-height:1.4}
header{background:rgba(0,0,0,0.1);width:100%;border-bottom:1px dashed #b5e853;padding:20px 0;margin:0 0 40px 0}
header h1{font-size:30px;line-height:1.5;margin:0 0 0 -40px;font-weight:bold;font-family:Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;color:#b5e853;text-shadow:0 1px 1px rgba(0,0,0,0.1),0 0 5px rgba(181,232,83,0.1),0 0 10px rgba(181,232,83,0.1);letter-spacing:-1px;-webkit-font-smoothing:antialiased}
@media (max-width: 1000px){header h1{margin-left:0}
}
header h1:before{content:"./ ";font-size:24px}
header h2{font-size:18px;font-weight:300;color:#666}
#downloads .btn{display:inline-block;text-align:center;margin:0}
#main_content{width:100%;-webkit-font-smoothing:antialiased}
section img{max-width:100%}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-family:Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;color:#b5e853;letter-spacing:-0.03em;text-shadow:0 1px 1px rgba(0,0,0,0.1),0 0 5px rgba(181,232,83,0.1),0 0 10px rgba(181,232,83,0.1)}
#main_content h1{font-size:30px}
#main_content h2{font-size:24px}
#main_content h3{font-size:18px}
#main_content h4{font-size:14px}
#main_content h5{font-size:12px;text-transform:uppercase;margin:0 0 5px 0}
#main_content h6{font-size:12px;text-transform:uppercase;color:#999;margin:0 0 5px 0}
dt{font-style:italic;font-weight:bold}
blockquote{color:#aaa;padding-left:10px;border-left:1px dotted #666}
pre{background:rgba(0,0,0,0.9);border:1px solid rgba(255,255,255,0.15);padding:10px;font-size:16px;color:#b5e853;border-radius:2px;word-wrap:normal;overflow:auto;overflow-y:hidden}
code.highlighter-rouge{background:rgba(0,0,0,0.9);border:1px solid rgba(255,255,255,0.15);padding:0px 3px;margin:0px -3px;color:#aa759f;border-radius:2px}
table{width:100%;margin:0 0 20px 0}
th{text-align:left;border-bottom:1px dashed #b5e853;padding:5px 10px}
td{padding:5px 10px}
hr{height:0;border:0;border-bottom:1px dashed #b5e853;color:#b5e853}
.btn{display:inline-block;background:-webkit-linear-gradient(top, rgba(40,40,40,0.3), rgba(35,35,35,0.3) 50%, rgba(10,10,10,0.3) 50%, rgba(0,0,0,0.3));padding:8px 18px;border-radius:50px;border:2px solid rgba(0,0,0,0.7);border-bottom:2px solid rgba(0,0,0,0.7);border-top:2px solid #000;color:rgba(255,255,255,0.8);font-family:Helvetica, Arial, sans-serif;font-weight:bold;font-size:13px;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.75);box-shadow:inset 0 1px 0 rgba(255,255,255,0.05)}
.btn:hover{background:-webkit-linear-gradient(top, rgba(40,40,40,0.6), rgba(35,35,35,0.6) 50%, rgba(10,10,10,0.8) 50%, rgba(0,0,0,0.8))}
.btn .icon{display:inline-block;width:16px;height:16px;margin:1px 8px 0 0;float:left}
.btn-github .icon{opacity:0.6;background:url("../images/blacktocat.png") 0 0 no-repeat}
a{color:#63d8f5;text-shadow:0 0 5px rgba(104, 187, 255, 0.5);text-decoration: none;}
.cf:before,.cf:after{content:"";display:table}
.cf:after{clear:both}
.cf{zoom:1}
#a-title{text-decoration:none} | 0.192919 | 0.081776 |
body {
background-color: rgb(48, 52, 54);
margin: 0px;
overflow-x: hidden;
display: flex;
flex-flow: column;
align-items: center;
align-content: center;
scrollbar-color: #454a4d #202324;
}
.contentviewer {
position: relative;
display: flex;
flex-flow: column;
background-color: rgb(33, 35, 37);
min-height: 500px;
margin: 4px;
flex-grow: 1000;
flex-shrink: 1000;
flex-basis: 50%;
border-radius: 15px;
overflow: hidden;
}
table {
display: flex;
width: 100%;
}
.message {
width: 250px;
height: auto;
margin: 0;
opacity: 1;
transition-duration: 0.2s;
min-height: 50px;
align-content: center;
display: flex;
flex-flow: column;
border-radius: 10px;
}
.message:hover:not(:disabled) {
opacity: 0.7;
}
.header {
position: relative;
width: 100%;
height: 80px;
margin-bottom: 4px;
display: flex;
flex-flow: column;
background-color: #000000;
}
#container {
position: absolute;
left: 0px;
top: 75px;
width: 100%;
height: calc(100% - 75px);
}
.title {
text-align: center;
display: flex;
flex-flow: column;
margin: 0;
align-self: center;
align-items: center;
align-content: center;
padding-top: 20px;
padding-bottom: 20px;
background: rgb(62, 67, 70);
width: 100%;
}
h1 {
color: rgb(232, 230, 227);
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
text-align: center;
font-weight: bold;
}
p {
color: rgb(232, 230, 227);
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-align: center;
font-weight: bold;
margin: 10px;
}
label {
color: rgb(232, 230, 227);
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: center;
font-weight: bold;
}
#matrix {
display: flex;
flex-flow: wrap;
flex-grow: 8;
max-width: 440px;
align-self: center;
}
svg {
display: flex;
flex-basis: 12.5%;
height: 50px;
width: 50px;
}
.header h1 {
padding-left: 20px;
}
.content {
display: flex;
flex-flow: wrap;
max-width: 1700px;
width: 100%;
}
.flexRow {
display: flex;
flex-flow: row;
align-items: center;
align-content: center;
align-self: center;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
text-align: center;
display: flex;
align-self: center;
background-color: #3e4f51;
border-width: 0px;
color: rgb(232, 230, 227);
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
margin: 6px;
height: 50px;
transition: 0.1s;
font-weight: bold;
flex-basis: 50%;
}
input[type=number]:hover:not(:disabled) {
background-color: #6d8a8d;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]:disabled {
opacity: 0.2;
}
input[type=text] {
text-align: center;
background-color: #3e4f51;
border-width: 0px;
color: rgb(232, 230, 227);
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
height: 50px;
transition: 0.1s;
font-weight: bold;
}
input[type=text]:hover:not(:disabled) {
background-color: #6d8a8d;
}
input[type=text]:disabled {
opacity: 0.2;
}
button {
transition-duration: 0.1s;
height: 50px;
border-width: 0px;
border-radius: 10px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
color: rgb(232, 230, 227);
font-size: 18px;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
margin: 6px;
}
button:hover:not(:disabled) {
background: linear-gradient(45deg, #40ac5b, #60c0ae);
cursor: pointer;
}
input[type=range] {
-webkit-appearance: none;
border-radius: 25px;
background: #3e4f51;
outline: none;
transition: 0.1s;
}
.legendedRange {
left: calc(6.25% - 15px);
position: relative;
width: calc(87.5% + 25px);
}
option {
color: rgb(232, 230, 227);
font-weight: bold;
text-align: center;
flex-basis: 12.5%;
}
datalist {
display: flex;
font-family: Arial;
font-weight: bold;
flex-flow: row;
margin-top: 10px;
align-content: center;
align-items: center;
align-self: center;
position: relative;
width: 100%;
}
input[type=range]:hover:not(:disabled) {
background: #6d8a8d;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
cursor: pointer;
border-radius: 25px;
}
input[type=range]::-moz-range-thumb {
width: 25px;
height: 25px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
border-radius: 25px;
cursor: pointer;
}
select {
background-color: #3e4f51;
color: rgb(232, 230, 227);
margin: 15px;
height: 50px;
border-radius: 10px;
max-width: 100px;
border-width: 0px;
font-size: 18px;
font-weight: bold;
width: 100px;
text-align: center;
}
input[type=radio] {
width: 40px;
height: 40px;
appearance: none;
outline: none;
cursor: pointer;
border-radius: 40px;
padding: 4px 8px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
filter: brightness(0.3) contrast(0.6) hue-rotate(62deg);
transition: all 100ms linear;
}
input[type=color] {
height: 50px;
background-color: #3e4f51;
border: 2px solid #3e4f51;
overflow: hidden;
align-self: center;
width: 120px;
height: 80px;
}
input[type=radio]:checked {
filter: none;
}
input[type=radio]:before {
content: attr(label);
display: inline-block;
text-align: center;
width: 100%;
}
.inputnumfixedwidth {
width: 90px;
}
.black {
background-color: black;
}
.hugetopmargin {
margin-top: 50px;
}
.hugeverticalmargin {
margin-top: 50px;
margin-bottom: 50px;
}
.hugemargin {
margin: 50px;
}
.mediumtopmargin {
margin-top: 20px;
}
.mediummargin {
margin: 20px;
}
.red {
background: linear-gradient(45deg, #ac4040, #aa5a3a);
}
.red:hover:not(:disabled) {
background: linear-gradient(45deg, #ac4040, #d2a740);
}
.green {
background: linear-gradient(45deg, #62ac40, #3aaa6b);
}
.green:hover:not(:disabled) {
background: linear-gradient(45deg, #48ce57, #58dd9e);
}
.blue {
background: linear-gradient(45deg, #405bac, #583aaa);
}
.blue:hover:not(:disabled) {
background: linear-gradient(45deg, #4089ac, #4080d2)
}
.grey {
background: linear-gradient(45deg, #3a484a, #485956);
}
.grey:hover:not(:disabled) {
background: linear-gradient(45deg, #58756e, #495b58);
}
.purple {
background: linear-gradient(45deg, #4047ac, #a63aaa);
}
.purple:hover:not(:disabled) {
background: linear-gradient(45deg, #ac4096, #aa3a3a);
}
button:disabled {
opacity: 0.2;
}
@media only screen and (min-width: 450px) {
.fixedwidth {
flex-basis: 440px;
flex-grow: 1;
flex-shrink: 0;
}
}
.colorButton {
width: 80px;
}
.done {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNOSAxNi4yTDQuOCAxMmwtMS40IDEuNEw5IDE5IDIxIDdsLTEuNC0xLjRMOSAxNi4yeiIvPjwvc3ZnPg==");
background-repeat: no-repeat;
background-size: contain;
background-position-x: left;
background-position-y: center;
}
.error {
background-image: url("data:image/svg+xml;base64,<KEY>=");
background-repeat: no-repeat;
background-size: contain;
background-position-x: left;
background-position-y: center;
}
.warning {
background-image: url("data:image/svg+xml;base64,<KEY>oMnY0eiIvPjwvc3ZnPg==");
background-repeat: no-repeat;
background-size: contain;
background-position-x: left;
background-position-y: center;
}
.rouge {
background: linear-gradient(45deg, #c10000b5, #ff6969c9);
}
.orange {
background: linear-gradient(45deg, #d09c01d6, #ffd32bd9);
}
.vert {
background: linear-gradient(45deg, #1c970ade, #55c146d6);
}
#contentnotifs {
bottom: 0px;
right: 5px;
position: fixed;
height: auto;
max-width: 250px;
width: 100%;
z-index: 1;
}
.contentmessage {
margin: auto;
padding: 10px;
}
.animContent {
display: flex;
align-content: center;
align-items: center;
height: 80px;
transition-duration: 0.2s;
}
.animContent:hover {
background-color: #32403d;
}
.titleAnim {
flex-grow: 1000;
}
.mainContentAnim {
max-width: 900px;
}
.modal-content {
width: 100%;
max-width: 600px;
position: fixed;
bottom: 0px;
right: 0px;
display: none;
}
.close-modal {
width: 50px;
height: 50px;
border-radius: 50px;
font-weight: bold;
font-size: 20px;
font-family: "Arial";
position: absolute;
top: 8px;
z-index: 3;
right: 8px;
}
.contentTitleAnim {
flex-flow: row;
display: flex;
flex-grow: 2;
align-items: center;
}
.editButton {
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
background-image: url('../images/edit.svg'), linear-gradient(45deg, #4098ac, #3aaa96);
background-size: contain;
}
.editButton:hover {
background-position: center center;
background-repeat: no-repeat;
background: url('../images/edit.svg'), linear-gradient(45deg, #62ac40, #3aaa6b);
}
.playButton {
background: url('../images/play.svg'), linear-gradient(45deg, #4047ac, #a63aaa);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
}
.playButton:hover {
background: url('../images/play.svg'), linear-gradient(45deg, #ac4096, #aa3a3a);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.deleteButton {
background: url('../images/delete.svg'), linear-gradient(45deg, #ac4040, #aa5a3a);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
}
.deleteButton:hover {
background: url('../images/delete.svg'), linear-gradient(45deg, #ac4040, #d2a740);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.stopButton {
background: url('../images/stop.svg'), linear-gradient(45deg, #ac4040, #aa5a3a);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
display: block;
position: absolute;
top: 9px;
right: 9px;
}
.stopButton:hover {
background: url('../images/stop.svg'), linear-gradient(45deg, #ac4040, #d2a740);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.barre {
border-radius: 25px;
background: #3e4f51;
outline: none;
transition: 0.1s;
height: 30px;
width: 100%;
}
.barre_chargee {
display: block;
height: 100%;
border-radius: 20px;
}
.send_progress {
display: flex;
flex-flow: row;
margin-bottom: 10px;
align-content: center;
align-items: center;
top: 50%;
position: relative;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 20px);
max-width: 600px;
}
.send_progress p {
width: 70px;
margin: 0;
padding: 0;
text-align: left;
}
.barre_chargee {
width: 45%;
border-radius: 25px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
outline: none;
transition: 0.1s;
max-width: 100%;
}
.splash_screen {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: #000000cf;
display: none;
} | WEB/css/Main.css | body {
background-color: rgb(48, 52, 54);
margin: 0px;
overflow-x: hidden;
display: flex;
flex-flow: column;
align-items: center;
align-content: center;
scrollbar-color: #454a4d #202324;
}
.contentviewer {
position: relative;
display: flex;
flex-flow: column;
background-color: rgb(33, 35, 37);
min-height: 500px;
margin: 4px;
flex-grow: 1000;
flex-shrink: 1000;
flex-basis: 50%;
border-radius: 15px;
overflow: hidden;
}
table {
display: flex;
width: 100%;
}
.message {
width: 250px;
height: auto;
margin: 0;
opacity: 1;
transition-duration: 0.2s;
min-height: 50px;
align-content: center;
display: flex;
flex-flow: column;
border-radius: 10px;
}
.message:hover:not(:disabled) {
opacity: 0.7;
}
.header {
position: relative;
width: 100%;
height: 80px;
margin-bottom: 4px;
display: flex;
flex-flow: column;
background-color: #000000;
}
#container {
position: absolute;
left: 0px;
top: 75px;
width: 100%;
height: calc(100% - 75px);
}
.title {
text-align: center;
display: flex;
flex-flow: column;
margin: 0;
align-self: center;
align-items: center;
align-content: center;
padding-top: 20px;
padding-bottom: 20px;
background: rgb(62, 67, 70);
width: 100%;
}
h1 {
color: rgb(232, 230, 227);
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
text-align: center;
font-weight: bold;
}
p {
color: rgb(232, 230, 227);
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-align: center;
font-weight: bold;
margin: 10px;
}
label {
color: rgb(232, 230, 227);
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: center;
font-weight: bold;
}
#matrix {
display: flex;
flex-flow: wrap;
flex-grow: 8;
max-width: 440px;
align-self: center;
}
svg {
display: flex;
flex-basis: 12.5%;
height: 50px;
width: 50px;
}
.header h1 {
padding-left: 20px;
}
.content {
display: flex;
flex-flow: wrap;
max-width: 1700px;
width: 100%;
}
.flexRow {
display: flex;
flex-flow: row;
align-items: center;
align-content: center;
align-self: center;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
text-align: center;
display: flex;
align-self: center;
background-color: #3e4f51;
border-width: 0px;
color: rgb(232, 230, 227);
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
margin: 6px;
height: 50px;
transition: 0.1s;
font-weight: bold;
flex-basis: 50%;
}
input[type=number]:hover:not(:disabled) {
background-color: #6d8a8d;
}
/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]:disabled {
opacity: 0.2;
}
input[type=text] {
text-align: center;
background-color: #3e4f51;
border-width: 0px;
color: rgb(232, 230, 227);
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
height: 50px;
transition: 0.1s;
font-weight: bold;
}
input[type=text]:hover:not(:disabled) {
background-color: #6d8a8d;
}
input[type=text]:disabled {
opacity: 0.2;
}
button {
transition-duration: 0.1s;
height: 50px;
border-width: 0px;
border-radius: 10px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
color: rgb(232, 230, 227);
font-size: 18px;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
margin: 6px;
}
button:hover:not(:disabled) {
background: linear-gradient(45deg, #40ac5b, #60c0ae);
cursor: pointer;
}
input[type=range] {
-webkit-appearance: none;
border-radius: 25px;
background: #3e4f51;
outline: none;
transition: 0.1s;
}
.legendedRange {
left: calc(6.25% - 15px);
position: relative;
width: calc(87.5% + 25px);
}
option {
color: rgb(232, 230, 227);
font-weight: bold;
text-align: center;
flex-basis: 12.5%;
}
datalist {
display: flex;
font-family: Arial;
font-weight: bold;
flex-flow: row;
margin-top: 10px;
align-content: center;
align-items: center;
align-self: center;
position: relative;
width: 100%;
}
input[type=range]:hover:not(:disabled) {
background: #6d8a8d;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
cursor: pointer;
border-radius: 25px;
}
input[type=range]::-moz-range-thumb {
width: 25px;
height: 25px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
border-radius: 25px;
cursor: pointer;
}
select {
background-color: #3e4f51;
color: rgb(232, 230, 227);
margin: 15px;
height: 50px;
border-radius: 10px;
max-width: 100px;
border-width: 0px;
font-size: 18px;
font-weight: bold;
width: 100px;
text-align: center;
}
input[type=radio] {
width: 40px;
height: 40px;
appearance: none;
outline: none;
cursor: pointer;
border-radius: 40px;
padding: 4px 8px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
filter: brightness(0.3) contrast(0.6) hue-rotate(62deg);
transition: all 100ms linear;
}
input[type=color] {
height: 50px;
background-color: #3e4f51;
border: 2px solid #3e4f51;
overflow: hidden;
align-self: center;
width: 120px;
height: 80px;
}
input[type=radio]:checked {
filter: none;
}
input[type=radio]:before {
content: attr(label);
display: inline-block;
text-align: center;
width: 100%;
}
.inputnumfixedwidth {
width: 90px;
}
.black {
background-color: black;
}
.hugetopmargin {
margin-top: 50px;
}
.hugeverticalmargin {
margin-top: 50px;
margin-bottom: 50px;
}
.hugemargin {
margin: 50px;
}
.mediumtopmargin {
margin-top: 20px;
}
.mediummargin {
margin: 20px;
}
.red {
background: linear-gradient(45deg, #ac4040, #aa5a3a);
}
.red:hover:not(:disabled) {
background: linear-gradient(45deg, #ac4040, #d2a740);
}
.green {
background: linear-gradient(45deg, #62ac40, #3aaa6b);
}
.green:hover:not(:disabled) {
background: linear-gradient(45deg, #48ce57, #58dd9e);
}
.blue {
background: linear-gradient(45deg, #405bac, #583aaa);
}
.blue:hover:not(:disabled) {
background: linear-gradient(45deg, #4089ac, #4080d2)
}
.grey {
background: linear-gradient(45deg, #3a484a, #485956);
}
.grey:hover:not(:disabled) {
background: linear-gradient(45deg, #58756e, #495b58);
}
.purple {
background: linear-gradient(45deg, #4047ac, #a63aaa);
}
.purple:hover:not(:disabled) {
background: linear-gradient(45deg, #ac4096, #aa3a3a);
}
button:disabled {
opacity: 0.2;
}
@media only screen and (min-width: 450px) {
.fixedwidth {
flex-basis: 440px;
flex-grow: 1;
flex-shrink: 0;
}
}
.colorButton {
width: 80px;
}
.done {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNOSAxNi4yTDQuOCAxMmwtMS40IDEuNEw5IDE5IDIxIDdsLTEuNC0xLjRMOSAxNi4yeiIvPjwvc3ZnPg==");
background-repeat: no-repeat;
background-size: contain;
background-position-x: left;
background-position-y: center;
}
.error {
background-image: url("data:image/svg+xml;base64,<KEY>=");
background-repeat: no-repeat;
background-size: contain;
background-position-x: left;
background-position-y: center;
}
.warning {
background-image: url("data:image/svg+xml;base64,<KEY>oMnY0eiIvPjwvc3ZnPg==");
background-repeat: no-repeat;
background-size: contain;
background-position-x: left;
background-position-y: center;
}
.rouge {
background: linear-gradient(45deg, #c10000b5, #ff6969c9);
}
.orange {
background: linear-gradient(45deg, #d09c01d6, #ffd32bd9);
}
.vert {
background: linear-gradient(45deg, #1c970ade, #55c146d6);
}
#contentnotifs {
bottom: 0px;
right: 5px;
position: fixed;
height: auto;
max-width: 250px;
width: 100%;
z-index: 1;
}
.contentmessage {
margin: auto;
padding: 10px;
}
.animContent {
display: flex;
align-content: center;
align-items: center;
height: 80px;
transition-duration: 0.2s;
}
.animContent:hover {
background-color: #32403d;
}
.titleAnim {
flex-grow: 1000;
}
.mainContentAnim {
max-width: 900px;
}
.modal-content {
width: 100%;
max-width: 600px;
position: fixed;
bottom: 0px;
right: 0px;
display: none;
}
.close-modal {
width: 50px;
height: 50px;
border-radius: 50px;
font-weight: bold;
font-size: 20px;
font-family: "Arial";
position: absolute;
top: 8px;
z-index: 3;
right: 8px;
}
.contentTitleAnim {
flex-flow: row;
display: flex;
flex-grow: 2;
align-items: center;
}
.editButton {
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
background-image: url('../images/edit.svg'), linear-gradient(45deg, #4098ac, #3aaa96);
background-size: contain;
}
.editButton:hover {
background-position: center center;
background-repeat: no-repeat;
background: url('../images/edit.svg'), linear-gradient(45deg, #62ac40, #3aaa6b);
}
.playButton {
background: url('../images/play.svg'), linear-gradient(45deg, #4047ac, #a63aaa);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
}
.playButton:hover {
background: url('../images/play.svg'), linear-gradient(45deg, #ac4096, #aa3a3a);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.deleteButton {
background: url('../images/delete.svg'), linear-gradient(45deg, #ac4040, #aa5a3a);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
}
.deleteButton:hover {
background: url('../images/delete.svg'), linear-gradient(45deg, #ac4040, #d2a740);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.stopButton {
background: url('../images/stop.svg'), linear-gradient(45deg, #ac4040, #aa5a3a);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
display: block;
position: absolute;
top: 9px;
right: 9px;
}
.stopButton:hover {
background: url('../images/stop.svg'), linear-gradient(45deg, #ac4040, #d2a740);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.barre {
border-radius: 25px;
background: #3e4f51;
outline: none;
transition: 0.1s;
height: 30px;
width: 100%;
}
.barre_chargee {
display: block;
height: 100%;
border-radius: 20px;
}
.send_progress {
display: flex;
flex-flow: row;
margin-bottom: 10px;
align-content: center;
align-items: center;
top: 50%;
position: relative;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 20px);
max-width: 600px;
}
.send_progress p {
width: 70px;
margin: 0;
padding: 0;
text-align: left;
}
.barre_chargee {
width: 45%;
border-radius: 25px;
background: linear-gradient(45deg, #4098ac, #3aaa96);
outline: none;
transition: 0.1s;
max-width: 100%;
}
.splash_screen {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: #000000cf;
display: none;
} | 0.588771 | 0.083516 |
.landing {
width: 100%;
height: 100vh;
background-image: url('./background.jpg');
background-position: center;
background-size: cover;
}
.inner_tan_landing {
position: absolute;
width: 180px;
height: 180px;
left: 50%;
top: 30%;
transform: translate(-50%, 0%);
border: 4px solid black;
background-color: rgb(255, 226, 188);
border-radius: 100px;
-webkit-box-shadow: 16px 13px 25px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 16px 13px 25px 3px rgba(0,0,0,0.75);
box-shadow: 16px 13px 25px 3px rgba(0,0,0,0.75);
}
.inner_red_landing {
width: 100px;
height: 100px;
margin: 38px auto;
background-image: url('./noisebridge.png');
background-position: center;
background-size: cover;
opacity: .8;
border-radius: 60px;
border: 4px solid black;
}
.rotate {
position: absolute;
color: black;
font-size: 43px;
font-weight: bold;
font-family: 'Courier New', Courier, monospace;
height: 95px;
width: 10px;
left: 48%;
top: 0px;
transform-origin: bottom center;
}
.char1 { transform: rotate(-85deg); }
.char2 { transform: rotate(-65deg); }
.char3 { transform: rotate(-45deg); }
.char4 { transform: rotate(-25deg); }
.char5 { transform: rotate(-10deg); }
.char6 { transform: rotate(0deg); }
.char7 { transform: rotate(30deg); }
.char8 { transform: rotate(50deg); }
.char9 { transform: rotate(70deg); }
.enter {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, 0%);
font-family: 'Courier New', Courier, monospace;
font-size: 30px;
font-weight: bold;
background-color: rgb(255, 226, 188);
width: 250px;
border-radius: 50px;
border: 4px solid black;
text-align: center;
-webkit-box-shadow: 10px 9px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 16px 0px rgba(0,0,0,0.75);
box-shadow: 10px 9px 16px 0px rgba(0,0,0,0.75);
}
.enter:active{
-webkit-box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.75);
} | packages/react-ui/src/pages/Landing.css | .landing {
width: 100%;
height: 100vh;
background-image: url('./background.jpg');
background-position: center;
background-size: cover;
}
.inner_tan_landing {
position: absolute;
width: 180px;
height: 180px;
left: 50%;
top: 30%;
transform: translate(-50%, 0%);
border: 4px solid black;
background-color: rgb(255, 226, 188);
border-radius: 100px;
-webkit-box-shadow: 16px 13px 25px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 16px 13px 25px 3px rgba(0,0,0,0.75);
box-shadow: 16px 13px 25px 3px rgba(0,0,0,0.75);
}
.inner_red_landing {
width: 100px;
height: 100px;
margin: 38px auto;
background-image: url('./noisebridge.png');
background-position: center;
background-size: cover;
opacity: .8;
border-radius: 60px;
border: 4px solid black;
}
.rotate {
position: absolute;
color: black;
font-size: 43px;
font-weight: bold;
font-family: 'Courier New', Courier, monospace;
height: 95px;
width: 10px;
left: 48%;
top: 0px;
transform-origin: bottom center;
}
.char1 { transform: rotate(-85deg); }
.char2 { transform: rotate(-65deg); }
.char3 { transform: rotate(-45deg); }
.char4 { transform: rotate(-25deg); }
.char5 { transform: rotate(-10deg); }
.char6 { transform: rotate(0deg); }
.char7 { transform: rotate(30deg); }
.char8 { transform: rotate(50deg); }
.char9 { transform: rotate(70deg); }
.enter {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, 0%);
font-family: 'Courier New', Courier, monospace;
font-size: 30px;
font-weight: bold;
background-color: rgb(255, 226, 188);
width: 250px;
border-radius: 50px;
border: 4px solid black;
text-align: center;
-webkit-box-shadow: 10px 9px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 16px 0px rgba(0,0,0,0.75);
box-shadow: 10px 9px 16px 0px rgba(0,0,0,0.75);
}
.enter:active{
-webkit-box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 3px 5px 0px rgba(0,0,0,0.75);
} | 0.440469 | 0.1692 |
.bt_bb_toolbar {
padding: 1.4em 1.5em 1.15em;
position: relative;
font-weight: bold;
border-radius: 3px;
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item > & {
border-radius: 0;
border-top: 1px solid $(rowBorder);
}
&:after {
content: ' ';
display: table;
width: 100%;
clear: both;
}
}
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item[data-base="bt_column"] .bt_bb_toolbar {
border-top: none;
}
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item[data-base="bt_bb_column"] .bt_bb_toolbar {
border-top: none;
}
#bt_bb > .bt_bb_item_list > .bt_bb_wrap .bt_bb_wrap .bt_bb_wrap .bt_bb_toolbar {
border-top: none;
}
.bt_bb_alert {
color: rgba(200,0,0,1);
}
.bt_bb_toolbar_tools {
position: absolute;
top: 0em;
right: 0em;
left: auto;
margin: 0 0 0 -50em;
.rtl & {
left: 0em;
right: auto;
margin: 0 -50em 0 0;
}
border-radius: 2px;
white-space: nowrap;
background: #fff;
overflow: hidden;
opacity: 0;
pointer-events: none;
padding: 0.7em 0.3em 0.3em 0.7em;
box-shadow: 0 0 0.7em rgba(0,0,0,0.35);
transition: all 200ms ease;
.bt_bb_toolbar:hover & {
pointer-events: auto;
opacity: 1;
box-shadow: 0 0 0.9em rgba(0,0,0,0.55);
}
i {
font-size: 1.15em;
display: inline-block;
letter-spacing: 0.7em;
&:after {
font: normal 1.25em/1 bold-builder;
display: block;
color: inherit;
float: right;
}
}
}
/* ToolBar Icons */
/* Old GOOD set
.bt_bb_toggle:before {
content: '\e925';
}
.bt_bb_add:before {
content: '\e923';
}
.bt_bb_edit:before {
content: '\e922';
}
.bt_bb_clone:before {
content: '\e91d';
}
.bt_bb_copy:before {
content: '\e91e';
}
.bt_bb_copy_plus:before {
content: '\e91c';
}
.bt_bb_paste:before {
content: '\e921';
}
.bt_bb_delete:before {
content: '\e91f';
} */
/* New clumsy one */
.bt_bb_toggle:after {
content: '\e957';
margin: 0;
.bt_bb_toggled & {
content: '\e958';
}
}
.bt_bb_add:after {
content: '\e934';
}
.bt_bb_edit:after {
content: '\e933';
}
.bt_bb_clone:after {
content: '\e935';
}
.bt_bb_copy:after {
content: '\e92d';
}
.bt_bb_copy_plus:after {
content: '\e932';
}
.bt_bb_paste:after {
content: '\e931';
}
.bt_bb_delete:after {
content: '\e94c';
}
/* / ToolBar Icons */
/* ToolBar Icons seperators */
.bt_bb_toggle ~ .bt_bb_add,.bt_bb_clone,.bt_bb_copy,.bt_bb_paste,.bt_bb_delete {
&:before {
content: ' ';
display: block;
position: relative;
float: left;
height: 1.65em;
width: 1px;
background-color: rgba(0,0,0,0.1);
margin: -0.23em 0.65em -2em 0;
}
}
.bt_bb_toolbar_tools i:hover {
color: $(accentColor);
}
.bt_bb_copy, .bt_bb_copy_plus, .bt_bb_paste {
font-style: normal;
font-weight: bold;
}
.bt_bb_content {
padding: 10px;
padding-top: 0px;
/*white-space: pre;*/
}
.bt_bb_content:empty {
padding: 0px;
}
.bt_bb_toggle {
overflow: hidden;
/*opacity: .5;*/
}
#bt_bb_add_root {
margin: 3em auto;
background-color: $(accentColor);
border-radius: 50%;
width: 4em;
height: 4em;
line-height: 3.9em;
text-align: center;
vertical-align: middle;
transform: rotate(45deg);
box-shadow: 0 1px 18px 0 rgba(0,0,0,0.4);
cursor: pointer;
transition: all 300ms ease;
&:hover {
box-shadow: 0 1px 18px 0 rgba(0,0,0,0.6);
}
i {
display: inline-block;
vertical-align: middle;
color: $(contrastFontColor);
cursor: pointer;
line-height: 1;
letter-spacing: 0;
&:after {
content: '\e900';
font: normal 1.5em/1 bold-builder;
}
}
}
#bt_bb_main_toolbar {
position: fixed;
line-height: 1;
left: 50%;
transform: translateX(-50%);
bottom: 0px;
background: rgba(255,255,255,1);
border-bottom: 0px;
z-index: 10000;
border-radius: 4px 4px 0 0;
padding: 0.6em 0.45em 0.3em;
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
i {
margin: 0px 5px 0px 5px;
cursor: pointer;
color: #444;
line-height: 1;
&:before {
font: normal 2em/1 bold-builder;
display: inline-block;
margin: 0;
padding: 0;
}
&.bt_bb_undo {&:before {content:'\e953';}}
&.bt_bb_redo {&:before {content:'\e954';}}
&.bt_bb_paste_root {&:before {content:'\e931';}}
&.bt_bb_manage_clipboard {&:before {content:'\e94f';}}
&.bt_bb_sc_mapper {&:before {content:'\e94e';}}
&.bt_bb_preview {&:before {content:'\e951';}}
&.bt_bb_save {&:before {content:'\e928';}}
}
span {line-height: 1;}
.bt_bb_separator {
margin: 0 5px;
display: inline-block;
font: normal 2em/1 bold-builder;
vertical-align: 15%;
opacity: 0.25;
}
.bt_bb_cb_items {
font-size: 1em;
line-height: 1.4;
vertical-align: middle;
margin: 0 0 0 -1.15em;
position: absolute;
width: 1.5em;
height: 1.4em;
display: inline-block;
top: auto;
left: auto;
background: $(accentColor);
text-align: center;
color: #fff;
border-radius: 0.3em;
pointer-events: none;
&[style*=block] {display: inline-block !important;}
}
}
#bt_bb_main_toolbar i:hover {
cursor: pointer;
color: #777;
}
#bt_bb_editor_toolbar {
padding-top: 20px;
padding-bottom: 10px;
}
#wp-content-editor-tools {
padding-top: 10px !important;
}
#bt_bb_editor_toolbar.bt_bb_is_rc_editor {
padding-bottom: 0px;
}
.bt_bb_item {
position: relative;
.bt_bb_order {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
align-content: center;
position: absolute;
left: 0;
top: -0.25em;
opacity: 1;
width: 2.12em;
height: 2.12em;
background-color: $(accentColor);
border-radius: 50%;
color: $(darkFontColor);
text-align: center;
transition: all 300ms ease;
&:before {
opacity: 1 !important;
display: inline-block !important;
content: '\e951' !important;
font: normal 1.4em/1.4 bold-builder !important;
padding: 0.085em 0 0 !important;
}
.bt_bb_order_inner {
position: absolute;
z-index: 2;
border-radius: 50%;
color: #fff;
transition: background-color 300ms ease, transform 300ms ease;
width: 1.4em;
height: 1.4em;
font-weight: 700;
line-height: 1.4em;
font-size: 1em;
text-align: center;
top: 0;
left: 0;
margin: -0.5em 0 0 1.5em;
background-color: $(iconCircle);
transition: all 300ms ease;
}
&:hover {
background-color: $(alternateColor);
.bt_bb_order_inner {background-color: $(lightFontColor);}
}
}
}
.bt_bb_item_list .bt_bb_wrap:last-child .bt_bb_item {
.bt_bb_order:after {
background-color: #fafafa;
}
} | wp-content/plugins/bold-timeline-lite/bold-builder-light/css/toolbars.css | .bt_bb_toolbar {
padding: 1.4em 1.5em 1.15em;
position: relative;
font-weight: bold;
border-radius: 3px;
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item > & {
border-radius: 0;
border-top: 1px solid $(rowBorder);
}
&:after {
content: ' ';
display: table;
width: 100%;
clear: both;
}
}
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item[data-base="bt_column"] .bt_bb_toolbar {
border-top: none;
}
.bt_bb_wrap:not(.bt_bb_width) > .bt_bb_item[data-base="bt_bb_column"] .bt_bb_toolbar {
border-top: none;
}
#bt_bb > .bt_bb_item_list > .bt_bb_wrap .bt_bb_wrap .bt_bb_wrap .bt_bb_toolbar {
border-top: none;
}
.bt_bb_alert {
color: rgba(200,0,0,1);
}
.bt_bb_toolbar_tools {
position: absolute;
top: 0em;
right: 0em;
left: auto;
margin: 0 0 0 -50em;
.rtl & {
left: 0em;
right: auto;
margin: 0 -50em 0 0;
}
border-radius: 2px;
white-space: nowrap;
background: #fff;
overflow: hidden;
opacity: 0;
pointer-events: none;
padding: 0.7em 0.3em 0.3em 0.7em;
box-shadow: 0 0 0.7em rgba(0,0,0,0.35);
transition: all 200ms ease;
.bt_bb_toolbar:hover & {
pointer-events: auto;
opacity: 1;
box-shadow: 0 0 0.9em rgba(0,0,0,0.55);
}
i {
font-size: 1.15em;
display: inline-block;
letter-spacing: 0.7em;
&:after {
font: normal 1.25em/1 bold-builder;
display: block;
color: inherit;
float: right;
}
}
}
/* ToolBar Icons */
/* Old GOOD set
.bt_bb_toggle:before {
content: '\e925';
}
.bt_bb_add:before {
content: '\e923';
}
.bt_bb_edit:before {
content: '\e922';
}
.bt_bb_clone:before {
content: '\e91d';
}
.bt_bb_copy:before {
content: '\e91e';
}
.bt_bb_copy_plus:before {
content: '\e91c';
}
.bt_bb_paste:before {
content: '\e921';
}
.bt_bb_delete:before {
content: '\e91f';
} */
/* New clumsy one */
.bt_bb_toggle:after {
content: '\e957';
margin: 0;
.bt_bb_toggled & {
content: '\e958';
}
}
.bt_bb_add:after {
content: '\e934';
}
.bt_bb_edit:after {
content: '\e933';
}
.bt_bb_clone:after {
content: '\e935';
}
.bt_bb_copy:after {
content: '\e92d';
}
.bt_bb_copy_plus:after {
content: '\e932';
}
.bt_bb_paste:after {
content: '\e931';
}
.bt_bb_delete:after {
content: '\e94c';
}
/* / ToolBar Icons */
/* ToolBar Icons seperators */
.bt_bb_toggle ~ .bt_bb_add,.bt_bb_clone,.bt_bb_copy,.bt_bb_paste,.bt_bb_delete {
&:before {
content: ' ';
display: block;
position: relative;
float: left;
height: 1.65em;
width: 1px;
background-color: rgba(0,0,0,0.1);
margin: -0.23em 0.65em -2em 0;
}
}
.bt_bb_toolbar_tools i:hover {
color: $(accentColor);
}
.bt_bb_copy, .bt_bb_copy_plus, .bt_bb_paste {
font-style: normal;
font-weight: bold;
}
.bt_bb_content {
padding: 10px;
padding-top: 0px;
/*white-space: pre;*/
}
.bt_bb_content:empty {
padding: 0px;
}
.bt_bb_toggle {
overflow: hidden;
/*opacity: .5;*/
}
#bt_bb_add_root {
margin: 3em auto;
background-color: $(accentColor);
border-radius: 50%;
width: 4em;
height: 4em;
line-height: 3.9em;
text-align: center;
vertical-align: middle;
transform: rotate(45deg);
box-shadow: 0 1px 18px 0 rgba(0,0,0,0.4);
cursor: pointer;
transition: all 300ms ease;
&:hover {
box-shadow: 0 1px 18px 0 rgba(0,0,0,0.6);
}
i {
display: inline-block;
vertical-align: middle;
color: $(contrastFontColor);
cursor: pointer;
line-height: 1;
letter-spacing: 0;
&:after {
content: '\e900';
font: normal 1.5em/1 bold-builder;
}
}
}
#bt_bb_main_toolbar {
position: fixed;
line-height: 1;
left: 50%;
transform: translateX(-50%);
bottom: 0px;
background: rgba(255,255,255,1);
border-bottom: 0px;
z-index: 10000;
border-radius: 4px 4px 0 0;
padding: 0.6em 0.45em 0.3em;
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
i {
margin: 0px 5px 0px 5px;
cursor: pointer;
color: #444;
line-height: 1;
&:before {
font: normal 2em/1 bold-builder;
display: inline-block;
margin: 0;
padding: 0;
}
&.bt_bb_undo {&:before {content:'\e953';}}
&.bt_bb_redo {&:before {content:'\e954';}}
&.bt_bb_paste_root {&:before {content:'\e931';}}
&.bt_bb_manage_clipboard {&:before {content:'\e94f';}}
&.bt_bb_sc_mapper {&:before {content:'\e94e';}}
&.bt_bb_preview {&:before {content:'\e951';}}
&.bt_bb_save {&:before {content:'\e928';}}
}
span {line-height: 1;}
.bt_bb_separator {
margin: 0 5px;
display: inline-block;
font: normal 2em/1 bold-builder;
vertical-align: 15%;
opacity: 0.25;
}
.bt_bb_cb_items {
font-size: 1em;
line-height: 1.4;
vertical-align: middle;
margin: 0 0 0 -1.15em;
position: absolute;
width: 1.5em;
height: 1.4em;
display: inline-block;
top: auto;
left: auto;
background: $(accentColor);
text-align: center;
color: #fff;
border-radius: 0.3em;
pointer-events: none;
&[style*=block] {display: inline-block !important;}
}
}
#bt_bb_main_toolbar i:hover {
cursor: pointer;
color: #777;
}
#bt_bb_editor_toolbar {
padding-top: 20px;
padding-bottom: 10px;
}
#wp-content-editor-tools {
padding-top: 10px !important;
}
#bt_bb_editor_toolbar.bt_bb_is_rc_editor {
padding-bottom: 0px;
}
.bt_bb_item {
position: relative;
.bt_bb_order {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
align-content: center;
position: absolute;
left: 0;
top: -0.25em;
opacity: 1;
width: 2.12em;
height: 2.12em;
background-color: $(accentColor);
border-radius: 50%;
color: $(darkFontColor);
text-align: center;
transition: all 300ms ease;
&:before {
opacity: 1 !important;
display: inline-block !important;
content: '\e951' !important;
font: normal 1.4em/1.4 bold-builder !important;
padding: 0.085em 0 0 !important;
}
.bt_bb_order_inner {
position: absolute;
z-index: 2;
border-radius: 50%;
color: #fff;
transition: background-color 300ms ease, transform 300ms ease;
width: 1.4em;
height: 1.4em;
font-weight: 700;
line-height: 1.4em;
font-size: 1em;
text-align: center;
top: 0;
left: 0;
margin: -0.5em 0 0 1.5em;
background-color: $(iconCircle);
transition: all 300ms ease;
}
&:hover {
background-color: $(alternateColor);
.bt_bb_order_inner {background-color: $(lightFontColor);}
}
}
}
.bt_bb_item_list .bt_bb_wrap:last-child .bt_bb_item {
.bt_bb_order:after {
background-color: #fafafa;
}
} | 0.351756 | 0.126893 |
@font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff2") format("woff2"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff") format("woff"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.ttf") format("truetype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.svg#Raleway") format("svg");
/* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
font-family: 'SourceSansPro';
src: url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg");
/* Legacy iOS */
}
/**End police*/
/*** Hello staff custom color ***/
/*// @mixin hs_police {
// font-family: Raleway-Black;
// src: url("fonts/Raleway/Raleway-Black.tff");
// }*/
/*** Hello staff form element ***/
/*** Hello staff buttons ***/
/*** modal ***/
/*** divider ***/
/*** start range slider ***/
/*** end ***/
/* line 3, ../../../../sass/Front/generale/_layout.scss */
html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
/*** Hello staff positioning ***/
/* taille avec responsivite des police: p , span, label, input, li, button,
titre: title_h1, title_h2, title_h3, ...
h1, h2, h3
*/
/* line 14, ../../../../sass/Front/generale/_default.scss */
label {
/*color: #707070;*/
}
/* line 18, ../../../../sass/Front/generale/_default.scss */
.title_h2 {
color: #707070;
font-size: 28px;
}
/* line 22, ../../../../sass/Front/generale/_default.scss */
.label_create_event {
color: #707070;
font-size: 18px;
}
/* End taille avec responsivite des police */
/* line 29, ../../../../sass/Front/generale/_default.scss */
.police_number {
font-family: SourceSansPro !important;
}
/* line 6, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_statement_finished_event {
padding-top: 2%;
padding-left: 2%;
padding-right: 2%;
background-color: #F2F6F8;
}
/* line 13, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event {
width: 96%;
background-color: #fff;
padding: 2%;
}
/* line 18, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event {
width: 100%;
background-color: #fff;
}
/* line 22, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event .form_item_create_event .input_create_event {
position: absolute;
width: 76%;
right: 2%;
bottom: -1rem;
}
/* line 28, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event .form_item_create_event .search {
top: 4%;
right: 2.5%;
}
/* line 37, ../../../../sass/Front/agency/finished_event/statement.scss */
.form_item_create_event {
position: relative;
width: 31%;
}
/* line 41, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_step_profil {
width: 100%;
height: 100px;
position: relative;
background-color: #F2F6F8;
margin-top: 0.5px;
margin-bottom: 0.5px;
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
/* line 51, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event {
width: 100%;
background-color: #fff;
border-bottom: 1px solid #F2F6F8;
border-top: 1px solid #F2F6F8;
}
/* line 58, ../../../../sass/Front/agency/finished_event/statement.scss */
.step_modify_profil {
width: 73%;
height: 100px;
border-bottom: 1px solid #F2F6F8;
border-top: 1px solid #F2F6F8;
position: relative;
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
/* line 66, ../../../../sass/Front/agency/finished_event/statement.scss */
.step_modify_profil .modify {
height: 96%;
width: 100%;
background-color: #F2F6F8;
padding: 0 25px;
font-size: 20px;
color: #707070;
display: -webkit-flex;
-webkit-align-items: center;
-webkit-flex-wrap: wrap;
display: flex;
align-items: center;
flex-wrap: wrap;
}
/* line 77, ../../../../sass/Front/agency/finished_event/statement.scss */
label.modify.wth_statement_label {
color: #707070;
width: 10%;
text-align: center;
}
/* line 83, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event {
width: 49%;
display: -webkit-flex;
-webkit-justify-content: space-between;
display: flex;
justify-content: space-between;
}
/* line 88, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_divider_finished_pages {
width: 100%;
}
/* line 92, ../../../../sass/Front/agency/finished_event/statement.scss */
.first_divider_statement_content_finished_event {
width: 50%;
}
/* line 96, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event {
width: 98%;
display: -webkit-flex;
-webkit-flex-direction: column;
display: flex;
flex-direction: column;
}
/* line 100, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .question_statement_finished_event {
padding-top: 2%;
width: 100%;
}
/* line 104, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .question_statement_finished_event label {
color: #707070;
font-size: 20px;
padding-left: 2%;
}
/* line 110, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .question_statement_finished_event textarea {
height: 100px;
border: solid 1px rgba(112, 112, 112, 0.15);
margin-top: 2%;
width: 96%;
resize: none;
padding: 2%;
}
/* line 119, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .response_statement_finished_event {
padding-top: 2%;
width: 100%;
}
/* line 123, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .response_statement_finished_event label {
color: #707070;
font-size: 20px;
padding-left: 2%;
}
/* line 129, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .response_statement_finished_event textarea {
height: 100px;
background-color: #F2F6F8;
margin-top: 2%;
width: 96%;
border: 1px solid #F2F6F8;
resize: none;
padding: 2%;
}
/* line 143, ../../../../sass/Front/agency/finished_event/statement.scss */
.second_divider_statement_content_finished_event {
width: 50%;
}
/* line 147, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_divider_finished_pages {
display: -webkit-flex;
display: flex;
width: 100%;
}
/* line 152, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event {
display: -webkit-flex;
-webkit-flex-direction: column;
display: flex;
flex-direction: column;
padding: 12% 4% 2% 53%;
height: 41px;
position: relative;
}
/* line 157, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event label {
color: #707070;
font-size: 20px;
margin-bottom: 3%;
}
/* line 162, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event .input_create_event {
position: relative;
width: 93%;
height: 22px;
}
/* line 168, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event img {
width: 29px;
position: absolute;
top: 14px;
right: 11px;
transform: rotate(180deg);
}
/* line 177, ../../../../sass/Front/agency/finished_event/statement.scss */
.fihiers_downlod {
position: relative;
margin-bottom: -18px;
} | public/css/Front/agency/finished_event/statement.css | @font-face {
font-family: 'Raleway';
src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff2") format("woff2"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff") format("woff"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.ttf") format("truetype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.svg#Raleway") format("svg");
/* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
font-family: 'SourceSansPro';
src: url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot");
/* IE9 Compat Modes */
src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg");
/* Legacy iOS */
}
/**End police*/
/*** Hello staff custom color ***/
/*// @mixin hs_police {
// font-family: Raleway-Black;
// src: url("fonts/Raleway/Raleway-Black.tff");
// }*/
/*** Hello staff form element ***/
/*** Hello staff buttons ***/
/*** modal ***/
/*** divider ***/
/*** start range slider ***/
/*** end ***/
/* line 3, ../../../../sass/Front/generale/_layout.scss */
html, body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
/*** Hello staff positioning ***/
/* taille avec responsivite des police: p , span, label, input, li, button,
titre: title_h1, title_h2, title_h3, ...
h1, h2, h3
*/
/* line 14, ../../../../sass/Front/generale/_default.scss */
label {
/*color: #707070;*/
}
/* line 18, ../../../../sass/Front/generale/_default.scss */
.title_h2 {
color: #707070;
font-size: 28px;
}
/* line 22, ../../../../sass/Front/generale/_default.scss */
.label_create_event {
color: #707070;
font-size: 18px;
}
/* End taille avec responsivite des police */
/* line 29, ../../../../sass/Front/generale/_default.scss */
.police_number {
font-family: SourceSansPro !important;
}
/* line 6, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_statement_finished_event {
padding-top: 2%;
padding-left: 2%;
padding-right: 2%;
background-color: #F2F6F8;
}
/* line 13, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event {
width: 96%;
background-color: #fff;
padding: 2%;
}
/* line 18, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event {
width: 100%;
background-color: #fff;
}
/* line 22, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event .form_item_create_event .input_create_event {
position: absolute;
width: 76%;
right: 2%;
bottom: -1rem;
}
/* line 28, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event .form_item_create_event .search {
top: 4%;
right: 2.5%;
}
/* line 37, ../../../../sass/Front/agency/finished_event/statement.scss */
.form_item_create_event {
position: relative;
width: 31%;
}
/* line 41, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_step_profil {
width: 100%;
height: 100px;
position: relative;
background-color: #F2F6F8;
margin-top: 0.5px;
margin-bottom: 0.5px;
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
/* line 51, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_pages_statement_finished_event .statement_finished_event {
width: 100%;
background-color: #fff;
border-bottom: 1px solid #F2F6F8;
border-top: 1px solid #F2F6F8;
}
/* line 58, ../../../../sass/Front/agency/finished_event/statement.scss */
.step_modify_profil {
width: 73%;
height: 100px;
border-bottom: 1px solid #F2F6F8;
border-top: 1px solid #F2F6F8;
position: relative;
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
/* line 66, ../../../../sass/Front/agency/finished_event/statement.scss */
.step_modify_profil .modify {
height: 96%;
width: 100%;
background-color: #F2F6F8;
padding: 0 25px;
font-size: 20px;
color: #707070;
display: -webkit-flex;
-webkit-align-items: center;
-webkit-flex-wrap: wrap;
display: flex;
align-items: center;
flex-wrap: wrap;
}
/* line 77, ../../../../sass/Front/agency/finished_event/statement.scss */
label.modify.wth_statement_label {
color: #707070;
width: 10%;
text-align: center;
}
/* line 83, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event {
width: 49%;
display: -webkit-flex;
-webkit-justify-content: space-between;
display: flex;
justify-content: space-between;
}
/* line 88, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_divider_finished_pages {
width: 100%;
}
/* line 92, ../../../../sass/Front/agency/finished_event/statement.scss */
.first_divider_statement_content_finished_event {
width: 50%;
}
/* line 96, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event {
width: 98%;
display: -webkit-flex;
-webkit-flex-direction: column;
display: flex;
flex-direction: column;
}
/* line 100, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .question_statement_finished_event {
padding-top: 2%;
width: 100%;
}
/* line 104, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .question_statement_finished_event label {
color: #707070;
font-size: 20px;
padding-left: 2%;
}
/* line 110, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .question_statement_finished_event textarea {
height: 100px;
border: solid 1px rgba(112, 112, 112, 0.15);
margin-top: 2%;
width: 96%;
resize: none;
padding: 2%;
}
/* line 119, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .response_statement_finished_event {
padding-top: 2%;
width: 100%;
}
/* line 123, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .response_statement_finished_event label {
color: #707070;
font-size: 20px;
padding-left: 2%;
}
/* line 129, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_statement_finished_event .response_statement_finished_event textarea {
height: 100px;
background-color: #F2F6F8;
margin-top: 2%;
width: 96%;
border: 1px solid #F2F6F8;
resize: none;
padding: 2%;
}
/* line 143, ../../../../sass/Front/agency/finished_event/statement.scss */
.second_divider_statement_content_finished_event {
width: 50%;
}
/* line 147, ../../../../sass/Front/agency/finished_event/statement.scss */
.content_divider_finished_pages {
display: -webkit-flex;
display: flex;
width: 100%;
}
/* line 152, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event {
display: -webkit-flex;
-webkit-flex-direction: column;
display: flex;
flex-direction: column;
padding: 12% 4% 2% 53%;
height: 41px;
position: relative;
}
/* line 157, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event label {
color: #707070;
font-size: 20px;
margin-bottom: 3%;
}
/* line 162, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event .input_create_event {
position: relative;
width: 93%;
height: 22px;
}
/* line 168, ../../../../sass/Front/agency/finished_event/statement.scss */
.flex_second_divider_finished_event img {
width: 29px;
position: absolute;
top: 14px;
right: 11px;
transform: rotate(180deg);
}
/* line 177, ../../../../sass/Front/agency/finished_event/statement.scss */
.fihiers_downlod {
position: relative;
margin-bottom: -18px;
} | 0.20268 | 0.038394 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }
/**
* Start
*/
/* Variables */
:root {
/* Colors */
--color-background: #111;
--color-background-rgb: 17, 17, 17;
--color-text: #fff;
--color-primary: #FFA800;
--color-secondary: #0065FF;
--color-grey: #8a8a8a;
--black: #000;
--white: #fff;
/* Spacing */
--container-padding: 5%;
/* Easings */
--easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
}
/* Fonts */
@font-face {
font-family: 'Neue Montreal';
src: url('/public/fonts/NeueMontreal-Bold.otf');
font-style: normal;
font-weight: 600;
}
/* Base */
html {
height: 100%;
font-size: 10px;
}
body {
height: 100%;
background-color: var(--color-background);
color: var(--color-text);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 16px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
#app {
min-height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.footer {
margin-top: auto;
padding: 30px 0;
color: var(--color-grey);
}
.footer .credits {
display: flex;
align-items: center;
}
.footer .credits__logo {
font-size: 0;
margin-right: 2rem;
}
.footer .credits__logo img {
height: 14px
}
.container {
padding: 0 var(--container-padding);
}
img {
max-width: 100%;
}
/* .row {} */
.row__header {
margin-bottom: .5em;
}
/* Typography */
h1, h2, h3 {
font-weight: 500;
}
h1 {
font-family: 'Neue Montreal';
font-size: clamp(28px, 4vw, 4vw);
font-weight: 600;
}
h2 {
font-size: clamp(20px, 1.5vw, 1.5vw);
}
h3 {
font-size: clamp(18px, 1.3vw, 1.3vw);
}
p {
font-size: clamp(15px, 1.3vw, 1.3vw)
}
a {
color: var(--white);
}
/* Components */
/* Header */
.header {
position: fixed;
top: 0;
left: 0;
right: 0;
background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}
.header .container {
display: flex;
align-items: center;
height: 80px;
}
.header__logo a {
display: block;
font-size: 0;
}
.header__nav {
margin-left: auto;
}
/* Button */
button, .button {
margin: 0;
padding: 0;
border: 0;
color: inherit;
cursor: pointer;
text-decoration: none;
}
.button {
display: inline-flex;
padding: .85em 1.25em;
background-color: var(--color-secondary);
font-weight: 600;
border-radius: 10px;
}
/* Hero start */
.hero {
display: grid;
grid-template-rows: 1fr auto;
width: 100%;
height: calc((9 / 16) * 100vw);
max-height: calc(100vh - 20px);
min-height: 640px;
margin-bottom: 60px;
}
.hero__content {
position: relative;
grid-column: 1;
grid-row: 1;
top: 20%;
padding-top: 80px;
}
.hero__content p {
max-width: 35em;
}
.hero__content .button {
margin-top: 2.5em;
}
.hero__background {
position: relative;
grid-column: 1;
grid-row: 1 / -1;
height: 100%;
background: linear-gradient(0deg, #4e4e4e, transparent);
z-index: -1;
}
.hero__background::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(17, 17, 17, 0) 66%, #111111 100%),
linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.3) 100%);
z-index: 1;
}
.hero__background img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero__nav {
grid-column: 1;
grid-row: 2;
z-index: 1;
}
/* Hero end */
/* Slider start */
.slider {
/* Slider items */
--items: 2;
/* Gap between items */
--gap: 12px;
position: relative;
padding: 0 var(--container-padding);
}
.slider__wrapper {
overflow-x: visible;
}
.slider__list {
white-space: nowrap;
margin: 0 calc(var(--gap) / -2);
transition: transform .6s var(--easeInOutCubic);
}
.slider__list__item {
display: inline-block;
vertical-align: top;
width: calc(100% / var(--items) - var(--gap));
padding: 0 calc(var(--gap) / 2);
white-space: normal;
}
.slider__list__item.active .card a {
box-shadow: inset 0 0 0 2px var(--color-primary), inset 0 0 0 6px var(--color-background);
}
.slider__list__item:not(.active) .card a:hover {
box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%), inset 0 0 0 6px var(--color-background);
}
.slider__control {
position: absolute;
top: 0;
right: 0;
width: calc(var(--container-padding) - var(--gap));
height: 100%;
background-color: rgba(var(--color-background-rgb), .7);
}
.slider__control__icon {
font-size: 0;
}
.slider__control__icon svg {
width: 24px;
height: 24px;
}
/* Slider end */
/* Card start */
.card {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.card a {
display: block;
color: var(--color-text);
text-decoration: none;
border-radius: 10px;
overflow: hidden;
outline: 0;
transition: box-shadow .06s var(--easeInOutCubic);
}
.card:focus-within {
box-shadow: inset 0 0 0 2px var(--color-primary), inset 0 0 0 6px var(--color-background);
outline: 0;
}
.card__content {
display: flex;
flex-direction: column;
position: absolute;
bottom: .75em;
left: 1em;
right: 1em;
}
.card__content h3 {
display: block;
}
.card__content p {
display: none;
color: #969696;
}
.card__background {
position: relative;
font-size: 0;
aspect-ratio: 16 / 9;
background: #222;
z-index: -1;
}
.card__background::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(17, 17, 17, 0.15) 40%, rgba(17, 17, 17, 0.75) 100%);
}
.card__background img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* Modal */
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 10000;
transition: opacity .3s ease;
opacity: 0;
pointer-events: none;
}
.modal.show {
opacity: 1;
pointer-events: all;
}
.modal__inner {
position: relative;
width: 100%;
max-width: 800px;
height: auto;
max-height: calc(100vh - 40px);
border-radius: 5px;
z-index: 1;
}
.modal__inner__content {
aspect-ratio: 16 / 9;
font-size: 0;
}
.modal__inner__content iframe {
width: 100%;
height: 100%;
}
.modal__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.7);
}
/* Card end */
/* Media start */
/*
mobile-xs: 320px;
mobile-sm: 360px;
mobile-md: 480px;
mobile-lg: 600px;
tablet-sm: 768px;
tablet-md: 1024px;
desktop-sm: 1200px;
desktop-md: 1366px;
desktop-lg: 1600px;
desktop-xl: 1800px;
*/
@media screen and (min-width: 480px) {}
@media screen and (min-width: 600px) {
.slider {
--items: 3;
}
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {
.slider {
--items: 4;
}
}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1366px) {
.slider {
--items: 5;
}
}
@media screen and (min-width: 1800px) {
.slider {
--items: 6;
}
}
/* Media end */ | src/server/public/css/main.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }
/**
* Start
*/
/* Variables */
:root {
/* Colors */
--color-background: #111;
--color-background-rgb: 17, 17, 17;
--color-text: #fff;
--color-primary: #FFA800;
--color-secondary: #0065FF;
--color-grey: #8a8a8a;
--black: #000;
--white: #fff;
/* Spacing */
--container-padding: 5%;
/* Easings */
--easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
}
/* Fonts */
@font-face {
font-family: 'Neue Montreal';
src: url('/public/fonts/NeueMontreal-Bold.otf');
font-style: normal;
font-weight: 600;
}
/* Base */
html {
height: 100%;
font-size: 10px;
}
body {
height: 100%;
background-color: var(--color-background);
color: var(--color-text);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 16px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}
#app {
min-height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
}
.footer {
margin-top: auto;
padding: 30px 0;
color: var(--color-grey);
}
.footer .credits {
display: flex;
align-items: center;
}
.footer .credits__logo {
font-size: 0;
margin-right: 2rem;
}
.footer .credits__logo img {
height: 14px
}
.container {
padding: 0 var(--container-padding);
}
img {
max-width: 100%;
}
/* .row {} */
.row__header {
margin-bottom: .5em;
}
/* Typography */
h1, h2, h3 {
font-weight: 500;
}
h1 {
font-family: 'Neue Montreal';
font-size: clamp(28px, 4vw, 4vw);
font-weight: 600;
}
h2 {
font-size: clamp(20px, 1.5vw, 1.5vw);
}
h3 {
font-size: clamp(18px, 1.3vw, 1.3vw);
}
p {
font-size: clamp(15px, 1.3vw, 1.3vw)
}
a {
color: var(--white);
}
/* Components */
/* Header */
.header {
position: fixed;
top: 0;
left: 0;
right: 0;
background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
}
.header .container {
display: flex;
align-items: center;
height: 80px;
}
.header__logo a {
display: block;
font-size: 0;
}
.header__nav {
margin-left: auto;
}
/* Button */
button, .button {
margin: 0;
padding: 0;
border: 0;
color: inherit;
cursor: pointer;
text-decoration: none;
}
.button {
display: inline-flex;
padding: .85em 1.25em;
background-color: var(--color-secondary);
font-weight: 600;
border-radius: 10px;
}
/* Hero start */
.hero {
display: grid;
grid-template-rows: 1fr auto;
width: 100%;
height: calc((9 / 16) * 100vw);
max-height: calc(100vh - 20px);
min-height: 640px;
margin-bottom: 60px;
}
.hero__content {
position: relative;
grid-column: 1;
grid-row: 1;
top: 20%;
padding-top: 80px;
}
.hero__content p {
max-width: 35em;
}
.hero__content .button {
margin-top: 2.5em;
}
.hero__background {
position: relative;
grid-column: 1;
grid-row: 1 / -1;
height: 100%;
background: linear-gradient(0deg, #4e4e4e, transparent);
z-index: -1;
}
.hero__background::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(17, 17, 17, 0) 66%, #111111 100%),
linear-gradient(90deg, #111111 0%, rgba(17, 17, 17, 0.3) 100%);
z-index: 1;
}
.hero__background img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero__nav {
grid-column: 1;
grid-row: 2;
z-index: 1;
}
/* Hero end */
/* Slider start */
.slider {
/* Slider items */
--items: 2;
/* Gap between items */
--gap: 12px;
position: relative;
padding: 0 var(--container-padding);
}
.slider__wrapper {
overflow-x: visible;
}
.slider__list {
white-space: nowrap;
margin: 0 calc(var(--gap) / -2);
transition: transform .6s var(--easeInOutCubic);
}
.slider__list__item {
display: inline-block;
vertical-align: top;
width: calc(100% / var(--items) - var(--gap));
padding: 0 calc(var(--gap) / 2);
white-space: normal;
}
.slider__list__item.active .card a {
box-shadow: inset 0 0 0 2px var(--color-primary), inset 0 0 0 6px var(--color-background);
}
.slider__list__item:not(.active) .card a:hover {
box-shadow: inset 0 0 0 2px rgb(255 255 255 / 20%), inset 0 0 0 6px var(--color-background);
}
.slider__control {
position: absolute;
top: 0;
right: 0;
width: calc(var(--container-padding) - var(--gap));
height: 100%;
background-color: rgba(var(--color-background-rgb), .7);
}
.slider__control__icon {
font-size: 0;
}
.slider__control__icon svg {
width: 24px;
height: 24px;
}
/* Slider end */
/* Card start */
.card {
position: relative;
border-radius: 10px;
overflow: hidden;
}
.card a {
display: block;
color: var(--color-text);
text-decoration: none;
border-radius: 10px;
overflow: hidden;
outline: 0;
transition: box-shadow .06s var(--easeInOutCubic);
}
.card:focus-within {
box-shadow: inset 0 0 0 2px var(--color-primary), inset 0 0 0 6px var(--color-background);
outline: 0;
}
.card__content {
display: flex;
flex-direction: column;
position: absolute;
bottom: .75em;
left: 1em;
right: 1em;
}
.card__content h3 {
display: block;
}
.card__content p {
display: none;
color: #969696;
}
.card__background {
position: relative;
font-size: 0;
aspect-ratio: 16 / 9;
background: #222;
z-index: -1;
}
.card__background::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(17, 17, 17, 0.15) 40%, rgba(17, 17, 17, 0.75) 100%);
}
.card__background img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* Modal */
.modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 10000;
transition: opacity .3s ease;
opacity: 0;
pointer-events: none;
}
.modal.show {
opacity: 1;
pointer-events: all;
}
.modal__inner {
position: relative;
width: 100%;
max-width: 800px;
height: auto;
max-height: calc(100vh - 40px);
border-radius: 5px;
z-index: 1;
}
.modal__inner__content {
aspect-ratio: 16 / 9;
font-size: 0;
}
.modal__inner__content iframe {
width: 100%;
height: 100%;
}
.modal__bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.7);
}
/* Card end */
/* Media start */
/*
mobile-xs: 320px;
mobile-sm: 360px;
mobile-md: 480px;
mobile-lg: 600px;
tablet-sm: 768px;
tablet-md: 1024px;
desktop-sm: 1200px;
desktop-md: 1366px;
desktop-lg: 1600px;
desktop-xl: 1800px;
*/
@media screen and (min-width: 480px) {}
@media screen and (min-width: 600px) {
.slider {
--items: 3;
}
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {
.slider {
--items: 4;
}
}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1366px) {
.slider {
--items: 5;
}
}
@media screen and (min-width: 1800px) {
.slider {
--items: 6;
}
}
/* Media end */ | 0.49292 | 0.10226 |
html, body {
height: 100%;
}
body {
position: relative;
}
*, h1, h2, h3, h4, h5, p, a, em {
font-family: 'Ubuntu', sans-serif;
}
em {
text-decoration: none;
font-style: normal;
color: #E74C3C;
}
.navbar a {
font-size: 16px;
font-weight: 700;
}
.navbar a:hover {
color: #E74C3C;
}
.navbar ul li ul li a {
font-size: 16px;
}
.navbar, .nav .navbar-nav, #collapseable-nav {
background-color: rgba(51, 51, 51, 0.8);
background: rgba(51, 51, 51, 0.8);
}
.navbar .navbar-toggle {
border-color: #dddddd;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.snap-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
z-index: 999;
overflow: auto;
background-color: #fff;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.snap-drawers {
background-color: rgba(51, 51, 51, 0.8);
background: rgba(51, 51, 51, 0.8);
position: absolute;
top: 53px;
right: 0;
bottom: -53px;
left: 0;
width: auto;
height: auto;
}
.snap-drawer {
position: absolute;
padding: 25px;
top: 0;
right: auto;
bottom: 0;
left: auto;
width: 450px;
height: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.snap-drawer-left {
left: 0;
z-index: 1;
}
.snap-drawer-right {
right: 0;
z-index: 1;
}
#chat-btn {
width: 150px;
height: 80px;
position: absolute;
left: -40px;
top: 100px;
z-index: 1000px;
font-size: 14pt;
color: #F0AD4E !important;
}
#chat-btn:hover {
color: #fff !important;
}
.comment-text-divider {
margin: 0 0.5em 0 0.5em;
}
.comments, .comments-comment {
display: block;
padding: 0;
position: relative;
margin-bottom: 7px;
}
.comments-comment .comment-wrapper {
display: block;
overflow: hidden;
padding: 0 0 8px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e5e5e5;
background-color: #fff;
}
.comments-comment .comment-wrapper:before {
content: "";
position: absolute;
top: 15px;
width: 10px;
height: 10px;
border-style: solid;
border-color: #e5e5e5;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.comments .comments-comment.comment-other {
margin-right: 40px;
}
.comments-comment.comment-other .comment-wrapper{
margin: 0 0 0 8px;
}
.comments-comment.comment-other .comment-wrapper:before {
left: 3px;
border-width: 0 0 1px 1px;
}
.comments .comments-comment.comment-self {
margin-left: 40px;
margin-right: 0;
}
.comments-comment.comment-self .comment-wrapper{
margin: 0 8px 0 0;
}
.comments-comment.comment-self .comment-wrapper:before {
right: 3px;
border-width: 1px 1px 0 0;
}
.comments-comment .comment-header {
width: 100%;
height: auto;
margin: 0;
padding: 4px 10px 0 10px;
background-color: #fff;
}
.comments-comment .comment-body {
padding: 0 8px 0 8px;
background: #fff;
}
.comments-comment .comment-text-author {
font-weight: bold;
font-size: 10pt;
}
.comments-comment .comment-text-date {
font-size: 10pt;
font-color: #333;
opacity: 0.6;
}
.comments-comment .comment-text-comment {
font-size: 12pt;
font-color: #000;
font-weight: 100 !important;
}
.stream-container {
margin: 0 10px 10px 10px;
padding: 2px;
position: relative;
cursor: pointer;
z-index: 1000;
}
.stream {
}
/*
TODO: port css to ngToolboxx
*/
.rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.footer {
height: 40px;
margin-top: -40px;
} | public/assets/css/style.css | html, body {
height: 100%;
}
body {
position: relative;
}
*, h1, h2, h3, h4, h5, p, a, em {
font-family: 'Ubuntu', sans-serif;
}
em {
text-decoration: none;
font-style: normal;
color: #E74C3C;
}
.navbar a {
font-size: 16px;
font-weight: 700;
}
.navbar a:hover {
color: #E74C3C;
}
.navbar ul li ul li a {
font-size: 16px;
}
.navbar, .nav .navbar-nav, #collapseable-nav {
background-color: rgba(51, 51, 51, 0.8);
background: rgba(51, 51, 51, 0.8);
}
.navbar .navbar-toggle {
border-color: #dddddd;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar .navbar-toggle .icon-bar {
background-color: #cccccc;
}
.snap-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: auto;
height: auto;
z-index: 999;
overflow: auto;
background-color: #fff;
-webkit-overflow-scrolling: touch;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.snap-drawers {
background-color: rgba(51, 51, 51, 0.8);
background: rgba(51, 51, 51, 0.8);
position: absolute;
top: 53px;
right: 0;
bottom: -53px;
left: 0;
width: auto;
height: auto;
}
.snap-drawer {
position: absolute;
padding: 25px;
top: 0;
right: auto;
bottom: 0;
left: auto;
width: 450px;
height: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
-o-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.snap-drawer-left {
left: 0;
z-index: 1;
}
.snap-drawer-right {
right: 0;
z-index: 1;
}
#chat-btn {
width: 150px;
height: 80px;
position: absolute;
left: -40px;
top: 100px;
z-index: 1000px;
font-size: 14pt;
color: #F0AD4E !important;
}
#chat-btn:hover {
color: #fff !important;
}
.comment-text-divider {
margin: 0 0.5em 0 0.5em;
}
.comments, .comments-comment {
display: block;
padding: 0;
position: relative;
margin-bottom: 7px;
}
.comments-comment .comment-wrapper {
display: block;
overflow: hidden;
padding: 0 0 8px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e5e5e5;
background-color: #fff;
}
.comments-comment .comment-wrapper:before {
content: "";
position: absolute;
top: 15px;
width: 10px;
height: 10px;
border-style: solid;
border-color: #e5e5e5;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
.comments .comments-comment.comment-other {
margin-right: 40px;
}
.comments-comment.comment-other .comment-wrapper{
margin: 0 0 0 8px;
}
.comments-comment.comment-other .comment-wrapper:before {
left: 3px;
border-width: 0 0 1px 1px;
}
.comments .comments-comment.comment-self {
margin-left: 40px;
margin-right: 0;
}
.comments-comment.comment-self .comment-wrapper{
margin: 0 8px 0 0;
}
.comments-comment.comment-self .comment-wrapper:before {
right: 3px;
border-width: 1px 1px 0 0;
}
.comments-comment .comment-header {
width: 100%;
height: auto;
margin: 0;
padding: 4px 10px 0 10px;
background-color: #fff;
}
.comments-comment .comment-body {
padding: 0 8px 0 8px;
background: #fff;
}
.comments-comment .comment-text-author {
font-weight: bold;
font-size: 10pt;
}
.comments-comment .comment-text-date {
font-size: 10pt;
font-color: #333;
opacity: 0.6;
}
.comments-comment .comment-text-comment {
font-size: 12pt;
font-color: #000;
font-weight: 100 !important;
}
.stream-container {
margin: 0 10px 10px 10px;
padding: 2px;
position: relative;
cursor: pointer;
z-index: 1000;
}
.stream {
}
/*
TODO: port css to ngToolboxx
*/
.rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.footer {
height: 40px;
margin-top: -40px;
} | 0.373647 | 0.07538 |
@media screen and (max-width: 479px) {
* {
box-sizing: border-box;
}
#slider{
margin-top:0;
}
#slider .top-bar{
text-align:center;
}
.nivo-controlNav{
display:none !important;
}
.nivo-caption {
width: 95% !important;
bottom: 32px !important;
padding: 10px;
left:0 !important;
background-color:transparent !important;
}
.nivo-caption p {
display: none !important;
}
.nivo-caption .button {
font-size:12px;
padding:3px 5px;
}
.nivo-caption h2 {
font-size: 13px !important;
line-height: 32px !important;
text-align: center;
margin-bottom: 15px;
padding:0 !important;
}
.nivo-caption .slide-button{
padding:5px 15px !important;
}
.container {
width: 95%;
}
/* Header Css */
.header-right {
float: none;
width: auto;
padding-top: 0;
text-align: center;
padding-bottom: 0;
}
.header-right span {
float: none;
display: block;
margin: 10px 0;
}
#header {
width:100%;
padding:0;
position:inherit !important;
margin-top:0;
}
.header-inner {
width:95%;
padding-bottom:0;
border-bottom:none;
}
.navi-inner{
width:95%;
position:inherit;
bottom:0;
background-color:transparent !important;
}
.quote-btn{
float:none;
text-align:center;
}
#header .logo {
text-align:center;
position:relative;
top:0;
margin:15px 0;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.main-nav{
display:none;
padding:0 !important;
}
.main-nav{
float:none;
margin:0;
position:relative;
overflow-x:hidden;
}
.main-nav ul{
background:#000000;
color:#000;
width:100%;
float:none !important;
margin-left:0;
}
.main-nav ul li{
border-top:1px #303030 solid;
display:block;
float:none;
text-align:left;
}
.main-nav ul li a{
padding:5px 10px;
display:block;
color:#ffffff !important;
}
.main-nav ul li ul, .nav ul li ul ul{
display:block !important;
}
#header .header-inner .main-nav ul li:hover ul {
background:none;
}
.main-nav ul li ul li a:before{
content:"\00BB \00a0";
}
.main-nav ul li ul li a{
padding-left:20px !important;
}
.main-nav ul li ul li ul li a{
padding-left:30px !important;
}
.main-nav ul li:hover ul{
background-color:transparent !important;
}
.searchbar{
display:none;
}
/* ------ Extra ------ */
#sitemain iframe {
max-width: 100%;
height: auto;
}
/* --------- Pages ------- */
.content-area {
width: 95%;
margin: 0 auto;
padding:0;
}
.site-main {
width: 100%;
margin: 0;
padding: 0;
float: none;
}
#sidebar {
width: auto;
margin: 60px 0 0;
padding: 0;
float: none;
}
.nivo-directionNav a {
top: 36% !important;
}
section{
padding:0;
}
.pagearea-inner{
position:inherit;
top:0;
margin-top:20px;
}
.services-box{
width:100%;
margin:0 0 20px;
border-right:none;
}
}
/* Mobile Landscape View */
@media screen and (max-width: 719px) and (min-width: 480px) {
* {
box-sizing: border-box;
}
#slider{
margin-top:0;
}
#slider .top-bar{
text-align:center;
}
.nivo-controlNav{
display:none !important;
}
.nivo-caption {
width: 95% !important;
bottom: 42px !important;
padding: 10px;
left:0 !important;
background-color:transparent !important;
}
.nivo-caption p {
display: none !important;
}
.nivo-caption .button {
font-size:12px;
padding:3px 5px;
}
.nivo-caption h2 {
font-size: 16px !important;
line-height: 32px !important;
text-align: center;
margin-bottom: 15px;
padding:0 !important;
}
.nivo-caption .slide-button{
padding:5px 15px !important;
}
.container {
width: 95%;
}
/* Header Css */
.navi-inner{
width:95%;
position:inherit;
bottom:0;
background-color:transparent !important;
}
.quote-btn{
float:none;
text-align:center;
}
.header-right {
float: none;
width: auto;
padding-top: 0;
text-align: center;
padding-bottom: 0;
}
.header-right span {
float: none;
display: block;
margin: 10px 0;
}
#header {
width:100%;
padding:0;
position:inherit !important;
margin-top:0;
}
.header-inner {
width:95%;
padding-bottom:0;
border-bottom:none;
}
#header .logo {
text-align:center;
position:relative;
margin:15px 0;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.main-nav{
display:none;
}
.main-nav{
float:none;
margin:0;
position:relative;
overflow-x:hidden;
padding:0 !important;
}
.main-nav ul{
background:#000000;
color:#000;
width:100%;
float:none !important;
margin-left:0;
}
.main-nav ul li{
border-top:1px #303030 solid;
display:block;
float:none;
text-align:left;
}
.main-nav ul li a{
padding:5px 10px;
display:block;
color:#ffffff !important;
}
.main-nav ul li ul, .nav ul li ul ul{
display:block !important;
}
#header .header-inner .main-nav ul li:hover ul {
background:none;
}
.main-nav ul li ul li a:before{
content:"\00BB \00a0";
}
.main-nav ul li ul li a{
padding-left:20px !important;
}
.main-nav ul li ul li ul li a{
padding-left:30px !important;
}
.main-nav ul li:hover ul{
background-color:transparent !important;
}
.searchbar{
display:none;
}
/* ------ Extra ------ */
#sitemain iframe {
max-width: 100%;
height: auto;
}
/* --------- Pages ------- */
.content-area {
width: auto;
margin: 0 20px;
padding:0;
}
.site-main {
width: auto;
margin: 0;
padding: 0;
float: none;
}
#sidebar {
width: auto;
margin: 60px 0 0;
padding: 0;
float: none;
}
.nivo-directionNav a {
top: 36% !important;
}
.pagearea-inner{
position:inherit;
top:0;
margin-top:20px;
}
section{
padding:0;
}
h2.section_title{
font-size:30px;
}
.services-box{
width:100%;
margin:0 0 20px;
border-right:none;
}
}
@media screen and (max-width: 899px) and (min-width: 320px) {
h2.section-title {
line-height: 48px;
font-size: 35px !important;
}
.cat_comments {
height: auto;
}
}
/* Tablet View */
@media screen and (max-width: 999px) and (min-width: 720px) {
* {
box-sizing: border-box;
}
.pagearea-inner {
top:-90px !important;
}
#slider{
margin-top:0;
}
.nivo-caption {
width: 70% !important;
bottom:18% !important;
background-color:transparent !important;
}
#slider .top-bar h2{
font-size:22px;
}
#slider .top-bar p{
font-size:11px;
line-height:normal;
}
.container {
width: 95%;
}
.navi-inner{
width:95%;
position:inherit;
bottom:0;
background-color:transparent !important;
}
.quote-btn{
float:none;
text-align:center;
}
.header-right {
float: none;
width: auto;
padding-top: 0;
text-align: center;
padding-bottom: 0;
}
.header-right span {
float: none;
display: block;
margin: 10px 0;
}
#header {
width:100%;
padding:0;
position:inherit !important;
margin-top:0;
}
.header-inner {
width:95%;
padding-bottom:0;
border-bottom:none;
}
#header .logo {
text-align:center;
position:relative;
margin:15px 0;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.main-nav{
display:none;
}
.main-nav{
float:none;
margin:0;
position:relative;
overflow-x:hidden;
padding:0 !important;
}
.main-nav ul{
background:#000000;
color:#000;
width:100%;
float:none !important;
margin-left:0;
}
.main-nav ul li{
border-top:1px #303030 solid;
display:block;
float:none;
text-align:left;
}
.main-nav ul li a{
padding:5px 10px;
display:block;
color:#ffffff !important;
}
.main-nav ul li ul, .nav ul li ul ul{
display:block !important;
}
#header .header-inner .main-nav ul li:hover ul {
background:none;
}
.main-nav ul li ul li a:before{
content:"\00BB \00a0";
}
.main-nav ul li ul li a{
padding-left:20px !important;
}
.main-nav ul li ul li ul li a{
padding-left:30px !important;
}
.main-nav ul li:hover ul{
background-color:transparent !important;
}
.searchbar{
display:none;
}
/* --------- Pages ------- */
.content-area {
width: auto;
margin: 0 20px;
padding: 50px 0;
}
.site-main {
width: 60%;
margin: 0;
padding: 0;
float: left;
}
#sidebar {
width: 35%;
margin: 0;
padding: 0;
float: right;
}
section{
padding-bottom:0;
}
}
@media screen and (min-width: 1000px) {
.sitenav ul li ul li {
display: block;
position: relative;
float: none;
}
.sitenav ul li ul li a {
display: block;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px #313131 solid;
}
.site-main {
width: 70%;
}
}
@media screen and (min-width: 1000px) and (max-width: 1159px) {
.top-inner, .header-inner, .container {
width: 95%;
}
.sitenav ul{
font-size:10px;
}
.sitenav ul li:hover > ul{
top:83px;
}
.nivo-caption {
top: 17% !important;
height: auto !important;
}
.cat_comments {
left: 35px;
width: 25%;
}
.content-area {
width: 95%;
}
#navigation{
width:auto;
padding:10px 0;
}
.nivo-caption{
width:60% !important;
background-color:transparent !important;
overflow:visible !important;
}
.navi-inner{ width:95%;}
} | wordpress/wp-content/themes/petlove/css/theme-responsive.css |
@media screen and (max-width: 479px) {
* {
box-sizing: border-box;
}
#slider{
margin-top:0;
}
#slider .top-bar{
text-align:center;
}
.nivo-controlNav{
display:none !important;
}
.nivo-caption {
width: 95% !important;
bottom: 32px !important;
padding: 10px;
left:0 !important;
background-color:transparent !important;
}
.nivo-caption p {
display: none !important;
}
.nivo-caption .button {
font-size:12px;
padding:3px 5px;
}
.nivo-caption h2 {
font-size: 13px !important;
line-height: 32px !important;
text-align: center;
margin-bottom: 15px;
padding:0 !important;
}
.nivo-caption .slide-button{
padding:5px 15px !important;
}
.container {
width: 95%;
}
/* Header Css */
.header-right {
float: none;
width: auto;
padding-top: 0;
text-align: center;
padding-bottom: 0;
}
.header-right span {
float: none;
display: block;
margin: 10px 0;
}
#header {
width:100%;
padding:0;
position:inherit !important;
margin-top:0;
}
.header-inner {
width:95%;
padding-bottom:0;
border-bottom:none;
}
.navi-inner{
width:95%;
position:inherit;
bottom:0;
background-color:transparent !important;
}
.quote-btn{
float:none;
text-align:center;
}
#header .logo {
text-align:center;
position:relative;
top:0;
margin:15px 0;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.main-nav{
display:none;
padding:0 !important;
}
.main-nav{
float:none;
margin:0;
position:relative;
overflow-x:hidden;
}
.main-nav ul{
background:#000000;
color:#000;
width:100%;
float:none !important;
margin-left:0;
}
.main-nav ul li{
border-top:1px #303030 solid;
display:block;
float:none;
text-align:left;
}
.main-nav ul li a{
padding:5px 10px;
display:block;
color:#ffffff !important;
}
.main-nav ul li ul, .nav ul li ul ul{
display:block !important;
}
#header .header-inner .main-nav ul li:hover ul {
background:none;
}
.main-nav ul li ul li a:before{
content:"\00BB \00a0";
}
.main-nav ul li ul li a{
padding-left:20px !important;
}
.main-nav ul li ul li ul li a{
padding-left:30px !important;
}
.main-nav ul li:hover ul{
background-color:transparent !important;
}
.searchbar{
display:none;
}
/* ------ Extra ------ */
#sitemain iframe {
max-width: 100%;
height: auto;
}
/* --------- Pages ------- */
.content-area {
width: 95%;
margin: 0 auto;
padding:0;
}
.site-main {
width: 100%;
margin: 0;
padding: 0;
float: none;
}
#sidebar {
width: auto;
margin: 60px 0 0;
padding: 0;
float: none;
}
.nivo-directionNav a {
top: 36% !important;
}
section{
padding:0;
}
.pagearea-inner{
position:inherit;
top:0;
margin-top:20px;
}
.services-box{
width:100%;
margin:0 0 20px;
border-right:none;
}
}
/* Mobile Landscape View */
@media screen and (max-width: 719px) and (min-width: 480px) {
* {
box-sizing: border-box;
}
#slider{
margin-top:0;
}
#slider .top-bar{
text-align:center;
}
.nivo-controlNav{
display:none !important;
}
.nivo-caption {
width: 95% !important;
bottom: 42px !important;
padding: 10px;
left:0 !important;
background-color:transparent !important;
}
.nivo-caption p {
display: none !important;
}
.nivo-caption .button {
font-size:12px;
padding:3px 5px;
}
.nivo-caption h2 {
font-size: 16px !important;
line-height: 32px !important;
text-align: center;
margin-bottom: 15px;
padding:0 !important;
}
.nivo-caption .slide-button{
padding:5px 15px !important;
}
.container {
width: 95%;
}
/* Header Css */
.navi-inner{
width:95%;
position:inherit;
bottom:0;
background-color:transparent !important;
}
.quote-btn{
float:none;
text-align:center;
}
.header-right {
float: none;
width: auto;
padding-top: 0;
text-align: center;
padding-bottom: 0;
}
.header-right span {
float: none;
display: block;
margin: 10px 0;
}
#header {
width:100%;
padding:0;
position:inherit !important;
margin-top:0;
}
.header-inner {
width:95%;
padding-bottom:0;
border-bottom:none;
}
#header .logo {
text-align:center;
position:relative;
margin:15px 0;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.main-nav{
display:none;
}
.main-nav{
float:none;
margin:0;
position:relative;
overflow-x:hidden;
padding:0 !important;
}
.main-nav ul{
background:#000000;
color:#000;
width:100%;
float:none !important;
margin-left:0;
}
.main-nav ul li{
border-top:1px #303030 solid;
display:block;
float:none;
text-align:left;
}
.main-nav ul li a{
padding:5px 10px;
display:block;
color:#ffffff !important;
}
.main-nav ul li ul, .nav ul li ul ul{
display:block !important;
}
#header .header-inner .main-nav ul li:hover ul {
background:none;
}
.main-nav ul li ul li a:before{
content:"\00BB \00a0";
}
.main-nav ul li ul li a{
padding-left:20px !important;
}
.main-nav ul li ul li ul li a{
padding-left:30px !important;
}
.main-nav ul li:hover ul{
background-color:transparent !important;
}
.searchbar{
display:none;
}
/* ------ Extra ------ */
#sitemain iframe {
max-width: 100%;
height: auto;
}
/* --------- Pages ------- */
.content-area {
width: auto;
margin: 0 20px;
padding:0;
}
.site-main {
width: auto;
margin: 0;
padding: 0;
float: none;
}
#sidebar {
width: auto;
margin: 60px 0 0;
padding: 0;
float: none;
}
.nivo-directionNav a {
top: 36% !important;
}
.pagearea-inner{
position:inherit;
top:0;
margin-top:20px;
}
section{
padding:0;
}
h2.section_title{
font-size:30px;
}
.services-box{
width:100%;
margin:0 0 20px;
border-right:none;
}
}
@media screen and (max-width: 899px) and (min-width: 320px) {
h2.section-title {
line-height: 48px;
font-size: 35px !important;
}
.cat_comments {
height: auto;
}
}
/* Tablet View */
@media screen and (max-width: 999px) and (min-width: 720px) {
* {
box-sizing: border-box;
}
.pagearea-inner {
top:-90px !important;
}
#slider{
margin-top:0;
}
.nivo-caption {
width: 70% !important;
bottom:18% !important;
background-color:transparent !important;
}
#slider .top-bar h2{
font-size:22px;
}
#slider .top-bar p{
font-size:11px;
line-height:normal;
}
.container {
width: 95%;
}
.navi-inner{
width:95%;
position:inherit;
bottom:0;
background-color:transparent !important;
}
.quote-btn{
float:none;
text-align:center;
}
.header-right {
float: none;
width: auto;
padding-top: 0;
text-align: center;
padding-bottom: 0;
}
.header-right span {
float: none;
display: block;
margin: 10px 0;
}
#header {
width:100%;
padding:0;
position:inherit !important;
margin-top:0;
}
.header-inner {
width:95%;
padding-bottom:0;
border-bottom:none;
}
#header .logo {
text-align:center;
position:relative;
margin:15px 0;
}
.toggle {
display: block;
}
.toggle a {
width: 100%;
color: #ffffff;
background: url(../images/mobile_nav_right.png) no-repeat right center #373a3f;
padding: 10px 10px;
margin-top: 20px;
font-size: 16px;
}
.toggle a:hover {
color: #ffffff !important;
}
.toggle a.active {
color: #ffffff;
}
.main-nav{
display:none;
}
.main-nav{
float:none;
margin:0;
position:relative;
overflow-x:hidden;
padding:0 !important;
}
.main-nav ul{
background:#000000;
color:#000;
width:100%;
float:none !important;
margin-left:0;
}
.main-nav ul li{
border-top:1px #303030 solid;
display:block;
float:none;
text-align:left;
}
.main-nav ul li a{
padding:5px 10px;
display:block;
color:#ffffff !important;
}
.main-nav ul li ul, .nav ul li ul ul{
display:block !important;
}
#header .header-inner .main-nav ul li:hover ul {
background:none;
}
.main-nav ul li ul li a:before{
content:"\00BB \00a0";
}
.main-nav ul li ul li a{
padding-left:20px !important;
}
.main-nav ul li ul li ul li a{
padding-left:30px !important;
}
.main-nav ul li:hover ul{
background-color:transparent !important;
}
.searchbar{
display:none;
}
/* --------- Pages ------- */
.content-area {
width: auto;
margin: 0 20px;
padding: 50px 0;
}
.site-main {
width: 60%;
margin: 0;
padding: 0;
float: left;
}
#sidebar {
width: 35%;
margin: 0;
padding: 0;
float: right;
}
section{
padding-bottom:0;
}
}
@media screen and (min-width: 1000px) {
.sitenav ul li ul li {
display: block;
position: relative;
float: none;
}
.sitenav ul li ul li a {
display: block;
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px #313131 solid;
}
.site-main {
width: 70%;
}
}
@media screen and (min-width: 1000px) and (max-width: 1159px) {
.top-inner, .header-inner, .container {
width: 95%;
}
.sitenav ul{
font-size:10px;
}
.sitenav ul li:hover > ul{
top:83px;
}
.nivo-caption {
top: 17% !important;
height: auto !important;
}
.cat_comments {
left: 35px;
width: 25%;
}
.content-area {
width: 95%;
}
#navigation{
width:auto;
padding:10px 0;
}
.nivo-caption{
width:60% !important;
background-color:transparent !important;
overflow:visible !important;
}
.navi-inner{ width:95%;}
} | 0.209793 | 0.070272 |
table td.contentsarea{
border-left: 1px solid #dedede;
}
/* START CLICK LEFT MENU */
.sidemenufixed {
position: fixed;
top: 65px;
}
/* LEVEL 1 */
.sidemenu li {
padding-left: 11px;
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_link.gif) no-repeat top left;
color: #006666;
}
.sidemenu li:last-child, .sidemenu li.lastchild{
padding-left: 11px;
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_link_lastchild.gif) no-repeat top left;
}
.sidemenu li.clickme {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_plus.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li.clickme:last-child, .sidemenu li.clickmelastchild {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_plus_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li.clickmeopen {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus.gif) no-repeat top left;
}
.sidemenu li.clickmeopen:last-child, .sidemenu li.clickmeopenlastchild{
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus_lastchild.gif) no-repeat top left;
}
.sidemenu li.opensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus.gif) no-repeat top left;
display: block;
margin: 0;
}
.sidemenu li:last-child.opensub, .sidemenu li.lastchildopensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus_lastchild.gif) no-repeat top left;
display: block;
margin: 0;
}
/* LEVEL 2 */
.sidemenu li ul li {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_link.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li:last-child, .sidemenu li ul li.level2lastchild, .sidemenu li ul li ul li.level2lastchild {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_link_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickme {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_plus.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickme:last-child, .sidemenu li ul li.clickmelevel2lastchild, .sidemenu li ul li ul li.clickmelevel2lastchild{
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_plus_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickmeopen {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickmeopen:last-child, .sidemenu li ul li.clickmeopenlevel2lastchild, .sidemenu li ul li ul li.clickmeopenlevel2lastchild {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.opensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus.gif) no-repeat top left;
display: block;
margin: 0;
}
.sidemenu li ul li:last-child.opensub, .sidemenu li ul li.level2lastchildopensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus_lastchild.gif) no-repeat top left;
display: block;
margin: 0;
}
/* LEVEL 3 etc inherits from level 2....*/
.sidemenu li ul li{
overflow: hidden;
width: 114px; /* reduced due to IE */
}
.sidemenu li ul li li a{
overflow: hidden;
width: 120px;
}
.leftmenutable {
/*border: 1px solid #006666;*/
width: 145px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0px;
/*border-collapse: collapse;*/
padding: 0;
margin: 0;
}
.leftmenutable td{
padding: 0;
margin: 0;
}
.sidemenu {
list-style: none;
margin: 0;
padding-left: 2px;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
}
.sidemenu li ul {
list-style: none;
display: none;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
}
.sidemenu a:link, .sidemenu a:visited {
color: #006666;
text-decoration: none;
}
.sidemenu li {
padding-top: 5px;
padding-right: 1px;
}
.sidemenu a:hover, .sidemenu a:active {
color: #e33e3e;
text-decoration: underline;
}
.sidemenu li.leftmenudivider {
padding: 0;
border: none 0;
width: 100%;
height: 1px;
background: #ffffff url(http://www.ebi.ac.uk/inc/images/line.jpg) repeat scroll center;
text-align: left;
margin: 10px 0px 10px 0px; /* top right bottom left*/
font-size: 1px;
}
.sidemenu li.plainlist {
padding: 0;
color:#1f1f1f;
font-weight: bold;
background: #ffffff;
border: none 0;
width: 100%;
height: 1px;
text-align: left;
margin: 10px 0px 20px 0px; /* top right bottom left*/
}
.sidemenu li.leftmenudividersubheading {
padding: 0;
color:#1f1f1f;
font-weight: bold;
background: #ffffff;
border: none 0;
width: 100%;
height: 1px;
text-align: left;
margin: 10px 0px 20px 10px; /* top right bottom left*/
}
/* allows menu to be open when javascript disabled */
/*.sidemenu li.clickmeopen, .sidemenu li.clickmeopen ul, .sidemenu li.clickmeopen ul li{*/
.sidemenu li.clickmeopen, .sidemenu li.clickmeopen ul, .sidemenu li.clickmeopen ul li{
display: block;
}
.sidemenu li.clickmeopen ul li ul {
display: none;
}
.sidemenu li.clickmeopen ul{
margin: 0;
}
.freestyle{
padding: 0;
color:#1f1f1f;
font-weight: bold;
background: #ffffff;
border: none 0;
width: 100%;
height: 1px;
text-align: left;
margin: 10px 0px 20px -10px; /* top right bottom left*/
}
.smalltext{
font-size:10px;
text-decoration: none;
color: #999999;
}
.smalltext a:link, .smalltext a:visited{
text-decoration: none;
color: #000000;
}
.smalltext a:active, .smalltext a:hover{
text-decoration: underline;
color: #408c8c;
}
table.leftmenutable{
width: 145px;
}
div.leftmenu{
width: 145px;
visibility: visible;
display: block;
}
/* END CLICK LEFT MENU */
/* START LEFT ICONS */
/* Icon Box below Left Menu */
.iconboxheading{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 106px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2c.gif) top right no-repeat;
}
.iconboxheading a:link, .iconboxheading a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.iconboxheading a:active, .iconboxheading a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}
/*.boxleftplainheading{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 106px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2c.gif) top right no-repeat;
}
.boxleftplainheading a:link, .boxleftplainheading a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.boxleftplainheading a:active, .boxleftplainheading a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}*/
.iconboxcontents {
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 133px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top right no-repeat;
}
.iconboxcontents br{
font-size: 3pt;
}
.iconboxcontents p{
margin-top:5px;
margin-bottom:5px;
}
.iconboxcontents ul li{
margin-top:0px;
margin-bottom:6px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: square;
}
.iconboxcontents a:link, .iconboxcontents a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.iconboxcontents a:active, .iconboxcontents a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.iconboxcontents img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
/* Icon Box 270px wide can be used in body of page */
/* Used for the training handson courses */
.iconboxheadingwidetraining{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 470px;
height:auto;
font-weight:bold;
font-size: 9pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2cwide.gif) top right no-repeat;
}
.iconboxcontentswidetraining{
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 497px;
font-size: 9pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3bwide.gif) top right no-repeat;
}
.iconboxcontentswidetraining img{
float:left;
vertical-align:top;
width:75px;
height:81px;
margin:5px;
margin-bottom: 30px;
border: 1px solid #000000;
}
.iconboxcontentswidetraining b{
color: #006666;
font-weight:bold;
}
.iconboxheadingwide{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 243px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2cwide.gif) top right no-repeat;
}
.iconboxheadingwide a:link, .iconboxheadingwide a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.iconboxheadingwide a:active, .iconboxheadingwide a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}
.iconboxcontentswide {
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 270px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3bwide.gif) top right no-repeat;
}
.iconboxcontentswide2 {
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #e0e6e6;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 270px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue4bwide.gif) top right no-repeat;
}
.iconboxcontentswide br, .iconboxcontentswide2 br{
font-size: 3pt;
}
.iconboxcontentswide p, .iconboxcontentswide2 p{
margin-top:5px;
margin-bottom:5px;
}
.iconboxcontentswide ul li, .iconboxcontentswide2 ul li{
margin-top:0px;
margin-bottom:0px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: disc;
}
.iconboxcontentswide a:link, .iconboxcontentswide a:visited, .iconboxcontentswide2 a:link, .iconboxcontentswide2 a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.iconboxcontentswide a:active, .iconboxcontentswide a:hover, .iconboxcontentswide2 a:active, .iconboxcontentswide2 a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.iconboxcontentswide img.boxleftplaingraphic, .iconboxcontentswide2 img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
/* TO GET NICE drop Shadow on Box */
.boxleftplaincontents2 {
position:relative;
border-top: 0px;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:5px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 133px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top right no-repeat;
}
.boxleftplaincontents2 br{
font-size: 3pt;
}
.boxleftplaincontents2 p{
margin-top:5px;
margin-bottom:5px;
}
.boxleftplaincontents2 ul li{
margin-top:0px;
margin-bottom:12px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: square;
}
.boxleftplaincontents2 a:link, .boxleftplaincontents2 a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.boxleftplaincontents2 a:active, .boxleftplaincontents2 a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.boxleftplaincontents2 img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
.boxleftplainbottom{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:0px;
padding-bottom:0px;
margin-left:2px;
margin-bottom:0px;
border-collapse:collapse;
width: 108px;
height:5px;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_bot_blue3b.gif) top right repeat;
}
.sidemenusiframe{
width: 141px;
border: 0;
padding: 0;
margin: 0;
height: 540px;
overflow: hidden;
}
.flag_en, .flag_de, .flag_es, .flag_fr, .flag_it, .flag_ru {
padding-left: 19px;
}
.flag_en {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_en.gif) center left no-repeat;
}
.flag_de {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_de.gif) center left no-repeat;
}
.flag_es {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_es.gif) center left no-repeat;
}
.flag_fr {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_fr.gif) center left no-repeat;
}
.flag_it {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_it.gif) center left no-repeat;
}
.flag_ru {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_ru.gif) center left no-repeat;
}
/* END LEFT ICONS */
/* sliding icon card */
.slidecontainer_open {
width: 140px;;
padding: 0px;
margin: 5px 0px 10px 2px;
border-top: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
}
.slidecontainer {
width: 140px;;
padding: 0px;
margin: 5px 0px 10px 2px;
border-top: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
}
.headerToggleImage{
width: 16px;
height: 16px;
border: 0px;
}
.headerToggle {
cursor: pointer;
float: right;
text-align: center;
vertical-align: middle;
}
/*SIDE YEAR IMAGE STYLE */
.headerToggleImagedemo{
border: 0px;
padding-top: 20px;
position: absolute;
}
/*SIDE YEAR FLOAT STYLE */
.headerToggledemo {
cursor: pointer;
float: right;
text-align: center;
vertical-align: middle;
position: relative;
}
/* Icon Box slider below Left Menu */
.iconbox2heading{
padding-left: 5px;
position:relative;
padding-right:4px;
padding-top:3px;
padding-bottom:4px;
margin-left:0px;
margin-bottom:0px;
border-top: 0px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
border-collapse:collapse;
width: 131px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2d.gif) right bottom repeat-x;
/*background-color: #edf6f5;*/
text-align: left;
}
.iconbox2heading_gr{
padding-left: 5px;
position:relative;
padding-right:4px;
padding-top:3px;
padding-bottom:4px;
margin-left:0px;
margin-bottom:0px;
border-top: 0px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
border-collapse:collapse;
width: 131px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background: url(http://www.ebi.ac.uk/inc/images/yellow_gradient.gif) right bottom repeat-x;
/*background-color: #edf6f5;*/
text-align: left;
}
.iconbox2contents_gr {
position:relative;
border-top: 0px solid #bfbfbf;
border-bottom: 0px;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 130px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/yellow_gradient_big.gif) top right repeat-x;
display: none;
}
.iconbox2heading a:link, .iconbox2heading a:visited, .iconbox2heading_gr a:link, .iconbox2heading_gr a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.iconbox2heading a:active, .iconbox2heading a:hover, .iconbox2heading_gr a:active, .iconbox2heading_gr a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}
.iconbox2contents {
position:relative;
border-top: 0px solid #bfbfbf;
border-bottom: 0px;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 130px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top right no-repeat;
display: none;
}
.iconbox2contents br, .iconbox2contents_gr br{
font-size: 3pt;
}
.iconbox2contents p, .iconbox2contents_gr p{
margin-top:5px;
margin-bottom:5px;
}
.iconbox2contents ul li, .iconbox2contents_gr ul li{
margin-top:0px;
margin-bottom:6px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: square;
}
.iconbox2contents a:link, .iconbox2contents a:visited, .iconbox2contents_gr a:link, .iconbox2contents_gr a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.iconbox2contents a:active, .iconbox2contents a:hover, .iconbox2contents_gr a:active, .iconbox2contents_gr a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.iconbox2contents img.boxleftplaingraphic, .iconbox2contents_gr img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
div.iconbox2contents p, div.iconboxcontents p, div.iconbox2contents_gr p, div.iconboxcontents_gr p{
font-size: 8pt;
} | examples/working.tmp/MTBLS1_DiagramUseCase/MetaboLights entryProtoc-Dateien/sidebars.css | table td.contentsarea{
border-left: 1px solid #dedede;
}
/* START CLICK LEFT MENU */
.sidemenufixed {
position: fixed;
top: 65px;
}
/* LEVEL 1 */
.sidemenu li {
padding-left: 11px;
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_link.gif) no-repeat top left;
color: #006666;
}
.sidemenu li:last-child, .sidemenu li.lastchild{
padding-left: 11px;
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_link_lastchild.gif) no-repeat top left;
}
.sidemenu li.clickme {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_plus.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li.clickme:last-child, .sidemenu li.clickmelastchild {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_plus_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li.clickmeopen {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus.gif) no-repeat top left;
}
.sidemenu li.clickmeopen:last-child, .sidemenu li.clickmeopenlastchild{
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus_lastchild.gif) no-repeat top left;
}
.sidemenu li.opensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus.gif) no-repeat top left;
display: block;
margin: 0;
}
.sidemenu li:last-child.opensub, .sidemenu li.lastchildopensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level1_minus_lastchild.gif) no-repeat top left;
display: block;
margin: 0;
}
/* LEVEL 2 */
.sidemenu li ul li {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_link.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li:last-child, .sidemenu li ul li.level2lastchild, .sidemenu li ul li ul li.level2lastchild {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_link_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickme {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_plus.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickme:last-child, .sidemenu li ul li.clickmelevel2lastchild, .sidemenu li ul li ul li.clickmelevel2lastchild{
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_plus_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickmeopen {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.clickmeopen:last-child, .sidemenu li ul li.clickmeopenlevel2lastchild, .sidemenu li ul li ul li.clickmeopenlevel2lastchild {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus_lastchild.gif) no-repeat top left;
cursor: pointer;
}
.sidemenu li ul li.opensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus.gif) no-repeat top left;
display: block;
margin: 0;
}
.sidemenu li ul li:last-child.opensub, .sidemenu li ul li.level2lastchildopensub {
background: url(http://www.ebi.ac.uk/inc/images/leftmenu/level2_minus_lastchild.gif) no-repeat top left;
display: block;
margin: 0;
}
/* LEVEL 3 etc inherits from level 2....*/
.sidemenu li ul li{
overflow: hidden;
width: 114px; /* reduced due to IE */
}
.sidemenu li ul li li a{
overflow: hidden;
width: 120px;
}
.leftmenutable {
/*border: 1px solid #006666;*/
width: 145px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0px;
/*border-collapse: collapse;*/
padding: 0;
margin: 0;
}
.leftmenutable td{
padding: 0;
margin: 0;
}
.sidemenu {
list-style: none;
margin: 0;
padding-left: 2px;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
}
.sidemenu li ul {
list-style: none;
display: none;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 12px;
}
.sidemenu a:link, .sidemenu a:visited {
color: #006666;
text-decoration: none;
}
.sidemenu li {
padding-top: 5px;
padding-right: 1px;
}
.sidemenu a:hover, .sidemenu a:active {
color: #e33e3e;
text-decoration: underline;
}
.sidemenu li.leftmenudivider {
padding: 0;
border: none 0;
width: 100%;
height: 1px;
background: #ffffff url(http://www.ebi.ac.uk/inc/images/line.jpg) repeat scroll center;
text-align: left;
margin: 10px 0px 10px 0px; /* top right bottom left*/
font-size: 1px;
}
.sidemenu li.plainlist {
padding: 0;
color:#1f1f1f;
font-weight: bold;
background: #ffffff;
border: none 0;
width: 100%;
height: 1px;
text-align: left;
margin: 10px 0px 20px 0px; /* top right bottom left*/
}
.sidemenu li.leftmenudividersubheading {
padding: 0;
color:#1f1f1f;
font-weight: bold;
background: #ffffff;
border: none 0;
width: 100%;
height: 1px;
text-align: left;
margin: 10px 0px 20px 10px; /* top right bottom left*/
}
/* allows menu to be open when javascript disabled */
/*.sidemenu li.clickmeopen, .sidemenu li.clickmeopen ul, .sidemenu li.clickmeopen ul li{*/
.sidemenu li.clickmeopen, .sidemenu li.clickmeopen ul, .sidemenu li.clickmeopen ul li{
display: block;
}
.sidemenu li.clickmeopen ul li ul {
display: none;
}
.sidemenu li.clickmeopen ul{
margin: 0;
}
.freestyle{
padding: 0;
color:#1f1f1f;
font-weight: bold;
background: #ffffff;
border: none 0;
width: 100%;
height: 1px;
text-align: left;
margin: 10px 0px 20px -10px; /* top right bottom left*/
}
.smalltext{
font-size:10px;
text-decoration: none;
color: #999999;
}
.smalltext a:link, .smalltext a:visited{
text-decoration: none;
color: #000000;
}
.smalltext a:active, .smalltext a:hover{
text-decoration: underline;
color: #408c8c;
}
table.leftmenutable{
width: 145px;
}
div.leftmenu{
width: 145px;
visibility: visible;
display: block;
}
/* END CLICK LEFT MENU */
/* START LEFT ICONS */
/* Icon Box below Left Menu */
.iconboxheading{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 106px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2c.gif) top right no-repeat;
}
.iconboxheading a:link, .iconboxheading a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.iconboxheading a:active, .iconboxheading a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}
/*.boxleftplainheading{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 106px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2c.gif) top right no-repeat;
}
.boxleftplainheading a:link, .boxleftplainheading a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.boxleftplainheading a:active, .boxleftplainheading a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}*/
.iconboxcontents {
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 133px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top right no-repeat;
}
.iconboxcontents br{
font-size: 3pt;
}
.iconboxcontents p{
margin-top:5px;
margin-bottom:5px;
}
.iconboxcontents ul li{
margin-top:0px;
margin-bottom:6px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: square;
}
.iconboxcontents a:link, .iconboxcontents a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.iconboxcontents a:active, .iconboxcontents a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.iconboxcontents img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
/* Icon Box 270px wide can be used in body of page */
/* Used for the training handson courses */
.iconboxheadingwidetraining{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 470px;
height:auto;
font-weight:bold;
font-size: 9pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2cwide.gif) top right no-repeat;
}
.iconboxcontentswidetraining{
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 497px;
font-size: 9pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3bwide.gif) top right no-repeat;
}
.iconboxcontentswidetraining img{
float:left;
vertical-align:top;
width:75px;
height:81px;
margin:5px;
margin-bottom: 30px;
border: 1px solid #000000;
}
.iconboxcontentswidetraining b{
color: #006666;
font-weight:bold;
}
.iconboxheadingwide{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:5px;
padding-bottom:3px;
margin-left:2px;
margin-bottom:0px;
border: 1px solid #bfbfbf;
border-collapse:collapse;
width: 243px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2cwide.gif) top right no-repeat;
}
.iconboxheadingwide a:link, .iconboxheadingwide a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.iconboxheadingwide a:active, .iconboxheadingwide a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}
.iconboxcontentswide {
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 270px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3bwide.gif) top right no-repeat;
}
.iconboxcontentswide2 {
position:relative;
border-top: 0px;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #e0e6e6;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 270px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue4bwide.gif) top right no-repeat;
}
.iconboxcontentswide br, .iconboxcontentswide2 br{
font-size: 3pt;
}
.iconboxcontentswide p, .iconboxcontentswide2 p{
margin-top:5px;
margin-bottom:5px;
}
.iconboxcontentswide ul li, .iconboxcontentswide2 ul li{
margin-top:0px;
margin-bottom:0px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: disc;
}
.iconboxcontentswide a:link, .iconboxcontentswide a:visited, .iconboxcontentswide2 a:link, .iconboxcontentswide2 a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.iconboxcontentswide a:active, .iconboxcontentswide a:hover, .iconboxcontentswide2 a:active, .iconboxcontentswide2 a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.iconboxcontentswide img.boxleftplaingraphic, .iconboxcontentswide2 img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
/* TO GET NICE drop Shadow on Box */
.boxleftplaincontents2 {
position:relative;
border-top: 0px;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:5px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 133px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top right no-repeat;
}
.boxleftplaincontents2 br{
font-size: 3pt;
}
.boxleftplaincontents2 p{
margin-top:5px;
margin-bottom:5px;
}
.boxleftplaincontents2 ul li{
margin-top:0px;
margin-bottom:12px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: square;
}
.boxleftplaincontents2 a:link, .boxleftplaincontents2 a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.boxleftplaincontents2 a:active, .boxleftplaincontents2 a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.boxleftplaincontents2 img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
.boxleftplainbottom{
padding-left: 5px;
position:relative;
padding-right:30px;
padding-top:0px;
padding-bottom:0px;
margin-left:2px;
margin-bottom:0px;
border-collapse:collapse;
width: 108px;
height:5px;
background-color: #edf6f5;
text-align: left;
background: url(http://www.ebi.ac.uk/inc/images/head_bot_blue3b.gif) top right repeat;
}
.sidemenusiframe{
width: 141px;
border: 0;
padding: 0;
margin: 0;
height: 540px;
overflow: hidden;
}
.flag_en, .flag_de, .flag_es, .flag_fr, .flag_it, .flag_ru {
padding-left: 19px;
}
.flag_en {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_en.gif) center left no-repeat;
}
.flag_de {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_de.gif) center left no-repeat;
}
.flag_es {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_es.gif) center left no-repeat;
}
.flag_fr {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_fr.gif) center left no-repeat;
}
.flag_it {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_it.gif) center left no-repeat;
}
.flag_ru {
background: url(http://www.ebi.ac.uk/inc/images/locale/flag_ru.gif) center left no-repeat;
}
/* END LEFT ICONS */
/* sliding icon card */
.slidecontainer_open {
width: 140px;;
padding: 0px;
margin: 5px 0px 10px 2px;
border-top: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
}
.slidecontainer {
width: 140px;;
padding: 0px;
margin: 5px 0px 10px 2px;
border-top: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 1px solid #bfbfbf;
}
.headerToggleImage{
width: 16px;
height: 16px;
border: 0px;
}
.headerToggle {
cursor: pointer;
float: right;
text-align: center;
vertical-align: middle;
}
/*SIDE YEAR IMAGE STYLE */
.headerToggleImagedemo{
border: 0px;
padding-top: 20px;
position: absolute;
}
/*SIDE YEAR FLOAT STYLE */
.headerToggledemo {
cursor: pointer;
float: right;
text-align: center;
vertical-align: middle;
position: relative;
}
/* Icon Box slider below Left Menu */
.iconbox2heading{
padding-left: 5px;
position:relative;
padding-right:4px;
padding-top:3px;
padding-bottom:4px;
margin-left:0px;
margin-bottom:0px;
border-top: 0px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
border-collapse:collapse;
width: 131px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background: url(http://www.ebi.ac.uk/inc/images/head_blue2d.gif) right bottom repeat-x;
/*background-color: #edf6f5;*/
text-align: left;
}
.iconbox2heading_gr{
padding-left: 5px;
position:relative;
padding-right:4px;
padding-top:3px;
padding-bottom:4px;
margin-left:0px;
margin-bottom:0px;
border-top: 0px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
border-collapse:collapse;
width: 131px;
height:auto;
font-weight:bold;
font-size: 8pt;
color:#1f1f1f;
background: url(http://www.ebi.ac.uk/inc/images/yellow_gradient.gif) right bottom repeat-x;
/*background-color: #edf6f5;*/
text-align: left;
}
.iconbox2contents_gr {
position:relative;
border-top: 0px solid #bfbfbf;
border-bottom: 0px;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 130px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/yellow_gradient_big.gif) top right repeat-x;
display: none;
}
.iconbox2heading a:link, .iconbox2heading a:visited, .iconbox2heading_gr a:link, .iconbox2heading_gr a:visited{
text-decoration: none;
color: #1f1f1f;
font-size: 8pt;
font-weight:bold;
}
.iconbox2heading a:active, .iconbox2heading a:hover, .iconbox2heading_gr a:active, .iconbox2heading_gr a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
font-weight:bold;
}
.iconbox2contents {
position:relative;
border-top: 0px solid #bfbfbf;
border-bottom: 0px;
border-left: 0px solid #bfbfbf;
border-right: 0px solid #bfbfbf;
padding-top:3px;
padding-bottom:5px;
padding-left:4px;
padding-right:4px;
margin:0px 0px 0px 2px;
width: 130px;
font-size: 8pt;
vertical-align: top;
background: url(http://www.ebi.ac.uk/inc/images/head_blue3b.gif) top right no-repeat;
display: none;
}
.iconbox2contents br, .iconbox2contents_gr br{
font-size: 3pt;
}
.iconbox2contents p, .iconbox2contents_gr p{
margin-top:5px;
margin-bottom:5px;
}
.iconbox2contents ul li, .iconbox2contents_gr ul li{
margin-top:0px;
margin-bottom:6px;
margin-left:-22px;
font-size: 8pt;
border: 0;;
padding: 0;
list-style: square;
}
.iconbox2contents a:link, .iconbox2contents a:visited, .iconbox2contents_gr a:link, .iconbox2contents_gr a:visited{
text-decoration: underline;
color: #408c8c;
font-size: 8pt;
}
.iconbox2contents a:active, .iconbox2contents a:hover, .iconbox2contents_gr a:active, .iconbox2contents_gr a:hover{
text-decoration: none;
color: #ff3300;
font-size: 8pt;
}
.iconbox2contents img.boxleftplaingraphic, .iconbox2contents_gr img.boxleftplaingraphic{
width: 75px;
height: 50px;
border: 0;
padding: 4px;
margin-left:25px;
text-align: center;
}
div.iconbox2contents p, div.iconboxcontents p, div.iconbox2contents_gr p, div.iconboxcontents_gr p{
font-size: 8pt;
} | 0.137417 | 0.126434 |