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
body{ background: darkorange; color: ghostwhite; } .Keyboard{ height: 100px; width: 100%; position: relative; } .loopOn { background: red; } .playButton{ display: inline; text-align: right; position: absolute; right: 0; bottom: 0; } .profileSongName{ display: inline-block; } li{ list-style: none; } #name{ display: inline-block; } #userName{ display: inline; } #save{ display: block; } .recordedSongs{ margin-left: auto; margin-right: auto; width: 50%; } #myRecordedSongs{ text-align: center; } #activeRooms{ margin-left: auto; margin-right: auto; width: 50%; } .activeRoomName{ position: relative; left: 0; margin-right: 25%; } .joinRoom{ position: relative; right: 0; margin-left: 25%; } .activeRoom{ margin-left: auto; margin-right: auto; width: 50%; } .allSongs-songList{ margin-right: auto; margin-left: auto; width: 80%; } .songBox{ position: relative; text-align: justify; } .well{ color: darkorange; background: ghostwhite; } .jumbotron{ color: darkorange; background: ghostwhite; } .visualizer{ width: 50px; background: green; height: 50px; transition: all .5s; } canvas{ position: absolute; top: 0; pointer-events: none; } @keyframes increaseFont { 0% { opacity: 1; font-size: 1em;} 100% { opacity: 0; font-size: 10em} } .notes{ animation: increaseFont 1s forwards; } .jamNav{ display: inline; } .prof{ display: inline-block; } .navBtn{ margin-bottom: 10px; } .profileInfo{ padding-left: 10px; } .jamHeader{ display: inline; } @media only screen and (min-device-width : 320px) and (max-device-width : 480px){ .recordedSongs{ width: 90%; } } /*.containerLogin, .containerIndex{ margin-top: 40%; width: 100%; } .containerProfile{ width: 90%; margin-left: auto; margin-right: auto; } .jumbotron{ font-size: 50px; } .jumbotron h1{ font-size: 100px; } .btn{ font-size: 40px; } .login h1{ font-size: 100px; } .login form{ font-size: 40px; } .login p{ font-size: 24px; } .form-control{ font-size: 40px; } .containerProfile h1{ font-size: 100px; } h2{ font-size: 75px; } h3{ font-size: 50px; } h4{ font-size: 25px; } .containerProfile .well{ width: 80%; } .profileInfo{ padding-bottom: 20px; } .jamNav .btn, #piano .btn{ font-size: 14px; } h1{ font-size: 100px; } .jamHeader{ font-size: 36px; } #songs{ font-size: 50px; } }*/
public/test.css
body{ background: darkorange; color: ghostwhite; } .Keyboard{ height: 100px; width: 100%; position: relative; } .loopOn { background: red; } .playButton{ display: inline; text-align: right; position: absolute; right: 0; bottom: 0; } .profileSongName{ display: inline-block; } li{ list-style: none; } #name{ display: inline-block; } #userName{ display: inline; } #save{ display: block; } .recordedSongs{ margin-left: auto; margin-right: auto; width: 50%; } #myRecordedSongs{ text-align: center; } #activeRooms{ margin-left: auto; margin-right: auto; width: 50%; } .activeRoomName{ position: relative; left: 0; margin-right: 25%; } .joinRoom{ position: relative; right: 0; margin-left: 25%; } .activeRoom{ margin-left: auto; margin-right: auto; width: 50%; } .allSongs-songList{ margin-right: auto; margin-left: auto; width: 80%; } .songBox{ position: relative; text-align: justify; } .well{ color: darkorange; background: ghostwhite; } .jumbotron{ color: darkorange; background: ghostwhite; } .visualizer{ width: 50px; background: green; height: 50px; transition: all .5s; } canvas{ position: absolute; top: 0; pointer-events: none; } @keyframes increaseFont { 0% { opacity: 1; font-size: 1em;} 100% { opacity: 0; font-size: 10em} } .notes{ animation: increaseFont 1s forwards; } .jamNav{ display: inline; } .prof{ display: inline-block; } .navBtn{ margin-bottom: 10px; } .profileInfo{ padding-left: 10px; } .jamHeader{ display: inline; } @media only screen and (min-device-width : 320px) and (max-device-width : 480px){ .recordedSongs{ width: 90%; } } /*.containerLogin, .containerIndex{ margin-top: 40%; width: 100%; } .containerProfile{ width: 90%; margin-left: auto; margin-right: auto; } .jumbotron{ font-size: 50px; } .jumbotron h1{ font-size: 100px; } .btn{ font-size: 40px; } .login h1{ font-size: 100px; } .login form{ font-size: 40px; } .login p{ font-size: 24px; } .form-control{ font-size: 40px; } .containerProfile h1{ font-size: 100px; } h2{ font-size: 75px; } h3{ font-size: 50px; } h4{ font-size: 25px; } .containerProfile .well{ width: 80%; } .profileInfo{ padding-bottom: 20px; } .jamNav .btn, #piano .btn{ font-size: 14px; } h1{ font-size: 100px; } .jamHeader{ font-size: 36px; } #songs{ font-size: 50px; } }*/
0.37319
0.055362
canvas { border: 4px solid; display: inline-block; } .title { font-size: 40px; display: inline; } #frame_counter { font-size: 20px; display: inline; float: right; } .head { width: 800px; /* margin-bottom: -30px; */ } .body { display: inline-block; width: 100%; } .body2{ display:inline-block; } .resbox { margin-left: 4px; margin-top:4px; display:inline-block; width: 800px; flex-direction: row; } .opt { flex: auto; margin: 4px 1px; border: 4px solid; border-radius: 8px; text-align: center; vertical-align: middle; width: 80px; height:30px; } .opt:hover{ cursor: pointer; } h3 { margin-bottom: -1rem; } a { color: cornflowerblue; } .dropbtn { background: rgba(236, 223, 166, 0.7); box-sizing: border-box; box-shadow: 0 15px 25px rgba(0,0,0,.6); color: black; padding: 6px; font-size: 16px; border: none; cursor: pointer; margin:5px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { border-radius: 10px; display: none; position: absolute; background-color:rgba(0,0,0,0.5); min-width: 90px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdown-content2 { border-radius: 10px; display: none; position: absolute; background-color:rgba(0,0,0,0.5); min-width: 150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); color:aliceblue; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown-content2 a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropdown-content2 { display: block; } .dropdown:hover .dropbtn { background: #70706d; color: #fff; border-radius: 5px; cursor:pointer; box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4; }
CG-SoftwareRenderer2/styles.css
canvas { border: 4px solid; display: inline-block; } .title { font-size: 40px; display: inline; } #frame_counter { font-size: 20px; display: inline; float: right; } .head { width: 800px; /* margin-bottom: -30px; */ } .body { display: inline-block; width: 100%; } .body2{ display:inline-block; } .resbox { margin-left: 4px; margin-top:4px; display:inline-block; width: 800px; flex-direction: row; } .opt { flex: auto; margin: 4px 1px; border: 4px solid; border-radius: 8px; text-align: center; vertical-align: middle; width: 80px; height:30px; } .opt:hover{ cursor: pointer; } h3 { margin-bottom: -1rem; } a { color: cornflowerblue; } .dropbtn { background: rgba(236, 223, 166, 0.7); box-sizing: border-box; box-shadow: 0 15px 25px rgba(0,0,0,.6); color: black; padding: 6px; font-size: 16px; border: none; cursor: pointer; margin:5px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { border-radius: 10px; display: none; position: absolute; background-color:rgba(0,0,0,0.5); min-width: 90px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdown-content2 { border-radius: 10px; display: none; position: absolute; background-color:rgba(0,0,0,0.5); min-width: 150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); color:aliceblue; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown-content2 a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropdown-content2 { display: block; } .dropdown:hover .dropbtn { background: #70706d; color: #fff; border-radius: 5px; cursor:pointer; box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4; }
0.405449
0.202719
========================================================= */ a { color: #3679BF; } .container { width: 960px; margin: 0 auto; overflow: hidden; } .truncate { width: 640px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .space { padding: 10px 20px; } ul { list-style: none; padding: 0; margin: 0; } form label { font-size: 11pt; display: block; } /* header styles ========================================================= */ header { background-color: #f0f0f0; border-bottom-width: 0; padding: 44px 25px; } header h1, header h2 { margin: 0; line-height: 1; } header h1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 700; font-style: normal; font-size: 36px; /*line-height: 30px;*/ letter-spacing: -1.5px; } header h1 a { text-decoration: none; color: #c00; } header h2 { font-family: Helvetica, Arial, sans-serif; color: #616161; font-size: 13pt; font-weight: normal; } section h3 { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: normal; margin: 0 0 10px 0; } /* main app scope ========================================================= */ #job-app { background-color: #f0f0f0; border-top: none; border-bottom-width: 40px; position: relative; overflow: hidden; } /* columns ========================================================= */ #job-list, #job-filter { padding: 35px 25px; background-color: white; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* job listings ========================================================= */ #job-list h3#job-list-head { width: 66%; margin: 0; padding: 2px 8px 2px 0; float: left; box-sizing: border-box; } #job-list-sort { width: 34%; margin: 0; padding: 2px 0 2px 8px; float: left; box-sizing: border-box; text-align: right; line-height: 20px; font-size: .9em; } #job-list-sort p, #job-list-sort ul { margin: 15px 0; display: inline-table; } .sort-menu { display: inline-table; } .sort-menu li { margin-right: 8px; float: left; position: relative; } /* individual job listings - animation ========================================================= */ .job-listing h3 a { text-decoration: none; } #job-listing-container { position: relative; /*height: 1500px;*/ } .job-listing { /*position: absolute;*/ /*left: 0;*/ /*height: 100px;*/ -webkit-transition: top 1s ease-out, opacity 1s; -moz-transition: top 1s ease-out, opacity 1s; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd; } .job-listing li:last-child { margin-right: 0; } .job-listing li { float: left; width: 30%; margin: 0 3% 0 0; font-size: 12px; color: #898989; } /* animation ----------------------------- */ .job-listing.ng-enter, .job-listing.ng-leave, .job-listing.ng-move { -webkit-transition: 0.5s linear all; -moz-transition: 0.5s linear all; -o-transition: 0.5s linear all; transition: 0.5s linear all; } .job-listing.ng-enter, .job-listing.ng-move { opacity: 0; height: 0; overflow: hidden; } .job-listing.ng-move.ng-move-active, .job-listing.ng-enter.ng-enter-active { opacity: 1; height: 120px; } .job-listing.ng-leave { opacity: 1; overflow: hidden; } .job-listing.ng-leave.ng-leave-active { opacity: 0; height: 0; padding-top: 0; padding-bottom: 0; } /* forms ========================================================= */ .search-menu li { width: 35%; margin-right: 3%; float: left; position: relative; } .search-menu li:last-child { width: 24%; margin-right: 0; float: left; position: relative; } .search-menu label { position: absolute; top: 45px; font-size: 12px; color: #363636; } #job-filter form input[type=text], #job-filter form select { background-color: #ebebeb; border: solid 1px #dedede; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; line-height: 30px; font-size: 18px; padding: 5px; margin-top: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; min-height: 40px; } #job-filter form button { width: 100%; background-color: #3679BF; border: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fff; font-size: 18px; line-height: 30px; margin-top: 2px; padding: 5px 18px; } /* responsive styles ========================================================= */ @media screen and (max-width: 800px ) { .container { width: 100%; } #job-list, #job-filter { width: 100% } #job-filter { border-top: 5px solid #f0f0f0; } .search-menu li, #job-list h3#job-list-head, #job-list-sort { width: 100%; margin: 10px 0 20px; float: none; display: block; } header { padding: 20px 25px; } header h1 { font-size: 28px; } }
app/css/app.css
========================================================= */ a { color: #3679BF; } .container { width: 960px; margin: 0 auto; overflow: hidden; } .truncate { width: 640px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .space { padding: 10px 20px; } ul { list-style: none; padding: 0; margin: 0; } form label { font-size: 11pt; display: block; } /* header styles ========================================================= */ header { background-color: #f0f0f0; border-bottom-width: 0; padding: 44px 25px; } header h1, header h2 { margin: 0; line-height: 1; } header h1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: 700; font-style: normal; font-size: 36px; /*line-height: 30px;*/ letter-spacing: -1.5px; } header h1 a { text-decoration: none; color: #c00; } header h2 { font-family: Helvetica, Arial, sans-serif; color: #616161; font-size: 13pt; font-weight: normal; } section h3 { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-weight: normal; margin: 0 0 10px 0; } /* main app scope ========================================================= */ #job-app { background-color: #f0f0f0; border-top: none; border-bottom-width: 40px; position: relative; overflow: hidden; } /* columns ========================================================= */ #job-list, #job-filter { padding: 35px 25px; background-color: white; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* job listings ========================================================= */ #job-list h3#job-list-head { width: 66%; margin: 0; padding: 2px 8px 2px 0; float: left; box-sizing: border-box; } #job-list-sort { width: 34%; margin: 0; padding: 2px 0 2px 8px; float: left; box-sizing: border-box; text-align: right; line-height: 20px; font-size: .9em; } #job-list-sort p, #job-list-sort ul { margin: 15px 0; display: inline-table; } .sort-menu { display: inline-table; } .sort-menu li { margin-right: 8px; float: left; position: relative; } /* individual job listings - animation ========================================================= */ .job-listing h3 a { text-decoration: none; } #job-listing-container { position: relative; /*height: 1500px;*/ } .job-listing { /*position: absolute;*/ /*left: 0;*/ /*height: 100px;*/ -webkit-transition: top 1s ease-out, opacity 1s; -moz-transition: top 1s ease-out, opacity 1s; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd; } .job-listing li:last-child { margin-right: 0; } .job-listing li { float: left; width: 30%; margin: 0 3% 0 0; font-size: 12px; color: #898989; } /* animation ----------------------------- */ .job-listing.ng-enter, .job-listing.ng-leave, .job-listing.ng-move { -webkit-transition: 0.5s linear all; -moz-transition: 0.5s linear all; -o-transition: 0.5s linear all; transition: 0.5s linear all; } .job-listing.ng-enter, .job-listing.ng-move { opacity: 0; height: 0; overflow: hidden; } .job-listing.ng-move.ng-move-active, .job-listing.ng-enter.ng-enter-active { opacity: 1; height: 120px; } .job-listing.ng-leave { opacity: 1; overflow: hidden; } .job-listing.ng-leave.ng-leave-active { opacity: 0; height: 0; padding-top: 0; padding-bottom: 0; } /* forms ========================================================= */ .search-menu li { width: 35%; margin-right: 3%; float: left; position: relative; } .search-menu li:last-child { width: 24%; margin-right: 0; float: left; position: relative; } .search-menu label { position: absolute; top: 45px; font-size: 12px; color: #363636; } #job-filter form input[type=text], #job-filter form select { background-color: #ebebeb; border: solid 1px #dedede; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; line-height: 30px; font-size: 18px; padding: 5px; margin-top: 2px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; min-height: 40px; } #job-filter form button { width: 100%; background-color: #3679BF; border: none; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fff; font-size: 18px; line-height: 30px; margin-top: 2px; padding: 5px 18px; } /* responsive styles ========================================================= */ @media screen and (max-width: 800px ) { .container { width: 100%; } #job-list, #job-filter { width: 100% } #job-filter { border-top: 5px solid #f0f0f0; } .search-menu li, #job-list h3#job-list-head, #job-list-sort { width: 100%; margin: 10px 0 20px; float: none; display: block; } header { padding: 20px 25px; } header h1 { font-size: 28px; } }
0.387459
0.080141
*{ box-sizing: border-box; } body{ margin: 0px; font-family: 'Open Sans', sans-serif; } h1, h2, h3, h4, h5, h6, p{ font-family: 'Yanone Kaffeesatz', sans-serif; letter-spacing: 1.5px; } .contendor { margin: auto; width: 95%; } img { display: block; max-width: 100%; } h1 { text-align: center; font-size: 30px; margin: 0px; } /*-----------------------Estilos del header---------------------*/ .header{ height: 60px; } .header .contendor { display: flex; justify-content: space-between; } .icon-menu { margin: 10px } .titulo { color: white; margin-top: 10px; } .icon-menu { display: block; width: 38px; height: 50px; font-size: 30px; color:rgb(0, 0, 0); text-align: center; line-height: 45px; border-radius: 5px; margin-right: auto; cursor: pointer; } /*-------------------Estilos del Menu-----------------*/ .nav { position: absolute; top: 130px; left: -100%; width: 100%; transition: all 0.4s; } .menu { list-style: none; padding: 0; margin: 0; } .menu__link { display: block; padding: 15px; background: rgba(89, 89, 89, 0.97); text-decoration: none; color: rgb(0, 0, 0); font-weight: 800; } .menu__link:hover, .select { background: white; color: black; } .mostrar { left: 0; } /*---------Estilos de banner-----------*/ .logo { width: 11%; height: auto; border-radius: 60%; display: block; margin: auto; margin-top: -330px; opacity: 0.750; margin-bottom: 270px; justify-content: space-between; position: static; } .banner { margin-top: -81px; position: relative; z-index: -1000; margin-bottom: 20px; size: 100% 100%; } .banner .contenedor { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; color: white; text-align: center; : rgba(84, 84, 84, 0.59); } .banner__titulo { margin-top: 20px; font-size: 25px; } .banner__txt { display: none; } .span { background: rgba(84, 84, 84, 0.30); background-position: center; background-size: cover; background-origin: padding-box; font-family: 'Yanone Kaffeesatz', sans-serif; } .slider ul { display: flex; width: 200%; padding: 0; animation: cambio 10s infinite; animation-direction: normal; } .slider li{ list-style: none; width: 100%; } .slider img{ width: 100%; } .slider { width: 100%; overflow: hidden; margin-top: -100px; } @keyframes cambio { 0% {margin-left: 0;} 40% {margin-left: 0;} 50% {margin-left: -100%;} 90% {margin-left: -100%;} } .banner2 { height: 94% } /*------------------------Estilos de info----------------------*/ .sub__titulo { text-align: center; font-size: 40px; margin-top: 0px; } .info__columna { background: rgba(89, 89, 89, 1); color: white; padding: 15px; margin-bottom: 50px; margin-top: -20px; } .info__img { height: auto; width: auto; justify-content: space-between; } .info__titulo { text-align: center; font-size: 30px; } .info__txt { text-align: justify; } /*--------------------Estilos de info2--------------------*/ .sub__titulo2 { text-align: center; font-size: 50px; margin-top: 0px; margin-bottom: -20px; } .info2__columna { background: rgb(75, 75, 75); color: white; padding: 15px; margin-bottom: 30px; margin-top: 50px; } .info2__titulo { text-align: center; font-size: 30px; margin: 0px; margin-top: 15px; } .info2__txt { text-align: justify; } .info2__img { justify-content: space-between; height: auto; width: auto; } .others2 { display:none; } /*--------------------Estilos de footer------------------*/ .footer { background: rgba(89, 89, 89, 0.81); color: white; padding: 10px; text-align: center; margin-top: 15px; } .icon-argentina, .icon-paraguay, .icon-uruguay { display: inline-block; background: white; text-decoration: none; border-radius: 70%; padding: 10px; width: 50px; height: 40px; } .icon-paraguay{ width: : 60px; } /*--------------Estilos Responsive---------------*/ @media(min-width:580px) { .banner__titulo { font-size: 30px; } .info__titulo { font-size: 40px; margin: 0px; margin-top: 10px; } } @media(min-width:680px) { .titulo { font-size: 40px; } .banner__titulo { font-size: 35px; margin: 5px 0; margin-top: 30px; } .nav { top: 153px; } .sub__titulo, .sub__titulo2 { margin-bottom: 80px; } .sub__titulo { margin-top: -30px; } .info__titulo { font-size: 25px; margin-bottom: 0px; } .sub__titulo2 { margin-top: 30px; } .info2__columna { width: 45%; margin: 10px; margin-top: 50px; } .info2__titulo { font-size: 30px; margin-bottom: 5px; } .info2 { display: flex; justify-content: center; margin-top: -100px; flex-wrap: wrap; } .info2__img { margin-top: 0px; justify-content: space-between; } } @media(min-width:909px) { .contendor { width: 1000px; } .titulo { font-size: 60px; } .banner__titulo { font-size: 40px; margin: 5px 0; margin-top: 0px; } .banner__txt { display: block; font-size: 30px; margin: 7px 0; } .nav { top: 190px; } .info { display: flex; justify-content: space-between; margin-top: -100px; } .info__columna { margin: 10px; width: 30%; margin-top: 50px; } } @media(min-width: 1130px) { .banner__titulo { margin-top: 70px; } .nav { top: 190px; position: static; width: auto; } .menu { display: flex; color: white; } .icon-menu { display: none; } .menu__link { background: none; font-size: 20px; color: white; } .select { background: rgba(89, 89, 89, 0.81); color: white; } .others { display: none; } .others2{ display: flex; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; flex-wrap: wrap; width: 100%; justify-content: center; } .content__all{ width: 30%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .sub__titulo2{ margin-bottom: 0px; } .content__img{ width: 100%; height: 220px; margin: auto; margin-top: 20px; position: relative; overflow: hidden; } .content__img img{ width: 200; -webkit-transition: all 300ms; transition: all 300ms; border-radius: 60px; } .content__1{ width: 1000px; height: 1100px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); margin-left: -750px; -webkit-transition: all 300ms; transition: all 300ms; } .content__2{ width: 1000px; height: 1000px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); margin-left: -800px; -webkit-transition: all 500ms; transition: all 500ms; } .content__3{ width: 1000px; height: 1000px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(30deg); transform: rotate(30deg); margin-left: -800px; margin-top: -500px; -webkit-transition: all 900ms; transition: all 900ms; -webkit-box-shadow: 0px 1px 20px -5px black; box-shadow: 0px 1px 20px -5px black; } .content__4{ width: 1000px; height: 1000px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(30deg); transform: rotate(30deg); margin-left: -850px; margin-top: -500px; -webkit-transition: all 700ms; transition: all 700ms; } .content__img:hover .content__1{ width: 222%; -webkit-transition: all 900ms; transition: all 900ms; } .content__img:hover .content__2{ width: 222%; -webkit-transition: all 300ms; transition: all 300ms; } .content__img:hover .content__3{ width: 222%; -webkit-transition: all 500ms; transition: all 500ms; } .content__img:hover .content__4{ width: 222%; -webkit-transition: all 700ms; transition: all 700ms; } .content__img:hover img{ -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: all 300ms; transition: all 300ms; opacity: 0.8; } .content__txt{ position: absolute; top: 0; width: 220px; padding: 0px; z-index: 10; color: white; text-align: center; margin-top: 170px; } .content__txt h2{ font-size: 30px; opacity: 0; -webkit-transform: scale(0.2); transform: scale(0.2); -webkit-transition: all 300ms; transition: all 300ms; margin-left: 28px; } .content__txt p{ font-size: 20px; margin-top: 10px; opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: all 300ms; transition: all 300ms; } .content__img:hover h2{ opacity: 1; -webkit-transition: all 300ms; transition: all 300ms; -webkit-transform: scale(1); transform: scale(1); } .content__img:hover p{ opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 500ms; transition: all 500ms; } .icon-argentina, .icon-paraguay, .icon-uruguay { display: inline-block; background: white; text-decoration: none; border-radius: 85%; padding: 7px; width: 50px; height: 40px; } } @media(min-width: 1295px) { .banner__titulo{ font-size: 50px; } .banner__txt { font-size: 42px; } .titulo { margin-bottom: 15px; } .info2__img { width: 300px; } } @media(max-height: 500px) { .logo { margin-top: -250px; } } .upf { width: 250px; }
css/Formato.css
*{ box-sizing: border-box; } body{ margin: 0px; font-family: 'Open Sans', sans-serif; } h1, h2, h3, h4, h5, h6, p{ font-family: 'Yanone Kaffeesatz', sans-serif; letter-spacing: 1.5px; } .contendor { margin: auto; width: 95%; } img { display: block; max-width: 100%; } h1 { text-align: center; font-size: 30px; margin: 0px; } /*-----------------------Estilos del header---------------------*/ .header{ height: 60px; } .header .contendor { display: flex; justify-content: space-between; } .icon-menu { margin: 10px } .titulo { color: white; margin-top: 10px; } .icon-menu { display: block; width: 38px; height: 50px; font-size: 30px; color:rgb(0, 0, 0); text-align: center; line-height: 45px; border-radius: 5px; margin-right: auto; cursor: pointer; } /*-------------------Estilos del Menu-----------------*/ .nav { position: absolute; top: 130px; left: -100%; width: 100%; transition: all 0.4s; } .menu { list-style: none; padding: 0; margin: 0; } .menu__link { display: block; padding: 15px; background: rgba(89, 89, 89, 0.97); text-decoration: none; color: rgb(0, 0, 0); font-weight: 800; } .menu__link:hover, .select { background: white; color: black; } .mostrar { left: 0; } /*---------Estilos de banner-----------*/ .logo { width: 11%; height: auto; border-radius: 60%; display: block; margin: auto; margin-top: -330px; opacity: 0.750; margin-bottom: 270px; justify-content: space-between; position: static; } .banner { margin-top: -81px; position: relative; z-index: -1000; margin-bottom: 20px; size: 100% 100%; } .banner .contenedor { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; color: white; text-align: center; : rgba(84, 84, 84, 0.59); } .banner__titulo { margin-top: 20px; font-size: 25px; } .banner__txt { display: none; } .span { background: rgba(84, 84, 84, 0.30); background-position: center; background-size: cover; background-origin: padding-box; font-family: 'Yanone Kaffeesatz', sans-serif; } .slider ul { display: flex; width: 200%; padding: 0; animation: cambio 10s infinite; animation-direction: normal; } .slider li{ list-style: none; width: 100%; } .slider img{ width: 100%; } .slider { width: 100%; overflow: hidden; margin-top: -100px; } @keyframes cambio { 0% {margin-left: 0;} 40% {margin-left: 0;} 50% {margin-left: -100%;} 90% {margin-left: -100%;} } .banner2 { height: 94% } /*------------------------Estilos de info----------------------*/ .sub__titulo { text-align: center; font-size: 40px; margin-top: 0px; } .info__columna { background: rgba(89, 89, 89, 1); color: white; padding: 15px; margin-bottom: 50px; margin-top: -20px; } .info__img { height: auto; width: auto; justify-content: space-between; } .info__titulo { text-align: center; font-size: 30px; } .info__txt { text-align: justify; } /*--------------------Estilos de info2--------------------*/ .sub__titulo2 { text-align: center; font-size: 50px; margin-top: 0px; margin-bottom: -20px; } .info2__columna { background: rgb(75, 75, 75); color: white; padding: 15px; margin-bottom: 30px; margin-top: 50px; } .info2__titulo { text-align: center; font-size: 30px; margin: 0px; margin-top: 15px; } .info2__txt { text-align: justify; } .info2__img { justify-content: space-between; height: auto; width: auto; } .others2 { display:none; } /*--------------------Estilos de footer------------------*/ .footer { background: rgba(89, 89, 89, 0.81); color: white; padding: 10px; text-align: center; margin-top: 15px; } .icon-argentina, .icon-paraguay, .icon-uruguay { display: inline-block; background: white; text-decoration: none; border-radius: 70%; padding: 10px; width: 50px; height: 40px; } .icon-paraguay{ width: : 60px; } /*--------------Estilos Responsive---------------*/ @media(min-width:580px) { .banner__titulo { font-size: 30px; } .info__titulo { font-size: 40px; margin: 0px; margin-top: 10px; } } @media(min-width:680px) { .titulo { font-size: 40px; } .banner__titulo { font-size: 35px; margin: 5px 0; margin-top: 30px; } .nav { top: 153px; } .sub__titulo, .sub__titulo2 { margin-bottom: 80px; } .sub__titulo { margin-top: -30px; } .info__titulo { font-size: 25px; margin-bottom: 0px; } .sub__titulo2 { margin-top: 30px; } .info2__columna { width: 45%; margin: 10px; margin-top: 50px; } .info2__titulo { font-size: 30px; margin-bottom: 5px; } .info2 { display: flex; justify-content: center; margin-top: -100px; flex-wrap: wrap; } .info2__img { margin-top: 0px; justify-content: space-between; } } @media(min-width:909px) { .contendor { width: 1000px; } .titulo { font-size: 60px; } .banner__titulo { font-size: 40px; margin: 5px 0; margin-top: 0px; } .banner__txt { display: block; font-size: 30px; margin: 7px 0; } .nav { top: 190px; } .info { display: flex; justify-content: space-between; margin-top: -100px; } .info__columna { margin: 10px; width: 30%; margin-top: 50px; } } @media(min-width: 1130px) { .banner__titulo { margin-top: 70px; } .nav { top: 190px; position: static; width: auto; } .menu { display: flex; color: white; } .icon-menu { display: none; } .menu__link { background: none; font-size: 20px; color: white; } .select { background: rgba(89, 89, 89, 0.81); color: white; } .others { display: none; } .others2{ display: flex; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; flex-wrap: wrap; width: 100%; justify-content: center; } .content__all{ width: 30%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .sub__titulo2{ margin-bottom: 0px; } .content__img{ width: 100%; height: 220px; margin: auto; margin-top: 20px; position: relative; overflow: hidden; } .content__img img{ width: 200; -webkit-transition: all 300ms; transition: all 300ms; border-radius: 60px; } .content__1{ width: 1000px; height: 1100px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); margin-left: -750px; -webkit-transition: all 300ms; transition: all 300ms; } .content__2{ width: 1000px; height: 1000px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); margin-left: -800px; -webkit-transition: all 500ms; transition: all 500ms; } .content__3{ width: 1000px; height: 1000px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(30deg); transform: rotate(30deg); margin-left: -800px; margin-top: -500px; -webkit-transition: all 900ms; transition: all 900ms; -webkit-box-shadow: 0px 1px 20px -5px black; box-shadow: 0px 1px 20px -5px black; } .content__4{ width: 1000px; height: 1000px; position: absolute; top: 0; background: rgba(0,0,0,0.4); -webkit-transform: rotate(30deg); transform: rotate(30deg); margin-left: -850px; margin-top: -500px; -webkit-transition: all 700ms; transition: all 700ms; } .content__img:hover .content__1{ width: 222%; -webkit-transition: all 900ms; transition: all 900ms; } .content__img:hover .content__2{ width: 222%; -webkit-transition: all 300ms; transition: all 300ms; } .content__img:hover .content__3{ width: 222%; -webkit-transition: all 500ms; transition: all 500ms; } .content__img:hover .content__4{ width: 222%; -webkit-transition: all 700ms; transition: all 700ms; } .content__img:hover img{ -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: all 300ms; transition: all 300ms; opacity: 0.8; } .content__txt{ position: absolute; top: 0; width: 220px; padding: 0px; z-index: 10; color: white; text-align: center; margin-top: 170px; } .content__txt h2{ font-size: 30px; opacity: 0; -webkit-transform: scale(0.2); transform: scale(0.2); -webkit-transition: all 300ms; transition: all 300ms; margin-left: 28px; } .content__txt p{ font-size: 20px; margin-top: 10px; opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: all 300ms; transition: all 300ms; } .content__img:hover h2{ opacity: 1; -webkit-transition: all 300ms; transition: all 300ms; -webkit-transform: scale(1); transform: scale(1); } .content__img:hover p{ opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 500ms; transition: all 500ms; } .icon-argentina, .icon-paraguay, .icon-uruguay { display: inline-block; background: white; text-decoration: none; border-radius: 85%; padding: 7px; width: 50px; height: 40px; } } @media(min-width: 1295px) { .banner__titulo{ font-size: 50px; } .banner__txt { font-size: 42px; } .titulo { margin-bottom: 15px; } .info2__img { width: 300px; } } @media(max-height: 500px) { .logo { margin-top: -250px; } } .upf { width: 250px; }
0.396535
0.052692
body { overflow-x: hidden; height: 100%; width: 100%; position: absolute; } #wrapper { min-height: 100%; position: relative; } header{ background-color: #FFFFFF; position: sticky; top: 0; width: 100%; left: 0; text-align: center; z-index: 999; } header .headerItem{ font-family: 'Abang', sans-serif; font-size: 3rem; } a.headerItem:hover { color: #9AB3F5 !important; text-decoration: none; } header .nav-link { color: #3115A0 !important; font-size: 1.2rem; font-weight: 300; margin: 0 1rem; } .btn-primary:hover{ background-color: #9AB3F5; color: #120078 !important; } header a.nav-link:hover:not(.btn) { color: #7579E7 !important; } header .nav-link.btn { font-weight: 400; padding: 0.4rem 1rem !important; font-family: 'Roboto Mono', sans-serif; font-size: 1rem; } header .nav-link.btn-primary{ background-color: #9AB3F5 !important; color: white !important; } header .nav-link.btn-primary:hover{ background-color: #7579E7 !important; } header .nav-link.btn-outline-primary{ color: #7579E7 !important; } header .nav-link.btn-outline-primary:hover{ color: white !important; } header .navbar-brand{ font-weight:bolder; background: -webkit-linear-gradient(left, #120078, #98acf8 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* smaller font-sizes for mobile screen */ @media (max-width: 576px) { .headerItem { font-size: 2rem; } header .nav-link { font-size: 1rem; } } footer{ position: absolute; background-color: #9AB3F5; color: white !important; bottom: 0; padding-top: 5px; padding-bottom: 5px; width: 100%; left: 0; text-align: center; } footer p { color: white !important; font-size: 1.2rem !important; font-weight: 300; margin: 0.5rem 0; } @media (max-width: 576px) { footer p { font-size: 1rem !important; } } main{ padding-bottom: 55px; text-align: center; } input{ display: flex; margin-left:auto; margin-right:auto; margin-bottom: 10px; } a, .btn { transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; } a { color: #9AB3F5 !important; } /* overwrite bootstrap classes */ .btn-primary, .badge-primary { color: white !important; background-color: #9AB3F5 !important; border-color: #9AB3F5 !important; } .badge-primary { font-size: 80%; padding: 0.25rem 0.6rem 0.35rem; } .btn-primary:hover { background-color: #7579E7 !important; } .btn-outline-primary { color: #9AB3F5 !important; } .btn-outline-primary:hover{ background-color: #9AB3F5 !important; color: white !important; } .btn-success { background-color: rgb(85, 165, 118) !important; border-color: rgb(85, 165, 118) !important; } .btn-success:hover { background-color: rgb(121, 196, 152) !important; border-color: rgb(121, 196, 152) !important; } .btn-outline-success { color: rgb(121, 196, 152) !important; border-color: rgb(121, 196, 152) !important; } .btn-outline-success:hover { background-color: #c3ecc3 !important; } .btn-outline-danger:hover { background-color: #f7d8d8 !important; color: #ff0404 !important; } .btn-outline-secondary:hover { background-color: #dddddd !important; color: #757575 !important; } .navbar-toggler-icon{ width: 2em; height: 2em; background-color: #9AB3F5 !important; border-radius: 10%; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: white !important; background-color: #9AB3F5 !important; } .text-primary { color :#C1CAF4 !important; } .text-success { color: rgb(121, 196, 152) !important; } /* login page */ .form-login-signup { width: 100%; max-width: 350px; padding: 15px; margin : auto; } .form-login-signup .checkbox { text-align: center; font-weight: 400; } .form-login-signup .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-login-signup .form-control:focus { z-index: 2; } .top { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .middle { margin-bottom: -1px; border-radius: 0; } .bottom { margin-bottom: 1rem; border-top-left-radius: 0; border-top-right-radius: 0; } /* -- CONTAINERS ON MATCHES PAGE -- */ /* carousel element */ .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { min-width: 350px; } .card { min-width: 90% !important; } .card-container{ margin-left: 100px !important; margin-right: 100px !important; }
public/stylesheets/styles.css
body { overflow-x: hidden; height: 100%; width: 100%; position: absolute; } #wrapper { min-height: 100%; position: relative; } header{ background-color: #FFFFFF; position: sticky; top: 0; width: 100%; left: 0; text-align: center; z-index: 999; } header .headerItem{ font-family: 'Abang', sans-serif; font-size: 3rem; } a.headerItem:hover { color: #9AB3F5 !important; text-decoration: none; } header .nav-link { color: #3115A0 !important; font-size: 1.2rem; font-weight: 300; margin: 0 1rem; } .btn-primary:hover{ background-color: #9AB3F5; color: #120078 !important; } header a.nav-link:hover:not(.btn) { color: #7579E7 !important; } header .nav-link.btn { font-weight: 400; padding: 0.4rem 1rem !important; font-family: 'Roboto Mono', sans-serif; font-size: 1rem; } header .nav-link.btn-primary{ background-color: #9AB3F5 !important; color: white !important; } header .nav-link.btn-primary:hover{ background-color: #7579E7 !important; } header .nav-link.btn-outline-primary{ color: #7579E7 !important; } header .nav-link.btn-outline-primary:hover{ color: white !important; } header .navbar-brand{ font-weight:bolder; background: -webkit-linear-gradient(left, #120078, #98acf8 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* smaller font-sizes for mobile screen */ @media (max-width: 576px) { .headerItem { font-size: 2rem; } header .nav-link { font-size: 1rem; } } footer{ position: absolute; background-color: #9AB3F5; color: white !important; bottom: 0; padding-top: 5px; padding-bottom: 5px; width: 100%; left: 0; text-align: center; } footer p { color: white !important; font-size: 1.2rem !important; font-weight: 300; margin: 0.5rem 0; } @media (max-width: 576px) { footer p { font-size: 1rem !important; } } main{ padding-bottom: 55px; text-align: center; } input{ display: flex; margin-left:auto; margin-right:auto; margin-bottom: 10px; } a, .btn { transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; } a { color: #9AB3F5 !important; } /* overwrite bootstrap classes */ .btn-primary, .badge-primary { color: white !important; background-color: #9AB3F5 !important; border-color: #9AB3F5 !important; } .badge-primary { font-size: 80%; padding: 0.25rem 0.6rem 0.35rem; } .btn-primary:hover { background-color: #7579E7 !important; } .btn-outline-primary { color: #9AB3F5 !important; } .btn-outline-primary:hover{ background-color: #9AB3F5 !important; color: white !important; } .btn-success { background-color: rgb(85, 165, 118) !important; border-color: rgb(85, 165, 118) !important; } .btn-success:hover { background-color: rgb(121, 196, 152) !important; border-color: rgb(121, 196, 152) !important; } .btn-outline-success { color: rgb(121, 196, 152) !important; border-color: rgb(121, 196, 152) !important; } .btn-outline-success:hover { background-color: #c3ecc3 !important; } .btn-outline-danger:hover { background-color: #f7d8d8 !important; color: #ff0404 !important; } .btn-outline-secondary:hover { background-color: #dddddd !important; color: #757575 !important; } .navbar-toggler-icon{ width: 2em; height: 2em; background-color: #9AB3F5 !important; border-radius: 10%; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: white !important; background-color: #9AB3F5 !important; } .text-primary { color :#C1CAF4 !important; } .text-success { color: rgb(121, 196, 152) !important; } /* login page */ .form-login-signup { width: 100%; max-width: 350px; padding: 15px; margin : auto; } .form-login-signup .checkbox { text-align: center; font-weight: 400; } .form-login-signup .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-login-signup .form-control:focus { z-index: 2; } .top { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .middle { margin-bottom: -1px; border-radius: 0; } .bottom { margin-bottom: 1rem; border-top-left-radius: 0; border-top-right-radius: 0; } /* -- CONTAINERS ON MATCHES PAGE -- */ /* carousel element */ .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { min-width: 350px; } .card { min-width: 90% !important; } .card-container{ margin-left: 100px !important; margin-right: 100px !important; }
0.402744
0.057785
:root { --black: #000; --white: #fff; --transparent: transparent; --black-90: rgba(0, 0, 0, .9); --black-80: rgba(0, 0, 0, .8); --black-70: rgba(0, 0, 0, .7); --black-60: rgba(0, 0, 0, .6); --black-50: rgba(0, 0, 0, .5); --black-40: rgba(0, 0, 0, .4); --black-30: rgba(0, 0, 0, .3); --black-20: rgba(0, 0, 0, .2); --black-10: rgba(0, 0, 0, .1); --black-05: rgba(0, 0, 0, .05); --black-025: rgba(0, 0, 0, .025); --black-0125: rgba(0, 0, 0, .0125); --white-90: rgba(255, 255, 255, .9); --white-80: rgba(255, 255, 255, .8); --white-70: rgba(255, 255, 255, .7); --white-60: rgba(255, 255, 255, .6); --white-50: rgba(255, 255, 255, .5); --white-40: rgba(255, 255, 255, .4); --white-30: rgba(255, 255, 255, .3); --white-20: rgba(255, 255, 255, .2); --white-10: rgba(255, 255, 255, .1); --white-05: rgba(255, 255, 255, .05); --white-025: rgba(255, 255, 255, .025); --white-0125: rgba(255, 255, 255, .0125); /* Next iteration vars */ --white-secondary: #f8f8f8; --base: #21252d; --base-secondary: #141618; --base-light: #323439; --gray: #F4F7F9; --gray-secondary: #e2e3e7; --dark-gray: #63768d; --dark-gray-secondary: #B0B6BE; --blue: #316aff; --blue-secondary: #2758b8; --dark-blue: #344055; --dark-blue-secondary: #273040; --green: #409b6b; --green-secondary: #36855b; --orange: #fd9126; --orange-secondary: #c97420; --red: #f0624d; --red-secondary: #c44c3a; --yellow: #fbc155; --yellow-secondary: #d2a043; /* Still active previous vars */ --dark-navy: var(--base-secondary); --navy: var(--base); --light-navy: var(--dark-blue); --light-gray: var(--white-secondary); --tag-gray: var(--white-90); --dark-orange: var(--orange-secondary); --tag-orange: var(--white-70); --tag-blue: var(--white-70); --dark-green: var(--green-secondary); --turquoise: var(--green-secondary); --tag-turquoise: var(--white-70); --dark-red: var(--red-secondary); }
src/tachyons-colors.css
:root { --black: #000; --white: #fff; --transparent: transparent; --black-90: rgba(0, 0, 0, .9); --black-80: rgba(0, 0, 0, .8); --black-70: rgba(0, 0, 0, .7); --black-60: rgba(0, 0, 0, .6); --black-50: rgba(0, 0, 0, .5); --black-40: rgba(0, 0, 0, .4); --black-30: rgba(0, 0, 0, .3); --black-20: rgba(0, 0, 0, .2); --black-10: rgba(0, 0, 0, .1); --black-05: rgba(0, 0, 0, .05); --black-025: rgba(0, 0, 0, .025); --black-0125: rgba(0, 0, 0, .0125); --white-90: rgba(255, 255, 255, .9); --white-80: rgba(255, 255, 255, .8); --white-70: rgba(255, 255, 255, .7); --white-60: rgba(255, 255, 255, .6); --white-50: rgba(255, 255, 255, .5); --white-40: rgba(255, 255, 255, .4); --white-30: rgba(255, 255, 255, .3); --white-20: rgba(255, 255, 255, .2); --white-10: rgba(255, 255, 255, .1); --white-05: rgba(255, 255, 255, .05); --white-025: rgba(255, 255, 255, .025); --white-0125: rgba(255, 255, 255, .0125); /* Next iteration vars */ --white-secondary: #f8f8f8; --base: #21252d; --base-secondary: #141618; --base-light: #323439; --gray: #F4F7F9; --gray-secondary: #e2e3e7; --dark-gray: #63768d; --dark-gray-secondary: #B0B6BE; --blue: #316aff; --blue-secondary: #2758b8; --dark-blue: #344055; --dark-blue-secondary: #273040; --green: #409b6b; --green-secondary: #36855b; --orange: #fd9126; --orange-secondary: #c97420; --red: #f0624d; --red-secondary: #c44c3a; --yellow: #fbc155; --yellow-secondary: #d2a043; /* Still active previous vars */ --dark-navy: var(--base-secondary); --navy: var(--base); --light-navy: var(--dark-blue); --light-gray: var(--white-secondary); --tag-gray: var(--white-90); --dark-orange: var(--orange-secondary); --tag-orange: var(--white-70); --tag-blue: var(--white-70); --dark-green: var(--green-secondary); --turquoise: var(--green-secondary); --tag-turquoise: var(--white-70); --dark-red: var(--red-secondary); }
0.459561
0.116312
body { background-color: #f5f5f5; color: #3c3c3c; font: 300 14px open sans,sans-serif; letter-spacing: 0.5px; position: relative; } .greynum { color: rgba(0, 0, 0, 0.36); float: left; line-height: 28px } a{ color:#232323; } a:hover{ color:#1d93e4; } a, a:focus, a:hover { outline: 0 none; } p { line-height: 24px; margin: 0; } a, a:focus, a:hover { text-decoration: none; } .row, li, ul { margin: 0; padding: 0; } li { list-style-type: none; } /* General Headers CSS */ h1 { color: #232323; font-family: 'Titillium Web', sans-serif; font: 900 24px/36px "Titillium Web",serif; margin: 0 0 15px; letter-spacing: 1px; } h2 { color: #232323; font-family: 'Titillium Web', sans-serif; font: 200 38px "Titillium Web",serif; letter-spacing: 1px; } h3 { color: #232323; font-family: 'Titillium Web', sans-serif; font: 900 16px "Titillium Web",serif; letter-spacing: 1.5px; margin: 0 0 10px; } h4 { color: #232323; font-family: 'Titillium Web', sans-serif; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 10px; } /* Sidebar CSS */ .nav-extra { float: right; } .sidebar { padding: 0; position: relative; top: 0; } .sidebarWrapper { box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.3); color: #fff; padding: 27px 0 0; background: #1d93e4; text-align: center; height: 100%; } .user-pic { border-radius: 140px; width: 60%; margin-bottom: 30px; } .sidebar .nav { padding: 20px 30px; background: #fff none repeat scroll 0 0; padding: 20px 30px; } .fixed { box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.3); left: 30px; position: fixed; right: 30px; top: 0; width: auto; } .sidebar .nav { text-align: center; margin: auto; } .sidebar .nav li { font: 900 13px "Titillium Web",serif; padding: 10px 0; letter-spacing: 1px; text-transform: uppercase; } .sidebar .nav li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #232323; display: inline-block; padding: 0; transition: all 0.1s linear 0s; text-align: center; transition: all 0.1s linear 0s; } .sidebar .nav li a:hover, .sidebar .nav li a.active { color: #1d93e4; opacity: unset; } .toggle-btn { background: #141414 none repeat scroll 0 0; text-align: center; cursor: pointer; height: 60px; line-height: 60px; margin: 0; width: 100%; z-index: 998; } .lines, .lines::after, .lines::before { background: #fff none repeat scroll 0 0; display: inline-block; height: 2px; width: 20px; } .lines { margin: 0; padding: 0; position: relative; vertical-align: middle; } .lines::after, .lines::before { content: ""; } .lines::after, .lines::before { left: 0; position: absolute; transition: all 0.2s linear 0s; } .lines::before { top: 5px; } .lines::after { top: -5px; } .toggle-close .lines { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .toggle-close .lines::after, .toggle-close .lines::before { top: 0; transform-origin: 50% 50% 0; } .toggle-close .lines::before { transform: rotate3d(0, 0, 1, 45deg); } .toggle-close .lines::after { transform: rotate3d(0, 0, 1, -45deg); } /* General Section CSS*/ .section-title { margin-bottom: 50px; } .section-title h2::after { background: #1d93e4 none repeat scroll 0 0; content: ""; display: table; height: 2px; margin-left: 28px; width: 40px; } .section-title span { color: #969696; font: 500 14px open sans,sans-serif; padding-right: 10px; } /* About Section CSS */ .about-background { padding: 75px 0 0; } .aboutWrapper { padding: 0; } .button { background-color: #1d93e4; border-radius: 50px; font-family: Titillium Web; text-transform: uppercase; color: #ffffff; white-space: nowrap; padding: 6px 16px; font-size: 13px; } .button:hover{ color: #ffffff; } /* Skills Section CSS */ #skills h3 { font: 900 13px "Titillium Web",serif; letter-spacing: 1px; text-transform: uppercase; } .skills-background { padding: 75px 0 0; } .skills { margin-top: 37px; width: 100%; } .skill-outer { margin-bottom: 50px; } .skill-outer h3 span { background: #fff none repeat scroll 0 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); color: #a0a0a0; font: 600 13px open sans,sans-serif; margin-left: 10px; padding: 2px 6px; position: relative; } .skill-outer h3 span::before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: #fff; border-width: 5px; margin-top: -5px; } .progress, .progress-bar { box-shadow: none; height: 10px; position: relative; } .progress { background: #d2d2d2 none repeat scroll 0 0; border-radius: 15px; margin: 0; } .progress-bar { background: #1d93e4 none repeat scroll 0 0; } .progress-bar-striped { background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 1rem 1rem; } /* Services Section CSS */ .services-background { margin-bottom: -30px; padding: 100px 0 0; } .servicesWrapper { padding: 0; } .service-box { margin-bottom: 30px; } .service-box div:first-child { float: left; width: 36px; } .service-box i { font-size: 36px; } .service-box div:last-child { padding-left: 66px; } /* Project Section CSS */ .projects-box span { font-style: italic; } .projects-background { padding: 100px 0 0; } .projectsWrapper { padding: 0; } .projects-box { margin-bottom: 30px; } .projects-box:last-child { margin: 0; } .projects-box div:first-child { background: #fff none repeat scroll 0 0; border-radius: 50%; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); color: #1d93e4; float: left; font-size: 29px; height: 100px; line-height: 100px; text-align: center; width: 100px; } .projects-box div:last-child { padding-left: 130px; } .projects-box span { color: #a0a0a0; display: block; font-weight: 500; padding-bottom: 5px; } .projects-box h3 { margin-bottom: 5px; } /* Footer CSS */ .footer-background { text-align: center; } #copyright { font-size: 13px; padding: 30px 0; margin-top: 50px; } .copyright { text-align: left; }
public/css/styles.css
body { background-color: #f5f5f5; color: #3c3c3c; font: 300 14px open sans,sans-serif; letter-spacing: 0.5px; position: relative; } .greynum { color: rgba(0, 0, 0, 0.36); float: left; line-height: 28px } a{ color:#232323; } a:hover{ color:#1d93e4; } a, a:focus, a:hover { outline: 0 none; } p { line-height: 24px; margin: 0; } a, a:focus, a:hover { text-decoration: none; } .row, li, ul { margin: 0; padding: 0; } li { list-style-type: none; } /* General Headers CSS */ h1 { color: #232323; font-family: 'Titillium Web', sans-serif; font: 900 24px/36px "Titillium Web",serif; margin: 0 0 15px; letter-spacing: 1px; } h2 { color: #232323; font-family: 'Titillium Web', sans-serif; font: 200 38px "Titillium Web",serif; letter-spacing: 1px; } h3 { color: #232323; font-family: 'Titillium Web', sans-serif; font: 900 16px "Titillium Web",serif; letter-spacing: 1.5px; margin: 0 0 10px; } h4 { color: #232323; font-family: 'Titillium Web', sans-serif; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 10px; } /* Sidebar CSS */ .nav-extra { float: right; } .sidebar { padding: 0; position: relative; top: 0; } .sidebarWrapper { box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.3); color: #fff; padding: 27px 0 0; background: #1d93e4; text-align: center; height: 100%; } .user-pic { border-radius: 140px; width: 60%; margin-bottom: 30px; } .sidebar .nav { padding: 20px 30px; background: #fff none repeat scroll 0 0; padding: 20px 30px; } .fixed { box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.3); left: 30px; position: fixed; right: 30px; top: 0; width: auto; } .sidebar .nav { text-align: center; margin: auto; } .sidebar .nav li { font: 900 13px "Titillium Web",serif; padding: 10px 0; letter-spacing: 1px; text-transform: uppercase; } .sidebar .nav li a { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #232323; display: inline-block; padding: 0; transition: all 0.1s linear 0s; text-align: center; transition: all 0.1s linear 0s; } .sidebar .nav li a:hover, .sidebar .nav li a.active { color: #1d93e4; opacity: unset; } .toggle-btn { background: #141414 none repeat scroll 0 0; text-align: center; cursor: pointer; height: 60px; line-height: 60px; margin: 0; width: 100%; z-index: 998; } .lines, .lines::after, .lines::before { background: #fff none repeat scroll 0 0; display: inline-block; height: 2px; width: 20px; } .lines { margin: 0; padding: 0; position: relative; vertical-align: middle; } .lines::after, .lines::before { content: ""; } .lines::after, .lines::before { left: 0; position: absolute; transition: all 0.2s linear 0s; } .lines::before { top: 5px; } .lines::after { top: -5px; } .toggle-close .lines { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; } .toggle-close .lines::after, .toggle-close .lines::before { top: 0; transform-origin: 50% 50% 0; } .toggle-close .lines::before { transform: rotate3d(0, 0, 1, 45deg); } .toggle-close .lines::after { transform: rotate3d(0, 0, 1, -45deg); } /* General Section CSS*/ .section-title { margin-bottom: 50px; } .section-title h2::after { background: #1d93e4 none repeat scroll 0 0; content: ""; display: table; height: 2px; margin-left: 28px; width: 40px; } .section-title span { color: #969696; font: 500 14px open sans,sans-serif; padding-right: 10px; } /* About Section CSS */ .about-background { padding: 75px 0 0; } .aboutWrapper { padding: 0; } .button { background-color: #1d93e4; border-radius: 50px; font-family: Titillium Web; text-transform: uppercase; color: #ffffff; white-space: nowrap; padding: 6px 16px; font-size: 13px; } .button:hover{ color: #ffffff; } /* Skills Section CSS */ #skills h3 { font: 900 13px "Titillium Web",serif; letter-spacing: 1px; text-transform: uppercase; } .skills-background { padding: 75px 0 0; } .skills { margin-top: 37px; width: 100%; } .skill-outer { margin-bottom: 50px; } .skill-outer h3 span { background: #fff none repeat scroll 0 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); color: #a0a0a0; font: 600 13px open sans,sans-serif; margin-left: 10px; padding: 2px 6px; position: relative; } .skill-outer h3 span::before { right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-right-color: #fff; border-width: 5px; margin-top: -5px; } .progress, .progress-bar { box-shadow: none; height: 10px; position: relative; } .progress { background: #d2d2d2 none repeat scroll 0 0; border-radius: 15px; margin: 0; } .progress-bar { background: #1d93e4 none repeat scroll 0 0; } .progress-bar-striped { background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-size: 1rem 1rem; } /* Services Section CSS */ .services-background { margin-bottom: -30px; padding: 100px 0 0; } .servicesWrapper { padding: 0; } .service-box { margin-bottom: 30px; } .service-box div:first-child { float: left; width: 36px; } .service-box i { font-size: 36px; } .service-box div:last-child { padding-left: 66px; } /* Project Section CSS */ .projects-box span { font-style: italic; } .projects-background { padding: 100px 0 0; } .projectsWrapper { padding: 0; } .projects-box { margin-bottom: 30px; } .projects-box:last-child { margin: 0; } .projects-box div:first-child { background: #fff none repeat scroll 0 0; border-radius: 50%; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); color: #1d93e4; float: left; font-size: 29px; height: 100px; line-height: 100px; text-align: center; width: 100px; } .projects-box div:last-child { padding-left: 130px; } .projects-box span { color: #a0a0a0; display: block; font-weight: 500; padding-bottom: 5px; } .projects-box h3 { margin-bottom: 5px; } /* Footer CSS */ .footer-background { text-align: center; } #copyright { font-size: 13px; padding: 30px 0; margin-top: 50px; } .copyright { text-align: left; }
0.381335
0.089296
.headLink { width:130px; height:80px; text-align:center; color:#ccc; font-size:18px; font-family:'Open Sans', verdana; padding-top:22px; cursor:pointer; display:inline-block; } .logo { text-align:center; color:#ccc; font-size:18px; font-family:'Open Sans', verdana; cursor:pointer; display:inline-block; } .headLink:hover { background:green; } .right { float:right; } #container { position:fixed; top:40px; left:0; background:#eee; width:100%; height:calc(100% - 44px); } .content-area { position:fixed; width:700px; height:500px; top:50%; left:50%; margin-top:-200px; margin-left:-350px; } #sub-container { margin: auto; position:absolute; top:0px; left:200px; background:#fff; width:60%; height:calc(100% - 44px); } #sideBarWithLogo { position:absolute; top:0px; left:0; width:300px; height:500px; background:#eee; text-align:center; } #helpText { position:absolute; top:220px; left:300px; width:400px; background:#eee; text-align:justify; margin-left:0px; margin-top:0px; font-size:15px; } #appTitle { width:400px; text-align:center; } #footer { position:fixed; bottom:0; left:0; width:100%; height:30px; background:#222; text-align:center; color:#ccc; font-size:12px; font-family:'Open Sans', verdana; padding-top:7px; } .bigFont { font-size:40px; font-weight:bold; } .mediumFont { font-size:18px; font-weight:bold; } .smallFont { font-size:14px; } #uploadLogo { width:150px; height:50px; background:url("../images/upload_b.png"); background-size:100% 100%; z-index:100; cursor:pointer; margin-left:25px; margin-right:25px; display:inline-block; } #downloadLogo { width:150px; height:50px; background:url("../images/download_b.png"); background-size:100% 100%; z-index:100; margin-left:20px; cursor:pointer; display:inline-block; } .action-buttons { position:absolute; top:130px; left:300px; width:400px; height:50px; } #templateSelect { position:absolute; left:300px; top:0; width:400px; margin-left:0px; margin-top:0px; font-size:15px; } #loader { position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:20000; } #loaderWheel { position:absolute; width:150px; height:150px; top:50%; left:50%; margin-top:-75px; margin-left:-75px; background:url("../images/loader.gif"); background-size:100% 100%; } #loaderMsg { position:absolute; width:100%; height:35px; bottom:0px; background:#444; background-size:100% 100%; text-align:center; color:#ccc; font-size:15px; font-family:'Open Sans', verdana; padding-top:7px; }
css/style.css
.headLink { width:130px; height:80px; text-align:center; color:#ccc; font-size:18px; font-family:'Open Sans', verdana; padding-top:22px; cursor:pointer; display:inline-block; } .logo { text-align:center; color:#ccc; font-size:18px; font-family:'Open Sans', verdana; cursor:pointer; display:inline-block; } .headLink:hover { background:green; } .right { float:right; } #container { position:fixed; top:40px; left:0; background:#eee; width:100%; height:calc(100% - 44px); } .content-area { position:fixed; width:700px; height:500px; top:50%; left:50%; margin-top:-200px; margin-left:-350px; } #sub-container { margin: auto; position:absolute; top:0px; left:200px; background:#fff; width:60%; height:calc(100% - 44px); } #sideBarWithLogo { position:absolute; top:0px; left:0; width:300px; height:500px; background:#eee; text-align:center; } #helpText { position:absolute; top:220px; left:300px; width:400px; background:#eee; text-align:justify; margin-left:0px; margin-top:0px; font-size:15px; } #appTitle { width:400px; text-align:center; } #footer { position:fixed; bottom:0; left:0; width:100%; height:30px; background:#222; text-align:center; color:#ccc; font-size:12px; font-family:'Open Sans', verdana; padding-top:7px; } .bigFont { font-size:40px; font-weight:bold; } .mediumFont { font-size:18px; font-weight:bold; } .smallFont { font-size:14px; } #uploadLogo { width:150px; height:50px; background:url("../images/upload_b.png"); background-size:100% 100%; z-index:100; cursor:pointer; margin-left:25px; margin-right:25px; display:inline-block; } #downloadLogo { width:150px; height:50px; background:url("../images/download_b.png"); background-size:100% 100%; z-index:100; margin-left:20px; cursor:pointer; display:inline-block; } .action-buttons { position:absolute; top:130px; left:300px; width:400px; height:50px; } #templateSelect { position:absolute; left:300px; top:0; width:400px; margin-left:0px; margin-top:0px; font-size:15px; } #loader { position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:20000; } #loaderWheel { position:absolute; width:150px; height:150px; top:50%; left:50%; margin-top:-75px; margin-left:-75px; background:url("../images/loader.gif"); background-size:100% 100%; } #loaderMsg { position:absolute; width:100%; height:35px; bottom:0px; background:#444; background-size:100% 100%; text-align:center; color:#ccc; font-size:15px; font-family:'Open Sans', verdana; padding-top:7px; }
0.195594
0.037222
.btn-full { width: 100%; } /* roundeded */ .btn-rounded, .btn-lg.btn-rounded { border-radius: 50px; } .btn-sm.btn-rounded { border-radius: 25px; } /* Shadow */ .btn-shadow { position: relative; outline: none; border: none; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 3; } .btn-shadow::before { content: ""; position: absolute; z-index: -1; bottom: -10%; left: 5%; height: 110%; width: 90%; opacity: 0.499; /* Inheriting our border radius */ border-radius: inherit; /* Declaring our shadow color inherit from the parent (button) */ backgrounded: inherit; /* Blurring the element for shadow effect */ -webkit-filter: blur(6px); -moz-filter: blur(6px); -o-filter: blur(6px); -ms-filter: blur(6px); filter: blur(6px); /* Transition */ -webkit-transition: all 0.1s; transition: all 0.1s; } .btn-shadow:hover::before { /* Changing blur effect */ -webkit-filter: blur(4px); -moz-filter: blur(4px); -o-filter: blur(4px); -ms-filter: blur(4px); filter: blur(4px); /* And change the style properties */ width: 100%; bottom: -5%; left: 0; } .btn-shadow:hover:active::before, .btn-shadow:hover:focus::before { -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } /* Edge does not support blur effect, so we can just delete the shadow */ @supports (-ms-ime-align: auto) { .btn-shadow::before, .btn-shadow:hover::before, .btn-shadow:active::before { display: none; } } /* And IE does not support CSS variables and blur effect, so.. */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* Deleting the shadow */ .btn-shadow::before, .btn-shadow:hover::before, .btn-shadow:active::before { display: none; } } .btn-lift-up:hover { transform: translateY(-1px); box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); } /* Line */ .a-line { position: relative; border-width: 0; } .a-line::before { content: ""; position: absolute; bottom: -5px; left: 0; width: 100%; height: 0; border-bottom: 2px solid transparent; border-bottom-color: inherit; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .nav-link.a-line::before, .btn.a-line::before { bottom: .5rem; } .a-line:hover::before { border-bottom-color: inherit; } .a-line-animate-1::before { width: 0; opacity: 0; } .a-line-animate-1:hover::before { width: 100%; opacity: 1; } .a-line-animate-2::before { transform: scaleX(0); opacity: 0; } .a-line-animate-2:hover::before { transform: scaleX(1); opacity: 1; } @media screen and (max-width: 991px) { .nav-link.a-line-animate-1::before, .nav-link.a-line-animate-2::before { display: none; } }
public/assetsuser/css/button.css
.btn-full { width: 100%; } /* roundeded */ .btn-rounded, .btn-lg.btn-rounded { border-radius: 50px; } .btn-sm.btn-rounded { border-radius: 25px; } /* Shadow */ .btn-shadow { position: relative; outline: none; border: none; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 3; } .btn-shadow::before { content: ""; position: absolute; z-index: -1; bottom: -10%; left: 5%; height: 110%; width: 90%; opacity: 0.499; /* Inheriting our border radius */ border-radius: inherit; /* Declaring our shadow color inherit from the parent (button) */ backgrounded: inherit; /* Blurring the element for shadow effect */ -webkit-filter: blur(6px); -moz-filter: blur(6px); -o-filter: blur(6px); -ms-filter: blur(6px); filter: blur(6px); /* Transition */ -webkit-transition: all 0.1s; transition: all 0.1s; } .btn-shadow:hover::before { /* Changing blur effect */ -webkit-filter: blur(4px); -moz-filter: blur(4px); -o-filter: blur(4px); -ms-filter: blur(4px); filter: blur(4px); /* And change the style properties */ width: 100%; bottom: -5%; left: 0; } .btn-shadow:hover:active::before, .btn-shadow:hover:focus::before { -webkit-filter: blur(10px); -moz-filter: blur(10px); -o-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } /* Edge does not support blur effect, so we can just delete the shadow */ @supports (-ms-ime-align: auto) { .btn-shadow::before, .btn-shadow:hover::before, .btn-shadow:active::before { display: none; } } /* And IE does not support CSS variables and blur effect, so.. */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* Deleting the shadow */ .btn-shadow::before, .btn-shadow:hover::before, .btn-shadow:active::before { display: none; } } .btn-lift-up:hover { transform: translateY(-1px); box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); } /* Line */ .a-line { position: relative; border-width: 0; } .a-line::before { content: ""; position: absolute; bottom: -5px; left: 0; width: 100%; height: 0; border-bottom: 2px solid transparent; border-bottom-color: inherit; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } .nav-link.a-line::before, .btn.a-line::before { bottom: .5rem; } .a-line:hover::before { border-bottom-color: inherit; } .a-line-animate-1::before { width: 0; opacity: 0; } .a-line-animate-1:hover::before { width: 100%; opacity: 1; } .a-line-animate-2::before { transform: scaleX(0); opacity: 0; } .a-line-animate-2:hover::before { transform: scaleX(1); opacity: 1; } @media screen and (max-width: 991px) { .nav-link.a-line-animate-1::before, .nav-link.a-line-animate-2::before { display: none; } }
0.364551
0.04982
@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css?family=Dancing+Script|Rock+Salt&display=swap'); /*Color Palette #9b262a - RED #d56f69 - LIGHT CORAL #ce4b51 - DARK CORAL #304a95 - BLUE #353435 - DARK GRAY #e4e5e5 - LIGHT GRAY */ :root { /* --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; */ /* Override variables*/ --font-family-serif: "Montagna LTD"; --font-family-monospace: 'Rock Salt', cursive; --red: #9b262a; --light: #e4e5e5; --dark: #353435; --pink: #d56f69; --blue: #304a95; /* Page Variables*/ --color-text: var(--gray); --font-family-text: var(--font-family-serif); } h2 { font-family: var(--font-family-monospace); font-size: 1.75em; } .family-sans { font-family: var(--font-family-sans-serif); } .icon { display: inline-block; font-size: inherit; overflow: visible; vertical-align: -0.125; text-rendering: auto; fill: var(--red) !important; width: 50px; height: 50px; } body { font-family: var(--font-family-text); color: var(--color-text); font-weight: 200; } nav { position: fixed; } ul li { font-family: var(--font-family-serif); color: var(--dark); text-align: left; } a:hover { text-decoration: none; } .site-nav { background: #353435; } .site-nav .nav-item { color: var(--light); } .site-header { background-position: center bottom; background-repeat: no-repeat; background-size: cover; } .site-nav .nav-link, .layout-social-text a { position: relative; padding-bottom: 0; margin-bottom: 2px; color: var(--light); } .site-nav .nav-link:before, .layout-social-text a:before { content: ''; position: absolute; width: 100%; max-width: 100px; height: 2px; left: 0; bottom: 0; background-color: var(--red); visibility: hidden; transform: scaleX(0); transition: all s ease-out; } .site-nav .nav-link:hover:before, .layout-social-text a:hover:before { visibility: visible; left: 0; transform: scaleX(1); } .dropdown-menu { width: 100%; max-width: 150px; } .dropdown-menu .dropdown-item { width: 60%; margin-left: 0px; color: var(--dark); } .dropdown-menu .dropdown-item:hover { width: 60%; margin-left: 0px; color: var(--pink); background-color: transparent; } .layout-text { font-size: 1em; } #hero-img { background: url(../images/Header2.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 20vh; } #hero-text { max-height: 10vh; margin-top: 0px; transition: 0.2s; } .layout-hero { background-color: var(--dark); color: var(--light); font-size: 1.3em; } .layout-hero .page-section-text { margin-top: 10px; } .page-section .category-title { background-color: #353435; } .category-title .form-group-title { background-color: #353435; } #about { background: var(--light); color: var(--dark); } .register-form-title { padding-top: 40px; padding-bottom: 25px; } .register-form-text { margin-bottom: 0px; font-size: 1.1em; } .register-form h4 { margin-bottom: 10px; color: #353435; } .form-group-title { padding: 10px 0 10px 35px; font-size: 1.2em; text-transform: uppercase; color: var(--light); } .form-group { padding-bottom: 5px; } h4 { margin-bottom: 10px; } .form-fields li, .form-skills li, .questions li { list-style-type: none; } .checkbox-inline { margin: 10px; } #page-multicolumn { background: var(--light); } .layout-multicolumn .layout-image { transition: all 0.3s ease-out; } .layout-multicolumn .layout-image:hover { transform: scale(1.1) translate(-3px); } .page-section-header .page-section-title { font-size: 2em; font-family: var(--font-family-monospace); color: var(--dark); } .page-section-header .page-section-text { font-size: 1em; font-family: var(--font-family-serif); color: var(--dark); } .layout-media .layout-image { max-width: 200px; } .layout-media .layout-title { font-size: 1.3em; font-family: var(--font-family-serif); color: var(--dark); } .layout-iconcolumns h2 { font-size: 2em; margin-bottom: 25px; } .layout-iconcolumns .col a { margin-top: 25px; } .layout-iconcolumns .layout-icon { color: #9b262a; font-size: 1.5em; } .layout-iconcolumns .layout-title { font-size: 1.2em; font-family: var(--font-family-serif); color: var(--dark); text-transform: uppercase; margin-top: 25px; margin-bottom: 10px; margin-left: 24px; } .layout-iconcolumns .layout-title:hover { font-size: 1.2em; font-family: var(--font-family-serif); color: #d56f69; text-transform: uppercase; margin-top: 25px; margin-bottom: 10px; margin-left: 24px; } .layout-iconcolumns .layout-list-items { font-size: 1em; } .layout-iconcolumns .layout-list-items ul { list-style-position: inside; margin-left: auto; margin-right: auto; } .card-img-top { color: #9b262a; } .card-deck .layout-image { margin-left: auto; margin-right: auto; width: 100%; } .card-deck .card-title { font-size: 1.4em; } .svg-1 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 87px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .svg-2 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 100px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .svg-3 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 113px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .svg-4 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 125px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .card-body { text-align: center; list-style-position: inside; margin-left: auto; margin-right: auto; } .layout-photogrid { background-color: #353435; } .layout-photogrid .row { background-color: var(--light); margin-top: 25px; } .layout-photogrid h4 { color: var(--light); padding-top: 25px; } .layout-photogrid .layout-image { background: var(--light); margin-left: 15px; margin-right: 15px; } #page-carousel { background: #353435; } .jumbo-background { background-color: #353435; } .carousel-1 .jumbo-background { width: 200px; } .carousel-1 .jumbo-title, .carousel-2 .jumbo-title, .carousel-3 .jumbo-title, .carousel-4 .jumbo-title { font-size: 1.2em; } .carousel-1 .jumbo-text, .carousel-2 .jumbo-text, .carousel-3 .jumbo-text, .carousel-4 .jumbo-text { font-size: 1em; } .carousel-1 .btn, .carousel-2 .btn, .carousel-3 .btn, .carousel-4 .btn { font-size: 0.9em; } .jumbotron-billboard .img { margin-bottom: 0px; opacity: 0.2; color: #fff; background: #000 url("../images/Portfolio Cover-Dark.png") top center no-repeat; width: 100%; height: 100%; background-size: cover; overflow: hidden; position:absolute; top:0; left:0; z-index:1; } .jumbotron h2 {margin-top:0;} .jumbotron { position:relative; padding-top:50px; padding-bottom:50px; } .jumbotron .container { position:relative; z-index:2; } .jumbo-title { margin-left: 15px; padding-top: 40px; color: #e4e5e5; } .jumbo-text { font-size: 1.5em; margin-left: 15px; color: #e4e5e5; } .jumbotron .btn { margin-left: 15px; } .layout-nested .layout-title { font-size: 1.5em; font-family: var(--font-family-serif); color: var(--dark); } #page-floater { background: var(--light); color: var(--dark); } .layout-floater .layout-image { margin-bottom: 25px; margin-left: 40px; } #page section .page-section { background: var(--light); } #page-iconcolumns { background: var(--light); width: 100%; } @media screen and (max-width: 767px) { /* .register-form-text { font-size: 1em; } */ #hero-text h2 { font-size: 1.4em; } .carousel-1 .jumbo-img { width: 400px; height: 225px; } .carousel-2 .jumbo-img { width: 400px; height: 299px; } .carousel-3 .jumbo-img { width: 400px; height: 313px; } .carousel-4 .jumbo-img { width: 400px; height: 244px; } .jumbo-background { max-width: 400px; } } @media screen and (min-width: 768px) { #page-floater { margin: 0px; } .layout-floater .layout-container { position: relative; } .layout-floater .layout-image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(10deg) scale(1.1); } .dropdown-menu { width: 100%; max-width: 150px; } .dropdown-menu .dropdown-item { color: var(--dark); } .dropdown-menu .dropdown-item:hover { color: var(--pink); background-color: transparent; } } .layout-social, .layout-icon { font-size: 1.2em; color: #e4e5e5; } .layout-icon { margin-left: 10px; } .site-footer .layout-social-text { font-size: 1em; color: var(--light); } .site-footer { background-color: var(--dark); } .site-header .page-section-title { font-size: 2em; font-family: var(--font-family-monospace); } .site-header .page-section-text { font-size: 1em; font-family: var(--font-family-serif); } .example { padding-bottom: 50px; } .company-info { background-color: var(--light); margin-top: 25px; } .contact-info p { margin-bottom: 0; font-size: 1.1em; color: var(--dark); margin-left: 25px; } .thumbnail-grid { } .thumbnail-grid img { margin: 5px; }
builds/css/style.css
@charset "utf-8"; /* CSS Document */ @import url('https://fonts.googleapis.com/css?family=Dancing+Script|Rock+Salt&display=swap'); /*Color Palette #9b262a - RED #d56f69 - LIGHT CORAL #ce4b51 - DARK CORAL #304a95 - BLUE #353435 - DARK GRAY #e4e5e5 - LIGHT GRAY */ :root { /* --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; */ /* Override variables*/ --font-family-serif: "Montagna LTD"; --font-family-monospace: 'Rock Salt', cursive; --red: #9b262a; --light: #e4e5e5; --dark: #353435; --pink: #d56f69; --blue: #304a95; /* Page Variables*/ --color-text: var(--gray); --font-family-text: var(--font-family-serif); } h2 { font-family: var(--font-family-monospace); font-size: 1.75em; } .family-sans { font-family: var(--font-family-sans-serif); } .icon { display: inline-block; font-size: inherit; overflow: visible; vertical-align: -0.125; text-rendering: auto; fill: var(--red) !important; width: 50px; height: 50px; } body { font-family: var(--font-family-text); color: var(--color-text); font-weight: 200; } nav { position: fixed; } ul li { font-family: var(--font-family-serif); color: var(--dark); text-align: left; } a:hover { text-decoration: none; } .site-nav { background: #353435; } .site-nav .nav-item { color: var(--light); } .site-header { background-position: center bottom; background-repeat: no-repeat; background-size: cover; } .site-nav .nav-link, .layout-social-text a { position: relative; padding-bottom: 0; margin-bottom: 2px; color: var(--light); } .site-nav .nav-link:before, .layout-social-text a:before { content: ''; position: absolute; width: 100%; max-width: 100px; height: 2px; left: 0; bottom: 0; background-color: var(--red); visibility: hidden; transform: scaleX(0); transition: all s ease-out; } .site-nav .nav-link:hover:before, .layout-social-text a:hover:before { visibility: visible; left: 0; transform: scaleX(1); } .dropdown-menu { width: 100%; max-width: 150px; } .dropdown-menu .dropdown-item { width: 60%; margin-left: 0px; color: var(--dark); } .dropdown-menu .dropdown-item:hover { width: 60%; margin-left: 0px; color: var(--pink); background-color: transparent; } .layout-text { font-size: 1em; } #hero-img { background: url(../images/Header2.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; min-height: 20vh; } #hero-text { max-height: 10vh; margin-top: 0px; transition: 0.2s; } .layout-hero { background-color: var(--dark); color: var(--light); font-size: 1.3em; } .layout-hero .page-section-text { margin-top: 10px; } .page-section .category-title { background-color: #353435; } .category-title .form-group-title { background-color: #353435; } #about { background: var(--light); color: var(--dark); } .register-form-title { padding-top: 40px; padding-bottom: 25px; } .register-form-text { margin-bottom: 0px; font-size: 1.1em; } .register-form h4 { margin-bottom: 10px; color: #353435; } .form-group-title { padding: 10px 0 10px 35px; font-size: 1.2em; text-transform: uppercase; color: var(--light); } .form-group { padding-bottom: 5px; } h4 { margin-bottom: 10px; } .form-fields li, .form-skills li, .questions li { list-style-type: none; } .checkbox-inline { margin: 10px; } #page-multicolumn { background: var(--light); } .layout-multicolumn .layout-image { transition: all 0.3s ease-out; } .layout-multicolumn .layout-image:hover { transform: scale(1.1) translate(-3px); } .page-section-header .page-section-title { font-size: 2em; font-family: var(--font-family-monospace); color: var(--dark); } .page-section-header .page-section-text { font-size: 1em; font-family: var(--font-family-serif); color: var(--dark); } .layout-media .layout-image { max-width: 200px; } .layout-media .layout-title { font-size: 1.3em; font-family: var(--font-family-serif); color: var(--dark); } .layout-iconcolumns h2 { font-size: 2em; margin-bottom: 25px; } .layout-iconcolumns .col a { margin-top: 25px; } .layout-iconcolumns .layout-icon { color: #9b262a; font-size: 1.5em; } .layout-iconcolumns .layout-title { font-size: 1.2em; font-family: var(--font-family-serif); color: var(--dark); text-transform: uppercase; margin-top: 25px; margin-bottom: 10px; margin-left: 24px; } .layout-iconcolumns .layout-title:hover { font-size: 1.2em; font-family: var(--font-family-serif); color: #d56f69; text-transform: uppercase; margin-top: 25px; margin-bottom: 10px; margin-left: 24px; } .layout-iconcolumns .layout-list-items { font-size: 1em; } .layout-iconcolumns .layout-list-items ul { list-style-position: inside; margin-left: auto; margin-right: auto; } .card-img-top { color: #9b262a; } .card-deck .layout-image { margin-left: auto; margin-right: auto; width: 100%; } .card-deck .card-title { font-size: 1.4em; } .svg-1 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 87px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .svg-2 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 100px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .svg-3 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 113px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .svg-4 { filter: invert(0.25) sepia(1) saturate(7) hue-rotate(305deg); width: 125px; height: 100px; padding-top: 20px; margin-bottom: -10px; } .card-body { text-align: center; list-style-position: inside; margin-left: auto; margin-right: auto; } .layout-photogrid { background-color: #353435; } .layout-photogrid .row { background-color: var(--light); margin-top: 25px; } .layout-photogrid h4 { color: var(--light); padding-top: 25px; } .layout-photogrid .layout-image { background: var(--light); margin-left: 15px; margin-right: 15px; } #page-carousel { background: #353435; } .jumbo-background { background-color: #353435; } .carousel-1 .jumbo-background { width: 200px; } .carousel-1 .jumbo-title, .carousel-2 .jumbo-title, .carousel-3 .jumbo-title, .carousel-4 .jumbo-title { font-size: 1.2em; } .carousel-1 .jumbo-text, .carousel-2 .jumbo-text, .carousel-3 .jumbo-text, .carousel-4 .jumbo-text { font-size: 1em; } .carousel-1 .btn, .carousel-2 .btn, .carousel-3 .btn, .carousel-4 .btn { font-size: 0.9em; } .jumbotron-billboard .img { margin-bottom: 0px; opacity: 0.2; color: #fff; background: #000 url("../images/Portfolio Cover-Dark.png") top center no-repeat; width: 100%; height: 100%; background-size: cover; overflow: hidden; position:absolute; top:0; left:0; z-index:1; } .jumbotron h2 {margin-top:0;} .jumbotron { position:relative; padding-top:50px; padding-bottom:50px; } .jumbotron .container { position:relative; z-index:2; } .jumbo-title { margin-left: 15px; padding-top: 40px; color: #e4e5e5; } .jumbo-text { font-size: 1.5em; margin-left: 15px; color: #e4e5e5; } .jumbotron .btn { margin-left: 15px; } .layout-nested .layout-title { font-size: 1.5em; font-family: var(--font-family-serif); color: var(--dark); } #page-floater { background: var(--light); color: var(--dark); } .layout-floater .layout-image { margin-bottom: 25px; margin-left: 40px; } #page section .page-section { background: var(--light); } #page-iconcolumns { background: var(--light); width: 100%; } @media screen and (max-width: 767px) { /* .register-form-text { font-size: 1em; } */ #hero-text h2 { font-size: 1.4em; } .carousel-1 .jumbo-img { width: 400px; height: 225px; } .carousel-2 .jumbo-img { width: 400px; height: 299px; } .carousel-3 .jumbo-img { width: 400px; height: 313px; } .carousel-4 .jumbo-img { width: 400px; height: 244px; } .jumbo-background { max-width: 400px; } } @media screen and (min-width: 768px) { #page-floater { margin: 0px; } .layout-floater .layout-container { position: relative; } .layout-floater .layout-image { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(10deg) scale(1.1); } .dropdown-menu { width: 100%; max-width: 150px; } .dropdown-menu .dropdown-item { color: var(--dark); } .dropdown-menu .dropdown-item:hover { color: var(--pink); background-color: transparent; } } .layout-social, .layout-icon { font-size: 1.2em; color: #e4e5e5; } .layout-icon { margin-left: 10px; } .site-footer .layout-social-text { font-size: 1em; color: var(--light); } .site-footer { background-color: var(--dark); } .site-header .page-section-title { font-size: 2em; font-family: var(--font-family-monospace); } .site-header .page-section-text { font-size: 1em; font-family: var(--font-family-serif); } .example { padding-bottom: 50px; } .company-info { background-color: var(--light); margin-top: 25px; } .contact-info p { margin-bottom: 0; font-size: 1.1em; color: var(--dark); margin-left: 25px; } .thumbnail-grid { } .thumbnail-grid img { margin: 5px; }
0.336985
0.068662
body { font-family: 'Fira Sans', sans-serif; font-size: 2vw; } .main { margin-top: 20px; padding-top: 10px; margin-bottom: 80px; } .navbar-inverse .navbar-brand { color: #FAFAFA; } .navbar-inverse .navbar-right ul>li a { color: #BDBDBD; } .title { margin: 40px; margin-bottom: 0px; font-size: 40px; font-family: 'Fondamento', cursive; text-decoration: underline; } .title.portfolio,.title.contact { margin: 40px; } .intro { margin-top: 40px; } hr { border-color: #BDBDBD; width: 70%; margin-top: 50px; } .portrait { border-radius: 50%; height: 185px; margin-top: 15px; margin-left: 20px; box-shadow: 2px 2px 8px; } a:hover { text-decoration: none; } .carousel-caption { padding-top: 0; } .carousel-caption:hover, .carousel-indicators:hover { background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */ background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Standard syntax (must be last) */ } a { color: #90A4AE; transition: all 0.3s ease-in-out; } a:hover { color: #FAFAFA; font-weight: bold; } .flex-row { display: flex; flex-direction: row; flex-wrap: no-wrap; margin: auto; width: auto; justify-content: center; } @media (max-width:1100px) { .flex-row { flex-wrap: wrap; } .portrait { margin: auto; margin-top: 10px; } } #carousel { margin-bottom: 50px; } .img-thumbnail { margin: 10px; } .img-thumbnail:hover { transform: scale(1.05); } .footer { background-color: #34495e; height: 200px; overflow-y: auto; overflow-x: hidden; } .footer-title { font-size: 20px; margin-top: 30px; color: #FAFAFA; } .footer p { color: #FAFAFA; } .links { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; } .fa { margin: 15px; transition: all 0.3s ease-in-out; } .fa:hover { transform: scale(1.2); } @media all and (max-width: 1000px) { /* screen size until 1000px */ .intro { font-size: 1em; /* 1.2x default size */ } } @media all and (max-width: 500px) { /* screen size until 500px */ .intro { font-size: 0.8em; /* 0.8x default size */ } } /* .signature a { font-family: '<NAME>', cursive; font-size: 35px; font-weight: bold; color: #FAFAFA; } */
css/style.css
body { font-family: 'Fira Sans', sans-serif; font-size: 2vw; } .main { margin-top: 20px; padding-top: 10px; margin-bottom: 80px; } .navbar-inverse .navbar-brand { color: #FAFAFA; } .navbar-inverse .navbar-right ul>li a { color: #BDBDBD; } .title { margin: 40px; margin-bottom: 0px; font-size: 40px; font-family: 'Fondamento', cursive; text-decoration: underline; } .title.portfolio,.title.contact { margin: 40px; } .intro { margin-top: 40px; } hr { border-color: #BDBDBD; width: 70%; margin-top: 50px; } .portrait { border-radius: 50%; height: 185px; margin-top: 15px; margin-left: 20px; box-shadow: 2px 2px 8px; } a:hover { text-decoration: none; } .carousel-caption { padding-top: 0; } .carousel-caption:hover, .carousel-indicators:hover { background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */ background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Standard syntax (must be last) */ } a { color: #90A4AE; transition: all 0.3s ease-in-out; } a:hover { color: #FAFAFA; font-weight: bold; } .flex-row { display: flex; flex-direction: row; flex-wrap: no-wrap; margin: auto; width: auto; justify-content: center; } @media (max-width:1100px) { .flex-row { flex-wrap: wrap; } .portrait { margin: auto; margin-top: 10px; } } #carousel { margin-bottom: 50px; } .img-thumbnail { margin: 10px; } .img-thumbnail:hover { transform: scale(1.05); } .footer { background-color: #34495e; height: 200px; overflow-y: auto; overflow-x: hidden; } .footer-title { font-size: 20px; margin-top: 30px; color: #FAFAFA; } .footer p { color: #FAFAFA; } .links { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; } .fa { margin: 15px; transition: all 0.3s ease-in-out; } .fa:hover { transform: scale(1.2); } @media all and (max-width: 1000px) { /* screen size until 1000px */ .intro { font-size: 1em; /* 1.2x default size */ } } @media all and (max-width: 500px) { /* screen size until 500px */ .intro { font-size: 0.8em; /* 0.8x default size */ } } /* .signature a { font-family: '<NAME>', cursive; font-size: 35px; font-weight: bold; color: #FAFAFA; } */
0.471223
0.092278
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Oxanium&display=swap'); *{ padding: 0; margin: 0; box-sizing: border-box; } /* svg{ margin: 0; padding: 0; } */ .start svg{ pointer-events: none; } .start{ background: url("/svg/back.svg") no-repeat; object-fit: cover; background-attachment: fixed; } #tagline{ position: absolute; } #text{ position: relative; right: 60px; } .next{ color: black; } #text path:nth-child(1){ stroke-dasharray: 536.2118530273438; stroke-dashoffset: 536.2118530273438; animation: line 3s ease forwards; } #text path:nth-child(2){ stroke-dasharray: 519.10693359375; stroke-dashoffset: 519.10693359375; animation: line 3s ease forwards; } #text path:nth-child(3){ stroke-dasharray: 391.74310302734375; stroke-dashoffset:391.74310302734375; animation: line 3s ease forwards 0.6s; } #text path:nth-child(4){ stroke-dasharray: 519.5066528320312; stroke-dashoffset: 519.5066528320312; animation: line 3s ease forwards 0.9s; } #text path:nth-child(5){ stroke-dasharray: 430.87103271484375; stroke-dashoffset: 430.87103271484375; animation: line 3s ease forwards 1.2s; } #text path:nth-child(6){ stroke-dasharray: 412.5826110839844; stroke-dashoffset: 412.5826110839844; animation: line 3s ease forwards 1.6s; } #text path:nth-child(7){ stroke-dasharray: 259.52032470703125; stroke-dashoffset: 259.52032470703125; animation: line 3s ease forwards 1.9s; } #text path:nth-child(8){ stroke-dasharray: 433.1510925292969; stroke-dashoffset: 433.1510925292969; animation: line 3s ease forwards 2.2s; } #text path:nth-child(9){ stroke-dasharray: 520.4185180664062; stroke-dashoffset: 520.4185180664062; animation: line 3s ease forwards 2.5s; } #text path:nth-child(10){ stroke-dasharray: 527.1253662109375; stroke-dashoffset: 527.1253662109375; animation: line 3s ease forwards 2.8s; } #text path:nth-child(11){ stroke-dasharray: 763.8844604492188; stroke-dashoffset: 763.8844604492188; animation: line 3s ease forwards 3.1s; } #text path:nth-child(12){ stroke-dasharray: 763.8844604492188; stroke-dashoffset: 763.8844604492188; animation: line 3s ease forwards 3.4s; } #text path{ fill: transparent; } @keyframes line{ from{ fill: transparent; } to{ stroke: #3c1053ff; fill:#3c1053ff; stroke-dashoffset:0 ; } } .home_btn{ position: absolute; top:70%; left:43.5% } /* .page2{ background: linear-gradient(90deg,#EECDA3 39%, #EF629F 81%); position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin-top: -100px; min-height: 100vh; } */ a { -webkit-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); -moz-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); -ms-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); -o-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); text-decoration: none; } /* .demo{ position: relative; background: linear-gradient(90deg,#EECDA3 39%, #EF629F 81%); display: flex; } */ /* .demo:after { box-shadow: 0 1px 16px rgba(0,0,0,0.15); background: #1b1b1b; position: absolute; content: ''; height: 10px; width: 100%; top: 0; } */ .page2{ background: linear-gradient(90deg,#EECDA3 39%, #EF629F 81%); position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin-top: -100px; min-height: 100vh; } /* List styles */ .list { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; text-transform: uppercase; margin: 50px; margin-top: 50px; } .list a { display: block; color: #fff; } .list a:hover { text-indent: 20px; } .list dt, .list dd { text-indent: 10px; line-height: 55px; background: #E0FBAC; margin: 0; height: 55px; width: 370px; color: #fff; } .list dt { /* Since we're hiding elements behind here, we need it in 3d */ -webkit-transform: translateZ(0.3px); -moz-transform: translateZ(0.3px); -ms-transform: translateZ(0.3px); -o-transform: translateZ(0.3px); transform: translateZ(0.3px); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); font-size: 30px; } .list dd { border-top: 1px dashed rgba(255,255,255,0.3); line-height: 35px; font-size: 25px; height: 35px; margin: 0; } /* UI */ .button { position: relative; padding: 1em 1.5em; border: none; background-color: transparent; cursor: pointer; outline: none; font-size: 18px; margin: 1em 0.8em; text-transform: uppercase; } .button.type3 { color: #435a6b; } .button.type3.type3::after, .button.type3.type3::before { content: ""; display: block; position: absolute; width: 20%; height: 20%; border: 2px solid; transition: all 0.6s ease; border-radius: 2px; } .button.type3.type3::after { bottom: 0; right: 0; border-top-color: transparent; border-left-color: transparent; border-bottom-color: #435a6b; border-right-color: #435a6b; } .button.type3.type3::before { top: 0; left: 0; border-bottom-color: transparent; border-right-color: transparent; border-top-color: #435a6b; border-left-color: #435a6b; } .button.type3.type3:hover:after, .button.type3.type3:hover:before { border-bottom-color: #435a6b; border-right-color: #435a6b; border-top-color: #435a6b; border-left-color: #435a6b; width: 100%; height: 100%; } /* Individual styles */ .sashimi dt, .sashimi dd, .sashimi a { background: #73C8A9; } .nigiri dt, .nigiri dd, .nigiri a { background: #E32551; } .maki dt, .maki dd, .maki a { background: #FFC219; } .sashimi a:hover { background: #61c19e; } .nigiri a:hover { background: #d31b46; } .maki a:hover { background: #ffbb00; } .nigiri { -webkit-transform: perspective(1200px) rotateY(40deg) !important; -moz-transform: perspective(1200px) rotateY(40deg) !important; -ms-transform: perspective(1200px) rotateY(40deg) !important; -o-transform: perspective(1200px) rotateY(40deg) !important; transform: perspective(1200px) rotateY(40deg) !important; -webkit-transform-origin: 110% 25%; -moz-transform-origin: 110% 25%; -ms-transform-origin: 110% 25%; -o-transform-origin: 110% 25%; transform-origin: 110% 25%; left: 20%; } .maki { -webkit-transform: perspective(600px) translateZ(1px) !important; -moz-transform: perspective(600px) translateZ(1px) !important; -ms-transform: perspective(600px) translateZ(1px) !important; -o-transform: perspective(600px) translateZ(1px) !important; transform: perspective(600px) translateZ(1px) !important; left: 50%; } .sashimi { -webkit-transform: perspective(1200px) rotateY(-40deg) !important; -moz-transform: perspective(1200px) rotateY(-40deg) !important; -ms-transform: perspective(1200px) rotateY(-40deg) !important; -o-transform: perspective(1200px) rotateY(-40deg) !important; transform: perspective(1200px) rotateY(-40deg) !important; -webkit-transform-origin: -10% 25%; -moz-transform-origin: -10% 25%; -ms-transform-origin: -10% 25%; -o-transform-origin: -10% 25%; transform-origin: -10% 25%; left: 80%; }
public/css/home_css.css
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Oxanium&display=swap'); *{ padding: 0; margin: 0; box-sizing: border-box; } /* svg{ margin: 0; padding: 0; } */ .start svg{ pointer-events: none; } .start{ background: url("/svg/back.svg") no-repeat; object-fit: cover; background-attachment: fixed; } #tagline{ position: absolute; } #text{ position: relative; right: 60px; } .next{ color: black; } #text path:nth-child(1){ stroke-dasharray: 536.2118530273438; stroke-dashoffset: 536.2118530273438; animation: line 3s ease forwards; } #text path:nth-child(2){ stroke-dasharray: 519.10693359375; stroke-dashoffset: 519.10693359375; animation: line 3s ease forwards; } #text path:nth-child(3){ stroke-dasharray: 391.74310302734375; stroke-dashoffset:391.74310302734375; animation: line 3s ease forwards 0.6s; } #text path:nth-child(4){ stroke-dasharray: 519.5066528320312; stroke-dashoffset: 519.5066528320312; animation: line 3s ease forwards 0.9s; } #text path:nth-child(5){ stroke-dasharray: 430.87103271484375; stroke-dashoffset: 430.87103271484375; animation: line 3s ease forwards 1.2s; } #text path:nth-child(6){ stroke-dasharray: 412.5826110839844; stroke-dashoffset: 412.5826110839844; animation: line 3s ease forwards 1.6s; } #text path:nth-child(7){ stroke-dasharray: 259.52032470703125; stroke-dashoffset: 259.52032470703125; animation: line 3s ease forwards 1.9s; } #text path:nth-child(8){ stroke-dasharray: 433.1510925292969; stroke-dashoffset: 433.1510925292969; animation: line 3s ease forwards 2.2s; } #text path:nth-child(9){ stroke-dasharray: 520.4185180664062; stroke-dashoffset: 520.4185180664062; animation: line 3s ease forwards 2.5s; } #text path:nth-child(10){ stroke-dasharray: 527.1253662109375; stroke-dashoffset: 527.1253662109375; animation: line 3s ease forwards 2.8s; } #text path:nth-child(11){ stroke-dasharray: 763.8844604492188; stroke-dashoffset: 763.8844604492188; animation: line 3s ease forwards 3.1s; } #text path:nth-child(12){ stroke-dasharray: 763.8844604492188; stroke-dashoffset: 763.8844604492188; animation: line 3s ease forwards 3.4s; } #text path{ fill: transparent; } @keyframes line{ from{ fill: transparent; } to{ stroke: #3c1053ff; fill:#3c1053ff; stroke-dashoffset:0 ; } } .home_btn{ position: absolute; top:70%; left:43.5% } /* .page2{ background: linear-gradient(90deg,#EECDA3 39%, #EF629F 81%); position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin-top: -100px; min-height: 100vh; } */ a { -webkit-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); -moz-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); -ms-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); -o-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000); text-decoration: none; } /* .demo{ position: relative; background: linear-gradient(90deg,#EECDA3 39%, #EF629F 81%); display: flex; } */ /* .demo:after { box-shadow: 0 1px 16px rgba(0,0,0,0.15); background: #1b1b1b; position: absolute; content: ''; height: 10px; width: 100%; top: 0; } */ .page2{ background: linear-gradient(90deg,#EECDA3 39%, #EF629F 81%); position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; margin-top: -100px; min-height: 100vh; } /* List styles */ .list { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; text-transform: uppercase; margin: 50px; margin-top: 50px; } .list a { display: block; color: #fff; } .list a:hover { text-indent: 20px; } .list dt, .list dd { text-indent: 10px; line-height: 55px; background: #E0FBAC; margin: 0; height: 55px; width: 370px; color: #fff; } .list dt { /* Since we're hiding elements behind here, we need it in 3d */ -webkit-transform: translateZ(0.3px); -moz-transform: translateZ(0.3px); -ms-transform: translateZ(0.3px); -o-transform: translateZ(0.3px); transform: translateZ(0.3px); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); font-size: 30px; } .list dd { border-top: 1px dashed rgba(255,255,255,0.3); line-height: 35px; font-size: 25px; height: 35px; margin: 0; } /* UI */ .button { position: relative; padding: 1em 1.5em; border: none; background-color: transparent; cursor: pointer; outline: none; font-size: 18px; margin: 1em 0.8em; text-transform: uppercase; } .button.type3 { color: #435a6b; } .button.type3.type3::after, .button.type3.type3::before { content: ""; display: block; position: absolute; width: 20%; height: 20%; border: 2px solid; transition: all 0.6s ease; border-radius: 2px; } .button.type3.type3::after { bottom: 0; right: 0; border-top-color: transparent; border-left-color: transparent; border-bottom-color: #435a6b; border-right-color: #435a6b; } .button.type3.type3::before { top: 0; left: 0; border-bottom-color: transparent; border-right-color: transparent; border-top-color: #435a6b; border-left-color: #435a6b; } .button.type3.type3:hover:after, .button.type3.type3:hover:before { border-bottom-color: #435a6b; border-right-color: #435a6b; border-top-color: #435a6b; border-left-color: #435a6b; width: 100%; height: 100%; } /* Individual styles */ .sashimi dt, .sashimi dd, .sashimi a { background: #73C8A9; } .nigiri dt, .nigiri dd, .nigiri a { background: #E32551; } .maki dt, .maki dd, .maki a { background: #FFC219; } .sashimi a:hover { background: #61c19e; } .nigiri a:hover { background: #d31b46; } .maki a:hover { background: #ffbb00; } .nigiri { -webkit-transform: perspective(1200px) rotateY(40deg) !important; -moz-transform: perspective(1200px) rotateY(40deg) !important; -ms-transform: perspective(1200px) rotateY(40deg) !important; -o-transform: perspective(1200px) rotateY(40deg) !important; transform: perspective(1200px) rotateY(40deg) !important; -webkit-transform-origin: 110% 25%; -moz-transform-origin: 110% 25%; -ms-transform-origin: 110% 25%; -o-transform-origin: 110% 25%; transform-origin: 110% 25%; left: 20%; } .maki { -webkit-transform: perspective(600px) translateZ(1px) !important; -moz-transform: perspective(600px) translateZ(1px) !important; -ms-transform: perspective(600px) translateZ(1px) !important; -o-transform: perspective(600px) translateZ(1px) !important; transform: perspective(600px) translateZ(1px) !important; left: 50%; } .sashimi { -webkit-transform: perspective(1200px) rotateY(-40deg) !important; -moz-transform: perspective(1200px) rotateY(-40deg) !important; -ms-transform: perspective(1200px) rotateY(-40deg) !important; -o-transform: perspective(1200px) rotateY(-40deg) !important; transform: perspective(1200px) rotateY(-40deg) !important; -webkit-transform-origin: -10% 25%; -moz-transform-origin: -10% 25%; -ms-transform-origin: -10% 25%; -o-transform-origin: -10% 25%; transform-origin: -10% 25%; left: 80%; }
0.280222
0.077483
MAIN ------------------------------*/ html, body { height:100%; } body { font-family:'Open Sans', sans-serif; padding-top:50px; background-color:#F0F0F0; } .show2 { display:inline-block!important; } .hidden { display:none!important; visibility:hidden!important; } a { color:#1EB5C3; } a:hover { color:#000000; } a, a:focus, a:hover, button, button:focus, button:hover, button:active { outline:0 none; text-decoration:none; } p { margin:0 0 20px; } h1, h2, h3, h4, h5, h6 { font-family:'Open Sans', sans-serif; } /* BUTTONS */ .btn:focus, .btn:active:focus, .btn.active:focus { outline:0 none; outline-offset:0; } .btn-hg { padding:13px 19px; font-size:22px; line-height:1.2; } .btn { border-radius:2px; border:0; border-bottom:3px solid rgba(0,0,0,0.2); border-top:3px solid transparent; transition:all 0.2s; color:#FFFFFF; } .btn-default { background-color:#CCCCCC; color:#333333; } .btn-inverse { background-color:#555555; } .btn-primary { background-color:#1EB5C3; } .btn-success { background-color:#01AE68; } .btn-danger { background-color:#B81117; } .btn-warning { background-color:#FFB23A; } .btn-info { background-color:#0D58A6; } .btn-default:hover, .btn-inverse:hover, .btn-primary:hover, .btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-info:hover { background-color: #333333; border-top-color:transparent; border-bottom-color:rgba(0,0,0,0.2); color:#FFFFFF; } /* ALERTS */ .alert-danger {background-color:#B81117;} .alert-success {background-color:#01AE68;} .alert-warning {background-color:#FFB23A;} .alert-info {background-color:#0D58A6;} /*------------------------------ MENU ------------------------------*/ .page-menu { position:fixed; top:0; left:0; z-index:1; width:260px; height:100%; padding:60px 10px 10px; background-color:#1EB5C3; color:#DDDDDD; } .page-menu .menu-header { color:#FFFFFF; font-weight:bold; font-size:18px; padding:10px 0; border-bottom:1px solid rgba(0,0,0,0.1); } .page-menu p { font-size:13px; font-weight:bold; text-transform:uppercase; position:absolute; bottom:8px; margin:0; padding-right:10px; } .page-menu p a { color:rgba(0,0,0,0.5); } .nav.vertical-nav li a { color:#DDDDDD; padding:8px 0; font-weight:600; text-transform:uppercase; font-size:16px; } .nav.vertical-nav li a:hover, .nav.vertical-nav li a:focus, .nav.vertical-nav li.open a, .nav.vertical-nav .dropdown-menu li a:hover { background-color:transparent; color:#FFFFFF; } .nav.vertical-nav .dropdown-menu { position:static; float:none; border-radius:0; box-shadow:none; margin:0; padding:0; border:0; background-color:transparent; margin-left:18px; } .nav.vertical-nav .dropdown-menu li a { padding:5px 0; font-size:14px; color:#DDDDDD; } .nav.vertical-nav .dropdown-menu li a b { color:#FFFFFF; } /*------------------------------ NAVBAR ------------------------------*/ .navbar { background-color:#171717; border:0; margin:0; color:#FFFFFF; } .navbar .scroll { margin-left:10px; } .navbar-icon, .navbar-icon:hover { background-color:#1EB5C3; width:50px; height:50px; display:inline-block; color:#FFFFFF; font-size:30px; text-align:center; padding-top:2px; cursor:pointer; } .navbar-right { position:absolute; right:0; top:0; } .navbar-right p.email { font-size:14px; padding-right:10px; } .navbar-default .navbar-link, .navbar-default .navbar-link:hover { background-color:#1EB5C3; color:#FFFFFF; height:50px; padding:12px 10px 0; font-size:18px; display:inline-block; transition:all 0.4s; } .navbar-default .navbar-link:hover { background-color:#FFFFFF; color:#1EB5C3; } .navbar p { display:inline-block; margin:0; font-size:18px; padding-left:10px; position:relative; top:-2px; } .navbar p a { color:#FFFFFF; } .navbar p a:hover { color:#1EB5C3; } /*------------------------------ CONTENT ------------------------------*/ .page-content { transform:translate3d(0,0,0); margin-right:0; transition:all 0.6s ease; padding:20px; z-index: 1020; position:relative; background-color:#F0F0F0; } .page-content.menu-is-open { transform: translate3d(260px,0,0); margin-right:260px; } /*------------------------------ TYPOGRAPHY ------------------------------*/ h1 { font-size:60px; } h2 { margin-bottom:20px; margin-top:100px; font-size:36px; } h2 small { display:block; margin-top:10px; font-size:18px; line-height:25px; } h3 { margin-bottom:20px; margin-top:60px; font-size:26px; } h4 { font-weight:600; margin:20px 0 10px; } p { font-size:15px; line-height:25px; } ul li, ol li { font-weight:700; color:#777777; font-size:15px; line-height:25px; } p.image-desc { font-size:13px; font-weight:bold; color:#777777; margin:5px 0 0; } .alert { border:0; border-radius:0; color:#FFFFFF; } code { border: 1px solid #e4e4e4; padding: 2px 4px; background: #f5f7f8; font-size: 14px; border-radius: 3px; color: #4b4b4b; font:14px "Source Code Pro", Monaco, monospace; } pre { font-family:"Source Code Pro", Monaco, monospace; font-size:14px; color:#000000; border-radius:0; border:0; background-color:#f5f7f8; } pre.syntax-highlighter { padding:10px 0; } pre.syntax-highlighter ul { margin:0; } pre.syntax-highlighter ul li { font-weight:normal; font-size:14px; color:#000000; line-height: 18px; } pre.syntax-highlighter ul li span { color:#afafaf; width:38px; display:inline-block; padding-right:8px; margin-right:8px; border-right:1px solid #e4e4e4; text-align:right; } pre.syntax-highlighter code { border:0; } code.html.tag {color: #006699; font-weight:600;} code.html.attr {color: gray;} code.html.string {color: blue;} code.html.comment {color: #008200;} p.description { font-size:24px; color:#888888; line-height:35px; } ul.heading-list { border-bottom:1px solid #CCCCCC; list-style:none; padding-bottom:20px; margin-bottom:20px; } ul.heading-list li a { color:#333333; font-size:18px; line-height:30px; position:relative; padding-left:43px; } ul.heading-list li a b { display:none; } ul.heading-list li a:before { width:14px; height:14px; display:block; position:absolute; content:""; border:3px solid #1EB5C3; border-radius:50%; top:5px; left:20px; } ul.heading-list li a:hover { color:#1EB5C3; } /*------------------------------ EXTRA SMALL DEVICES ------------------------------*/ @media (max-width:767px) { div.row img { margin-top:20px; } } @media (max-width:480px) { .navbar p { font-size:16px; top:-3px; } .navbar-header p span { display:none; } .page-menu { width:100%; height:auto; transform:translate3d(0,-100%,0); z-index:1025; transition:transform 0.6s ease; } .page-menu.page-menu-open { transform:translate3d(0,0, 0); } .page-content.menu-is-open { transform:translate3d(0,0,0); margin-right:0; } .page-menu p { position:static; margin-top:10px; padding-right:10px; } } @media (max-width:360px) { h1 { font-size:40px; } p.description { font-size:20px; line-height:30px; } }
web/documentation/assets/css/custom.css
MAIN ------------------------------*/ html, body { height:100%; } body { font-family:'Open Sans', sans-serif; padding-top:50px; background-color:#F0F0F0; } .show2 { display:inline-block!important; } .hidden { display:none!important; visibility:hidden!important; } a { color:#1EB5C3; } a:hover { color:#000000; } a, a:focus, a:hover, button, button:focus, button:hover, button:active { outline:0 none; text-decoration:none; } p { margin:0 0 20px; } h1, h2, h3, h4, h5, h6 { font-family:'Open Sans', sans-serif; } /* BUTTONS */ .btn:focus, .btn:active:focus, .btn.active:focus { outline:0 none; outline-offset:0; } .btn-hg { padding:13px 19px; font-size:22px; line-height:1.2; } .btn { border-radius:2px; border:0; border-bottom:3px solid rgba(0,0,0,0.2); border-top:3px solid transparent; transition:all 0.2s; color:#FFFFFF; } .btn-default { background-color:#CCCCCC; color:#333333; } .btn-inverse { background-color:#555555; } .btn-primary { background-color:#1EB5C3; } .btn-success { background-color:#01AE68; } .btn-danger { background-color:#B81117; } .btn-warning { background-color:#FFB23A; } .btn-info { background-color:#0D58A6; } .btn-default:hover, .btn-inverse:hover, .btn-primary:hover, .btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-info:hover { background-color: #333333; border-top-color:transparent; border-bottom-color:rgba(0,0,0,0.2); color:#FFFFFF; } /* ALERTS */ .alert-danger {background-color:#B81117;} .alert-success {background-color:#01AE68;} .alert-warning {background-color:#FFB23A;} .alert-info {background-color:#0D58A6;} /*------------------------------ MENU ------------------------------*/ .page-menu { position:fixed; top:0; left:0; z-index:1; width:260px; height:100%; padding:60px 10px 10px; background-color:#1EB5C3; color:#DDDDDD; } .page-menu .menu-header { color:#FFFFFF; font-weight:bold; font-size:18px; padding:10px 0; border-bottom:1px solid rgba(0,0,0,0.1); } .page-menu p { font-size:13px; font-weight:bold; text-transform:uppercase; position:absolute; bottom:8px; margin:0; padding-right:10px; } .page-menu p a { color:rgba(0,0,0,0.5); } .nav.vertical-nav li a { color:#DDDDDD; padding:8px 0; font-weight:600; text-transform:uppercase; font-size:16px; } .nav.vertical-nav li a:hover, .nav.vertical-nav li a:focus, .nav.vertical-nav li.open a, .nav.vertical-nav .dropdown-menu li a:hover { background-color:transparent; color:#FFFFFF; } .nav.vertical-nav .dropdown-menu { position:static; float:none; border-radius:0; box-shadow:none; margin:0; padding:0; border:0; background-color:transparent; margin-left:18px; } .nav.vertical-nav .dropdown-menu li a { padding:5px 0; font-size:14px; color:#DDDDDD; } .nav.vertical-nav .dropdown-menu li a b { color:#FFFFFF; } /*------------------------------ NAVBAR ------------------------------*/ .navbar { background-color:#171717; border:0; margin:0; color:#FFFFFF; } .navbar .scroll { margin-left:10px; } .navbar-icon, .navbar-icon:hover { background-color:#1EB5C3; width:50px; height:50px; display:inline-block; color:#FFFFFF; font-size:30px; text-align:center; padding-top:2px; cursor:pointer; } .navbar-right { position:absolute; right:0; top:0; } .navbar-right p.email { font-size:14px; padding-right:10px; } .navbar-default .navbar-link, .navbar-default .navbar-link:hover { background-color:#1EB5C3; color:#FFFFFF; height:50px; padding:12px 10px 0; font-size:18px; display:inline-block; transition:all 0.4s; } .navbar-default .navbar-link:hover { background-color:#FFFFFF; color:#1EB5C3; } .navbar p { display:inline-block; margin:0; font-size:18px; padding-left:10px; position:relative; top:-2px; } .navbar p a { color:#FFFFFF; } .navbar p a:hover { color:#1EB5C3; } /*------------------------------ CONTENT ------------------------------*/ .page-content { transform:translate3d(0,0,0); margin-right:0; transition:all 0.6s ease; padding:20px; z-index: 1020; position:relative; background-color:#F0F0F0; } .page-content.menu-is-open { transform: translate3d(260px,0,0); margin-right:260px; } /*------------------------------ TYPOGRAPHY ------------------------------*/ h1 { font-size:60px; } h2 { margin-bottom:20px; margin-top:100px; font-size:36px; } h2 small { display:block; margin-top:10px; font-size:18px; line-height:25px; } h3 { margin-bottom:20px; margin-top:60px; font-size:26px; } h4 { font-weight:600; margin:20px 0 10px; } p { font-size:15px; line-height:25px; } ul li, ol li { font-weight:700; color:#777777; font-size:15px; line-height:25px; } p.image-desc { font-size:13px; font-weight:bold; color:#777777; margin:5px 0 0; } .alert { border:0; border-radius:0; color:#FFFFFF; } code { border: 1px solid #e4e4e4; padding: 2px 4px; background: #f5f7f8; font-size: 14px; border-radius: 3px; color: #4b4b4b; font:14px "Source Code Pro", Monaco, monospace; } pre { font-family:"Source Code Pro", Monaco, monospace; font-size:14px; color:#000000; border-radius:0; border:0; background-color:#f5f7f8; } pre.syntax-highlighter { padding:10px 0; } pre.syntax-highlighter ul { margin:0; } pre.syntax-highlighter ul li { font-weight:normal; font-size:14px; color:#000000; line-height: 18px; } pre.syntax-highlighter ul li span { color:#afafaf; width:38px; display:inline-block; padding-right:8px; margin-right:8px; border-right:1px solid #e4e4e4; text-align:right; } pre.syntax-highlighter code { border:0; } code.html.tag {color: #006699; font-weight:600;} code.html.attr {color: gray;} code.html.string {color: blue;} code.html.comment {color: #008200;} p.description { font-size:24px; color:#888888; line-height:35px; } ul.heading-list { border-bottom:1px solid #CCCCCC; list-style:none; padding-bottom:20px; margin-bottom:20px; } ul.heading-list li a { color:#333333; font-size:18px; line-height:30px; position:relative; padding-left:43px; } ul.heading-list li a b { display:none; } ul.heading-list li a:before { width:14px; height:14px; display:block; position:absolute; content:""; border:3px solid #1EB5C3; border-radius:50%; top:5px; left:20px; } ul.heading-list li a:hover { color:#1EB5C3; } /*------------------------------ EXTRA SMALL DEVICES ------------------------------*/ @media (max-width:767px) { div.row img { margin-top:20px; } } @media (max-width:480px) { .navbar p { font-size:16px; top:-3px; } .navbar-header p span { display:none; } .page-menu { width:100%; height:auto; transform:translate3d(0,-100%,0); z-index:1025; transition:transform 0.6s ease; } .page-menu.page-menu-open { transform:translate3d(0,0, 0); } .page-content.menu-is-open { transform:translate3d(0,0,0); margin-right:0; } .page-menu p { position:static; margin-top:10px; padding-right:10px; } } @media (max-width:360px) { h1 { font-size:40px; } p.description { font-size:20px; line-height:30px; } }
0.137706
0.04365
* { margin:0; padding:0; } body { font-size:16px; font-family: "Roboto","Helvetica Nue","Arial",sans-serif; background:#c2cacf; transition:all 1.2s; } body.powerOn { background: #c2cacf radial-gradient(ellipse at top center, #f1f4f5 0%, #c2cacf 75%) no-repeat; } #errorMsg { font-size:12px; padding:0.66em; background:#c00; color:#fff; font-weight:bold; margin-bottom:1em; display: none; } #wrapper { width:1200px; margin:0px auto; } #tubeLightWrapper { width: 500px; margin:0 auto; margin-top:24px; height:14px; box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.20); z-index:0; position:relative; } #tubeLightWrapper > * { position: relative; top:-1px; } .powerOn #tubeLightWrapper { box-shadow: none; } #tubeLightWrapper #leftFixing, #tubeLightWrapper #rightFixing { display: inline-block; background:#ccc; height:14px; width:8px; display: inline-block; background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 49%, rgba(204,204,204,1) 100%); z-index:2; } #tubeLightWrapper #rightFixing { border-radius: 0 3px 3px 0; border-left:1px solid rgba(204,204,204,1); } #tubeLightWrapper #leftFixing { border-radius: 3px 0 0 3px; border-right:1px solid rgba(204,204,204,1);} #tubeLightWrapper #tubeLight { display: inline-block; background:#fcfcfc; background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(253, 253, 253) 49%, rgb(245, 245, 245) 100%); height:12px; border:1px solid #eee; border-width: 1px 0; width:482px; display: inline-block; transition: all 1.2s; cursor:pointer; z-index:1; position:relative; } body.powerOn #tubeLightWrapper #tubeLight { background:#fff; box-shadow: 0px 0px 25px 9px #fff; } h1 { color:#113; margin: 16px 0; text-align:center; font-size:16px; color:rgba(0,0,0,0.7); } #dashboard>div{ float:left; width:20%; box-sizing: border-box; margin:2em 0; padding:0 0.5em; } #dashboard>div span.key { display: block; font-size:0.8em; text-transform: uppercase; color:rgba(0,0,0,0.8); } #dashboard>div span.value { display: block; font-size:1.1em; font-weight: bold; } #max_uptime span.value span { font-weight: normal; font-size:0.7em; } #powerStatus { text-align:center; margin-top:2em; } #powerStatus em{ font-size:0.9em; } #powerStatus strong { font-size: 1.2em; display: inline-block; padding: 0.4em; color:#fff; border-radius:3px; min-width:55px; text-align: center; text-shadow: 0px 1px 3px rgba(0,0,0,0.4); border: 1px solid rgba(255, 255, 255, 0.6); } .powerOn #powerStatus strong { box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4); background:#5CE004; } .powerOff #powerStatus strong { box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.5); background:#999; color:#eee; } #wait { clear: both; margin-top:16px; font-style: italic; text-align: center; font-weight: bold; } #wait .loaderWrapper { width: 400px; margin:10px auto; height: 6px; background:#aaa; } #wait .loaderWrapper .loader { width:0; background:#06f; height:6px; transition: 10s all; } #controls { margin: 1em 0; text-align: right; } #controls input[type=checkbox] { display: none; } #controls label { display: inline-block; padding: 0.33em 0.67em; margin:0 0.15em; color:#555; cursor: pointer; font-size: 0.9em; } #controls input:checked + label { background:#06f; color:#fff; border-radius: 6px; } #result table { width:100%; background:#fff;} #result table thead tr th {padding:0.5em 0.8em; font-size:14px;color:#06f; border-right:1px solid #D2D9DB} #result table thead tr:last-child th,#result table thead tr:first-child th:first-child {border-bottom:2px solid #06f;} #result table thead tr th span { display: inline-block; font-size:11px; text-transform: uppercase; background:#ddd; color:#777; padding:3px; border-radius: 3px; } #result table tr td {border-bottom:1px solid #BCD8E2;padding:0.4em; border-right:1px solid #BCD8E2;padding:0.4em;font-family:"Lucida Console","Courier New",monospace} #result table tr td:nth-child(8){border-right: none;} #result table tr td[rowspan] {text-align: center} .sigma-week, .sigma-month {display:none;} span.sum-uptime, span.month-indicator { font-size:0.9em; margin:3px 0; display: inline-block; border-radius:4px; border:1px solid #06f; color:#06f; padding:3px; font-family: 'Roboto',sans-serif; } #rawData { display:none; } .clear {clear: both;} .clearfix:after { content: ""; display: table; clear: both; } @media screen and (max-width: 768px) { #wrapper { width: 100%; padding: 4px; box-sizing: border-box; } #result table td,#result table thead tr th { font-size:12px; padding:2px; } #dashboard { margin:6px 10px; background:rgba(0,0,0,0.1); border-radius:6px; padding:8px 0; box-sizing: border-box; } #dashboard > div { width:100%; margin:8px; padding:0; box-sizing: border-box; } #dashboard > div:last-child { border-bottom: none; } #dashboard > div span.key{ display: block; float: left; width:50%; box-sizing: border-box; } #dashboard > div span.value{ display: block; float: right; width:50%; box-sizing: border-box; } #tubeLightWrapper {max-width:300px;} #tubeLight {max-width:282px;} }
css/style.css
* { margin:0; padding:0; } body { font-size:16px; font-family: "Roboto","Helvetica Nue","Arial",sans-serif; background:#c2cacf; transition:all 1.2s; } body.powerOn { background: #c2cacf radial-gradient(ellipse at top center, #f1f4f5 0%, #c2cacf 75%) no-repeat; } #errorMsg { font-size:12px; padding:0.66em; background:#c00; color:#fff; font-weight:bold; margin-bottom:1em; display: none; } #wrapper { width:1200px; margin:0px auto; } #tubeLightWrapper { width: 500px; margin:0 auto; margin-top:24px; height:14px; box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.20); z-index:0; position:relative; } #tubeLightWrapper > * { position: relative; top:-1px; } .powerOn #tubeLightWrapper { box-shadow: none; } #tubeLightWrapper #leftFixing, #tubeLightWrapper #rightFixing { display: inline-block; background:#ccc; height:14px; width:8px; display: inline-block; background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(238,238,238,1) 49%, rgba(204,204,204,1) 100%); z-index:2; } #tubeLightWrapper #rightFixing { border-radius: 0 3px 3px 0; border-left:1px solid rgba(204,204,204,1); } #tubeLightWrapper #leftFixing { border-radius: 3px 0 0 3px; border-right:1px solid rgba(204,204,204,1);} #tubeLightWrapper #tubeLight { display: inline-block; background:#fcfcfc; background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(253, 253, 253) 49%, rgb(245, 245, 245) 100%); height:12px; border:1px solid #eee; border-width: 1px 0; width:482px; display: inline-block; transition: all 1.2s; cursor:pointer; z-index:1; position:relative; } body.powerOn #tubeLightWrapper #tubeLight { background:#fff; box-shadow: 0px 0px 25px 9px #fff; } h1 { color:#113; margin: 16px 0; text-align:center; font-size:16px; color:rgba(0,0,0,0.7); } #dashboard>div{ float:left; width:20%; box-sizing: border-box; margin:2em 0; padding:0 0.5em; } #dashboard>div span.key { display: block; font-size:0.8em; text-transform: uppercase; color:rgba(0,0,0,0.8); } #dashboard>div span.value { display: block; font-size:1.1em; font-weight: bold; } #max_uptime span.value span { font-weight: normal; font-size:0.7em; } #powerStatus { text-align:center; margin-top:2em; } #powerStatus em{ font-size:0.9em; } #powerStatus strong { font-size: 1.2em; display: inline-block; padding: 0.4em; color:#fff; border-radius:3px; min-width:55px; text-align: center; text-shadow: 0px 1px 3px rgba(0,0,0,0.4); border: 1px solid rgba(255, 255, 255, 0.6); } .powerOn #powerStatus strong { box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.4); background:#5CE004; } .powerOff #powerStatus strong { box-shadow: inset 0px 0px 9px 0px rgba(0,0,0,0.5); background:#999; color:#eee; } #wait { clear: both; margin-top:16px; font-style: italic; text-align: center; font-weight: bold; } #wait .loaderWrapper { width: 400px; margin:10px auto; height: 6px; background:#aaa; } #wait .loaderWrapper .loader { width:0; background:#06f; height:6px; transition: 10s all; } #controls { margin: 1em 0; text-align: right; } #controls input[type=checkbox] { display: none; } #controls label { display: inline-block; padding: 0.33em 0.67em; margin:0 0.15em; color:#555; cursor: pointer; font-size: 0.9em; } #controls input:checked + label { background:#06f; color:#fff; border-radius: 6px; } #result table { width:100%; background:#fff;} #result table thead tr th {padding:0.5em 0.8em; font-size:14px;color:#06f; border-right:1px solid #D2D9DB} #result table thead tr:last-child th,#result table thead tr:first-child th:first-child {border-bottom:2px solid #06f;} #result table thead tr th span { display: inline-block; font-size:11px; text-transform: uppercase; background:#ddd; color:#777; padding:3px; border-radius: 3px; } #result table tr td {border-bottom:1px solid #BCD8E2;padding:0.4em; border-right:1px solid #BCD8E2;padding:0.4em;font-family:"Lucida Console","Courier New",monospace} #result table tr td:nth-child(8){border-right: none;} #result table tr td[rowspan] {text-align: center} .sigma-week, .sigma-month {display:none;} span.sum-uptime, span.month-indicator { font-size:0.9em; margin:3px 0; display: inline-block; border-radius:4px; border:1px solid #06f; color:#06f; padding:3px; font-family: 'Roboto',sans-serif; } #rawData { display:none; } .clear {clear: both;} .clearfix:after { content: ""; display: table; clear: both; } @media screen and (max-width: 768px) { #wrapper { width: 100%; padding: 4px; box-sizing: border-box; } #result table td,#result table thead tr th { font-size:12px; padding:2px; } #dashboard { margin:6px 10px; background:rgba(0,0,0,0.1); border-radius:6px; padding:8px 0; box-sizing: border-box; } #dashboard > div { width:100%; margin:8px; padding:0; box-sizing: border-box; } #dashboard > div:last-child { border-bottom: none; } #dashboard > div span.key{ display: block; float: left; width:50%; box-sizing: border-box; } #dashboard > div span.value{ display: block; float: right; width:50%; box-sizing: border-box; } #tubeLightWrapper {max-width:300px;} #tubeLight {max-width:282px;} }
0.337859
0.095518
.u-section-1 .u-sheet-1 {min-height: 349px} .u-section-1 .u-layout-wrap-1 {margin: 38px auto 60px 0} .u-section-1 .u-layout-cell-1 {min-height: 484px; animation-duration: 1000ms} .u-section-1 .u-container-layout-1 {padding: 0} .u-section-1 .u-group-1 {min-height: 482px; height: auto; width: 432px; margin: 0 0 0 auto} .u-section-1 .u-container-layout-2 {padding: 0} .u-section-1 .u-layout-cell-2 {min-height: 484px} .u-section-1 .u-container-layout-3 {padding: 0} .u-section-1 .u-group-2 {min-height: 484px; margin: 0 auto 0 0} .u-section-1 .u-container-layout-4 {padding: 0 30px} .u-section-1 .u-text-1 {font-weight: 700; width: 182px; margin: 22px auto 0 34px} .u-section-1 .u-text-2 {font-weight: 700; margin: -25px 0 0 483px} .u-section-1 .u-text-3 {font-size: 1.5rem; width: 266px; margin: 31px auto 0} .u-section-1 .u-text-4 {font-size: 0.875rem; margin: 13px 40px 0 49px} .u-section-1 .u-text-5 {margin: 7px 58px 0 483px} .u-section-1 .u-text-6 {margin: -25px auto 0 45px} .u-section-1 .u-text-7 {font-weight: 700; margin: 13px auto 0 45px} .u-section-1 .u-text-8 {margin: -25px auto 0 155px} .u-section-1 .u-text-9 {margin: 13px auto 0 155px} .u-section-1 .u-text-10 {font-weight: 700; margin: -25px auto 0 45px} .u-section-1 .u-btn-1 {font-size: 0.875rem; background-image: none; border-style: none; margin: 70px 82px 0 auto} .u-section-1 .u-btn-2 {font-size: 0.875rem; margin: -42px auto 0 58px} @media (max-width: 1199px){ .u-section-1 .u-sheet-1 {min-height: 26px} .u-section-1 .u-layout-wrap-1 {margin-right: initial; margin-left: initial} .u-section-1 .u-layout-cell-1 {min-height: 399px} .u-section-1 .u-group-1 {width: 360px} .u-section-1 .u-layout-cell-2 {min-height: 399px} .u-section-1 .u-group-2 {margin-right: initial; margin-left: initial} .u-section-1 .u-text-1 {margin-top: 57px; margin-left: 27px} .u-section-1 .u-text-2 {margin-left: 255px; margin-right: 44px} .u-section-1 .u-text-4 {margin-left: 18px; margin-right: 0} .u-section-1 .u-text-5 {margin-right: 88px; margin-left: 269px} .u-section-1 .u-text-6 {margin-left: 35px} .u-section-1 .u-text-7 {margin-left: 35px} .u-section-1 .u-text-8 {margin-left: 122px} .u-section-1 .u-text-9 {margin-left: 122px} .u-section-1 .u-text-10 {margin-left: 35px} .u-section-1 .u-btn-1 {margin-right: 0} .u-section-1 .u-btn-2 {margin-left: 0} } @media (max-width: 991px){ .u-section-1 .u-layout-cell-1 {min-height: 100px} .u-section-1 .u-group-1 {width: 264px} .u-section-1 .u-layout-cell-2 {min-height: 100px} .u-section-1 .u-group-2 {min-height: 468px; margin-right: initial; margin-left: initial} .u-section-1 .u-text-1 {width: auto; margin-top: 22px; margin-left: auto} .u-section-1 .u-text-2 {width: 160px; margin-top: 4px; margin-left: auto; margin-right: auto} .u-section-1 .u-text-3 {margin-top: 15px} .u-section-1 .u-text-4 {margin-left: 0} .u-section-1 .u-text-5 {margin-right: 21px; margin-left: 202px} .u-section-1 .u-text-6 {margin-left: 25px} .u-section-1 .u-text-7 {margin-left: 25px} .u-section-1 .u-text-8 {margin-left: 86px} .u-section-1 .u-text-9 {width: auto; margin-left: 116px} .u-section-1 .u-text-10 {margin-left: 25px} .u-section-1 .u-btn-1 {padding: 10px 19px} .u-section-1 .u-btn-2 {padding: 9px 16px 11px 15px} } @media (max-width: 767px){ .u-section-1 .u-group-1 {margin-right: initial; margin-left: initial; width: auto} .u-section-1 .u-container-layout-4 {padding-left: 10px; padding-right: 10px} .u-section-1 .u-text-1 {margin-top: 30px} .u-section-1 .u-text-3 {width: 263px; margin-top: 29px; font-size: 1.5} .u-section-1 .u-text-4 {margin-top: 5px} .u-section-1 .u-text-5 {width: auto; margin-top: 13px; margin-right: 20px} .u-section-1 .u-text-6 {width: auto; margin-left: 40px} .u-section-1 .u-text-7 {width: auto; margin-left: 40px} .u-section-1 .u-text-8 {width: auto; margin-top: -29px; margin-right: 68px; margin-left: auto} .u-section-1 .u-text-9 {margin-top: 17px; margin-right: 111px; margin-left: auto} .u-section-1 .u-text-10 {width: auto; margin-left: 40px} .u-section-1 .u-btn-1 {margin-right: 20px} } @media (max-width: 575px){ .u-section-1 .u-sheet-1 {min-height: 921px} .u-section-1 .u-group-2 {min-height: 514px; margin-right: initial; margin-left: initial} .u-section-1 .u-text-1 {width: 182px; margin-top: 5px} .u-section-1 .u-text-4 {width: auto} .u-section-1 .u-text-5 {margin-right: 24px; margin-left: 154px} .u-section-1 .u-text-6 {margin-left: 24px} .u-section-1 .u-text-7 {margin-left: 24px} .u-section-1 .u-text-8 {margin-top: -25px; margin-right: 51px} .u-section-1 .u-text-9 {margin-top: 13px; margin-right: 94px} .u-section-1 .u-text-10 {margin-left: 24px} .u-section-1 .u-btn-1 {margin-top: 30px; margin-right: 16px; padding: 9px 15px 11px} .u-section-1 .u-btn-2 {padding-left: 13px; padding-right: 13px} }.u-section-2 .u-sheet-1 {min-height: 579px} .u-section-2 .u-text-1 {width: 740px; margin: 60px auto 0} .u-section-2 .u-layout-wrap-1 {width: 1140px; margin: 35px 0 60px} .u-section-2 .u-layout-cell-1 {min-height: 285px} .u-section-2 .u-container-layout-1 {padding: 30px} .u-section-2 .u-image-1 {height: 225px; margin: 0 auto 0 0} .u-section-2 .u-layout-cell-2 {min-height: 285px} .u-section-2 .u-container-layout-2 {padding: 30px} .u-section-2 .u-image-2 {height: 225px; margin: 0 auto 0 0} .u-section-2 .u-layout-cell-3 {min-height: 285px} .u-section-2 .u-container-layout-3 {padding: 30px} .u-section-2 .u-image-3 {height: 225px; margin: 0 auto 0 0} @media (max-width: 1199px){ .u-section-2 .u-sheet-1 {min-height: 427px} .u-section-2 .u-layout-wrap-1 {width: 940px} .u-section-2 .u-layout-cell-1 {min-height: 235px} .u-section-2 .u-image-1 {height: 178px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-2 {min-height: 235px} .u-section-2 .u-image-2 {height: 178px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-3 {min-height: 235px} .u-section-2 .u-image-3 {height: 178px; margin-right: initial; margin-left: initial} } @media (max-width: 991px){ .u-section-2 .u-sheet-1 {min-height: 292px} .u-section-2 .u-text-1 {width: 720px} .u-section-2 .u-layout-wrap-1 {width: 720px} .u-section-2 .u-layout-cell-1 {min-height: 100px} .u-section-2 .u-image-1 {height: 126px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-2 {min-height: 100px} .u-section-2 .u-image-2 {height: 126px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-3 {min-height: 100px} .u-section-2 .u-image-3 {height: 126px; margin-right: initial; margin-left: initial} } @media (max-width: 767px){ .u-section-2 .u-sheet-1 {min-height: 392px} .u-section-2 .u-text-1 {width: 540px} .u-section-2 .u-layout-wrap-1 {width: 540px} .u-section-2 .u-container-layout-1 {padding-left: 10px; padding-right: 10px} .u-section-2 .u-image-1 {height: 364px; margin-right: initial; margin-left: initial} .u-section-2 .u-container-layout-2 {padding-left: 10px; padding-right: 10px} .u-section-2 .u-image-2 {height: 364px; margin-right: initial; margin-left: initial} .u-section-2 .u-container-layout-3 {padding-left: 10px; padding-right: 10px} .u-section-2 .u-image-3 {height: 364px; margin-right: initial; margin-left: initial} } @media (max-width: 575px){ .u-section-2 .u-text-1 {width: 340px} .u-section-2 .u-layout-wrap-1 {width: 340px} .u-section-2 .u-image-1 {height: 224px; margin-right: initial; margin-left: initial} .u-section-2 .u-image-2 {height: 224px; margin-right: initial; margin-left: initial} .u-section-2 .u-image-3 {height: 224px; margin-right: initial; margin-left: initial} }.u-section-3 {background-image: none} .u-section-3 .u-sheet-1 {min-height: 349px} .u-section-3 .u-layout-wrap-1 {width: 930px; margin: 60px auto 60px 73px} .u-section-3 .u-layout-cell-1 {min-height: 483px} .u-section-3 .u-container-layout-1 {padding: 30px} .u-section-3 .u-group-1 {width: 372px; min-height: 397px; height: auto; margin: 20px 37px 0 0} .u-section-3 .u-container-layout-2 {padding: 0 5px 0 0} .u-section-3 .u-image-1 {width: 335px; height: 335px; margin: 0 auto 0 19px} .u-section-3 .u-btn-1 {font-size: 0.875rem; margin: 14px auto 0 124px} .u-section-3 .u-layout-cell-2 {min-height: 483px} .u-section-3 .u-container-layout-3 {padding: 30px} .u-section-3 .u-text-1 {margin: 93px 76px 0 100px} .u-section-3 .u-text-2 {font-weight: 700; margin: 20px 84px 0 100px} .u-section-3 .u-text-3 {font-weight: 700; margin: 20px 84px 0 100px} .u-section-3 .u-text-4 {font-weight: 700; margin: 20px 84px 0 100px} @media (max-width: 1199px){ .u-section-3 .u-sheet-1 {min-height: 26px} .u-section-3 .u-layout-wrap-1 {margin-left: 11px} .u-section-3 .u-layout-cell-1 {min-height: 420px} .u-section-3 .u-group-1 {width: 375px; margin-right: 3px} .u-section-3 .u-image-1 {width: 315px; height: 315px; background-position: 50% 50%} .u-section-3 .u-btn-1 {margin-left: auto} .u-section-3 .u-layout-cell-2 {min-height: 346px} .u-section-3 .u-text-1 {width: auto; margin-top: 91px; margin-right: 158px; margin-left: 66px} .u-section-3 .u-text-2 {margin-top: 22px; margin-right: 112px; margin-left: 66px} .u-section-3 .u-text-3 {margin-right: 112px; margin-left: 66px} .u-section-3 .u-text-4 {margin-right: 112px; margin-left: 66px} } @media (max-width: 991px){ .u-section-3 .u-layout-wrap-1 {width: 720px; margin-left: 0} .u-section-3 .u-layout-cell-1 {min-height: 100px} .u-section-3 .u-group-1 {width: 273px; margin-right: 0} .u-section-3 .u-image-1 {width: 213px; height: 213px; margin-left: auto} .u-section-3 .u-btn-1 {margin-left: 72px} .u-section-3 .u-layout-cell-2 {min-height: 100px} .u-section-3 .u-text-1 {margin-top: 90px; margin-right: 100px; margin-left: 7px} .u-section-3 .u-text-2 {width: auto; margin-top: 15px; margin-right: 53px; margin-left: 7px} .u-section-3 .u-text-3 {width: auto; margin-right: 53px; margin-left: 7px} .u-section-3 .u-text-4 {width: auto; margin-right: 53px; margin-left: 7px} } @media (max-width: 767px){ .u-section-3 .u-layout-wrap-1 {width: 540px} .u-section-3 .u-container-layout-1 {padding-left: 10px; padding-right: 10px} .u-section-3 .u-group-1 {width: 514px; min-height: 296px; margin-right: 247px} .u-section-3 .u-container-layout-2 {padding-right: 0} .u-section-3 .u-btn-1 {margin-left: auto} .u-section-3 .u-container-layout-3 {padding-left: 10px; padding-right: 10px} .u-section-3 .u-text-1 {width: 413px; margin-top: 0; margin-left: auto; margin-right: auto} .u-section-3 .u-text-2 {width: 305px; margin-left: auto; margin-right: auto} .u-section-3 .u-text-3 {width: 243px; margin-left: auto; margin-right: auto} .u-section-3 .u-text-4 {width: 261px; margin-left: auto; margin-right: auto} } @media (max-width: 575px){ .u-section-3 .u-layout-wrap-1 {margin-right: initial; margin-left: initial; width: auto} .u-section-3 .u-layout-cell-1 {min-height: 368px} .u-section-3 .u-group-1 {min-height: 332px; margin-top: -30px; margin-right: initial; margin-left: initial; width: auto} .u-section-3 .u-btn-1 {margin-top: 57px; margin-left: 98px} .u-section-3 .u-layout-cell-2 {min-height: 356px} .u-section-3 .u-text-1 {width: 129px; margin-top: 5px} .u-section-3 .u-text-2 {margin-top: 25px} }.u-section-4 {min-height: 500px} .u-section-4 .u-group-1 {width: 1334px; min-height: 500px; height: auto; margin: 0 auto 0 calc(((100% - 1140px) / 2) + -104px)} .u-section-4 .u-container-layout-1 {padding: 30px} .u-section-4 .u-video-1 {width: 1130px; height: 440px; margin: 0 67px 0 auto} @media (max-width: 1199px){ .u-section-4 .u-group-1 {width: 940px; margin-left: calc(((100% - 940px) / 2))} .u-section-4 .u-video-1 {width: 880px; margin-right: 0} } @media (max-width: 991px){ .u-section-4 .u-group-1 {width: 720px; margin-left: calc(((100% - 720px) / 2))} .u-section-4 .u-video-1 {width: 660px} } @media (max-width: 767px){ .u-section-4 .u-group-1 {width: 540px; margin-left: calc(((100% - 540px) / 2))} .u-section-4 .u-container-layout-1 {padding-left: 10px; padding-right: 10px} .u-section-4 .u-video-1 {width: 520px} } @media (max-width: 575px){ .u-section-4 .u-group-1 {width: 340px; margin-left: calc(((100% - 340px) / 2))} .u-section-4 .u-video-1 {width: 320px} }
public/css/Details-Projets.css
.u-section-1 .u-sheet-1 {min-height: 349px} .u-section-1 .u-layout-wrap-1 {margin: 38px auto 60px 0} .u-section-1 .u-layout-cell-1 {min-height: 484px; animation-duration: 1000ms} .u-section-1 .u-container-layout-1 {padding: 0} .u-section-1 .u-group-1 {min-height: 482px; height: auto; width: 432px; margin: 0 0 0 auto} .u-section-1 .u-container-layout-2 {padding: 0} .u-section-1 .u-layout-cell-2 {min-height: 484px} .u-section-1 .u-container-layout-3 {padding: 0} .u-section-1 .u-group-2 {min-height: 484px; margin: 0 auto 0 0} .u-section-1 .u-container-layout-4 {padding: 0 30px} .u-section-1 .u-text-1 {font-weight: 700; width: 182px; margin: 22px auto 0 34px} .u-section-1 .u-text-2 {font-weight: 700; margin: -25px 0 0 483px} .u-section-1 .u-text-3 {font-size: 1.5rem; width: 266px; margin: 31px auto 0} .u-section-1 .u-text-4 {font-size: 0.875rem; margin: 13px 40px 0 49px} .u-section-1 .u-text-5 {margin: 7px 58px 0 483px} .u-section-1 .u-text-6 {margin: -25px auto 0 45px} .u-section-1 .u-text-7 {font-weight: 700; margin: 13px auto 0 45px} .u-section-1 .u-text-8 {margin: -25px auto 0 155px} .u-section-1 .u-text-9 {margin: 13px auto 0 155px} .u-section-1 .u-text-10 {font-weight: 700; margin: -25px auto 0 45px} .u-section-1 .u-btn-1 {font-size: 0.875rem; background-image: none; border-style: none; margin: 70px 82px 0 auto} .u-section-1 .u-btn-2 {font-size: 0.875rem; margin: -42px auto 0 58px} @media (max-width: 1199px){ .u-section-1 .u-sheet-1 {min-height: 26px} .u-section-1 .u-layout-wrap-1 {margin-right: initial; margin-left: initial} .u-section-1 .u-layout-cell-1 {min-height: 399px} .u-section-1 .u-group-1 {width: 360px} .u-section-1 .u-layout-cell-2 {min-height: 399px} .u-section-1 .u-group-2 {margin-right: initial; margin-left: initial} .u-section-1 .u-text-1 {margin-top: 57px; margin-left: 27px} .u-section-1 .u-text-2 {margin-left: 255px; margin-right: 44px} .u-section-1 .u-text-4 {margin-left: 18px; margin-right: 0} .u-section-1 .u-text-5 {margin-right: 88px; margin-left: 269px} .u-section-1 .u-text-6 {margin-left: 35px} .u-section-1 .u-text-7 {margin-left: 35px} .u-section-1 .u-text-8 {margin-left: 122px} .u-section-1 .u-text-9 {margin-left: 122px} .u-section-1 .u-text-10 {margin-left: 35px} .u-section-1 .u-btn-1 {margin-right: 0} .u-section-1 .u-btn-2 {margin-left: 0} } @media (max-width: 991px){ .u-section-1 .u-layout-cell-1 {min-height: 100px} .u-section-1 .u-group-1 {width: 264px} .u-section-1 .u-layout-cell-2 {min-height: 100px} .u-section-1 .u-group-2 {min-height: 468px; margin-right: initial; margin-left: initial} .u-section-1 .u-text-1 {width: auto; margin-top: 22px; margin-left: auto} .u-section-1 .u-text-2 {width: 160px; margin-top: 4px; margin-left: auto; margin-right: auto} .u-section-1 .u-text-3 {margin-top: 15px} .u-section-1 .u-text-4 {margin-left: 0} .u-section-1 .u-text-5 {margin-right: 21px; margin-left: 202px} .u-section-1 .u-text-6 {margin-left: 25px} .u-section-1 .u-text-7 {margin-left: 25px} .u-section-1 .u-text-8 {margin-left: 86px} .u-section-1 .u-text-9 {width: auto; margin-left: 116px} .u-section-1 .u-text-10 {margin-left: 25px} .u-section-1 .u-btn-1 {padding: 10px 19px} .u-section-1 .u-btn-2 {padding: 9px 16px 11px 15px} } @media (max-width: 767px){ .u-section-1 .u-group-1 {margin-right: initial; margin-left: initial; width: auto} .u-section-1 .u-container-layout-4 {padding-left: 10px; padding-right: 10px} .u-section-1 .u-text-1 {margin-top: 30px} .u-section-1 .u-text-3 {width: 263px; margin-top: 29px; font-size: 1.5} .u-section-1 .u-text-4 {margin-top: 5px} .u-section-1 .u-text-5 {width: auto; margin-top: 13px; margin-right: 20px} .u-section-1 .u-text-6 {width: auto; margin-left: 40px} .u-section-1 .u-text-7 {width: auto; margin-left: 40px} .u-section-1 .u-text-8 {width: auto; margin-top: -29px; margin-right: 68px; margin-left: auto} .u-section-1 .u-text-9 {margin-top: 17px; margin-right: 111px; margin-left: auto} .u-section-1 .u-text-10 {width: auto; margin-left: 40px} .u-section-1 .u-btn-1 {margin-right: 20px} } @media (max-width: 575px){ .u-section-1 .u-sheet-1 {min-height: 921px} .u-section-1 .u-group-2 {min-height: 514px; margin-right: initial; margin-left: initial} .u-section-1 .u-text-1 {width: 182px; margin-top: 5px} .u-section-1 .u-text-4 {width: auto} .u-section-1 .u-text-5 {margin-right: 24px; margin-left: 154px} .u-section-1 .u-text-6 {margin-left: 24px} .u-section-1 .u-text-7 {margin-left: 24px} .u-section-1 .u-text-8 {margin-top: -25px; margin-right: 51px} .u-section-1 .u-text-9 {margin-top: 13px; margin-right: 94px} .u-section-1 .u-text-10 {margin-left: 24px} .u-section-1 .u-btn-1 {margin-top: 30px; margin-right: 16px; padding: 9px 15px 11px} .u-section-1 .u-btn-2 {padding-left: 13px; padding-right: 13px} }.u-section-2 .u-sheet-1 {min-height: 579px} .u-section-2 .u-text-1 {width: 740px; margin: 60px auto 0} .u-section-2 .u-layout-wrap-1 {width: 1140px; margin: 35px 0 60px} .u-section-2 .u-layout-cell-1 {min-height: 285px} .u-section-2 .u-container-layout-1 {padding: 30px} .u-section-2 .u-image-1 {height: 225px; margin: 0 auto 0 0} .u-section-2 .u-layout-cell-2 {min-height: 285px} .u-section-2 .u-container-layout-2 {padding: 30px} .u-section-2 .u-image-2 {height: 225px; margin: 0 auto 0 0} .u-section-2 .u-layout-cell-3 {min-height: 285px} .u-section-2 .u-container-layout-3 {padding: 30px} .u-section-2 .u-image-3 {height: 225px; margin: 0 auto 0 0} @media (max-width: 1199px){ .u-section-2 .u-sheet-1 {min-height: 427px} .u-section-2 .u-layout-wrap-1 {width: 940px} .u-section-2 .u-layout-cell-1 {min-height: 235px} .u-section-2 .u-image-1 {height: 178px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-2 {min-height: 235px} .u-section-2 .u-image-2 {height: 178px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-3 {min-height: 235px} .u-section-2 .u-image-3 {height: 178px; margin-right: initial; margin-left: initial} } @media (max-width: 991px){ .u-section-2 .u-sheet-1 {min-height: 292px} .u-section-2 .u-text-1 {width: 720px} .u-section-2 .u-layout-wrap-1 {width: 720px} .u-section-2 .u-layout-cell-1 {min-height: 100px} .u-section-2 .u-image-1 {height: 126px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-2 {min-height: 100px} .u-section-2 .u-image-2 {height: 126px; margin-right: initial; margin-left: initial} .u-section-2 .u-layout-cell-3 {min-height: 100px} .u-section-2 .u-image-3 {height: 126px; margin-right: initial; margin-left: initial} } @media (max-width: 767px){ .u-section-2 .u-sheet-1 {min-height: 392px} .u-section-2 .u-text-1 {width: 540px} .u-section-2 .u-layout-wrap-1 {width: 540px} .u-section-2 .u-container-layout-1 {padding-left: 10px; padding-right: 10px} .u-section-2 .u-image-1 {height: 364px; margin-right: initial; margin-left: initial} .u-section-2 .u-container-layout-2 {padding-left: 10px; padding-right: 10px} .u-section-2 .u-image-2 {height: 364px; margin-right: initial; margin-left: initial} .u-section-2 .u-container-layout-3 {padding-left: 10px; padding-right: 10px} .u-section-2 .u-image-3 {height: 364px; margin-right: initial; margin-left: initial} } @media (max-width: 575px){ .u-section-2 .u-text-1 {width: 340px} .u-section-2 .u-layout-wrap-1 {width: 340px} .u-section-2 .u-image-1 {height: 224px; margin-right: initial; margin-left: initial} .u-section-2 .u-image-2 {height: 224px; margin-right: initial; margin-left: initial} .u-section-2 .u-image-3 {height: 224px; margin-right: initial; margin-left: initial} }.u-section-3 {background-image: none} .u-section-3 .u-sheet-1 {min-height: 349px} .u-section-3 .u-layout-wrap-1 {width: 930px; margin: 60px auto 60px 73px} .u-section-3 .u-layout-cell-1 {min-height: 483px} .u-section-3 .u-container-layout-1 {padding: 30px} .u-section-3 .u-group-1 {width: 372px; min-height: 397px; height: auto; margin: 20px 37px 0 0} .u-section-3 .u-container-layout-2 {padding: 0 5px 0 0} .u-section-3 .u-image-1 {width: 335px; height: 335px; margin: 0 auto 0 19px} .u-section-3 .u-btn-1 {font-size: 0.875rem; margin: 14px auto 0 124px} .u-section-3 .u-layout-cell-2 {min-height: 483px} .u-section-3 .u-container-layout-3 {padding: 30px} .u-section-3 .u-text-1 {margin: 93px 76px 0 100px} .u-section-3 .u-text-2 {font-weight: 700; margin: 20px 84px 0 100px} .u-section-3 .u-text-3 {font-weight: 700; margin: 20px 84px 0 100px} .u-section-3 .u-text-4 {font-weight: 700; margin: 20px 84px 0 100px} @media (max-width: 1199px){ .u-section-3 .u-sheet-1 {min-height: 26px} .u-section-3 .u-layout-wrap-1 {margin-left: 11px} .u-section-3 .u-layout-cell-1 {min-height: 420px} .u-section-3 .u-group-1 {width: 375px; margin-right: 3px} .u-section-3 .u-image-1 {width: 315px; height: 315px; background-position: 50% 50%} .u-section-3 .u-btn-1 {margin-left: auto} .u-section-3 .u-layout-cell-2 {min-height: 346px} .u-section-3 .u-text-1 {width: auto; margin-top: 91px; margin-right: 158px; margin-left: 66px} .u-section-3 .u-text-2 {margin-top: 22px; margin-right: 112px; margin-left: 66px} .u-section-3 .u-text-3 {margin-right: 112px; margin-left: 66px} .u-section-3 .u-text-4 {margin-right: 112px; margin-left: 66px} } @media (max-width: 991px){ .u-section-3 .u-layout-wrap-1 {width: 720px; margin-left: 0} .u-section-3 .u-layout-cell-1 {min-height: 100px} .u-section-3 .u-group-1 {width: 273px; margin-right: 0} .u-section-3 .u-image-1 {width: 213px; height: 213px; margin-left: auto} .u-section-3 .u-btn-1 {margin-left: 72px} .u-section-3 .u-layout-cell-2 {min-height: 100px} .u-section-3 .u-text-1 {margin-top: 90px; margin-right: 100px; margin-left: 7px} .u-section-3 .u-text-2 {width: auto; margin-top: 15px; margin-right: 53px; margin-left: 7px} .u-section-3 .u-text-3 {width: auto; margin-right: 53px; margin-left: 7px} .u-section-3 .u-text-4 {width: auto; margin-right: 53px; margin-left: 7px} } @media (max-width: 767px){ .u-section-3 .u-layout-wrap-1 {width: 540px} .u-section-3 .u-container-layout-1 {padding-left: 10px; padding-right: 10px} .u-section-3 .u-group-1 {width: 514px; min-height: 296px; margin-right: 247px} .u-section-3 .u-container-layout-2 {padding-right: 0} .u-section-3 .u-btn-1 {margin-left: auto} .u-section-3 .u-container-layout-3 {padding-left: 10px; padding-right: 10px} .u-section-3 .u-text-1 {width: 413px; margin-top: 0; margin-left: auto; margin-right: auto} .u-section-3 .u-text-2 {width: 305px; margin-left: auto; margin-right: auto} .u-section-3 .u-text-3 {width: 243px; margin-left: auto; margin-right: auto} .u-section-3 .u-text-4 {width: 261px; margin-left: auto; margin-right: auto} } @media (max-width: 575px){ .u-section-3 .u-layout-wrap-1 {margin-right: initial; margin-left: initial; width: auto} .u-section-3 .u-layout-cell-1 {min-height: 368px} .u-section-3 .u-group-1 {min-height: 332px; margin-top: -30px; margin-right: initial; margin-left: initial; width: auto} .u-section-3 .u-btn-1 {margin-top: 57px; margin-left: 98px} .u-section-3 .u-layout-cell-2 {min-height: 356px} .u-section-3 .u-text-1 {width: 129px; margin-top: 5px} .u-section-3 .u-text-2 {margin-top: 25px} }.u-section-4 {min-height: 500px} .u-section-4 .u-group-1 {width: 1334px; min-height: 500px; height: auto; margin: 0 auto 0 calc(((100% - 1140px) / 2) + -104px)} .u-section-4 .u-container-layout-1 {padding: 30px} .u-section-4 .u-video-1 {width: 1130px; height: 440px; margin: 0 67px 0 auto} @media (max-width: 1199px){ .u-section-4 .u-group-1 {width: 940px; margin-left: calc(((100% - 940px) / 2))} .u-section-4 .u-video-1 {width: 880px; margin-right: 0} } @media (max-width: 991px){ .u-section-4 .u-group-1 {width: 720px; margin-left: calc(((100% - 720px) / 2))} .u-section-4 .u-video-1 {width: 660px} } @media (max-width: 767px){ .u-section-4 .u-group-1 {width: 540px; margin-left: calc(((100% - 540px) / 2))} .u-section-4 .u-container-layout-1 {padding-left: 10px; padding-right: 10px} .u-section-4 .u-video-1 {width: 520px} } @media (max-width: 575px){ .u-section-4 .u-group-1 {width: 340px; margin-left: calc(((100% - 340px) / 2))} .u-section-4 .u-video-1 {width: 320px} }
0.313
0.094093
.login__layoutWrap { height: 100vh; width: 100%; display: flex; } .login__columnLeft { width: 50%; background-color: var(--blue); color: var(--white); position: relative; overflow: hidden; } .login__contentColumnLeft { position: absolute; width:420px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; } .login__coverColumnLeft{ width: 1600px; position: absolute; top: -380px; right: -700px; } .login__contentColumnLeft h3 { font-size: 1.1em; display: inline-flex; } .login__contentColumnLeft h3 > svg { width: 30px; margin-right: 12px; } .login__contentColumnLeft h3:nth-child(1) { margin-bottom: 35px; } .login__contentColumnLeft h3:nth-child(2) { margin-bottom: 35px; } .login__columnRight { position: relative; width: 50%; } .login__form { width: 100%; display: flex; align-items: center; justify-content: center; padding-top: 20px; } .login_userBox, .login_passwordBox { width: 30%; height: 45px; margin-right: 10px; position: relative; } .login_passwordBox span { width: 190px; font-size: .9em; position: absolute; bottom: -25px; left: 0; color: var(--greyDark); } .login_userBox input, .login_passwordBox input { width: 100%; height: 45px; border: none; border: 1.4px solid var(--greyLight); border-radius: 3px; padding: 0 10px; } .login_passwordBox input { flex-shrink: 0; } .login__form button { height: 45px; padding: 0 10px; border: 1.4px solid var(--blue); background-color: var(--white); color: var(--blue); border-radius: 30px; font-weight: bold; } .login__contentColumnRight{ width: 350px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .login__contentColumnRight h2 { font-size: 1.6em; margin-bottom: 40px; } .login__contentColumnRight h3 { font-size: 1em; margin-bottom: 20px; } .login__contentColumnRight button { display: block; height: 35px; width: 100%; border:none; margin-bottom: 20px; border-radius: 20px; font-weight: bold; cursor: pointer; } .login__contentColumnRight button:nth-of-type(1) { background-color: var(--blue); color: var(--white); } .login__contentColumnRight button:nth-of-type(2) { background-color: var(--white); color: var(--blue); border: 1px solid var(--blue); } @media only screen and (max-height: 660px) { .login__form { display: none; } .login__columnRight { display: flex; align-items: center; justify-content: center; } .login__contentColumnRight { position: initial; top: 0; left: 0; transform: none; } } @media screen and (max-width: 1024px) { .login__form { display: none; } } @media screen and (max-width: 920px) { .login__contentColumnLeft { width: 100%; padding: 0 20px; } } @media screen and (max-width: 800px) { .login__layoutWrap { height: auto; flex-direction: column; } .login__columnLeft { height: 300px; width: 100%; order: 2; } .login__columnRight { display: block; width: 100%; order: 1; } .login__contentColumnRight { position: relative; transform: none; left: 0; right: 0; margin: 0 auto; } .login__contentColumnLeft { width: 80%; } } @media screen and (max-width: 375px) { .login__contentColumnRight { width: 100%; padding: 0 10px; } .login__contentColumnRight h2 { font-size: 1.4em; } }
src/styles/login.css
.login__layoutWrap { height: 100vh; width: 100%; display: flex; } .login__columnLeft { width: 50%; background-color: var(--blue); color: var(--white); position: relative; overflow: hidden; } .login__contentColumnLeft { position: absolute; width:420px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; } .login__coverColumnLeft{ width: 1600px; position: absolute; top: -380px; right: -700px; } .login__contentColumnLeft h3 { font-size: 1.1em; display: inline-flex; } .login__contentColumnLeft h3 > svg { width: 30px; margin-right: 12px; } .login__contentColumnLeft h3:nth-child(1) { margin-bottom: 35px; } .login__contentColumnLeft h3:nth-child(2) { margin-bottom: 35px; } .login__columnRight { position: relative; width: 50%; } .login__form { width: 100%; display: flex; align-items: center; justify-content: center; padding-top: 20px; } .login_userBox, .login_passwordBox { width: 30%; height: 45px; margin-right: 10px; position: relative; } .login_passwordBox span { width: 190px; font-size: .9em; position: absolute; bottom: -25px; left: 0; color: var(--greyDark); } .login_userBox input, .login_passwordBox input { width: 100%; height: 45px; border: none; border: 1.4px solid var(--greyLight); border-radius: 3px; padding: 0 10px; } .login_passwordBox input { flex-shrink: 0; } .login__form button { height: 45px; padding: 0 10px; border: 1.4px solid var(--blue); background-color: var(--white); color: var(--blue); border-radius: 30px; font-weight: bold; } .login__contentColumnRight{ width: 350px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .login__contentColumnRight h2 { font-size: 1.6em; margin-bottom: 40px; } .login__contentColumnRight h3 { font-size: 1em; margin-bottom: 20px; } .login__contentColumnRight button { display: block; height: 35px; width: 100%; border:none; margin-bottom: 20px; border-radius: 20px; font-weight: bold; cursor: pointer; } .login__contentColumnRight button:nth-of-type(1) { background-color: var(--blue); color: var(--white); } .login__contentColumnRight button:nth-of-type(2) { background-color: var(--white); color: var(--blue); border: 1px solid var(--blue); } @media only screen and (max-height: 660px) { .login__form { display: none; } .login__columnRight { display: flex; align-items: center; justify-content: center; } .login__contentColumnRight { position: initial; top: 0; left: 0; transform: none; } } @media screen and (max-width: 1024px) { .login__form { display: none; } } @media screen and (max-width: 920px) { .login__contentColumnLeft { width: 100%; padding: 0 20px; } } @media screen and (max-width: 800px) { .login__layoutWrap { height: auto; flex-direction: column; } .login__columnLeft { height: 300px; width: 100%; order: 2; } .login__columnRight { display: block; width: 100%; order: 1; } .login__contentColumnRight { position: relative; transform: none; left: 0; right: 0; margin: 0 auto; } .login__contentColumnLeft { width: 80%; } } @media screen and (max-width: 375px) { .login__contentColumnRight { width: 100%; padding: 0 10px; } .login__contentColumnRight h2 { font-size: 1.4em; } }
0.412885
0.068537
.section-header { margin-bottom: 40px; position: relative; z-index: 11; } .section-header .brand-logo { padding-left: 50px; font-size: 20px; text-align: left; width: 100%; } .header-icon-reload { position: absolute; top: 13px; left: 15px; cursor: pointer; opacity: .3; transform: rotate(30deg) scale(.8) scaleX(-1); transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } .header-icon-reload:hover { opacity: 1; } .upload { width: 350px; height: 230px; margin: 0 auto; border: 2px dashed #ccc; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; behavior: url(PIE.htc); } .upload__container { position: relative; top: 50%; transform: translateY(-50%); } .upload__title { display: block; text-align: center; font-size: 20px; } .upload__choice { text-align: center; } .upload__choice .btn { position: relative; width: 180px; cursor: pointer; } .upload__hint { display: block; text-align: center; margin-top: 10px; color: #ccc; } .upload .icon { margin: -3px 10px 0px 0px; display: inline-block; vertical-align: middle; } .result { margin: 0 auto; margin-bottom: 30px; width: 500px; height: 300px; border: 2px dashed #ccc; padding: 20px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(PIE.htc); position: relative; background: white; overflow: hidden; z-index: 10; animation: .9s animateResult ease-in-out forwards; } .result__title { font-size: 16px; color: #ccc; } .result__code { text-align: left; overflow: auto; width: 100%; max-height: 230px; font-size: 10px; margin-top: 12px; white-space: nowrap; white-space: pre; } @keyframes animateResult { 0% { top: -600px; } 100% { top: 20px; } } .options { max-width: 400px; margin: 0 auto; } .previews { text-align: center; padding: 0px 20px; -webkit-animation: .5s animatePreviews ease-in-out forwards; } .previews .preview { cursor: pointer; width: 20px; height: 20px; display: inline-block; margin: 10px; border: 1px solid #ccc; position: relative; } .previews .preview--blocked { opacity: 1; } .previews .preview--blocked:after { content: "X"; position: absolute; color: black; font-weight: 900; left: 0; top: 0; width: 100%; text-align: center; line-height: 20px; } .previews .preview:hover .preview__default-color { display: block; } .previews .preview__default-color { width: 18px; height: 3px; position: absolute; top: -8px; left: 0px; display: none; } @-webkit-keyframes animatePreviews { 0% { opacity: 0; } 100% { opacity: 1; } } .buttons { text-align: center; } .save-button, .open-button { display: inline-block; margin: 10px 6px; text-align: center; -webkit-animation: .5s animateSaveButton ease-in-out forwards; } .file-path { position: absolute; margin-left: 15px; font-size: 14px; color: #ccc; padding-top: 5px; -webkit-animation: 1.5s animateFilePath ease-in-out forwards; } @-webkit-keyframes animateFilePath { 0% { transform: translateY(5px); opacity: 0; } 50% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(0px); opacity: 0; } } @-webkit-keyframes animateSaveButton { 0% { transform: translateY(30px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } /*# sourceMappingURL=styles.css.map */
css/styles.css
.section-header { margin-bottom: 40px; position: relative; z-index: 11; } .section-header .brand-logo { padding-left: 50px; font-size: 20px; text-align: left; width: 100%; } .header-icon-reload { position: absolute; top: 13px; left: 15px; cursor: pointer; opacity: .3; transform: rotate(30deg) scale(.8) scaleX(-1); transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; } .header-icon-reload:hover { opacity: 1; } .upload { width: 350px; height: 230px; margin: 0 auto; border: 2px dashed #ccc; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; behavior: url(PIE.htc); } .upload__container { position: relative; top: 50%; transform: translateY(-50%); } .upload__title { display: block; text-align: center; font-size: 20px; } .upload__choice { text-align: center; } .upload__choice .btn { position: relative; width: 180px; cursor: pointer; } .upload__hint { display: block; text-align: center; margin-top: 10px; color: #ccc; } .upload .icon { margin: -3px 10px 0px 0px; display: inline-block; vertical-align: middle; } .result { margin: 0 auto; margin-bottom: 30px; width: 500px; height: 300px; border: 2px dashed #ccc; padding: 20px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(PIE.htc); position: relative; background: white; overflow: hidden; z-index: 10; animation: .9s animateResult ease-in-out forwards; } .result__title { font-size: 16px; color: #ccc; } .result__code { text-align: left; overflow: auto; width: 100%; max-height: 230px; font-size: 10px; margin-top: 12px; white-space: nowrap; white-space: pre; } @keyframes animateResult { 0% { top: -600px; } 100% { top: 20px; } } .options { max-width: 400px; margin: 0 auto; } .previews { text-align: center; padding: 0px 20px; -webkit-animation: .5s animatePreviews ease-in-out forwards; } .previews .preview { cursor: pointer; width: 20px; height: 20px; display: inline-block; margin: 10px; border: 1px solid #ccc; position: relative; } .previews .preview--blocked { opacity: 1; } .previews .preview--blocked:after { content: "X"; position: absolute; color: black; font-weight: 900; left: 0; top: 0; width: 100%; text-align: center; line-height: 20px; } .previews .preview:hover .preview__default-color { display: block; } .previews .preview__default-color { width: 18px; height: 3px; position: absolute; top: -8px; left: 0px; display: none; } @-webkit-keyframes animatePreviews { 0% { opacity: 0; } 100% { opacity: 1; } } .buttons { text-align: center; } .save-button, .open-button { display: inline-block; margin: 10px 6px; text-align: center; -webkit-animation: .5s animateSaveButton ease-in-out forwards; } .file-path { position: absolute; margin-left: 15px; font-size: 14px; color: #ccc; padding-top: 5px; -webkit-animation: 1.5s animateFilePath ease-in-out forwards; } @-webkit-keyframes animateFilePath { 0% { transform: translateY(5px); opacity: 0; } 50% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(0px); opacity: 0; } } @-webkit-keyframes animateSaveButton { 0% { transform: translateY(30px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } } /*# sourceMappingURL=styles.css.map */
0.427277
0.065247
@-moz-document url-prefix("https://www.w3schools.com/") { .w3-border-green, .w3-hover-border-green:hover { border-color: #3003d2!important; } .w3schools-logo .dotcom { color: #514caf; } .w3-green, .w3-hover-green { color: #fff!important; background-color: #2c09ab!important; } .w3-white, .w3-hover-white:hover { color: #000 !important; background-color: #4e8fbb !important; } .w3-theme { color: #fff !important; background-color: #514caf !important; } .w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover { color: #fff!important; background-color: rgba(81, 76, 175, 0.65)!important; } .w3-main, #main { transition: margin-left .4s; background-color: #3885d0; } .w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover { color: #000!important; background-color: #3b99bb!important; } .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus { border-color: #13c513; background-color: #13c513; background-image: none; filter: none; } .w3-example { background-color: #3b99bb!important; padding: 0.01em 16px; margin: 20px 0; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important; } .topnav { position: relative; z-index: 2; font-size: 17px; background-color: #514caf !important; color: #f1f1f1; width: 100%; padding: 0; letter-spacing: 1px; font-family: "Segoe UI",Arial,sans-serif; } .topnav .w3-bar a.active { background-color: #231ba9; color: #ffffff; } .w3-code { width: auto; background-color: #1f82d2; padding: 8px 12px; border-left: 4px solid #1f82d2; word-wrap: break-word; } h2 { color: white; } .top { position: relative; background-color: #4e8fbb !important; height: 68px; padding-top: 20px; line-height: 50px; overflow: hidden; z-index: 2; } .w3-right.w3-hide-small.w3-wide.toptext { color: white; } .goog-te-gadget-simple { background-color: #514caf; border-left: 1px solid #514caf; border-top: 1px solid #514caf; border-bottom: 1px solid #514caf; border-right: 1px solid #514caf; font-size: 10pt; display: inline-block; padding-top: 1px; padding-bottom: 2px; cursor: pointer; zoom: 1; display: inline; } .goog-te-gadget-simple .goog-te-menu-value { color: #fff; } .w3-green, .w3-hover-green { color: #fff!important; background-color: #0d2882!important; } div#google_translate_element { background-color: rgb(81, 76, 175); } #sidenav a.active { background-color: #231ba9; color: #ffffff; } .nextprev a.w3-right, .nextprev a.w3-left { background-color: rgba(81, 76, 175, 0.65)!important; color: #ffffff; border-color: rgba(81, 76, 175, 0.65)!important; } .w3-info { background-color: #b4c8ff; border-left: 6px solid #231ba9; } .w3-btn, .w3-btn:link, .w3-btn:visited { color: #FFFFFF; background-color: #514caf; } a:hover, a:active { color: #514caf; } #w3-exerciseform { background-color: #514caf; padding: 16px; color: #ffffff; } #w3-exerciseform .exercisewindow { background-color: #aec8ff; padding: 16px; color: #000000; } .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus { border-color: #495fbb; background-color: #495fbb; background-image: none; filter: none; } } @-moz-document url-prefix("https://www.w3schools.com/") { /*********************************/ /* */ /* Editor */ /* */ /* HTML, CSS, JS, PHP, BOOTSTRAP */ /* Python & More */ /* */ /*********************************/ div#tryitLeaderboard { background-color: #4E8FBB; margin-top: 10px; } .trytopnav { background-color: #514CAF; color: white; } .trytopnav a { color: white; } #container { background-color: #514caf; width: 100%; overflow: auto; position: absolute; top: 138px; bottom: 0; height: auto; } .w3-green, .w3-hover-green { color: #fff!important; background-color: black!important; } .w3-green, .w3-hover-green:hover { color: #fff!important; background-color: black!important; } .CodeMirror { position: relative; overflow: hidden; background: #1F82D2; } #iframeResult, #iframeSource { background-color: #1F82D2; height: 100%; width: 100%; } #textareaCode { background-color: #1F82D2; font-family: consolas,"courier new",monospace; font-size: 15px; height: 100%; width: 100%; padding: 8px; resize: none; border: none; line-height: normal; overflow: auto; word-wrap: break-word; } }
data/usercss/173776.user.css
@-moz-document url-prefix("https://www.w3schools.com/") { .w3-border-green, .w3-hover-border-green:hover { border-color: #3003d2!important; } .w3schools-logo .dotcom { color: #514caf; } .w3-green, .w3-hover-green { color: #fff!important; background-color: #2c09ab!important; } .w3-white, .w3-hover-white:hover { color: #000 !important; background-color: #4e8fbb !important; } .w3-theme { color: #fff !important; background-color: #514caf !important; } .w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover { color: #fff!important; background-color: rgba(81, 76, 175, 0.65)!important; } .w3-main, #main { transition: margin-left .4s; background-color: #3885d0; } .w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover { color: #000!important; background-color: #3b99bb!important; } .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus { border-color: #13c513; background-color: #13c513; background-image: none; filter: none; } .w3-example { background-color: #3b99bb!important; padding: 0.01em 16px; margin: 20px 0; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important; } .topnav { position: relative; z-index: 2; font-size: 17px; background-color: #514caf !important; color: #f1f1f1; width: 100%; padding: 0; letter-spacing: 1px; font-family: "Segoe UI",Arial,sans-serif; } .topnav .w3-bar a.active { background-color: #231ba9; color: #ffffff; } .w3-code { width: auto; background-color: #1f82d2; padding: 8px 12px; border-left: 4px solid #1f82d2; word-wrap: break-word; } h2 { color: white; } .top { position: relative; background-color: #4e8fbb !important; height: 68px; padding-top: 20px; line-height: 50px; overflow: hidden; z-index: 2; } .w3-right.w3-hide-small.w3-wide.toptext { color: white; } .goog-te-gadget-simple { background-color: #514caf; border-left: 1px solid #514caf; border-top: 1px solid #514caf; border-bottom: 1px solid #514caf; border-right: 1px solid #514caf; font-size: 10pt; display: inline-block; padding-top: 1px; padding-bottom: 2px; cursor: pointer; zoom: 1; display: inline; } .goog-te-gadget-simple .goog-te-menu-value { color: #fff; } .w3-green, .w3-hover-green { color: #fff!important; background-color: #0d2882!important; } div#google_translate_element { background-color: rgb(81, 76, 175); } #sidenav a.active { background-color: #231ba9; color: #ffffff; } .nextprev a.w3-right, .nextprev a.w3-left { background-color: rgba(81, 76, 175, 0.65)!important; color: #ffffff; border-color: rgba(81, 76, 175, 0.65)!important; } .w3-info { background-color: #b4c8ff; border-left: 6px solid #231ba9; } .w3-btn, .w3-btn:link, .w3-btn:visited { color: #FFFFFF; background-color: #514caf; } a:hover, a:active { color: #514caf; } #w3-exerciseform { background-color: #514caf; padding: 16px; color: #ffffff; } #w3-exerciseform .exercisewindow { background-color: #aec8ff; padding: 16px; color: #000000; } .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus { border-color: #495fbb; background-color: #495fbb; background-image: none; filter: none; } } @-moz-document url-prefix("https://www.w3schools.com/") { /*********************************/ /* */ /* Editor */ /* */ /* HTML, CSS, JS, PHP, BOOTSTRAP */ /* Python & More */ /* */ /*********************************/ div#tryitLeaderboard { background-color: #4E8FBB; margin-top: 10px; } .trytopnav { background-color: #514CAF; color: white; } .trytopnav a { color: white; } #container { background-color: #514caf; width: 100%; overflow: auto; position: absolute; top: 138px; bottom: 0; height: auto; } .w3-green, .w3-hover-green { color: #fff!important; background-color: black!important; } .w3-green, .w3-hover-green:hover { color: #fff!important; background-color: black!important; } .CodeMirror { position: relative; overflow: hidden; background: #1F82D2; } #iframeResult, #iframeSource { background-color: #1F82D2; height: 100%; width: 100%; } #textareaCode { background-color: #1F82D2; font-family: consolas,"courier new",monospace; font-size: 15px; height: 100%; width: 100%; padding: 8px; resize: none; border: none; line-height: normal; overflow: auto; word-wrap: break-word; } }
0.316581
0.067608
@charset "utf-8"; html { font-size: 1rem; } body, body.modal-open { padding-right: 0!important } body { background-color: #fffcf3!important; width: 100%; min-height: 100%; margin: 0 } a { text-decoration: none!important } .m50 { margin-top: 50px } .bs-slider { overflow: hidden; max-height: 700px; position: relative; background: #000 } .bs-slider:hover { cursor: -moz-grab; cursor: -webkit-grab } .bs-slider:active { cursor: -moz-grabbing; cursor: -webkit-grabbing } .bs-slider .bs-slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100% } .bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img { margin: auto; width: 100%!important } .fade1 .item, .fade1 .item.active { opacity: 0; -webkit-transition: opacity ease-in-out 2s; -moz-transition: opacity ease-in-out 2s; -ms-transition: opacity ease-in-out 2s; -o-transition: opacity ease-in-out 2s; transition: opacity ease-in-out 2s } .fade1, .fade1 .item.active { opacity: 1 } .control-round .carousel-control { top: 47%; opacity: 0; width: 45px; height: 45px; color: #fff; display: block; font-size: 24px; cursor: pointer; overflow: hidden; line-height: 47px; text-shadow: none; position: absolute; font-weight: 400; background: 0 0; -webkit-border-radius: 100px; border-radius: 100px } .control-round:hover .carousel-control, .img-box { opacity: 1 } .control-round .carousel-control.left { left: 1% } .control-round .carousel-control.right { right: 1% } .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover { color: #fdfdfd; background: rgba(0, 0, 0, .5); border: 0 transparent } .control-round .carousel-control.left>span:nth-child(1) { left: 45% } .control-round .carousel-control.right>span:nth-child(1) { right: 45% } .indicators-line>.carousel-indicators { right: 45%; bottom: 3%; left: auto; width: 90%; height: 20px; font-size: 0; overflow-x: auto; text-align: right; overflow-y: hidden; padding-left: 10px; padding-right: 10px; padding-top: 1px; white-space: nowrap; display: none } .indicators-line>.carousel-indicators li { padding: 0; width: 15px; height: 15px; border: 1px solid #9e9e9e; text-indent: 0; overflow: hidden; text-align: left; position: relative; letter-spacing: 1px; background: #9e9e9e; -webkit-font-smoothing: antialiased; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 5px; -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99); transition: all .5s cubic-bezier(.22, .81, .01, .99); z-index: 10; cursor: pointer } .indicators-line>.carousel-indicators li:last-child { margin-right: 0 } .indicators-line>.carousel-indicators .active, .indicators-line>.carousel-indicators .active:before { -webkit-transition: background-color .3s ease; -moz-transition: background-color .3s ease; -o-transition: background-color .3s ease; transition: background-color .3s ease } .indicators-line>.carousel-indicators .active { margin: 1px 5px 1px 1px; box-shadow: 0 0 0 2px #fff; background-color: transparent; position: relative } .indicators-line>.carousel-indicators .active:before { transform: scale(.5); background-color: #fff; content: ""; position: absolute; left: -1px; top: -1px; width: 15px; height: 15px; border-radius: 50% } .slide_style_left { text-align: center!important } .slide_style_right { text-align: right!important } .slide_style_center { text-align: center!important } .slide-text { left: 0; top: 30%; right: 0; margin: auto; position: absolute; text-align: left; padding: 10px 85px } .slide-text>h1 { padding: 0; color: #fff; font-size: 50px; font-style: normal; margin-bottom: 10px; letter-spacing: 1px; display: inline-block; -webkit-animation-delay: .7s; animation-delay: .7s } .slide-text>p, .slide-text>span { padding: 0; color: #fff; font-size: 30px; line-height: 24px; margin-bottom: 10px; -webkit-animation-delay: 1.1s; animation-delay: 1.1s } .slide-text>span { font-size: 16px; display: block } .slide-text>a.btn-default, .slide-text>a.btn-primary { font-weight: 400; font-size: 13px; line-height: 15px; text-align: center; padding: 17px 30px; white-space: nowrap; letter-spacing: 1px; display: inline-block; text-transform: uppercase; border: 0; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background .3s ease-in-out, color .3s ease-in-out; transition: background .3s ease-in-out, color .3s ease-in-out } .generic-button, .read-more-btn-onslider { font-size: 12px; text-transform: uppercase; font-weight: 700; position: relative; font-family: Montserrat, sans-serif; line-height: 20px; z-index: 0; padding: 6px 12px } .slide-text>a.btn-default { margin-right: 10px; color: #000 } .slide-text>a.btn-primary { color: #fff; cursor: pointer; margin-left: 10px; background: #00bfff; text-decoration: none } .slide-text>a:active, .slide-text>a:hover { color: #fff; background: #222; -webkit-transition: background .5s ease-in-out, color .5s ease-in-out; transition: background .5s ease-in-out, color .5s ease-in-out } .generic-button, .img-box, .img-box img, .listing-box, .news-img-box img, .read-more-btn-onslider, .welcome-bg-right-box1 { transition: all .5s ease } .read-more-btn-onslider { border: 0; border-radius: 3px } .one { background: #ff503f; color: #fff; border: 2px solid #ff503f; margin: 0 5px } .two { background: #fff; color: #222; border: 2px solid #fff } .generic-button { background: 0 0; border-radius: 3px; border: 2px solid #ff503f; color: #ff503f } .cart-btn, .generic-button:hover { background-color: #ff503f; border: 2px solid #ff503f; color: #fff } .cart-btn { border: 0; margin-top: 8px } .cart-btn:active, .cart-btn:focus, .cart-btn:hover, .cart-btn:visited { background-color: #ff503f } .carousel-control.left, .carousel-control.right { background-image: linear-gradient(to right, transparent 0, transparent 100%)!important } .carousel-control.left:hover, .carousel-control.right:hover { background: 0 0!important; color: #ff503f!important } @media (max-width:991px) { .slide-text h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px } .slide-text>p { font-size: 18px } } @media (max-width:768px) { .slide-text { padding: 10px 50px } .slide-text h1 { font-size: 30px; line-height: 40px; margin-bottom: 10px } .slide-text>p { font-size: 14px; line-height: 20px; margin-bottom: 20px } .control-round .carousel-control { display: none } } @media (max-width:480px) { .slide-text { padding: 10px 30px } .slide-text h1 { font-size: 20px; line-height: 25px; margin-bottom: 5px } .slide-text>p { font-size: 12px; line-height: 18px; margin-bottom: 10px } .slide-text>a.btn-default, .slide-text>a.btn-primary { font-size: 10px; line-height: 10px; margin-right: 10px; text-align: center; padding: 10px 15px } .indicators-line>.carousel-indicators { display: none } } .welcome-bg-left { background: url(../images/welcome-bg.png) no-repeat; padding: 172px 30px 0; color: #fff; background-size: 100% 100% } .welcome-bg-left h1 { font-size: 33px; color: #fff } .welcome-bg-left h1 span { display: block; font-size: 20px; font-weight: 400; color: #fff } .welcome-bg-right-box1 { text-align: center; margin-bottom: 20px; padding: 40px 20px; border-radius: 3px; background: url(../images/control.png) center 20% no-repeat } .welcome-bg-right-box1:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/control-hover.png) center 20% no-repeat } .welcome-bg-right-box1 h2, .welcome-bg-right-box2 h2, .welcome-bg-right-box3 h2, .welcome-bg-right-box4 h2 { font-size: 16px; margin-top: 80px; font-weight: 900 } .welcome-bg-right-box1 p { margin: 0 } .welcome-bg-right-box2 { background: url(../images/talent.png) center 20% no-repeat } .welcome-bg-right-box2:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/talent-hover.png) center 20% no-repeat } .welcome-bg-right-box2, .welcome-bg-right-box3, .welcome-bg-right-box4 { text-align: center; margin-bottom: 20px; padding: 40px 20px; border-radius: 3px; transition: all .5s ease } .welcome-bg-right-box3 { background: url(../images/stardom.png) center 20% no-repeat } .welcome-bg-right-box3:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/stardom-hover.png) center 20% no-repeat } .welcome-bg-right-box4 { background: url(../images/rewarded.png) center 20% no-repeat } .welcome-bg-right-box4:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/rewarded-hover.png) center 20% no-repeat } .explore-bg { background-color: #151829; padding: 55px 0 } .img-box { width: 90%; display: block; margin: auto } .img-box img { width: 100% } .img-box :hover, .news-img-box img:hover { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); opacity: .3 } .explorettl { text-align: center; margin-bottom: 30px } .explorettl h2 { color: #fff } .explorettl h1 { font-size: 35px; color: #fff; margin: 0 0 10px } .explorettl p { width: 45%; margin: 0 auto; color: #878484 } .listing-box:hover { box-shadow: -1px 3px 28px -9px #000 } .listing-box .listingttl { background-color: #151829; padding: 10px 13px } .listing-box .listingttl h2 { font-size: 18px; font-weight: 400; color: #606168; margin: 10px 0 } .listing-box:hover .listingttl h2 { color: #c83e30 } .listing-box .listingttl p { color: #878484; font-size: 12px } .listing-box:hover .listingttl p { color: #c1c1c1 } .get-started-box, .listing-box { margin-bottom: 20px } .get-started-left h1 { margin: 0 0 40px } .get-started-content-right h2 { margin: 0 0 20px; font-size: 20px } .get-started-content-right a { font-size: 15px; font-weight: 700; color: #ed1f24; text-decoration: none } .about-bg { background: url(../images/about-bg.jpg) left top no-repeat; height: 350px; padding: 60px 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover } .about-content, .latest-news-ttl, .news-img-box { text-align: center } .about-content h1 { color: #fff; font-size: 35px } .about-content p { color: #fff; font-size: 15px } .latest-news-ttl h1 { margin: 0 0 30px } .news-img-box { width: 90%; margin-bottom: 10px; height: 200px; vertical-align: middle } .news-img-box img { opacity: 1; max-width: 100%; max-height: 100% } #page-content-wrapper, #sidebar-wrapper, #wrapper { transition: all .4s ease 0s } .news-img-box img:hover { opacity: .4 } .news-content h2 { margin: 10px 0 5px; font-size: 16px; color: #ff503f; font-weight: 700 } .news-content p { font-size: 20px; font-weight: 700; margin: 10px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .get-started-right img { width: 93%; height: 536px } .blur-cls { filter: blur(1.5px); -webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); background-color: #ccc; opacity: .5; pointer-events: none } .btn-danger { color: #fff; background-color: #ff503f!important; border-color: #ff503f!important } .social-icon i:hover { color: #ff503f } #backBtn, #myBtn { display: none; position: fixed; bottom: 20px; right: 65px; z-index: 99; border: 0; outline: 0; background-color: #ff503f; color: #fff; cursor: pointer; padding: 6px 9px; border-radius: 50% } #backBtn { display: block; right: -5px; padding: 6px 11px } .go-back-btn { margin-right: 35px } #wrapper { padding-left: 250px } #sidebar-wrapper { margin-left: -250px; left: 250px; width: 250px; background: #151829; position: absolute; height: 100%; z-index: 1035 } #wrapper.active { padding-left: 0 } #wrapper.active #sidebar-wrapper { left: 250 } #page-content-wrapper { width: 100%; padding-top: 70px } .sidebar-nav.knowledge { position: relative; width: auto; } .sidebar-nav li a { color: #999; display: block; text-decoration: none; padding-left: 60px } .sidebar-nav li a span:before { position: absolute; left: 0; color: #41484c; text-align: center; width: 20px; line-height: 18px } .sidebar-nav li a:hover, .sidebar-nav li.active { color: #fff; background: rgba(255, 255, 255, .2); text-decoration: none } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none } .sidebar-nav>.sidebar-brand { height: 65px; line-height: 60px; font-size: 18px } .sidebar-nav>.sidebar-brand a { color: #999 } .sidebar-nav>.sidebar-brand a:hover { color: #fff; background: 0 0 } #menu-toggle, .h-previous { color: #fff; text-decoration: none } #menu-toggle { padding-right: 15px; float: left } @media (max-width:767px) { #wrapper { padding-left: 0 } #sidebar-wrapper { left: 0 } #sidebar-wrapper.active { position: absolute; left: 250px; height: 100vh } #wrapper.active #sidebar-wrapper { width: 250px; transition: all .4s ease 0s } #menu-toggle { display: inline-block } } .well-bs { background-color: #fff!important } .h-previous:hover { background-color: #ddd; color: #000 } .h-previous { background-color: #ff503f; float: right; margin-right: 20px; display: inline-block; padding: 2px 10px!important } .h-round { border-radius: 50%!important } .h-cruser { text-align: center } .btn-d { padding: 6px 18px!important; font-size: 11px!important; border-radius: 2px!important } .message-search { width: 100%; box-sizing: border-box; border: 2px solid #ccc; font-size: 15px; background-color: #fff; background-image: url(../images/search-icon-png.png); background-position: 93% 7px; background-repeat: no-repeat; padding: 5px 13px 6px 12px; -webkit-transition: width .4s ease-in-out; transition: width .4s ease-in-out; background-size: 20px } /* pagination */ .pagination { border-radius: 0; padding: 0; margin: 0 } .pagination ul.ngx-pagination { display: inline-block; *display: inline; *zoom: 1; margin-left: 0; margin-bottom: 0; padding: 0; } .pagination .ngx-pagination li { display: inline-flex; margin: 0px; } .pagination .ngx-pagination li.small-screen { display: none; } .pagination .ngx-pagination li a { float: left; padding: 0 18px; line-height: 40px; text-decoration: none !important; border: 1px solid #ddd; border-left-width: 0; background: #fff; border-radius: 0 !important; } .pagination a:hover { background-color: #232323 !important; color: #fff; } pagination-template .ngx-pagination .current, pagination-template .ngx-pagination .pagination-previous.disabled, pagination-template .ngx-pagination .pagination-next.disabled { padding: 0 20px !important; line-height: 40px; text-decoration: none !important; border: 1px solid #ddd; background: #f3f3f3 !important; border-radius: 0 !important; color: #000; } .ngx-pagination .disabled span, .ngx-pagination .disabled a, .ngx-pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; } .ngx-pagination li:first-child a { border-left-width: 1px; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } [_ngcontent-c2]#main-content { background-color: #fff; } app-contact-us #start-your-project { background-color: #fff; }
public/assets/css/global.css
@charset "utf-8"; html { font-size: 1rem; } body, body.modal-open { padding-right: 0!important } body { background-color: #fffcf3!important; width: 100%; min-height: 100%; margin: 0 } a { text-decoration: none!important } .m50 { margin-top: 50px } .bs-slider { overflow: hidden; max-height: 700px; position: relative; background: #000 } .bs-slider:hover { cursor: -moz-grab; cursor: -webkit-grab } .bs-slider:active { cursor: -moz-grabbing; cursor: -webkit-grabbing } .bs-slider .bs-slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100% } .bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img { margin: auto; width: 100%!important } .fade1 .item, .fade1 .item.active { opacity: 0; -webkit-transition: opacity ease-in-out 2s; -moz-transition: opacity ease-in-out 2s; -ms-transition: opacity ease-in-out 2s; -o-transition: opacity ease-in-out 2s; transition: opacity ease-in-out 2s } .fade1, .fade1 .item.active { opacity: 1 } .control-round .carousel-control { top: 47%; opacity: 0; width: 45px; height: 45px; color: #fff; display: block; font-size: 24px; cursor: pointer; overflow: hidden; line-height: 47px; text-shadow: none; position: absolute; font-weight: 400; background: 0 0; -webkit-border-radius: 100px; border-radius: 100px } .control-round:hover .carousel-control, .img-box { opacity: 1 } .control-round .carousel-control.left { left: 1% } .control-round .carousel-control.right { right: 1% } .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover { color: #fdfdfd; background: rgba(0, 0, 0, .5); border: 0 transparent } .control-round .carousel-control.left>span:nth-child(1) { left: 45% } .control-round .carousel-control.right>span:nth-child(1) { right: 45% } .indicators-line>.carousel-indicators { right: 45%; bottom: 3%; left: auto; width: 90%; height: 20px; font-size: 0; overflow-x: auto; text-align: right; overflow-y: hidden; padding-left: 10px; padding-right: 10px; padding-top: 1px; white-space: nowrap; display: none } .indicators-line>.carousel-indicators li { padding: 0; width: 15px; height: 15px; border: 1px solid #9e9e9e; text-indent: 0; overflow: hidden; text-align: left; position: relative; letter-spacing: 1px; background: #9e9e9e; -webkit-font-smoothing: antialiased; -webkit-border-radius: 50%; border-radius: 50%; margin-right: 5px; -webkit-transition: all .5s cubic-bezier(.22, .81, .01, .99); transition: all .5s cubic-bezier(.22, .81, .01, .99); z-index: 10; cursor: pointer } .indicators-line>.carousel-indicators li:last-child { margin-right: 0 } .indicators-line>.carousel-indicators .active, .indicators-line>.carousel-indicators .active:before { -webkit-transition: background-color .3s ease; -moz-transition: background-color .3s ease; -o-transition: background-color .3s ease; transition: background-color .3s ease } .indicators-line>.carousel-indicators .active { margin: 1px 5px 1px 1px; box-shadow: 0 0 0 2px #fff; background-color: transparent; position: relative } .indicators-line>.carousel-indicators .active:before { transform: scale(.5); background-color: #fff; content: ""; position: absolute; left: -1px; top: -1px; width: 15px; height: 15px; border-radius: 50% } .slide_style_left { text-align: center!important } .slide_style_right { text-align: right!important } .slide_style_center { text-align: center!important } .slide-text { left: 0; top: 30%; right: 0; margin: auto; position: absolute; text-align: left; padding: 10px 85px } .slide-text>h1 { padding: 0; color: #fff; font-size: 50px; font-style: normal; margin-bottom: 10px; letter-spacing: 1px; display: inline-block; -webkit-animation-delay: .7s; animation-delay: .7s } .slide-text>p, .slide-text>span { padding: 0; color: #fff; font-size: 30px; line-height: 24px; margin-bottom: 10px; -webkit-animation-delay: 1.1s; animation-delay: 1.1s } .slide-text>span { font-size: 16px; display: block } .slide-text>a.btn-default, .slide-text>a.btn-primary { font-weight: 400; font-size: 13px; line-height: 15px; text-align: center; padding: 17px 30px; white-space: nowrap; letter-spacing: 1px; display: inline-block; text-transform: uppercase; border: 0; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-transition: background .3s ease-in-out, color .3s ease-in-out; transition: background .3s ease-in-out, color .3s ease-in-out } .generic-button, .read-more-btn-onslider { font-size: 12px; text-transform: uppercase; font-weight: 700; position: relative; font-family: Montserrat, sans-serif; line-height: 20px; z-index: 0; padding: 6px 12px } .slide-text>a.btn-default { margin-right: 10px; color: #000 } .slide-text>a.btn-primary { color: #fff; cursor: pointer; margin-left: 10px; background: #00bfff; text-decoration: none } .slide-text>a:active, .slide-text>a:hover { color: #fff; background: #222; -webkit-transition: background .5s ease-in-out, color .5s ease-in-out; transition: background .5s ease-in-out, color .5s ease-in-out } .generic-button, .img-box, .img-box img, .listing-box, .news-img-box img, .read-more-btn-onslider, .welcome-bg-right-box1 { transition: all .5s ease } .read-more-btn-onslider { border: 0; border-radius: 3px } .one { background: #ff503f; color: #fff; border: 2px solid #ff503f; margin: 0 5px } .two { background: #fff; color: #222; border: 2px solid #fff } .generic-button { background: 0 0; border-radius: 3px; border: 2px solid #ff503f; color: #ff503f } .cart-btn, .generic-button:hover { background-color: #ff503f; border: 2px solid #ff503f; color: #fff } .cart-btn { border: 0; margin-top: 8px } .cart-btn:active, .cart-btn:focus, .cart-btn:hover, .cart-btn:visited { background-color: #ff503f } .carousel-control.left, .carousel-control.right { background-image: linear-gradient(to right, transparent 0, transparent 100%)!important } .carousel-control.left:hover, .carousel-control.right:hover { background: 0 0!important; color: #ff503f!important } @media (max-width:991px) { .slide-text h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px } .slide-text>p { font-size: 18px } } @media (max-width:768px) { .slide-text { padding: 10px 50px } .slide-text h1 { font-size: 30px; line-height: 40px; margin-bottom: 10px } .slide-text>p { font-size: 14px; line-height: 20px; margin-bottom: 20px } .control-round .carousel-control { display: none } } @media (max-width:480px) { .slide-text { padding: 10px 30px } .slide-text h1 { font-size: 20px; line-height: 25px; margin-bottom: 5px } .slide-text>p { font-size: 12px; line-height: 18px; margin-bottom: 10px } .slide-text>a.btn-default, .slide-text>a.btn-primary { font-size: 10px; line-height: 10px; margin-right: 10px; text-align: center; padding: 10px 15px } .indicators-line>.carousel-indicators { display: none } } .welcome-bg-left { background: url(../images/welcome-bg.png) no-repeat; padding: 172px 30px 0; color: #fff; background-size: 100% 100% } .welcome-bg-left h1 { font-size: 33px; color: #fff } .welcome-bg-left h1 span { display: block; font-size: 20px; font-weight: 400; color: #fff } .welcome-bg-right-box1 { text-align: center; margin-bottom: 20px; padding: 40px 20px; border-radius: 3px; background: url(../images/control.png) center 20% no-repeat } .welcome-bg-right-box1:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/control-hover.png) center 20% no-repeat } .welcome-bg-right-box1 h2, .welcome-bg-right-box2 h2, .welcome-bg-right-box3 h2, .welcome-bg-right-box4 h2 { font-size: 16px; margin-top: 80px; font-weight: 900 } .welcome-bg-right-box1 p { margin: 0 } .welcome-bg-right-box2 { background: url(../images/talent.png) center 20% no-repeat } .welcome-bg-right-box2:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/talent-hover.png) center 20% no-repeat } .welcome-bg-right-box2, .welcome-bg-right-box3, .welcome-bg-right-box4 { text-align: center; margin-bottom: 20px; padding: 40px 20px; border-radius: 3px; transition: all .5s ease } .welcome-bg-right-box3 { background: url(../images/stardom.png) center 20% no-repeat } .welcome-bg-right-box3:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/stardom-hover.png) center 20% no-repeat } .welcome-bg-right-box4 { background: url(../images/rewarded.png) center 20% no-repeat } .welcome-bg-right-box4:hover { box-shadow: -1px 3px 28px -9px #333; border-radius: 3px; background: url(../images/rewarded-hover.png) center 20% no-repeat } .explore-bg { background-color: #151829; padding: 55px 0 } .img-box { width: 90%; display: block; margin: auto } .img-box img { width: 100% } .img-box :hover, .news-img-box img:hover { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); opacity: .3 } .explorettl { text-align: center; margin-bottom: 30px } .explorettl h2 { color: #fff } .explorettl h1 { font-size: 35px; color: #fff; margin: 0 0 10px } .explorettl p { width: 45%; margin: 0 auto; color: #878484 } .listing-box:hover { box-shadow: -1px 3px 28px -9px #000 } .listing-box .listingttl { background-color: #151829; padding: 10px 13px } .listing-box .listingttl h2 { font-size: 18px; font-weight: 400; color: #606168; margin: 10px 0 } .listing-box:hover .listingttl h2 { color: #c83e30 } .listing-box .listingttl p { color: #878484; font-size: 12px } .listing-box:hover .listingttl p { color: #c1c1c1 } .get-started-box, .listing-box { margin-bottom: 20px } .get-started-left h1 { margin: 0 0 40px } .get-started-content-right h2 { margin: 0 0 20px; font-size: 20px } .get-started-content-right a { font-size: 15px; font-weight: 700; color: #ed1f24; text-decoration: none } .about-bg { background: url(../images/about-bg.jpg) left top no-repeat; height: 350px; padding: 60px 0; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover } .about-content, .latest-news-ttl, .news-img-box { text-align: center } .about-content h1 { color: #fff; font-size: 35px } .about-content p { color: #fff; font-size: 15px } .latest-news-ttl h1 { margin: 0 0 30px } .news-img-box { width: 90%; margin-bottom: 10px; height: 200px; vertical-align: middle } .news-img-box img { opacity: 1; max-width: 100%; max-height: 100% } #page-content-wrapper, #sidebar-wrapper, #wrapper { transition: all .4s ease 0s } .news-img-box img:hover { opacity: .4 } .news-content h2 { margin: 10px 0 5px; font-size: 16px; color: #ff503f; font-weight: 700 } .news-content p { font-size: 20px; font-weight: 700; margin: 10px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .get-started-right img { width: 93%; height: 536px } .blur-cls { filter: blur(1.5px); -webkit-filter: blur(1px); -moz-filter: blur(1px); -o-filter: blur(1px); -ms-filter: blur(1px); background-color: #ccc; opacity: .5; pointer-events: none } .btn-danger { color: #fff; background-color: #ff503f!important; border-color: #ff503f!important } .social-icon i:hover { color: #ff503f } #backBtn, #myBtn { display: none; position: fixed; bottom: 20px; right: 65px; z-index: 99; border: 0; outline: 0; background-color: #ff503f; color: #fff; cursor: pointer; padding: 6px 9px; border-radius: 50% } #backBtn { display: block; right: -5px; padding: 6px 11px } .go-back-btn { margin-right: 35px } #wrapper { padding-left: 250px } #sidebar-wrapper { margin-left: -250px; left: 250px; width: 250px; background: #151829; position: absolute; height: 100%; z-index: 1035 } #wrapper.active { padding-left: 0 } #wrapper.active #sidebar-wrapper { left: 250 } #page-content-wrapper { width: 100%; padding-top: 70px } .sidebar-nav.knowledge { position: relative; width: auto; } .sidebar-nav li a { color: #999; display: block; text-decoration: none; padding-left: 60px } .sidebar-nav li a span:before { position: absolute; left: 0; color: #41484c; text-align: center; width: 20px; line-height: 18px } .sidebar-nav li a:hover, .sidebar-nav li.active { color: #fff; background: rgba(255, 255, 255, .2); text-decoration: none } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none } .sidebar-nav>.sidebar-brand { height: 65px; line-height: 60px; font-size: 18px } .sidebar-nav>.sidebar-brand a { color: #999 } .sidebar-nav>.sidebar-brand a:hover { color: #fff; background: 0 0 } #menu-toggle, .h-previous { color: #fff; text-decoration: none } #menu-toggle { padding-right: 15px; float: left } @media (max-width:767px) { #wrapper { padding-left: 0 } #sidebar-wrapper { left: 0 } #sidebar-wrapper.active { position: absolute; left: 250px; height: 100vh } #wrapper.active #sidebar-wrapper { width: 250px; transition: all .4s ease 0s } #menu-toggle { display: inline-block } } .well-bs { background-color: #fff!important } .h-previous:hover { background-color: #ddd; color: #000 } .h-previous { background-color: #ff503f; float: right; margin-right: 20px; display: inline-block; padding: 2px 10px!important } .h-round { border-radius: 50%!important } .h-cruser { text-align: center } .btn-d { padding: 6px 18px!important; font-size: 11px!important; border-radius: 2px!important } .message-search { width: 100%; box-sizing: border-box; border: 2px solid #ccc; font-size: 15px; background-color: #fff; background-image: url(../images/search-icon-png.png); background-position: 93% 7px; background-repeat: no-repeat; padding: 5px 13px 6px 12px; -webkit-transition: width .4s ease-in-out; transition: width .4s ease-in-out; background-size: 20px } /* pagination */ .pagination { border-radius: 0; padding: 0; margin: 0 } .pagination ul.ngx-pagination { display: inline-block; *display: inline; *zoom: 1; margin-left: 0; margin-bottom: 0; padding: 0; } .pagination .ngx-pagination li { display: inline-flex; margin: 0px; } .pagination .ngx-pagination li.small-screen { display: none; } .pagination .ngx-pagination li a { float: left; padding: 0 18px; line-height: 40px; text-decoration: none !important; border: 1px solid #ddd; border-left-width: 0; background: #fff; border-radius: 0 !important; } .pagination a:hover { background-color: #232323 !important; color: #fff; } pagination-template .ngx-pagination .current, pagination-template .ngx-pagination .pagination-previous.disabled, pagination-template .ngx-pagination .pagination-next.disabled { padding: 0 20px !important; line-height: 40px; text-decoration: none !important; border: 1px solid #ddd; background: #f3f3f3 !important; border-radius: 0 !important; color: #000; } .ngx-pagination .disabled span, .ngx-pagination .disabled a, .ngx-pagination .disabled a:hover { color: #999999; background-color: transparent; cursor: default; } .ngx-pagination li:first-child a { border-left-width: 1px; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } [_ngcontent-c2]#main-content { background-color: #fff; } app-contact-us #start-your-project { background-color: #fff; }
0.475118
0.067608
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap"); .primary-text, h5 a, h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; } .secondary-text, h6 { font-family: Arial, Helvetica, sans-serif; } .bg-red { background-color: #f72210; } .bg-yellow { background-color: #ffe400; } a { text-decoration: none; color: black; } .header-icon { color: #fdc8c3; font-size: 0.9rem; } h5 a { font-size: 1.5rem; } .trending li { text-transform: uppercase; } .trending li a { color: #807f84; font-size: 18px; } .social-media li a { font-size: 26px; } .social-media li a i { color: #5f5f5f; padding: 4px; } .footer-links li { font-size: 14px; font-family: Arial, Helvetica, sans-serif; } .footer-links li a { color: #666; } .categories li { border-right: 1px solid #d9d9d9; border-left: 1px solid #fff; padding: 0 1%; } .categories li:last-child { border-right: none; color: #757575; } .categories li:last-child a { color: #757575; } .categories li:nth-last-child(2) { border-right: none; } .space { height: 150vh; } .copyright { font-size: 12px; } .vs-format { z-index: 2000; border-radius: 50%; } .signup-bg { background-color: #f4f5f6; } h2 { color: #9a9a9a; } h6 { color: #9a9a9a; font-size: 1rem; } main { display: -ms-grid; display: grid; grid-gap: 0 15px; grid-template-areas: 'top-story' 'featured-stories' 'debate' 'opinion' 'si1' 'more-stories' 'latest-news' 'my-turn' 'culture-travel' 'si2'; } .top-story { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: top-story; } .feature-stories { -ms-grid-row: 2; -ms-grid-column: 1; grid-area: featured-stories; } .the-debate { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: debate; } .opinion { -ms-grid-row: 4; -ms-grid-column: 1; grid-area: opinion; } .sponsored-insights-rankings { -ms-grid-row: 5; -ms-grid-column: 1; grid-area: si1; } .sponsored-insights-rankings-2 { -ms-grid-row: 10; -ms-grid-column: 1; grid-area: si2; } .more-stories { -ms-grid-row: 6; -ms-grid-column: 1; grid-area: more-stories; } .latest-news { -ms-grid-row: 7; -ms-grid-column: 1; grid-area: latest-news; } .my-turn { -ms-grid-row: 8; -ms-grid-column: 1; grid-area: my-turn; } .culture-travel { -ms-grid-row: 9; -ms-grid-column: 1; grid-area: culture-travel; } @media (min-width: 768px) { main { display: none; display: -ms-grid; display: grid; -ms-grid-columns: 3fr 4fr; grid-template-columns: 3fr 4fr; -ms-grid-rows: (10px)[693]; grid-template-rows: repeat(693, 10px); row-gap: 0; } .top-story { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 1 / auto; } .feature-stories { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 2 / auto; } .my-turn { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 45 / auto; } .culture-travel { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 67 / auto; } .more-stories { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 86 / auto; } .latest-news { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 312 / auto; } .sponsored-insights-rankings { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 179 / auto; } .the-debate { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; grid-row: 485 / auto; } .opinion { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; grid-row: 515 / auto; } .sponsored-insights-rankings-2 { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; grid-row: 586 / auto; padding: 0 20%; } } @media (min-width: 992px) { .nw-header-icon { -webkit-transform: scale(3); transform: scale(3); } main { -ms-grid-columns: 3fr 4fr 3fr; grid-template-columns: 3fr 4fr 3fr; -ms-grid-rows: (10px)[490]; grid-template-rows: repeat(490, 10px); row-gap: 0; } .top-story { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 1 / auto; } .feature-stories { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 2 / auto; } .my-turn { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 45 / auto; } .culture-travel { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 67 / auto; } .more-stories { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 86 / auto; } .latest-news { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 312 / auto; } .sponsored-insights-rankings { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 179 / auto; } .the-debate { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; grid-row: 1 / auto; } .opinion { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; grid-row: 33 / auto; } .sponsored-insights-rankings-2 { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; grid-row: 114 / auto; padding: 0; } } /*# sourceMappingURL=style.css.map */
css/style.css
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap"); .primary-text, h5 a, h2 { font-family: 'Roboto Condensed', sans-serif; font-size: 1rem; } .secondary-text, h6 { font-family: Arial, Helvetica, sans-serif; } .bg-red { background-color: #f72210; } .bg-yellow { background-color: #ffe400; } a { text-decoration: none; color: black; } .header-icon { color: #fdc8c3; font-size: 0.9rem; } h5 a { font-size: 1.5rem; } .trending li { text-transform: uppercase; } .trending li a { color: #807f84; font-size: 18px; } .social-media li a { font-size: 26px; } .social-media li a i { color: #5f5f5f; padding: 4px; } .footer-links li { font-size: 14px; font-family: Arial, Helvetica, sans-serif; } .footer-links li a { color: #666; } .categories li { border-right: 1px solid #d9d9d9; border-left: 1px solid #fff; padding: 0 1%; } .categories li:last-child { border-right: none; color: #757575; } .categories li:last-child a { color: #757575; } .categories li:nth-last-child(2) { border-right: none; } .space { height: 150vh; } .copyright { font-size: 12px; } .vs-format { z-index: 2000; border-radius: 50%; } .signup-bg { background-color: #f4f5f6; } h2 { color: #9a9a9a; } h6 { color: #9a9a9a; font-size: 1rem; } main { display: -ms-grid; display: grid; grid-gap: 0 15px; grid-template-areas: 'top-story' 'featured-stories' 'debate' 'opinion' 'si1' 'more-stories' 'latest-news' 'my-turn' 'culture-travel' 'si2'; } .top-story { -ms-grid-row: 1; -ms-grid-column: 1; grid-area: top-story; } .feature-stories { -ms-grid-row: 2; -ms-grid-column: 1; grid-area: featured-stories; } .the-debate { -ms-grid-row: 3; -ms-grid-column: 1; grid-area: debate; } .opinion { -ms-grid-row: 4; -ms-grid-column: 1; grid-area: opinion; } .sponsored-insights-rankings { -ms-grid-row: 5; -ms-grid-column: 1; grid-area: si1; } .sponsored-insights-rankings-2 { -ms-grid-row: 10; -ms-grid-column: 1; grid-area: si2; } .more-stories { -ms-grid-row: 6; -ms-grid-column: 1; grid-area: more-stories; } .latest-news { -ms-grid-row: 7; -ms-grid-column: 1; grid-area: latest-news; } .my-turn { -ms-grid-row: 8; -ms-grid-column: 1; grid-area: my-turn; } .culture-travel { -ms-grid-row: 9; -ms-grid-column: 1; grid-area: culture-travel; } @media (min-width: 768px) { main { display: none; display: -ms-grid; display: grid; -ms-grid-columns: 3fr 4fr; grid-template-columns: 3fr 4fr; -ms-grid-rows: (10px)[693]; grid-template-rows: repeat(693, 10px); row-gap: 0; } .top-story { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 1 / auto; } .feature-stories { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 2 / auto; } .my-turn { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 45 / auto; } .culture-travel { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 67 / auto; } .more-stories { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 86 / auto; } .latest-news { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 312 / auto; } .sponsored-insights-rankings { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 179 / auto; } .the-debate { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; grid-row: 485 / auto; } .opinion { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; grid-row: 515 / auto; } .sponsored-insights-rankings-2 { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; grid-row: 586 / auto; padding: 0 20%; } } @media (min-width: 992px) { .nw-header-icon { -webkit-transform: scale(3); transform: scale(3); } main { -ms-grid-columns: 3fr 4fr 3fr; grid-template-columns: 3fr 4fr 3fr; -ms-grid-rows: (10px)[490]; grid-template-rows: repeat(490, 10px); row-gap: 0; } .top-story { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 1 / auto; } .feature-stories { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 2 / auto; } .my-turn { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 45 / auto; } .culture-travel { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 67 / auto; } .more-stories { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 86 / auto; } .latest-news { -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; grid-row: 312 / auto; } .sponsored-insights-rankings { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; grid-row: 179 / auto; } .the-debate { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; grid-row: 1 / auto; } .opinion { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; grid-row: 33 / auto; } .sponsored-insights-rankings-2 { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; grid-row: 114 / auto; padding: 0; } } /*# sourceMappingURL=style.css.map */
0.604516
0.214321
* { margin: 0; padding: 0; box-sizing: border-box; } @font-face { font-family: 'Bayou Cowboy Regular'; src: url(/fonte/bayoc___-webfont.woff2) format('woff2'), url(/fonte/bayoc___-webfont.woff) format('woff'); font-weight: normal; font-style: normal; } body { font-family: 'Calibri', 'Open Sans', sans-serif; text-align: center; } h1,h2,h3,h4,h5,h6 { font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } h1 { display: none; } h2 { font-size: 3em; padding: 0 0 20px 0; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } h2 > img { height: 1.5em; width: 1.5em; vertical-align: middle; } section { text-align: center; } section h2 { padding: 20px 0; } section > a { display: block; padding: 20px 0; text-decoration: none; } .section-container { margin: 0 auto; max-width: 1360px; } .section-container > a { display: block; padding: 5px 0; text-decoration: none; font-weight: bold; } /*********************** NAV ***********************/ nav { background-color: #7d0093; position: fixed; width: 100%; z-index: 999; } nav #bt-mobile-menu { display: none; } nav ul { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; font-size: 1.5em; list-style-type: none; } nav ul >li { width: 100%; text-align: center; } nav ul > li > a { padding: 0.4em 0; display: block; text-decoration: none; color: white; font-weight: bold; } nav ul > li > a:hover { background-color: #ffc600; color: black; } nav ul > li:last-child { font-family: 'Bayou Cowboy Regular'; font-size: 0.9em; } a.active { color: crimson; } /*********************** NAV ***********************/ #logo-area { background-image: url(/img/recursos-tecnologicos-interativos-eventos-corporativos-sua-sala-eventos.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center; padding: 3em; } #logo-area h2 { font-family: "Bayou Cowboy Regular"; color: black; padding: 0.5em 0 0 0; font-size: 2em; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } #logo-area > img { padding: 3em 0 0 0; width: 25%; } #historia .section-container { padding: 3em 0 3em 0; display: flex; } #historia img { width: 60%; } #historia h2 { font-family: sans-serif; font-size: 3.5em; } #historia p { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 1.5em; } .flex-group { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: center; } /* #botao-evento { background-image: linear-gradient(#7d0093, #ffc600); padding: 5px; text-align: center; max-width: 1000px; } #botao-evento a { font-family: "Bayou Cowboy Regular"; font-size: 3em; text-decoration: none; } */ #galeria { background-color: black; } #galeria h2 { font-family: sans-serif; font-size: 3.5em; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } .flex-group { display: flex; flex-direction: row; flex-wrap: wrap; } .flex-group img { width: 50%; padding: 0 1.5em 2em 1.5em; } .flex-group.photo-gallery { align-items: center; } /************************ FOOTER *************************/ footer { padding: 15px 0 15px 0; background-image: linear-gradient(#7d0093, #ffc600); } footer address { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 1.2em; font-weight: bold; font-style: normal; } footer a { text-align: center; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 1em; color: #7d0093; } /************************ FOOTER *************************/ @media (max-width: 1075px) { nav ul{ font-size: 1.2em; } } @media (max-width: 875px) { nav ul { font-size: 1em; } } @media (max-width: 725px) { nav ul { font-size: 0.8em; } } @media (max-width: 840px) { #logo-area img { width: 50%; } .section-container { max-width: 840px; display: flex; flex-direction: column; } #historia img { width: 100%; } .flex-group { flex-direction: column; } .flex-group img { width: 100%; } } @media (max-width: 700px) { #logo-area h2 { font-size: 1.7em; } } @media (max-width: 625px) { nav #bt-mobile-menu { display: block; } nav .bt-common-menu { display: none; } nav .bt-common-menu.active { display: block; } nav ul.mobile-mode { display: flex; flex-direction: column; } #logo-area h2 { font-size: 1.3em; } #logo-area img { width: 60%; } } @media (max-width: 500px) { #logo-area h2 { font-size: 1em; } } @media (max-width: 420px) { #logo-area img { width: 90%; } } @media (max-width: 400px) { #logo-area h2 { font-size: 0.9em; } }
wwwroot/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } @font-face { font-family: 'Bayou Cowboy Regular'; src: url(/fonte/bayoc___-webfont.woff2) format('woff2'), url(/fonte/bayoc___-webfont.woff) format('woff'); font-weight: normal; font-style: normal; } body { font-family: 'Calibri', 'Open Sans', sans-serif; text-align: center; } h1,h2,h3,h4,h5,h6 { font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } h1 { display: none; } h2 { font-size: 3em; padding: 0 0 20px 0; color: black; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } h2 > img { height: 1.5em; width: 1.5em; vertical-align: middle; } section { text-align: center; } section h2 { padding: 20px 0; } section > a { display: block; padding: 20px 0; text-decoration: none; } .section-container { margin: 0 auto; max-width: 1360px; } .section-container > a { display: block; padding: 5px 0; text-decoration: none; font-weight: bold; } /*********************** NAV ***********************/ nav { background-color: #7d0093; position: fixed; width: 100%; z-index: 999; } nav #bt-mobile-menu { display: none; } nav ul { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; font-size: 1.5em; list-style-type: none; } nav ul >li { width: 100%; text-align: center; } nav ul > li > a { padding: 0.4em 0; display: block; text-decoration: none; color: white; font-weight: bold; } nav ul > li > a:hover { background-color: #ffc600; color: black; } nav ul > li:last-child { font-family: 'Bayou Cowboy Regular'; font-size: 0.9em; } a.active { color: crimson; } /*********************** NAV ***********************/ #logo-area { background-image: url(/img/recursos-tecnologicos-interativos-eventos-corporativos-sua-sala-eventos.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; text-align: center; padding: 3em; } #logo-area h2 { font-family: "Bayou Cowboy Regular"; color: black; padding: 0.5em 0 0 0; font-size: 2em; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } #logo-area > img { padding: 3em 0 0 0; width: 25%; } #historia .section-container { padding: 3em 0 3em 0; display: flex; } #historia img { width: 60%; } #historia h2 { font-family: sans-serif; font-size: 3.5em; } #historia p { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 1.5em; } .flex-group { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: center; } /* #botao-evento { background-image: linear-gradient(#7d0093, #ffc600); padding: 5px; text-align: center; max-width: 1000px; } #botao-evento a { font-family: "Bayou Cowboy Regular"; font-size: 3em; text-decoration: none; } */ #galeria { background-color: black; } #galeria h2 { font-family: sans-serif; font-size: 3.5em; text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; } .flex-group { display: flex; flex-direction: row; flex-wrap: wrap; } .flex-group img { width: 50%; padding: 0 1.5em 2em 1.5em; } .flex-group.photo-gallery { align-items: center; } /************************ FOOTER *************************/ footer { padding: 15px 0 15px 0; background-image: linear-gradient(#7d0093, #ffc600); } footer address { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 1.2em; font-weight: bold; font-style: normal; } footer a { text-align: center; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 1em; color: #7d0093; } /************************ FOOTER *************************/ @media (max-width: 1075px) { nav ul{ font-size: 1.2em; } } @media (max-width: 875px) { nav ul { font-size: 1em; } } @media (max-width: 725px) { nav ul { font-size: 0.8em; } } @media (max-width: 840px) { #logo-area img { width: 50%; } .section-container { max-width: 840px; display: flex; flex-direction: column; } #historia img { width: 100%; } .flex-group { flex-direction: column; } .flex-group img { width: 100%; } } @media (max-width: 700px) { #logo-area h2 { font-size: 1.7em; } } @media (max-width: 625px) { nav #bt-mobile-menu { display: block; } nav .bt-common-menu { display: none; } nav .bt-common-menu.active { display: block; } nav ul.mobile-mode { display: flex; flex-direction: column; } #logo-area h2 { font-size: 1.3em; } #logo-area img { width: 60%; } } @media (max-width: 500px) { #logo-area h2 { font-size: 1em; } } @media (max-width: 420px) { #logo-area img { width: 90%; } } @media (max-width: 400px) { #logo-area h2 { font-size: 0.9em; } }
0.435661
0.142291
@font-face { font-family: lato; src: url(Lato-Regular.ttf); } @font-face { font-family: lato; src: url(Lato-Bold.ttf); font-weight: bold; } @font-face { font-family: lato; src: url(Lato-Italic.ttf); font-style: italic; } @font-face { font-family: lato-black; src: url(Lato-#F2EBE3.ttf); } @font-face { font-family: lato-light; src: url(Lato-Light.ttf); } @font-face { font-family: megrim; src: url(Megrim.ttf); } /* END FONT ADD-------------------------------------------------------------------------------------------------------------- */ /* COLUMNS */ .grid__wrapper { display: block; margin: 0; padding: 0; } * { box-sizing: border-box; } .grid__wrapper { display: block; margin: 0; padding: 0; } .grid__container { display: block; width: 1140px; margin: 0 auto; padding: 0 12px; } .grid__row { display: block; margin: 0 -12px; padding: 0; overflow: auto; } .grid__wrapper:after, .grid__container:after, .grid__row:after { content: ""; display: table; clear: both; } .grid__column { position: relative; float: left; padding: 0 12px; } .grid__column-12, .grid__column-11, .grid__column-10, .grid__column-9, .grid__column-8, .grid__column-7, .grid__column-6, .grid__column-5, .grid__column-4, .grid__column-3, .grid__column-2, .grid__column-1 { position: relative; float: left; padding: 0 12px; } .grid__column-12 { width: 100%; } .grid__column-11 { width: 91.666666666667%; } .grid__column-10 { width: 83.333333333333%; } .grid__column-9 { width: 75%; } .grid__column-8 { width: 66.666666666667%; } .grid__column-7 { width: 58.333333333333%; } .grid__column-6 { width: 50%; } .grid__column-5 { width: 41.666666666667%; } .grid__column-4 { width: 33.333333333333%; } .grid__column-3 { width: 25%; } .grid__column-2 { width: 16.666666666667%; } .grid__column-1 { width: 8.333333333333%; } .grid__offset-12 { margin-left: 100%; } .grid__offset-11 { margin-left: 91.666666666667%; } .grid__offset-10 { margin-left: 83.333333333333%; } .grid__offset-9 { margin-left: 75%; } .grid__offset-8 { margin-left: 66.666666666667%; } .grid__offset-7 { margin-left: 58.333333333333%; } .grid__offset-6 { margin-left: 50%; } .grid__offset-5 { margin-left: 41.666666666667%; } .grid__offset-4 { margin-left: 33.333333333333%; } .grid__offset-3 { margin-left: 25%; } .grid__offset-2 { margin-left: 16.666666666667%; } .grid__offset-1 { margin-left: 8.333333333333%; } /*IMAGES FOR SERVICES*/ .services_examples { width: 100%; } /* NAV START----------------------------------------------------------------------------------------------------------------- */ .navigationbar { list-style: none; display: flex; justify-content: flex-end; font-family: Georgia; background-color: #444446; color: #F2EBE3; } @media (min-width: 900px) { .navigationbar { justify-content: space-around; padding-bottom: 10px; } #logo{ inline-size: 200px; flex-flow: column wrap; } } @media (max-width: 900px) { .navigationbar { justify-content: space-around; padding-bottom: 5px; } #logo{ inline-size: 150px; margin: 0; } } @media (max-width: 760px) { .navigationbar { padding-bottom: 5px; } #logo{ inline-size: 100px; margin: 0; } .navigationbar a { text-align: center; padding-bottom: 10px; } } /* END NAV ------------------------------------------------------------------------------------------------------------------ */ /* START TYPOGRAPHY---------------------------------------------------------------------------------------------------------- */ .headerindex { width: 100%; position: static; } html { overflow-x: auto; background-color: #444446; background-attachment: fixed; background-size: cover; } h1 { font-family: megrim; font-size: 36px; color: #F2EBE3; text-align: center; } h2 { font-family: lato; font-size: 16px; color: #F2EBE3 } h3 { font-family: lato; font-size: 14pt; color: #F2EBE3 ; margin-top: 0px; margin-bottom: 0px; } p{ font-size: 10pt; color: #F2EBE3; text-align: center; } .dropdownbutton { background-color: #444446; color: #F2EBE3; padding-left: 0px; padding-top: 10 px; border: none; cursor: pointer; margin-left: 10px; font-size: 20pt; z-index:1; } .dropdownbutton:hover { background-color: #444446; color: #F2EBE3; z-index:1; } .dropdown { position: static; display: inline-block; z-index:1; } .dropdowncontent { display: none; position: absolute; background-color: #444446; min-width: 100px; box-shadow: 0px 4px 8px -2px #222222; font-family: lato; z-index:1; } .dropdowncontent a { color: #F2EBE3; padding: 10px; text-decoration:none; display: block; font-family: lato; text-align: center; z-index:1; } .dropdowncontent a:hover { background-color: #C8AED3; z-index:1; } .dropdown:hover .dropdowncontent { display: block; z-index:1; } .navigationbar { background-color: #444446; position: fixed; top: 0px; color: #F2EBE3; width: cover; text-align: center; position: static; z-index:1; } #dropdownnavbox { z-index:1; } #logo { position: static; text-align: center; padding-top: 10px; padding-bottom: 3px; } a { background-color: transparent; color: #F2EBE3; border: none; cursor: pointer; margin-left: 0px; font-size: em; font-family: lato; text-decoration: none; } a:visited { text-decoration:none; } a:hover { text-decoration: underline; color: #C8AED3; } .content { position:relative; width: 100%; overflow: auto; overflow-x: auto; background-color: #F2EBE3; padding: 20px; padding-top: 5px; text-align: center; } nav { z-index:1; } footer { position: fixed; bottom: 1px; right: 5px; text-align: right; margin-right: 10px; margin-bottom: 1px; color: #F2EBE3; font-size: 9px; } /* More nav & mobile stuff-------------------------------------------------------------------------------------*/ @media (max-width: 760px) { h1 { font-family: megrim; font-size: 20px; color: #F2EBE3; text-align: center; } h2 { font-family: lato; font-size: 16px; color: #F2EBE3 } h3 { font-family: lato; font-size: 14pt; color: #F2EBE3 ; margin-top: 0px; margin-bottom: 0px; } p{ font-size: 10pt; color: #F2EBE3; text-align: center; } .dropdown { position: static; display: in-line inline-block; z-index:1; } .dropdowncontent { display: none; position: absolute; background-color: #444446; min-width: 100px; box-shadow: 0px 4px 8px -2px #222222; font-family: lato; z-index:1; } .dropdowncontent a { color: #F2EBE3; padding: 10px; text-decoration:none; display: none; font-family: lato; text-align: center; z-index:1; } .dropdowncontent a:hover { background-color: #C8AED3; z-index:1; display:none; } .dropdown:hover .dropdowncontent { display: none; z-index:1; } } .services { text-align: left; } /*FORM -----------------------------------*/ #contact-form{ width: 100%; } #contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea { width:100%; box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF; -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF; -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF; border:1px solid #CCC; background:#FFF; margin:0 0 5px; padding:10px; border-radius:5px; } #contact-form button[type="submit"] { cursor:pointer; width:100%; border:none; background:#C8AED3; color:#F2EBE3; margin:0 0 5px; padding:10px; border-radius:5px; } ::-webkit-input-placeholder { color:#888; } :-moz-placeholder { color:#888; } ::-moz-placeholder { color:#888; } :-ms-input-placeholder { color:#888; }
layout.css
@font-face { font-family: lato; src: url(Lato-Regular.ttf); } @font-face { font-family: lato; src: url(Lato-Bold.ttf); font-weight: bold; } @font-face { font-family: lato; src: url(Lato-Italic.ttf); font-style: italic; } @font-face { font-family: lato-black; src: url(Lato-#F2EBE3.ttf); } @font-face { font-family: lato-light; src: url(Lato-Light.ttf); } @font-face { font-family: megrim; src: url(Megrim.ttf); } /* END FONT ADD-------------------------------------------------------------------------------------------------------------- */ /* COLUMNS */ .grid__wrapper { display: block; margin: 0; padding: 0; } * { box-sizing: border-box; } .grid__wrapper { display: block; margin: 0; padding: 0; } .grid__container { display: block; width: 1140px; margin: 0 auto; padding: 0 12px; } .grid__row { display: block; margin: 0 -12px; padding: 0; overflow: auto; } .grid__wrapper:after, .grid__container:after, .grid__row:after { content: ""; display: table; clear: both; } .grid__column { position: relative; float: left; padding: 0 12px; } .grid__column-12, .grid__column-11, .grid__column-10, .grid__column-9, .grid__column-8, .grid__column-7, .grid__column-6, .grid__column-5, .grid__column-4, .grid__column-3, .grid__column-2, .grid__column-1 { position: relative; float: left; padding: 0 12px; } .grid__column-12 { width: 100%; } .grid__column-11 { width: 91.666666666667%; } .grid__column-10 { width: 83.333333333333%; } .grid__column-9 { width: 75%; } .grid__column-8 { width: 66.666666666667%; } .grid__column-7 { width: 58.333333333333%; } .grid__column-6 { width: 50%; } .grid__column-5 { width: 41.666666666667%; } .grid__column-4 { width: 33.333333333333%; } .grid__column-3 { width: 25%; } .grid__column-2 { width: 16.666666666667%; } .grid__column-1 { width: 8.333333333333%; } .grid__offset-12 { margin-left: 100%; } .grid__offset-11 { margin-left: 91.666666666667%; } .grid__offset-10 { margin-left: 83.333333333333%; } .grid__offset-9 { margin-left: 75%; } .grid__offset-8 { margin-left: 66.666666666667%; } .grid__offset-7 { margin-left: 58.333333333333%; } .grid__offset-6 { margin-left: 50%; } .grid__offset-5 { margin-left: 41.666666666667%; } .grid__offset-4 { margin-left: 33.333333333333%; } .grid__offset-3 { margin-left: 25%; } .grid__offset-2 { margin-left: 16.666666666667%; } .grid__offset-1 { margin-left: 8.333333333333%; } /*IMAGES FOR SERVICES*/ .services_examples { width: 100%; } /* NAV START----------------------------------------------------------------------------------------------------------------- */ .navigationbar { list-style: none; display: flex; justify-content: flex-end; font-family: Georgia; background-color: #444446; color: #F2EBE3; } @media (min-width: 900px) { .navigationbar { justify-content: space-around; padding-bottom: 10px; } #logo{ inline-size: 200px; flex-flow: column wrap; } } @media (max-width: 900px) { .navigationbar { justify-content: space-around; padding-bottom: 5px; } #logo{ inline-size: 150px; margin: 0; } } @media (max-width: 760px) { .navigationbar { padding-bottom: 5px; } #logo{ inline-size: 100px; margin: 0; } .navigationbar a { text-align: center; padding-bottom: 10px; } } /* END NAV ------------------------------------------------------------------------------------------------------------------ */ /* START TYPOGRAPHY---------------------------------------------------------------------------------------------------------- */ .headerindex { width: 100%; position: static; } html { overflow-x: auto; background-color: #444446; background-attachment: fixed; background-size: cover; } h1 { font-family: megrim; font-size: 36px; color: #F2EBE3; text-align: center; } h2 { font-family: lato; font-size: 16px; color: #F2EBE3 } h3 { font-family: lato; font-size: 14pt; color: #F2EBE3 ; margin-top: 0px; margin-bottom: 0px; } p{ font-size: 10pt; color: #F2EBE3; text-align: center; } .dropdownbutton { background-color: #444446; color: #F2EBE3; padding-left: 0px; padding-top: 10 px; border: none; cursor: pointer; margin-left: 10px; font-size: 20pt; z-index:1; } .dropdownbutton:hover { background-color: #444446; color: #F2EBE3; z-index:1; } .dropdown { position: static; display: inline-block; z-index:1; } .dropdowncontent { display: none; position: absolute; background-color: #444446; min-width: 100px; box-shadow: 0px 4px 8px -2px #222222; font-family: lato; z-index:1; } .dropdowncontent a { color: #F2EBE3; padding: 10px; text-decoration:none; display: block; font-family: lato; text-align: center; z-index:1; } .dropdowncontent a:hover { background-color: #C8AED3; z-index:1; } .dropdown:hover .dropdowncontent { display: block; z-index:1; } .navigationbar { background-color: #444446; position: fixed; top: 0px; color: #F2EBE3; width: cover; text-align: center; position: static; z-index:1; } #dropdownnavbox { z-index:1; } #logo { position: static; text-align: center; padding-top: 10px; padding-bottom: 3px; } a { background-color: transparent; color: #F2EBE3; border: none; cursor: pointer; margin-left: 0px; font-size: em; font-family: lato; text-decoration: none; } a:visited { text-decoration:none; } a:hover { text-decoration: underline; color: #C8AED3; } .content { position:relative; width: 100%; overflow: auto; overflow-x: auto; background-color: #F2EBE3; padding: 20px; padding-top: 5px; text-align: center; } nav { z-index:1; } footer { position: fixed; bottom: 1px; right: 5px; text-align: right; margin-right: 10px; margin-bottom: 1px; color: #F2EBE3; font-size: 9px; } /* More nav & mobile stuff-------------------------------------------------------------------------------------*/ @media (max-width: 760px) { h1 { font-family: megrim; font-size: 20px; color: #F2EBE3; text-align: center; } h2 { font-family: lato; font-size: 16px; color: #F2EBE3 } h3 { font-family: lato; font-size: 14pt; color: #F2EBE3 ; margin-top: 0px; margin-bottom: 0px; } p{ font-size: 10pt; color: #F2EBE3; text-align: center; } .dropdown { position: static; display: in-line inline-block; z-index:1; } .dropdowncontent { display: none; position: absolute; background-color: #444446; min-width: 100px; box-shadow: 0px 4px 8px -2px #222222; font-family: lato; z-index:1; } .dropdowncontent a { color: #F2EBE3; padding: 10px; text-decoration:none; display: none; font-family: lato; text-align: center; z-index:1; } .dropdowncontent a:hover { background-color: #C8AED3; z-index:1; display:none; } .dropdown:hover .dropdowncontent { display: none; z-index:1; } } .services { text-align: left; } /*FORM -----------------------------------*/ #contact-form{ width: 100%; } #contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form textarea { width:100%; box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF; -webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF; -moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF; border:1px solid #CCC; background:#FFF; margin:0 0 5px; padding:10px; border-radius:5px; } #contact-form button[type="submit"] { cursor:pointer; width:100%; border:none; background:#C8AED3; color:#F2EBE3; margin:0 0 5px; padding:10px; border-radius:5px; } ::-webkit-input-placeholder { color:#888; } :-moz-placeholder { color:#888; } ::-moz-placeholder { color:#888; } :-ms-input-placeholder { color:#888; }
0.354545
0.085786
html { width: 100%; height: 100%; } body { margin: 0; padding: 0; width: 100%; height: 100vh; font-family: sans-serif; background-color: black; overflow-x: hidden; box-sizing: border-box; display: flex; flex-direction: column; } div.App { display: flex; flex-direction: column; width: 100vw; height: 100vh; } /* Cta section */ .cta-section { display: flex; flex-direction: column; align-items: center; } .cta-title { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: bold; } .cta { display: flex; flex-direction: column; align-items: center; width: 100%; } .cta-quote { font-family: Open Sans; font-style: normal; font-weight: 600; text-align: center; width: 90%; } .cta button { background: #fca73d; color: #ffffff; font-weight: bold; border-radius: 100px; border-style: none; } .cta button:hover { transform: scale(1.1); background: #fca73d; color: #ffffff; } /* About us section */ .row-about h3 { font-family: Open Sans; font-style: normal; font-weight: bold; text-align: center; line-height: 27px; color: #0d7e6a; } .span1 { color: #fca73d; } .span2 { font-weight: bold; } /* Tablets and Computer */ @media (min-width: 576px) { .row-cta { height: 100vh; width: 100vw; position: relative; background-image: url('./assets/pexels-anna-shvets.jpg'); background-position: 50% 50%; background-size: cover; } .home-img { display: none; } .cta-section { position: absolute; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); justify-content: center; } .cta { text-align: center; } .cta-title { font-size: 60px; line-height: 82px; text-align: center; color: #ffffff; } .cta-quote { font-size: 26px; line-height: 35px; color: #ffffff; } .cta-quote span { color: #fca73d; } .cta button { margin-top: 20px; width: 297px; height: 59px; } /* About us section */ .row-about { display: flex; align-items: center; background: white; padding: 50px; } .about-us-img { width: 100%; min-height: 200px; min-width: 200px; height: auto; } .row-about h3 { font-size: 32px; text-align: left; margin-bottom: 20px; } .row-about p { font-family: Open Sans; font-style: normal; font-size: 20px; line-height: 27px; text-align: left; } } /* Portrait phones and smaller */ @media (max-width: 575px) { .home-img-mob { margin: 0; width: 100%; height: auto; } .cta-section { background: #ffffff; box-shadow: 0px 4px 4px #e5e5e5; border-radius: 15px; padding: 10px; } .cta-title { font-size: 28px; line-height: 38px; font-weight: bold; display: flex; align-items: center; text-align: center; color: #0d7e6a; padding: 0 15px 0; } .cta { padding: 15px; margin: 15px; background: #fff0de; border-radius: 10px; } .cta-quote { font-size: 17px; line-height: 23px; color: #fca73d; } .cta-quote span { color: #0d7e6a; } .cta button { width: 170px; height: 45.5px; } /* About us section */ .row-about { margin: 15px; padding: 10px; } .about-us-img { margin: 0; width: 100%; height: auto; } .row-about p { font-family: Open Sans; font-style: normal; font-size: 20px; line-height: 27px; text-align: center; } .row-about h3 { font-size: 27px; } } /* Navbar */ .logo { width: 10rem; margin-left: auto 10px; } .brand-name { width: 100px; color: #fca73d; display: inline-block; } .img-wrapper { display: inline-block; } .btn-logout { background-color: red; }
client/src/index.css
html { width: 100%; height: 100%; } body { margin: 0; padding: 0; width: 100%; height: 100vh; font-family: sans-serif; background-color: black; overflow-x: hidden; box-sizing: border-box; display: flex; flex-direction: column; } div.App { display: flex; flex-direction: column; width: 100vw; height: 100vh; } /* Cta section */ .cta-section { display: flex; flex-direction: column; align-items: center; } .cta-title { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: bold; } .cta { display: flex; flex-direction: column; align-items: center; width: 100%; } .cta-quote { font-family: Open Sans; font-style: normal; font-weight: 600; text-align: center; width: 90%; } .cta button { background: #fca73d; color: #ffffff; font-weight: bold; border-radius: 100px; border-style: none; } .cta button:hover { transform: scale(1.1); background: #fca73d; color: #ffffff; } /* About us section */ .row-about h3 { font-family: Open Sans; font-style: normal; font-weight: bold; text-align: center; line-height: 27px; color: #0d7e6a; } .span1 { color: #fca73d; } .span2 { font-weight: bold; } /* Tablets and Computer */ @media (min-width: 576px) { .row-cta { height: 100vh; width: 100vw; position: relative; background-image: url('./assets/pexels-anna-shvets.jpg'); background-position: 50% 50%; background-size: cover; } .home-img { display: none; } .cta-section { position: absolute; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.5); justify-content: center; } .cta { text-align: center; } .cta-title { font-size: 60px; line-height: 82px; text-align: center; color: #ffffff; } .cta-quote { font-size: 26px; line-height: 35px; color: #ffffff; } .cta-quote span { color: #fca73d; } .cta button { margin-top: 20px; width: 297px; height: 59px; } /* About us section */ .row-about { display: flex; align-items: center; background: white; padding: 50px; } .about-us-img { width: 100%; min-height: 200px; min-width: 200px; height: auto; } .row-about h3 { font-size: 32px; text-align: left; margin-bottom: 20px; } .row-about p { font-family: Open Sans; font-style: normal; font-size: 20px; line-height: 27px; text-align: left; } } /* Portrait phones and smaller */ @media (max-width: 575px) { .home-img-mob { margin: 0; width: 100%; height: auto; } .cta-section { background: #ffffff; box-shadow: 0px 4px 4px #e5e5e5; border-radius: 15px; padding: 10px; } .cta-title { font-size: 28px; line-height: 38px; font-weight: bold; display: flex; align-items: center; text-align: center; color: #0d7e6a; padding: 0 15px 0; } .cta { padding: 15px; margin: 15px; background: #fff0de; border-radius: 10px; } .cta-quote { font-size: 17px; line-height: 23px; color: #fca73d; } .cta-quote span { color: #0d7e6a; } .cta button { width: 170px; height: 45.5px; } /* About us section */ .row-about { margin: 15px; padding: 10px; } .about-us-img { margin: 0; width: 100%; height: auto; } .row-about p { font-family: Open Sans; font-style: normal; font-size: 20px; line-height: 27px; text-align: center; } .row-about h3 { font-size: 27px; } } /* Navbar */ .logo { width: 10rem; margin-left: auto 10px; } .brand-name { width: 100px; color: #fca73d; display: inline-block; } .img-wrapper { display: inline-block; } .btn-logout { background-color: red; }
0.356783
0.078254
@font-face{ font-family: maisonneue; src: url(assets/fonts/MaisonNeueMono.otf) format('truetype') font-weight-mono, url(assets/fonts/MaisonNeueMonoItalic.otf) format('truetype') font-weight-mono font-style-italic, url(assets/fonts/MaisonNeueLight.otf) format('truetype') font-weight-light, url(assets/fonts/MaisonNeueLightItalic.otf) format('truetype') font-weight-light font-style-italic, url(assets/fonts/MaisonNeueBook.otf) format('truetype') font-weight-book, url(assets/fonts/MaisonNeueBookItalic.otf) format('truetype') font-weight-book font-style-italic, url(assets/fonts/MaisonNeueMedium.otf) format('truetype') font-weight-medium, url(assets/fonts/MaisonNeueMediumItalic.otf) format('truetype') font-weight-medium font-style-italic, url(assets/fonts/MaisonNeueDemi.otf) format('truetype') font-weight-demi, url(assets/fonts/MaisonNeueDemiItalic.otf) format('truetype') font-weight-demi font-style-italic, url(assets/fonts/MaisonNeueBold.otf) format('truetype') font-weight-bold, url(assets/fonts/MaisonNeueBoldItalic.otf) format('truetype') font-weight-bold font-style-italic, } .g-font-poppins{ font-family: 'Poppins', sans-serif; } .g-font-maisonneue{ font-family: 'maisonneue', sans-serif; } .g-font-playfair{ font-family: 'Playfair Display', serif; } /* text */ .h1{ font-size: 50px; line-height: 56px; } .h2{ font-size: 44px; line-height: 50px; } .h3{ font-size: 38px; line-height: 44px; } .h4{ font-size: 32px; line-height: 38px; } .h5{ font-size: 26px; line-height: 32px; } .h6{ font-size: 20px; line-height: 26px; } .p1{ font-size: 18px; line-height: 24px; } .p2{ font-size: 16px; line-height: 22px; } .p3{ font-size: 14px; line-height: 20px; } .p4{ font-size: 12px; line-height: 18px; } .p5{ font-size: 10px; line-height: 16px; } /* font weight */ .g-fw-400{ font-weight: 400; } .g-fw-500{ font-weight: 500; } .g-fw-600{ font-weight: 600; } .g-fw-700{ font-weight: 700; } .g-fw-800{ font-weight: 800; } .g-fw-900{ font-weight: 900; } /* text related */ .g-fs-italic{ font-style: italic; } .g-txt-underline{ text-decoration: underline; } /* colors */ .g-red-clr{ color: #DF8B24; } .g-red-bg{ background-color: ##DF8B24; } .g-red-border{ border-color: ##DF8B24; } .g-black-clr{ color: #111517; } .g-black-bg{ background-color: #111517; } .g-black-border{ border-color: #111517; } .g-white-clr{ color: #FFFFFF; } .g-white-bg{ background-color: #FFFFFF; } .g-white-border{ border-color: #FFFFFF; } .g-silver-clr{ color: #F2F2F2; } .g-silver-bg{ background-color: #F2F2F2; } .g-silver-border{ border-color: #F2F2F2; } .g-lgrey-clr{ color: #999999; } .g-lgrey-bg{ background-color: #999999; } .g-lgrey-border{ border-color: #999999; } .g-grey-clr{ color: #333333; } .g-grey-bg{ background-color: #333333; } .g-grey-border{ border-color: #333333; } .g-no-border{ border: none; } .g-no-borderradius{ border-radius: 0px; } /* others */ .g-w100{ width: 100%; } .g-arrow-cursor{cursor:default;} body{ font-family: 'Poppins', sans-serif; } .g-pgloader-wr{ position: fixed; z-index: 10000; width: 100%; height: 100%; background-color: #111518; top: 0px; left: 0px; display: block; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } .g-pgloader{ position: absolute; top: 42%; width: 100%; text-align: center; } .g-pgloader img{ width: 80px; height: auto; } .g-pgloader-wr-hide{ opacity: 0; } .g-ftr-include{ border-bottom: 1px solid #111517; } .g-lnkbtn-txt-lg{ position:relative; z-index:2; line-height: 28px!important; } .g-lnkbtn-txt-sm{ position:relative; z-index:2; line-height: 23px!important; } .g-lnkbtn-undrlnefft:hover, .g-lnkbtn-undrlnefft:focus{ color:#111517; text-decoration:none; } .g-lnkbtn-undrlnefft:after{ content: ''; position:absolute; z-index:1; width:0; height: 7px; display:block; right:0; margin-top:-9px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .g-lnkbtn-undrlnefft:hover:after, .g-lnkbtn-undrlnefft:focus:after{ width:102%; left:0px; background: #EF0D33; } /* End of style guide ---------------------------------*/ /*-----------------------------------------------------*/ /* Home page ------------------------------------------*/ .t-hm-hdr{ position: fixed; top: 0; right: 0; left: 0; z-index: 1000; } .t-hm-hdr-logo{ display: inline-block; vertical-align: top; margin: 20px 0px 5px auto; } .t-hm-hdr-logo a img{ width: 100%; max-width: 90px; } .t-hm-side-nav-cnt{ margin: 15px 15px 0px auto; display: inline-block; vertical-align: top; float: right; } .g-sidenav{ width: 0; height: 100%; position: fixed; z-index: 1000; top: 0; right: 0; background-color: #111517; overflow: hidden; -webkit-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; } .g-sidenav-show{ width: 52%; } .g-sidenav-box{ padding: 25px 35px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .g-sidenav-box-show{ opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } .g-snav-closebtn{ font-size: 54px; line-height: 60px; text-decoration: none; } .g-snav-closebtn:hover, .g-snav-closebtn:focus, .g-snav-closebtn:hover span, .g-snav-closebtn:focus span{ color: #EF0D33; text-decoration: none; } .t-hm-snav-cnt-area{ margin: 50px auto; } .t-hm-snav-lnkcnt{ margin: 40px auto; } .g-snavlnk-undrlnefft{ position: relative; } .g-snavlnk-undrlnefft:hover, .g-snavlnk-undrlnefft:focus{ color: #ffffff; text-decoration: none; } .g-snavlnk-undrlnefft:after{ content: ''; position: absolute; z-index: -1; width: 0; height: 7px; display: block; right: 0; margin-top: -10px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .g-snavlnk-undrlnefft:hover:after, .g-snavlnk-undrlnefft:focus:after{ width: 102%; left: 0px; background: #EF0D33; } .g-snavlnkbtn-txt{ position: relative; z-index: 0; } .t-hm-snav-contact{ margin: 30px auto; } .t-hm-snav-cnt-ph a, .t-hm-snav-cnt-eml a{ color: #999999; text-decoration: none; } .t-hm-snav-cnt-ph a:hover, .t-hm-snav-cnt-ph a:focus, .t-hm-snav-cnt-eml a:hover, .t-hm-snav-cnt-eml a:focus{ color: #ffffff; } .t-hm-snav-socialinks{ margin: 20px auto; } .t-hm-snav-socialinks a{ display: inline-block; font-size: 36px; line-height: 42px; color: #ffffff; margin-right: 12px; margin-left: 12px; } .t-hm-snav-socialinks a:hover{ color: #EF0D33; } .g-snav-openbtn{ display: inline-block; width: 40px; } .g-snav-openbtn a{ display: block; } .g-snav-openbtn a:hover{ cursor: pointer; } .g-snav-openbtn-icon1, .g-snav-openbtn-icon3{ width: 100%; height: 4px; margin: 6px 0; background-color: #ffffff; } .g-snav-openbtn-icon2{ width: auto; height: 4px; margin: 6px 0px 6px 18px; background-color: #ffffff; -webkit-transition: margin .2s ease-in-out; transition: margin .2s ease-in-out; } .g-snav-openbtn a:hover .g-snav-openbtn-icon2, .g-snav-openbtn a:focus .g-snav-openbtn-icon2{ margin: 6px 0px 6px 0px; } .g-snav-openbtn-black .g-snav-openbtn-icon1, .g-snav-openbtn-black .g-snav-openbtn-icon2, .g-snav-openbtn-black .g-snav-openbtn-icon3{ background-color: #111517; } .t-hm-hdr-onscroll .g-snav-openbtn-icon1, .t-hm-hdr-onscroll .g-snav-openbtn-icon2, .t-hm-hdr-onscroll .g-snav-openbtn-icon3{ background-color: #EF0D33; } @media only screen and (max-width: 700px){ .g-sidenav{ overflow-y: auto; } .g-sidenav-show{ width: 100%; } .t-hm-hdr-logo a img{ max-width: 70px; } } .t-hm-bnr-bg-video video{ width: 100%; height: auto; min-height: 500px; -o-object-fit: cover; object-fit: cover; display: block; } .t-hm-bnr-ttleandsicons{ position: absolute; top: 0px; left: 0px; right: 0px; z-index: 1; } .t-hm-bnr-socialinks-cnt{ width: 50px; float: right; margin: 75px 15px 15px auto; height: 10px; } .t-hm-bnr-icn{ display: block; font-size: 28px; line-height: 36px; text-align: center; } .t-hm-bnr-icn a{ color: #ffffff; } .t-hm-bnr-icn a:hover, .t-hm-bnr-icn a:focus{ color: #DF8B24; } .t-hm-bnr-ttle{ margin: 23% auto 15px auto; padding: 0 15px; width:100%; max-width: 420px; line-height: 58px; } .t-hm-bnr-ttle-scrltxt { display: inline; text-indent: 10px; } .t-hm-bnr-ttle-scrltxt span { position: absolute; opacity: 0; overflow: hidden; } .t-hm-bnr-ttle-scrltxt span { animation: rotateWordsFirst 18s linear infinite 0s; } .t-hm-bnr-ttle-scrltxt span:nth-child(2) { animation-delay: 3s; } .t-hm-bnr-ttle-scrltxt span:nth-child(3) { animation-delay: 6s; } .t-hm-bnr-ttle-scrltxt span:nth-child(4) { animation-delay: 9s; } .t-hm-bnr-ttle-scrltxt span:nth-child(5) { animation-delay: 12s; } .t-hm-bnr-ttle-scrltxt span:nth-child(6) { animation-delay: 15s; } @keyframes rotateWordsFirst { 0% { opacity: 0; } 2% { opacity: 0; -webkit-transform: translateY(35px); transform: translateY(35px); } 5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 20% { opacity: 0; -webkit-transform: translateY(-35px); transform: translateY(-35px); } 80% { opacity: 0; } 100% { opacity: 0; } } @media only screen and (max-width:860px){ .t-hm-bnr-ttle{ font-size:31px; max-width: 320px; } } @media only screen and (max-width:670px){ .t-hm-bnr-ttle{ max-width: 100%; margin-left: 0px; margin-right: 0px; display: block; padding: 0px 55px; text-align: center; line-height:50px; } .t-hm-bnr-ttle-scrltxt{ display:block; text-indent:0px; } .t-hm-bnr-ttle-scrltxt span{ right:0; left:0; } } @media only screen and (max-width: 460px){ .t-hm-bnr-ttle{ margin-top: 180px; } } @media only screen and (min-width: 461px) and (max-width: 900px){ .t-hm-bnr-ttle{ margin-top: 220px; } } @media only screen and (max-width: 900px){ .t-hm-side-nav-cnt{ margin: 15px 0px 0px auto; } .t-hm-bnr-socialinks-cnt{ margin: 75px 5px 15px auto; } .t-hm-bnr-icn{ font-size: 24px; } } .t-hm-s1-ttle{ text-align: center; font-size: 40px; line-height: 46px; margin: 65px 0 15px 0; } .t-hm-s1-ttle-slgn{ text-align: center; margin: 25px auto; } .t-hm-s1-prgh{ margin: 60px 0 5px 0; } .t-hm-sec2-bgrndimg{ /*background-image: url(../img/home/sec2-bg.png);*/ background-size: 100% 100%;; background-repeat: no-repeat; } .t-hm-s2-lnkbtn { margin: 15px auto 30px auto; } .t-hm-s2-lnkbtn-cstmfnt-sz{ font-size: 23px; line-height: 29px; } } .g-lnkbtn-undrlnefft:after{ content: ''; position: absolute; z-index: 1; width: 0; height: 7px; display: block; right: 0; margin-top: -9px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .g-lnkbtn-undrlnefft:hover:after, .g-lnkbtn-undrlnefft:focus:after{ width: 102%; left: 0px; background: #EF0D33; } .t-hm-sldr-ttle{ margin: 70px auto 10px auto; } .owl-wslider-box{ width: 100%; margin-top: 20px; padding-bottom: 100px; } .owl-wslider-item{ padding: 40px 20px; margin: 0px 10px; } .owl-wslider-box .owl-dots, .owl-wslider-box .owl-nav{ display: block !important; } .owl-wslider-box .owl-dots{ text-align: center !important; margin: 20px auto !important; } .owl-wslider-box .owl-dot{ width: 10px !important; height: 10px !important; background: #dabcbc !important; border-radius: 5px !important; margin: 10px 5px !important; } .owl-wslider-box .owl-dot.active{ background: #ff0000 !important; } .owl-wslider-box .owl-carousel .owl-nav .owl-prev{ position: absolute !important; top: 33% !important; left: 1% !important; font-size: 120px !important; font-weight: 200 !important; opacity: 0.8 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; outline: none !important; } .owl-wslider-box .owl-carousel .owl-nav .owl-next{ position: absolute !important; top: 33% !important; right: 1% !important; font-size: 120px !important; font-weight: 200 !important; opacity: 0.8 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; outline: none !important; } .owl-wslider-box .owl-carousel .owl-nav .owl-prev:hover, .owl-wslider-box .owl-carousel .owl-nav .owl-prev:focus, .owl-wslider-box .owl-carousel .owl-nav .owl-next:hover, .owl-wslider-box .owl-carousel .owl-nav .owl-next:focus{ opacity: 0.9 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{ outline: none; } .t-hm-sldr1-bg{ background-image: url(assets/img/home/sec2-slider1.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr2-bg{ background-image: url(assets/img/home/sec2-slider2.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr3-bg{ background-image: url(assets/img/home/sec2-slider3.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr4-bg{ background-image: url(assets/img/home/sec2-slider4.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr5-bg{ background-image: url(assets/img/home/sec2-slider5.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr6-bg{ background-image: url(assets/img/home/sec2-slider6.jpg); background-size:cover; background-repeat: no-repeat; background-position:left center; overflow: hidden; } .t-hm-sldr-cnt { width: 100%; max-width: 470px; padding: 30px; margin: 320px 0 20px 15px; float: right; } .t-hm-sldr-cnt-wrap { height: 100%; min-height: 195px; } .t-hm-sldr-cnt-ttle1, .t-hm-sldr-cnt-ttle2{ padding: 5px 0; } .t-hm-sldr-cnt-lbtn{ padding: 15px 0; } .t-hm-owl-wslider-lnk { margin: 15px auto 0px auto; } @media only screen and (max-width: 630px){ .t-hm-sldr-cnt{ width: 90%; max-width: 400px; float:none; margin: 320px auto 20px auto; } } @media only screen and (max-width:580px) { .t-hm-sldr-cnt-wrap { min-height:260px; } .t-hm-sldr-cnt-ttle2-span{ display: block; } } @media only screen and (max-width:450px) { .t-hm-sldr-cnt-wrap { min-height:345px; } } @media only screen and (max-width:383px) { .t-hm-sldr-cnt-wrap { min-height:435px; } } .t-hm-col-pd{ padding-left: 30px !important; padding-right: 30px !important; } .t-hm-s3-ttle{ margin: -20px auto 40px auto; } .t-hm-s3-srvc-img img{ width: 100%; max-width: 260px; transform: scale(0.97); transition: transform 0.2s ease; } .t-hm-s3-srvc-img img:hover{ transform: scale(1); } .t-hm-s3-srvc-img{ padding: 25px 0px; text-align: center; } .t-hm-mrgn{ margin: 50px auto; } .t-hm-s3-srvc1, .t-hm-s3-srvc2, .t-hm-s3-srvc3{ width: 100%; max-width: 365px; margin: 50px auto; } .t-hm-s3-srvc-ttle{ margin: 30px auto; } .t-hm-srvc-descrptn1{ margin: 10px 0; } .t-hm-s4-qte{ background-image: url(../../assets/img/home/sec4-qte.png); background-repeat: no-repeat; background-position: top left; margin: 30px auto; } .t-hm-s4-qte-txtcnt{ padding-top: 105px; margin: auto; } .t-hm-s4-qte-txt{ font-size: 70px; line-height: 80px; } @media only screen and (max-width: 480px){ .t-hm-s4-qte-txt{ font-size: 50px; line-height: 60px; } } .t-hm-s4-prgrph{ margin: 100px auto 70px auto; } .t-hm-s5{ padding-top: 25px; padding-bottom: 41px; } .t-hm-s5-climg a img{ display: block; margin: 25px auto; } .t-hm-s6-addrs{ padding: 50px 15px; margin: 0 15px 0 0; box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.19); -webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.19); -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.19); } .t-hm-s6-lctn{ margin-top: -75px; position: absolute; z-index: 1; } .t-hm-gmap{ width: 100%; height: 650px; top: -1px; } @media only screen and (max-width: 480px){ .t-hm-s6-addrs{ font-size: 20px; line-height: 26px; } } .t-hm-ftr-lfsec{ width: 49%; display: inline-block; position: relative; } .t-hm-ftr-rtsec{ width: 49%; display: inline-block; position: relative; float: right; } .t-hm-ftr-l-c1, .t-hm-ftr-l-c2, .t-hm-ftr-l-c3{ width: 32%; display: inline-block; vertical-align: top; } .t-hm-ftr-l-c3{ position: relative; z-index: 10; } .t-hm-ftr-logo{ margin: 68px auto 5px 25px; display: inline-block; } .t-hm-ftr-logo img{ width: 175px; } .t-hm-ftr-cpy-rights{ margin: 5px auto 35px 25px; } .t-hm-ftr-sr-lnks{ margin: 70px auto 20px 40px; } .t-hm-ftr-sr-lnks a{ display: block; margin: 5px 0px 5px 0px; color: #999999; text-decoration: none; } .t-hm-ftr-sr-lnks a:hover, .t-hm-ftr-sr-lnks a:focus{ color: #ffffff; } .t-hm-ftr-pge-lnks{ margin: 70px auto 20px 40px; border-right: 3px solid #999999; } .t-hm-ftr-pge-lnks a{ display: block; margin: 4px 0px 4px 0px; color: #ffffff; text-decoration: none; } .t-hm-ftr-pge-lnks a:hover, .t-hm-ftr-pge-lnks a:focus{ color: #999999; } .t-hm-ftr-cnt-ph, .t-hm-ftr-cnt-eml{ margin: 10px auto; } .t-hm-ftr-cnt-ph a, .t-hm-ftr-cnt-eml a{ color: #999999; text-decoration: none; } .t-hm-ftr-cnt-ph a:hover, .t-hm-ftr-cnt-ph a:focus, .t-hm-ftr-cnt-eml a:hover, .t-hm-ftr-cnt-eml a:focus{ color: #ffffff; } .t-hm-ftr-contact{ margin: 90px auto 20px auto; } .t-hm-ftr-r-c1{ display: inline-block; vertical-align: top; } .t-hm-ftr-r-c2{ display: inline-block; vertical-align: top; float: right; } .t-hm-ftr-trngle{ position: absolute; top: -100px; right: 0px; height: 374px; overflow: hidden; } .t-hm-ftr-trngle img{ width: 325px; } .t-hm-ftr-socialinks{ position: relative; margin: 115px 0px 20px 0px; z-index: 1; } .t-hm-ftr-socialinks a{ display: inline-block; font-size: 36px; line-height: 42px; color: #ffffff; margin-right: 12px; margin-left: 12px; } .t-hm-ftr-socialinks a:hover, .t-hm-ftr-socialinks a:focus{ color: #ffffff00; -webkit-text-stroke: 1px white; -moz-text-stroke: 1px white; -ms-text-stroke: 1px white; -o-text-stroke: 1px white; text-stroke: 1px white; } @media only screen and (max-width: 1260px){ .t-hm-ftr-sec{ background-image: url("assets/img/home/ftr-img.png"); background-repeat: no-repeat; background-position: bottom right; background-size: 300px auto; } .t-hm-ftr-l-c1, .t-hm-ftr-l-c2, .t-hm-ftr-l-c3{ width: 100%; display: block; vertical-align: top; } .t-hm-ftr-logo{ margin: 68px 20px 5px 20px; display: block; text-align: center; } .t-hm-ftr-cpy-rights{ margin: 5px 20px 40px 20px; display: block; text-align: center; } .t-hm-ftr-sr-lnks{ margin: 0px 20px 40px 20px; display: block; text-align: center; } .t-hm-ftr-pge-lnks{ margin: 0px 20px 40px 20px; display: block; text-align: center; } .t-hm-ftr-r-c1, .t-hm-ftr-r-c2{ width: 100%; display: block; } .t-hm-ftr-contact{ margin: 100px 20px 20px 20px; text-align: center; } .t-hm-ftr-trngle{ display: none; } .t-hm-ftr-socialinks{ text-align: center; } } @media only screen and (max-width: 700px){ .t-hm-ftr-sec{ background-size: 20% auto; } .t-hm-ftr-lfsec{ width: 100%; display: block; } .t-hm-ftr-rtsec{ width: 100%; display: block; } .t-hm-ftr-pge-lnks{ border-right: none; border-bottom: 3px solid #999999; } .t-hm-ftr-contact{ margin: 0px 20px 20px 20px; } .t-hm-ftr-socialinks{ margin: 10px 0px 30px 0px; } } /* End of Home page -----------------------------------*/ /*-----------------------------------------------------*/ /* About us page --------------------------------------*/ .a-abt-sctn1{ background-image: url('assets/img/about-us/sec1-banner.png'); background-size: cover; background-color: #ef0d33; } .a-abt-sctn1-title-wrapper{ margin-top: 275px; margin-bottom: 283px; } .a-abt-sctn1-title{ line-height: 59px; } @media only screen and (max-width: 667px){ .a-abt-sctn1-title-wrapper { margin-top: 200px; margin-bottom: 215px; } .a-abt-sctn1-title{ font-size: 26px; line-height: 40px; } } .a-abt-sctn2-wrapper{ margin: 90px 97px 100px 97px; } .a-abt-sctn2-para-wrapper{ margin-top: 22px; } @media only screen and (max-width: 992px){ .a-abt-sctn2-wrapper{ margin: 90px 25px 100px 25px; } } .a-abt-sctn3-title-wrapper{ text-align: center; margin-top: 82px; } .a-abt-sctn3-para-wrapper{ text-align: center; padding: 0px 130px; margin-top: 28px; } .a-abt-sctn3-image-wrapper{ margin: 111px 0px 0px; text-align:center; } .a-abt-sctn3-img{ transform: scale(0.97); transition: transform 0.2s ease; width:100%; max-width:224px; } .a-abt-sctn3-img:hover{ transform: scale(1); } .a-abt-sctn3-img-title{ margin-top: 50px; } @media only screen and (max-width: 1199px){ .a-abt-sctn3-image-wrapper{ margin: 75px 0px 0px; text-align:center; } .a-abt-sctn3-para-wrapper { margin: 28px auto; } } @media only screen and (max-width: 992px){ .a-abt-sctn3-para-wrapper{ padding: 0px; } } .a-abt-sctn4-title-wrapper{ margin-top: 73px; } .a-abt-sctn4-title{ text-align: center; } .a-abt-sctn4-para-wrapper{ margin-top: 67px; } .a-abt-sctn4-para2-wrapper{ margin-top: 77px; } @media only screen and (max-width: 992px){ .a-abt-sctn4-para-wrapper, .a-abt-sctn4-para2-wrapper{ max-width: 300px; margin-left: auto; margin-right: auto; } } .a-abt-sctn5{ margin-top: 83px; background-color: #000; } .a-abt-sctn5-title-wrapper{ margin-top: 90px; } .a-abt-sctn5-para-wrapper{ margin: 0px 247px 30px 247px; } .a-abt-sctn5-image-wrapper{ padding: 0px 81px; } .a-abt-sctn5-img{ max-width: 370px; } .a-abt-sctn5-img-head-wrapper{ margin: 137px 70px 0px; } .a-abt-sctn5-img-head{ text-align: left; } .a-abt-sctn5-img-content-wrapper{ margin: 0px 70px } .a-abt-sctn5-img-content{ text-align: left; line-height: 20px } @media only screen and (max-width: 1200px){ .a-abt-sctn5-para-wrapper{ margin: 0px 50px 30px 50px; } .a-abt-sctn5-img-head-wrapper{ margin: 100px 0px 0px; } .a-abt-sctn5-img-content-wrapper{ margin: 0px 0px } } @media only screen and (max-width: 991px){ .a-abt-sctn5-image-wrapper{ margin-top: 70px; padding: 0px 20px; } .a-abt-sctn5-img-head-wrapper{ margin-top: 0px; } .a-abt-sctn5-para-wrapper{ margin: 0px 50px 0px 50px; } } .a-abt-sctn6{ background-color: #000; } .a-abt-sctn6-bg{ background-image: url('assets/img/about-us/wrk-create.svg'); background-position:center 20px; background-repeat: no-repeat; background-size: 750px; } .a-abt-sctn6-head-wrapper{ margin-top: 47px; } .a-abt-sctn6-li-wrapper{ margin: 70px 44px 0px; } .a-abt-sctn6-li{ list-style: none; text-align: left; } .a-abt-sctn6-li>li{ margin-top: 20px; } .a-abt-sctn6-txt-wrapper{ margin-top: 155px; } .a-abt-sctn6-link-wrapper{ margin: 23px 0px 76px; } .g-lnkbtn-undrlnefft{ position:relative; } @media only screen and (max-width: 1200px){ .a-abt-sctn6-li-wrapper{ margin:70px 0px 0px } } @media only screen and (max-width: 992px){ .a-abt-sctn6-bg{ background-size: 100% auto; } .a-abt-sctn6-head-wrapper{ margin-top: 150px; } } @media only screen and (max-width:500px){ .a-abt-sctn6-bg{ background-position:center 100px; } } /* End of About us page -------------------------------*/ /*-----------------------------------------------------*/ /* Services--------------------------------------------*/ .a-srvc-sctn1-row{ margin-top: 125px; margin-bottom: 150px; } .a-srvc-my{ margin: 0px 60px; } .a-srvc-title{ padding-top: 23px; } .a-srvc-para-wrapper{ margin-top: 72px; } .a-srvc-para{ line-height: 35px; } .a-srvc-para-wrapper2{ margin-top: 31px; } .a-srvc-link-wrapper{ margin-top: 34px; padding: 0px 8px; } .a-srvc-sctn{ background-image: url('assets/img/services/branding-bg.png'); background-repeat: no-repeat; background-position: top right 40px; background-size: 470px auto; text-align: right; } .a-srvc-title2-wrapper{ margin-top: 34px; padding: 0px 49px; } .a-srvc-title2{ line-height: 51px; } .a-srvc-para2-wrapper{ padding: 0px 46px; } .a-srvc-para2{ line-height: 35px; } .a-srvc-li-head-wrapper{ margin-top: 79px; padding: 0px 24px; } .a-srvc-li{ list-style: none; } .a-srvc-li> li{ margin-top: 10px; } .a-srvc-title-dp{ padding-top: 15px; } .a-srvc-para-dp-wrapper{ margin-top: 20px; } .a-srvc-link-dp-wrapper{ margin-top: 20px; } .a-srvc-sctn-dp{ background-image: url('assets/img/services/print-digital-bg.png'); background-repeat: no-repeat; background-position: top right 40px; background-size: 470px auto; text-align: right; } .a-srvc-dp-title2-wrapper{ margin-top: 24px; padding: 0px 39px; } .a-srvc-li-dp-head-wrapper{ margin-top: 40px; padding: 0px 24px; } .a-srvc-my-photo{ margin: 0px 65px; } .a-srvc-para-photo-wrapper{ margin-top: 51px; } .a-srvc-link-photo-wrapper{ margin: 77px 70px 0px; } .a-srvc-link-photo-wrapper{ padding: 0px 8px; } .a-srvc-sctn-photo{ background-image: url('assets/img/services/photography-bg.png'); background-repeat: no-repeat; background-position: top right 40px; background-size: 470px auto; text-align: right; } .a-srvc-li-head-photo-wrapper{ padding: 225px 24px 0px 24px; margin-bottom: 50px; } @media only screen and (max-width: 600px){ .a-srvc-sctn, .a-srvc-sctn-dp, .a-srvc-sctn-photo{ background-size: 80% auto; } } @media only screen and (min-width: 992px) and (max-width: 1300px){ .a-srvc-sctn, .a-srvc-sctn-dp, .a-srvc-sctn-photo{ background-size: 80% auto; } } @media only screen and (max-width: 991px){ .a-srvc-my, .a-srvc-my-photo, .a-srvc-link-photo-wrapper{ margin: 30px auto 0px; } .a-srvc-title2-wrapper, .a-srvc-dp-title2-wrapper{ margin-top:70px; padding: 0px 20px; } .a-srvc-para2-wrapper{ padding: 0px 20px; } } /* End of Services page -------------------------------*/ /*-----------------------------------------------------*/ /* Work page ------------------------------------------*/ .a-wrk-sctn1, .a-wrk-sctn2, .a-wrk-col{ padding: 0px !important; } .a-wrk-sctn1-slider .carousel-control{ top: 45% !important; bottom: auto !important; width: 50px !important; font-size: 40px !important; line-height: 46px !important; background: none !important; opacity: 1 !important; text-shadow: none !important; } .a-wrk-sctn1-slider .carousel-control.left{ left: 0 !important; } .a-wrk-sctn1-slider .carousel-control.right{ right: 0 !important; } .a-wrk-sctn1-slider .carousel-control .glyphicon, .a-wrk-sctn1-slider .carousel-control .glyphicon:hover{ color: #585858 !important; } .wrk-crsl-indic li{ width: 8px !important; height: 8px !important; margin: 0 !important; background-color: #333333 !important; border: 1px solid #333333 !important; outline-style: none !important; } .wrk-crsl-indic li.active{ background-color: #EF0D33 !important; border: 1px solid #EF0D33 !important; } .a-item1{ background-image: url('assets/img/work/chaikanth-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #ffc410; } .a-item2{ background-image: url('assets/img/work/logofolio-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #000; } .a-item3{ background-image: url('assets/img/work/infinite-engineers-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #ffc410; } .a-item4{ background-image: url('assets/img/work/aids-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color:#f5392e; } .a-item5{ background-image: url('assets/img/work/oscar-daisy-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #4fc346; } .a-item6{ background-image: url('assets/img/work/snack-experts-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:top center; background-color: #3ec5db; } .a-wrk-title-wrapper{ max-width: 435px; margin: 55% auto 0px auto; } .a-wrk-box-wrapper{ margin: 396px 15px 76px 0; } .a-wrk-box{ max-width: 435px; margin: 0px auto; } .a-wrk-box-cnt-wrapper{ min-height: 150px; } .a-wrk-box-title-wrapper{ padding: 8px 33px 0px; } .a-wrk-box-subhead-wrapper{ padding: 10px 33px 0px; } .a-wrk-box-para-wrapper{ padding: 6px 33px 0px; } .a-wrk-box-link-wrapper{ padding: 30px 40px 40px; } .a-wrk-sctn2-row{ margin: 0px !important; } .a-wrk-img-wrapper{ overflow: hidden; position: relative; } .a-dark-overlay{ position:absolute; width: 100%; height:100%; top: 0; left: 0; } .a-wrk-img-link:hover .a-dark-overlay{ background-color: rgba(0, 0, 0, 0.49); } .a-wrk-logo{ position: absolute; z-index: 2; text-align: center; top:0; bottom: 0; left: 0; right: 0; } .a-wrk-logo{ opacity: 0; transform: translateY(25px); } .a-wrk-img-link:hover .a-wrk-logo{ opacity: 1; transform: none; transition: transform 0.15s ease-in; } .a-wrk-logo img{ width:100%; } .a-wrk-img{ -webkit-transform: scale(1); transform: scale(1); } .a-wrk-img-link:hover .a-wrk-img{ -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } .a-wrk-para-sctn3-wrapper{ padding-top: 174px; } .a-wrk-para-sctn3{ font-size: 35px; line-height: 41px; } .a-wrk-link-wrapper{ padding: 29px 0px 155px 0px; } @media only screen and (min-width:1600px){ .a-wrk-box-wrapper{ margin: 70% 15px 76px 0; } } @media only screen and (max-width:1260px){ .a-item1, .a-item2, .a-item3, .a-item4, .a-item5, .a-item6{ background-size: 100% auto; background-position:top center; } } @media only screen and (max-width:990px){ .a-wrk-box-wrapper{ margin:60% 0px 76px 0px; } } @media only screen and (max-width: 485px){ .a-wrk-title-wrapper, .a-wrk-box{ max-width: 90%; } .a-wrk-box-cnt-wrapper{ min-height: 168px; } } @media only screen and (max-width:380px){ .a-wrk-box-cnt-wrapper { min-height: 205px; } } /* End of Work page -----------------------------------*/ /*-----------------------------------------------------*/ /* Contact us page ------------------------------------*/ .a-ct-sctn1{ background-image:url(assets/img/contact-us/sec1-bg-img.jpg); background-size: cover; background-repeat: no-repeat; } .a-ct-title-wrapper{ padding-top: 223px; } .a-ct-para-wrapper{ max-width: 1076px; margin-top: 17px; margin-left: auto; margin-right: auto; } .a-ct-para{ line-height: 50px; } .a-ct-cntct-wrapper{ margin-top: 36px; } .a-ct-cntct, .a-ct-cntct a, .a-ct-cntct-ml a{ color: #f6f6f6; font-size: 30px; line-height: 36px; text-decoration: none; } .a-ct-cntct a:hover, .a-ct-cntct-ml a:hover{ color: #ffffff; text-decoration: none; } .a-ct-social-icon-wrapper{ margin-top: 38px; margin-bottom: 107px; } .a-ct-social-icon a{ font-size: 30px; line-height: 36px; color: #ffffff; margin: 0px 12px; } .a-ct-social-icon a:hover, .a-ct-social-icon a:focus{ color: #EF0D33; } @media only screen and (max-width: 560px){ .a-ct-para{ font-size: 26px; line-height: 32px; } .a-ct-cntct, .a-ct-cntct a, .a-ct-cntct-ml a{ font-size: 18px; line-height: 24px; } } .a-ct-sctn2-title-wrapper{ padding-top: 65px; } .a-ct-sctn2-title{ font-size: 34px; line-height: 42px; } .a-ct-subhd-wrapper{ margin-top: 19px; } .a-ct-frm-wrapper{ margin-top: 34px; max-width: 742px; margin-left: auto; margin-right: auto; } .a-ct-frm ::-webkit-input-placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm ::-moz-placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm :-ms-input-placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm ::placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm .inpt{ width: 347px !important; height: 47px !important; margin: 0px 11px 15px 11px !important; } .a-ct-frm-textarea{ padding: 0px 11px; } .a-ct-frm-textarea textarea{ width: 100% !important; display: block !important; margin: 0px 0px 15px 0px !important; } .a-ct-link-wrapper{ margin-top: 50px; } .a-ct-form-submit{ position: relative; padding: 0px; border: none; outline: none; background: none; } .a-ct-form-submit:after{ content: ''; position: absolute; z-index: 1; width: 0; height: 7px; display: block; right: 0; margin-top: -9px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .a-ct-form-submit:hover:after, .a-ct-form-submit:focus:after{ width: 102%; left: 0px; background: #EF0D33; } @media only screen and (max-width: 991px){ .a-ct-frm .inpt{ width: 100% !important; margin: 0px 0px 15px 0px !important; } .a-ct-frm-textarea{ padding: 0px 0px; } } .a-ct-cnt-wrapper{ max-width: 1081px; margin-top: 60px; margin-left: auto; margin-right: auto; margin-bottom: 131px; } .a-ct-cnt{ font-size: 36px; line-height: 50px; } /* End of Contact us page -----------------------------*/ /*-----------------------------------------------------*/ /* Projects page --------------------------------------*/ /*-----------------------------------------------------*/ .t-project-content img{ width:100%; } .t-project-appr-be{ margin: 40px auto; } .t-project-appr-be a { border: 1px solid #0057ff; border-radius: 45px; background-color: #0057ff; color: #ffffff; padding: 20px 25px 13px 25px; text-decoration: none; } .t-project-appr-be a:hover, .t-project-appr-be a:focus{ background-color: #0057c8; } .t-project-appr-be span{ font-size: 24px; line-height: 30px; } .t-project-appr-be i{ font-size: 28px; line-height: 34px; } @media only screen and (max-width:520px){ .t-project-appr-be a{ padding: 16px 20px 11px 20px; } .t-project-appr-be span{ font-size: 22px; line-height: 28px; } .t-project-appr-be i{ font-size: 26px; line-height: 32px; } } @media only screen and (max-width:460px){ .t-project-appr-bhance-txt{ display: none; } } /* End of Projects us page ----------------------------*/ /*-----------------------------------------------------*/
assets/css/styles.css
@font-face{ font-family: maisonneue; src: url(assets/fonts/MaisonNeueMono.otf) format('truetype') font-weight-mono, url(assets/fonts/MaisonNeueMonoItalic.otf) format('truetype') font-weight-mono font-style-italic, url(assets/fonts/MaisonNeueLight.otf) format('truetype') font-weight-light, url(assets/fonts/MaisonNeueLightItalic.otf) format('truetype') font-weight-light font-style-italic, url(assets/fonts/MaisonNeueBook.otf) format('truetype') font-weight-book, url(assets/fonts/MaisonNeueBookItalic.otf) format('truetype') font-weight-book font-style-italic, url(assets/fonts/MaisonNeueMedium.otf) format('truetype') font-weight-medium, url(assets/fonts/MaisonNeueMediumItalic.otf) format('truetype') font-weight-medium font-style-italic, url(assets/fonts/MaisonNeueDemi.otf) format('truetype') font-weight-demi, url(assets/fonts/MaisonNeueDemiItalic.otf) format('truetype') font-weight-demi font-style-italic, url(assets/fonts/MaisonNeueBold.otf) format('truetype') font-weight-bold, url(assets/fonts/MaisonNeueBoldItalic.otf) format('truetype') font-weight-bold font-style-italic, } .g-font-poppins{ font-family: 'Poppins', sans-serif; } .g-font-maisonneue{ font-family: 'maisonneue', sans-serif; } .g-font-playfair{ font-family: 'Playfair Display', serif; } /* text */ .h1{ font-size: 50px; line-height: 56px; } .h2{ font-size: 44px; line-height: 50px; } .h3{ font-size: 38px; line-height: 44px; } .h4{ font-size: 32px; line-height: 38px; } .h5{ font-size: 26px; line-height: 32px; } .h6{ font-size: 20px; line-height: 26px; } .p1{ font-size: 18px; line-height: 24px; } .p2{ font-size: 16px; line-height: 22px; } .p3{ font-size: 14px; line-height: 20px; } .p4{ font-size: 12px; line-height: 18px; } .p5{ font-size: 10px; line-height: 16px; } /* font weight */ .g-fw-400{ font-weight: 400; } .g-fw-500{ font-weight: 500; } .g-fw-600{ font-weight: 600; } .g-fw-700{ font-weight: 700; } .g-fw-800{ font-weight: 800; } .g-fw-900{ font-weight: 900; } /* text related */ .g-fs-italic{ font-style: italic; } .g-txt-underline{ text-decoration: underline; } /* colors */ .g-red-clr{ color: #DF8B24; } .g-red-bg{ background-color: ##DF8B24; } .g-red-border{ border-color: ##DF8B24; } .g-black-clr{ color: #111517; } .g-black-bg{ background-color: #111517; } .g-black-border{ border-color: #111517; } .g-white-clr{ color: #FFFFFF; } .g-white-bg{ background-color: #FFFFFF; } .g-white-border{ border-color: #FFFFFF; } .g-silver-clr{ color: #F2F2F2; } .g-silver-bg{ background-color: #F2F2F2; } .g-silver-border{ border-color: #F2F2F2; } .g-lgrey-clr{ color: #999999; } .g-lgrey-bg{ background-color: #999999; } .g-lgrey-border{ border-color: #999999; } .g-grey-clr{ color: #333333; } .g-grey-bg{ background-color: #333333; } .g-grey-border{ border-color: #333333; } .g-no-border{ border: none; } .g-no-borderradius{ border-radius: 0px; } /* others */ .g-w100{ width: 100%; } .g-arrow-cursor{cursor:default;} body{ font-family: 'Poppins', sans-serif; } .g-pgloader-wr{ position: fixed; z-index: 10000; width: 100%; height: 100%; background-color: #111518; top: 0px; left: 0px; display: block; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } .g-pgloader{ position: absolute; top: 42%; width: 100%; text-align: center; } .g-pgloader img{ width: 80px; height: auto; } .g-pgloader-wr-hide{ opacity: 0; } .g-ftr-include{ border-bottom: 1px solid #111517; } .g-lnkbtn-txt-lg{ position:relative; z-index:2; line-height: 28px!important; } .g-lnkbtn-txt-sm{ position:relative; z-index:2; line-height: 23px!important; } .g-lnkbtn-undrlnefft:hover, .g-lnkbtn-undrlnefft:focus{ color:#111517; text-decoration:none; } .g-lnkbtn-undrlnefft:after{ content: ''; position:absolute; z-index:1; width:0; height: 7px; display:block; right:0; margin-top:-9px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .g-lnkbtn-undrlnefft:hover:after, .g-lnkbtn-undrlnefft:focus:after{ width:102%; left:0px; background: #EF0D33; } /* End of style guide ---------------------------------*/ /*-----------------------------------------------------*/ /* Home page ------------------------------------------*/ .t-hm-hdr{ position: fixed; top: 0; right: 0; left: 0; z-index: 1000; } .t-hm-hdr-logo{ display: inline-block; vertical-align: top; margin: 20px 0px 5px auto; } .t-hm-hdr-logo a img{ width: 100%; max-width: 90px; } .t-hm-side-nav-cnt{ margin: 15px 15px 0px auto; display: inline-block; vertical-align: top; float: right; } .g-sidenav{ width: 0; height: 100%; position: fixed; z-index: 1000; top: 0; right: 0; background-color: #111517; overflow: hidden; -webkit-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; } .g-sidenav-show{ width: 52%; } .g-sidenav-box{ padding: 25px 35px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .g-sidenav-box-show{ opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } .g-snav-closebtn{ font-size: 54px; line-height: 60px; text-decoration: none; } .g-snav-closebtn:hover, .g-snav-closebtn:focus, .g-snav-closebtn:hover span, .g-snav-closebtn:focus span{ color: #EF0D33; text-decoration: none; } .t-hm-snav-cnt-area{ margin: 50px auto; } .t-hm-snav-lnkcnt{ margin: 40px auto; } .g-snavlnk-undrlnefft{ position: relative; } .g-snavlnk-undrlnefft:hover, .g-snavlnk-undrlnefft:focus{ color: #ffffff; text-decoration: none; } .g-snavlnk-undrlnefft:after{ content: ''; position: absolute; z-index: -1; width: 0; height: 7px; display: block; right: 0; margin-top: -10px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .g-snavlnk-undrlnefft:hover:after, .g-snavlnk-undrlnefft:focus:after{ width: 102%; left: 0px; background: #EF0D33; } .g-snavlnkbtn-txt{ position: relative; z-index: 0; } .t-hm-snav-contact{ margin: 30px auto; } .t-hm-snav-cnt-ph a, .t-hm-snav-cnt-eml a{ color: #999999; text-decoration: none; } .t-hm-snav-cnt-ph a:hover, .t-hm-snav-cnt-ph a:focus, .t-hm-snav-cnt-eml a:hover, .t-hm-snav-cnt-eml a:focus{ color: #ffffff; } .t-hm-snav-socialinks{ margin: 20px auto; } .t-hm-snav-socialinks a{ display: inline-block; font-size: 36px; line-height: 42px; color: #ffffff; margin-right: 12px; margin-left: 12px; } .t-hm-snav-socialinks a:hover{ color: #EF0D33; } .g-snav-openbtn{ display: inline-block; width: 40px; } .g-snav-openbtn a{ display: block; } .g-snav-openbtn a:hover{ cursor: pointer; } .g-snav-openbtn-icon1, .g-snav-openbtn-icon3{ width: 100%; height: 4px; margin: 6px 0; background-color: #ffffff; } .g-snav-openbtn-icon2{ width: auto; height: 4px; margin: 6px 0px 6px 18px; background-color: #ffffff; -webkit-transition: margin .2s ease-in-out; transition: margin .2s ease-in-out; } .g-snav-openbtn a:hover .g-snav-openbtn-icon2, .g-snav-openbtn a:focus .g-snav-openbtn-icon2{ margin: 6px 0px 6px 0px; } .g-snav-openbtn-black .g-snav-openbtn-icon1, .g-snav-openbtn-black .g-snav-openbtn-icon2, .g-snav-openbtn-black .g-snav-openbtn-icon3{ background-color: #111517; } .t-hm-hdr-onscroll .g-snav-openbtn-icon1, .t-hm-hdr-onscroll .g-snav-openbtn-icon2, .t-hm-hdr-onscroll .g-snav-openbtn-icon3{ background-color: #EF0D33; } @media only screen and (max-width: 700px){ .g-sidenav{ overflow-y: auto; } .g-sidenav-show{ width: 100%; } .t-hm-hdr-logo a img{ max-width: 70px; } } .t-hm-bnr-bg-video video{ width: 100%; height: auto; min-height: 500px; -o-object-fit: cover; object-fit: cover; display: block; } .t-hm-bnr-ttleandsicons{ position: absolute; top: 0px; left: 0px; right: 0px; z-index: 1; } .t-hm-bnr-socialinks-cnt{ width: 50px; float: right; margin: 75px 15px 15px auto; height: 10px; } .t-hm-bnr-icn{ display: block; font-size: 28px; line-height: 36px; text-align: center; } .t-hm-bnr-icn a{ color: #ffffff; } .t-hm-bnr-icn a:hover, .t-hm-bnr-icn a:focus{ color: #DF8B24; } .t-hm-bnr-ttle{ margin: 23% auto 15px auto; padding: 0 15px; width:100%; max-width: 420px; line-height: 58px; } .t-hm-bnr-ttle-scrltxt { display: inline; text-indent: 10px; } .t-hm-bnr-ttle-scrltxt span { position: absolute; opacity: 0; overflow: hidden; } .t-hm-bnr-ttle-scrltxt span { animation: rotateWordsFirst 18s linear infinite 0s; } .t-hm-bnr-ttle-scrltxt span:nth-child(2) { animation-delay: 3s; } .t-hm-bnr-ttle-scrltxt span:nth-child(3) { animation-delay: 6s; } .t-hm-bnr-ttle-scrltxt span:nth-child(4) { animation-delay: 9s; } .t-hm-bnr-ttle-scrltxt span:nth-child(5) { animation-delay: 12s; } .t-hm-bnr-ttle-scrltxt span:nth-child(6) { animation-delay: 15s; } @keyframes rotateWordsFirst { 0% { opacity: 0; } 2% { opacity: 0; -webkit-transform: translateY(35px); transform: translateY(35px); } 5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); } 20% { opacity: 0; -webkit-transform: translateY(-35px); transform: translateY(-35px); } 80% { opacity: 0; } 100% { opacity: 0; } } @media only screen and (max-width:860px){ .t-hm-bnr-ttle{ font-size:31px; max-width: 320px; } } @media only screen and (max-width:670px){ .t-hm-bnr-ttle{ max-width: 100%; margin-left: 0px; margin-right: 0px; display: block; padding: 0px 55px; text-align: center; line-height:50px; } .t-hm-bnr-ttle-scrltxt{ display:block; text-indent:0px; } .t-hm-bnr-ttle-scrltxt span{ right:0; left:0; } } @media only screen and (max-width: 460px){ .t-hm-bnr-ttle{ margin-top: 180px; } } @media only screen and (min-width: 461px) and (max-width: 900px){ .t-hm-bnr-ttle{ margin-top: 220px; } } @media only screen and (max-width: 900px){ .t-hm-side-nav-cnt{ margin: 15px 0px 0px auto; } .t-hm-bnr-socialinks-cnt{ margin: 75px 5px 15px auto; } .t-hm-bnr-icn{ font-size: 24px; } } .t-hm-s1-ttle{ text-align: center; font-size: 40px; line-height: 46px; margin: 65px 0 15px 0; } .t-hm-s1-ttle-slgn{ text-align: center; margin: 25px auto; } .t-hm-s1-prgh{ margin: 60px 0 5px 0; } .t-hm-sec2-bgrndimg{ /*background-image: url(../img/home/sec2-bg.png);*/ background-size: 100% 100%;; background-repeat: no-repeat; } .t-hm-s2-lnkbtn { margin: 15px auto 30px auto; } .t-hm-s2-lnkbtn-cstmfnt-sz{ font-size: 23px; line-height: 29px; } } .g-lnkbtn-undrlnefft:after{ content: ''; position: absolute; z-index: 1; width: 0; height: 7px; display: block; right: 0; margin-top: -9px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .g-lnkbtn-undrlnefft:hover:after, .g-lnkbtn-undrlnefft:focus:after{ width: 102%; left: 0px; background: #EF0D33; } .t-hm-sldr-ttle{ margin: 70px auto 10px auto; } .owl-wslider-box{ width: 100%; margin-top: 20px; padding-bottom: 100px; } .owl-wslider-item{ padding: 40px 20px; margin: 0px 10px; } .owl-wslider-box .owl-dots, .owl-wslider-box .owl-nav{ display: block !important; } .owl-wslider-box .owl-dots{ text-align: center !important; margin: 20px auto !important; } .owl-wslider-box .owl-dot{ width: 10px !important; height: 10px !important; background: #dabcbc !important; border-radius: 5px !important; margin: 10px 5px !important; } .owl-wslider-box .owl-dot.active{ background: #ff0000 !important; } .owl-wslider-box .owl-carousel .owl-nav .owl-prev{ position: absolute !important; top: 33% !important; left: 1% !important; font-size: 120px !important; font-weight: 200 !important; opacity: 0.8 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; outline: none !important; } .owl-wslider-box .owl-carousel .owl-nav .owl-next{ position: absolute !important; top: 33% !important; right: 1% !important; font-size: 120px !important; font-weight: 200 !important; opacity: 0.8 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; outline: none !important; } .owl-wslider-box .owl-carousel .owl-nav .owl-prev:hover, .owl-wslider-box .owl-carousel .owl-nav .owl-prev:focus, .owl-wslider-box .owl-carousel .owl-nav .owl-next:hover, .owl-wslider-box .owl-carousel .owl-nav .owl-next:focus{ opacity: 0.9 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; } .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{ outline: none; } .t-hm-sldr1-bg{ background-image: url(assets/img/home/sec2-slider1.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr2-bg{ background-image: url(assets/img/home/sec2-slider2.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr3-bg{ background-image: url(assets/img/home/sec2-slider3.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr4-bg{ background-image: url(assets/img/home/sec2-slider4.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr5-bg{ background-image: url(assets/img/home/sec2-slider5.jpg); background-size: cover; background-repeat: no-repeat; background-position:center center; overflow: hidden; } .t-hm-sldr6-bg{ background-image: url(assets/img/home/sec2-slider6.jpg); background-size:cover; background-repeat: no-repeat; background-position:left center; overflow: hidden; } .t-hm-sldr-cnt { width: 100%; max-width: 470px; padding: 30px; margin: 320px 0 20px 15px; float: right; } .t-hm-sldr-cnt-wrap { height: 100%; min-height: 195px; } .t-hm-sldr-cnt-ttle1, .t-hm-sldr-cnt-ttle2{ padding: 5px 0; } .t-hm-sldr-cnt-lbtn{ padding: 15px 0; } .t-hm-owl-wslider-lnk { margin: 15px auto 0px auto; } @media only screen and (max-width: 630px){ .t-hm-sldr-cnt{ width: 90%; max-width: 400px; float:none; margin: 320px auto 20px auto; } } @media only screen and (max-width:580px) { .t-hm-sldr-cnt-wrap { min-height:260px; } .t-hm-sldr-cnt-ttle2-span{ display: block; } } @media only screen and (max-width:450px) { .t-hm-sldr-cnt-wrap { min-height:345px; } } @media only screen and (max-width:383px) { .t-hm-sldr-cnt-wrap { min-height:435px; } } .t-hm-col-pd{ padding-left: 30px !important; padding-right: 30px !important; } .t-hm-s3-ttle{ margin: -20px auto 40px auto; } .t-hm-s3-srvc-img img{ width: 100%; max-width: 260px; transform: scale(0.97); transition: transform 0.2s ease; } .t-hm-s3-srvc-img img:hover{ transform: scale(1); } .t-hm-s3-srvc-img{ padding: 25px 0px; text-align: center; } .t-hm-mrgn{ margin: 50px auto; } .t-hm-s3-srvc1, .t-hm-s3-srvc2, .t-hm-s3-srvc3{ width: 100%; max-width: 365px; margin: 50px auto; } .t-hm-s3-srvc-ttle{ margin: 30px auto; } .t-hm-srvc-descrptn1{ margin: 10px 0; } .t-hm-s4-qte{ background-image: url(../../assets/img/home/sec4-qte.png); background-repeat: no-repeat; background-position: top left; margin: 30px auto; } .t-hm-s4-qte-txtcnt{ padding-top: 105px; margin: auto; } .t-hm-s4-qte-txt{ font-size: 70px; line-height: 80px; } @media only screen and (max-width: 480px){ .t-hm-s4-qte-txt{ font-size: 50px; line-height: 60px; } } .t-hm-s4-prgrph{ margin: 100px auto 70px auto; } .t-hm-s5{ padding-top: 25px; padding-bottom: 41px; } .t-hm-s5-climg a img{ display: block; margin: 25px auto; } .t-hm-s6-addrs{ padding: 50px 15px; margin: 0 15px 0 0; box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.19); -webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.19); -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.19); } .t-hm-s6-lctn{ margin-top: -75px; position: absolute; z-index: 1; } .t-hm-gmap{ width: 100%; height: 650px; top: -1px; } @media only screen and (max-width: 480px){ .t-hm-s6-addrs{ font-size: 20px; line-height: 26px; } } .t-hm-ftr-lfsec{ width: 49%; display: inline-block; position: relative; } .t-hm-ftr-rtsec{ width: 49%; display: inline-block; position: relative; float: right; } .t-hm-ftr-l-c1, .t-hm-ftr-l-c2, .t-hm-ftr-l-c3{ width: 32%; display: inline-block; vertical-align: top; } .t-hm-ftr-l-c3{ position: relative; z-index: 10; } .t-hm-ftr-logo{ margin: 68px auto 5px 25px; display: inline-block; } .t-hm-ftr-logo img{ width: 175px; } .t-hm-ftr-cpy-rights{ margin: 5px auto 35px 25px; } .t-hm-ftr-sr-lnks{ margin: 70px auto 20px 40px; } .t-hm-ftr-sr-lnks a{ display: block; margin: 5px 0px 5px 0px; color: #999999; text-decoration: none; } .t-hm-ftr-sr-lnks a:hover, .t-hm-ftr-sr-lnks a:focus{ color: #ffffff; } .t-hm-ftr-pge-lnks{ margin: 70px auto 20px 40px; border-right: 3px solid #999999; } .t-hm-ftr-pge-lnks a{ display: block; margin: 4px 0px 4px 0px; color: #ffffff; text-decoration: none; } .t-hm-ftr-pge-lnks a:hover, .t-hm-ftr-pge-lnks a:focus{ color: #999999; } .t-hm-ftr-cnt-ph, .t-hm-ftr-cnt-eml{ margin: 10px auto; } .t-hm-ftr-cnt-ph a, .t-hm-ftr-cnt-eml a{ color: #999999; text-decoration: none; } .t-hm-ftr-cnt-ph a:hover, .t-hm-ftr-cnt-ph a:focus, .t-hm-ftr-cnt-eml a:hover, .t-hm-ftr-cnt-eml a:focus{ color: #ffffff; } .t-hm-ftr-contact{ margin: 90px auto 20px auto; } .t-hm-ftr-r-c1{ display: inline-block; vertical-align: top; } .t-hm-ftr-r-c2{ display: inline-block; vertical-align: top; float: right; } .t-hm-ftr-trngle{ position: absolute; top: -100px; right: 0px; height: 374px; overflow: hidden; } .t-hm-ftr-trngle img{ width: 325px; } .t-hm-ftr-socialinks{ position: relative; margin: 115px 0px 20px 0px; z-index: 1; } .t-hm-ftr-socialinks a{ display: inline-block; font-size: 36px; line-height: 42px; color: #ffffff; margin-right: 12px; margin-left: 12px; } .t-hm-ftr-socialinks a:hover, .t-hm-ftr-socialinks a:focus{ color: #ffffff00; -webkit-text-stroke: 1px white; -moz-text-stroke: 1px white; -ms-text-stroke: 1px white; -o-text-stroke: 1px white; text-stroke: 1px white; } @media only screen and (max-width: 1260px){ .t-hm-ftr-sec{ background-image: url("assets/img/home/ftr-img.png"); background-repeat: no-repeat; background-position: bottom right; background-size: 300px auto; } .t-hm-ftr-l-c1, .t-hm-ftr-l-c2, .t-hm-ftr-l-c3{ width: 100%; display: block; vertical-align: top; } .t-hm-ftr-logo{ margin: 68px 20px 5px 20px; display: block; text-align: center; } .t-hm-ftr-cpy-rights{ margin: 5px 20px 40px 20px; display: block; text-align: center; } .t-hm-ftr-sr-lnks{ margin: 0px 20px 40px 20px; display: block; text-align: center; } .t-hm-ftr-pge-lnks{ margin: 0px 20px 40px 20px; display: block; text-align: center; } .t-hm-ftr-r-c1, .t-hm-ftr-r-c2{ width: 100%; display: block; } .t-hm-ftr-contact{ margin: 100px 20px 20px 20px; text-align: center; } .t-hm-ftr-trngle{ display: none; } .t-hm-ftr-socialinks{ text-align: center; } } @media only screen and (max-width: 700px){ .t-hm-ftr-sec{ background-size: 20% auto; } .t-hm-ftr-lfsec{ width: 100%; display: block; } .t-hm-ftr-rtsec{ width: 100%; display: block; } .t-hm-ftr-pge-lnks{ border-right: none; border-bottom: 3px solid #999999; } .t-hm-ftr-contact{ margin: 0px 20px 20px 20px; } .t-hm-ftr-socialinks{ margin: 10px 0px 30px 0px; } } /* End of Home page -----------------------------------*/ /*-----------------------------------------------------*/ /* About us page --------------------------------------*/ .a-abt-sctn1{ background-image: url('assets/img/about-us/sec1-banner.png'); background-size: cover; background-color: #ef0d33; } .a-abt-sctn1-title-wrapper{ margin-top: 275px; margin-bottom: 283px; } .a-abt-sctn1-title{ line-height: 59px; } @media only screen and (max-width: 667px){ .a-abt-sctn1-title-wrapper { margin-top: 200px; margin-bottom: 215px; } .a-abt-sctn1-title{ font-size: 26px; line-height: 40px; } } .a-abt-sctn2-wrapper{ margin: 90px 97px 100px 97px; } .a-abt-sctn2-para-wrapper{ margin-top: 22px; } @media only screen and (max-width: 992px){ .a-abt-sctn2-wrapper{ margin: 90px 25px 100px 25px; } } .a-abt-sctn3-title-wrapper{ text-align: center; margin-top: 82px; } .a-abt-sctn3-para-wrapper{ text-align: center; padding: 0px 130px; margin-top: 28px; } .a-abt-sctn3-image-wrapper{ margin: 111px 0px 0px; text-align:center; } .a-abt-sctn3-img{ transform: scale(0.97); transition: transform 0.2s ease; width:100%; max-width:224px; } .a-abt-sctn3-img:hover{ transform: scale(1); } .a-abt-sctn3-img-title{ margin-top: 50px; } @media only screen and (max-width: 1199px){ .a-abt-sctn3-image-wrapper{ margin: 75px 0px 0px; text-align:center; } .a-abt-sctn3-para-wrapper { margin: 28px auto; } } @media only screen and (max-width: 992px){ .a-abt-sctn3-para-wrapper{ padding: 0px; } } .a-abt-sctn4-title-wrapper{ margin-top: 73px; } .a-abt-sctn4-title{ text-align: center; } .a-abt-sctn4-para-wrapper{ margin-top: 67px; } .a-abt-sctn4-para2-wrapper{ margin-top: 77px; } @media only screen and (max-width: 992px){ .a-abt-sctn4-para-wrapper, .a-abt-sctn4-para2-wrapper{ max-width: 300px; margin-left: auto; margin-right: auto; } } .a-abt-sctn5{ margin-top: 83px; background-color: #000; } .a-abt-sctn5-title-wrapper{ margin-top: 90px; } .a-abt-sctn5-para-wrapper{ margin: 0px 247px 30px 247px; } .a-abt-sctn5-image-wrapper{ padding: 0px 81px; } .a-abt-sctn5-img{ max-width: 370px; } .a-abt-sctn5-img-head-wrapper{ margin: 137px 70px 0px; } .a-abt-sctn5-img-head{ text-align: left; } .a-abt-sctn5-img-content-wrapper{ margin: 0px 70px } .a-abt-sctn5-img-content{ text-align: left; line-height: 20px } @media only screen and (max-width: 1200px){ .a-abt-sctn5-para-wrapper{ margin: 0px 50px 30px 50px; } .a-abt-sctn5-img-head-wrapper{ margin: 100px 0px 0px; } .a-abt-sctn5-img-content-wrapper{ margin: 0px 0px } } @media only screen and (max-width: 991px){ .a-abt-sctn5-image-wrapper{ margin-top: 70px; padding: 0px 20px; } .a-abt-sctn5-img-head-wrapper{ margin-top: 0px; } .a-abt-sctn5-para-wrapper{ margin: 0px 50px 0px 50px; } } .a-abt-sctn6{ background-color: #000; } .a-abt-sctn6-bg{ background-image: url('assets/img/about-us/wrk-create.svg'); background-position:center 20px; background-repeat: no-repeat; background-size: 750px; } .a-abt-sctn6-head-wrapper{ margin-top: 47px; } .a-abt-sctn6-li-wrapper{ margin: 70px 44px 0px; } .a-abt-sctn6-li{ list-style: none; text-align: left; } .a-abt-sctn6-li>li{ margin-top: 20px; } .a-abt-sctn6-txt-wrapper{ margin-top: 155px; } .a-abt-sctn6-link-wrapper{ margin: 23px 0px 76px; } .g-lnkbtn-undrlnefft{ position:relative; } @media only screen and (max-width: 1200px){ .a-abt-sctn6-li-wrapper{ margin:70px 0px 0px } } @media only screen and (max-width: 992px){ .a-abt-sctn6-bg{ background-size: 100% auto; } .a-abt-sctn6-head-wrapper{ margin-top: 150px; } } @media only screen and (max-width:500px){ .a-abt-sctn6-bg{ background-position:center 100px; } } /* End of About us page -------------------------------*/ /*-----------------------------------------------------*/ /* Services--------------------------------------------*/ .a-srvc-sctn1-row{ margin-top: 125px; margin-bottom: 150px; } .a-srvc-my{ margin: 0px 60px; } .a-srvc-title{ padding-top: 23px; } .a-srvc-para-wrapper{ margin-top: 72px; } .a-srvc-para{ line-height: 35px; } .a-srvc-para-wrapper2{ margin-top: 31px; } .a-srvc-link-wrapper{ margin-top: 34px; padding: 0px 8px; } .a-srvc-sctn{ background-image: url('assets/img/services/branding-bg.png'); background-repeat: no-repeat; background-position: top right 40px; background-size: 470px auto; text-align: right; } .a-srvc-title2-wrapper{ margin-top: 34px; padding: 0px 49px; } .a-srvc-title2{ line-height: 51px; } .a-srvc-para2-wrapper{ padding: 0px 46px; } .a-srvc-para2{ line-height: 35px; } .a-srvc-li-head-wrapper{ margin-top: 79px; padding: 0px 24px; } .a-srvc-li{ list-style: none; } .a-srvc-li> li{ margin-top: 10px; } .a-srvc-title-dp{ padding-top: 15px; } .a-srvc-para-dp-wrapper{ margin-top: 20px; } .a-srvc-link-dp-wrapper{ margin-top: 20px; } .a-srvc-sctn-dp{ background-image: url('assets/img/services/print-digital-bg.png'); background-repeat: no-repeat; background-position: top right 40px; background-size: 470px auto; text-align: right; } .a-srvc-dp-title2-wrapper{ margin-top: 24px; padding: 0px 39px; } .a-srvc-li-dp-head-wrapper{ margin-top: 40px; padding: 0px 24px; } .a-srvc-my-photo{ margin: 0px 65px; } .a-srvc-para-photo-wrapper{ margin-top: 51px; } .a-srvc-link-photo-wrapper{ margin: 77px 70px 0px; } .a-srvc-link-photo-wrapper{ padding: 0px 8px; } .a-srvc-sctn-photo{ background-image: url('assets/img/services/photography-bg.png'); background-repeat: no-repeat; background-position: top right 40px; background-size: 470px auto; text-align: right; } .a-srvc-li-head-photo-wrapper{ padding: 225px 24px 0px 24px; margin-bottom: 50px; } @media only screen and (max-width: 600px){ .a-srvc-sctn, .a-srvc-sctn-dp, .a-srvc-sctn-photo{ background-size: 80% auto; } } @media only screen and (min-width: 992px) and (max-width: 1300px){ .a-srvc-sctn, .a-srvc-sctn-dp, .a-srvc-sctn-photo{ background-size: 80% auto; } } @media only screen and (max-width: 991px){ .a-srvc-my, .a-srvc-my-photo, .a-srvc-link-photo-wrapper{ margin: 30px auto 0px; } .a-srvc-title2-wrapper, .a-srvc-dp-title2-wrapper{ margin-top:70px; padding: 0px 20px; } .a-srvc-para2-wrapper{ padding: 0px 20px; } } /* End of Services page -------------------------------*/ /*-----------------------------------------------------*/ /* Work page ------------------------------------------*/ .a-wrk-sctn1, .a-wrk-sctn2, .a-wrk-col{ padding: 0px !important; } .a-wrk-sctn1-slider .carousel-control{ top: 45% !important; bottom: auto !important; width: 50px !important; font-size: 40px !important; line-height: 46px !important; background: none !important; opacity: 1 !important; text-shadow: none !important; } .a-wrk-sctn1-slider .carousel-control.left{ left: 0 !important; } .a-wrk-sctn1-slider .carousel-control.right{ right: 0 !important; } .a-wrk-sctn1-slider .carousel-control .glyphicon, .a-wrk-sctn1-slider .carousel-control .glyphicon:hover{ color: #585858 !important; } .wrk-crsl-indic li{ width: 8px !important; height: 8px !important; margin: 0 !important; background-color: #333333 !important; border: 1px solid #333333 !important; outline-style: none !important; } .wrk-crsl-indic li.active{ background-color: #EF0D33 !important; border: 1px solid #EF0D33 !important; } .a-item1{ background-image: url('assets/img/work/chaikanth-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #ffc410; } .a-item2{ background-image: url('assets/img/work/logofolio-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #000; } .a-item3{ background-image: url('assets/img/work/infinite-engineers-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #ffc410; } .a-item4{ background-image: url('assets/img/work/aids-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color:#f5392e; } .a-item5{ background-image: url('assets/img/work/oscar-daisy-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:center center; background-color: #4fc346; } .a-item6{ background-image: url('assets/img/work/snack-experts-sldr.jpg'); background-size: cover; background-repeat: no-repeat; background-position:top center; background-color: #3ec5db; } .a-wrk-title-wrapper{ max-width: 435px; margin: 55% auto 0px auto; } .a-wrk-box-wrapper{ margin: 396px 15px 76px 0; } .a-wrk-box{ max-width: 435px; margin: 0px auto; } .a-wrk-box-cnt-wrapper{ min-height: 150px; } .a-wrk-box-title-wrapper{ padding: 8px 33px 0px; } .a-wrk-box-subhead-wrapper{ padding: 10px 33px 0px; } .a-wrk-box-para-wrapper{ padding: 6px 33px 0px; } .a-wrk-box-link-wrapper{ padding: 30px 40px 40px; } .a-wrk-sctn2-row{ margin: 0px !important; } .a-wrk-img-wrapper{ overflow: hidden; position: relative; } .a-dark-overlay{ position:absolute; width: 100%; height:100%; top: 0; left: 0; } .a-wrk-img-link:hover .a-dark-overlay{ background-color: rgba(0, 0, 0, 0.49); } .a-wrk-logo{ position: absolute; z-index: 2; text-align: center; top:0; bottom: 0; left: 0; right: 0; } .a-wrk-logo{ opacity: 0; transform: translateY(25px); } .a-wrk-img-link:hover .a-wrk-logo{ opacity: 1; transform: none; transition: transform 0.15s ease-in; } .a-wrk-logo img{ width:100%; } .a-wrk-img{ -webkit-transform: scale(1); transform: scale(1); } .a-wrk-img-link:hover .a-wrk-img{ -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; } .a-wrk-para-sctn3-wrapper{ padding-top: 174px; } .a-wrk-para-sctn3{ font-size: 35px; line-height: 41px; } .a-wrk-link-wrapper{ padding: 29px 0px 155px 0px; } @media only screen and (min-width:1600px){ .a-wrk-box-wrapper{ margin: 70% 15px 76px 0; } } @media only screen and (max-width:1260px){ .a-item1, .a-item2, .a-item3, .a-item4, .a-item5, .a-item6{ background-size: 100% auto; background-position:top center; } } @media only screen and (max-width:990px){ .a-wrk-box-wrapper{ margin:60% 0px 76px 0px; } } @media only screen and (max-width: 485px){ .a-wrk-title-wrapper, .a-wrk-box{ max-width: 90%; } .a-wrk-box-cnt-wrapper{ min-height: 168px; } } @media only screen and (max-width:380px){ .a-wrk-box-cnt-wrapper { min-height: 205px; } } /* End of Work page -----------------------------------*/ /*-----------------------------------------------------*/ /* Contact us page ------------------------------------*/ .a-ct-sctn1{ background-image:url(assets/img/contact-us/sec1-bg-img.jpg); background-size: cover; background-repeat: no-repeat; } .a-ct-title-wrapper{ padding-top: 223px; } .a-ct-para-wrapper{ max-width: 1076px; margin-top: 17px; margin-left: auto; margin-right: auto; } .a-ct-para{ line-height: 50px; } .a-ct-cntct-wrapper{ margin-top: 36px; } .a-ct-cntct, .a-ct-cntct a, .a-ct-cntct-ml a{ color: #f6f6f6; font-size: 30px; line-height: 36px; text-decoration: none; } .a-ct-cntct a:hover, .a-ct-cntct-ml a:hover{ color: #ffffff; text-decoration: none; } .a-ct-social-icon-wrapper{ margin-top: 38px; margin-bottom: 107px; } .a-ct-social-icon a{ font-size: 30px; line-height: 36px; color: #ffffff; margin: 0px 12px; } .a-ct-social-icon a:hover, .a-ct-social-icon a:focus{ color: #EF0D33; } @media only screen and (max-width: 560px){ .a-ct-para{ font-size: 26px; line-height: 32px; } .a-ct-cntct, .a-ct-cntct a, .a-ct-cntct-ml a{ font-size: 18px; line-height: 24px; } } .a-ct-sctn2-title-wrapper{ padding-top: 65px; } .a-ct-sctn2-title{ font-size: 34px; line-height: 42px; } .a-ct-subhd-wrapper{ margin-top: 19px; } .a-ct-frm-wrapper{ margin-top: 34px; max-width: 742px; margin-left: auto; margin-right: auto; } .a-ct-frm ::-webkit-input-placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm ::-moz-placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm :-ms-input-placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm ::placeholder{ font-size: 18px !important; font-family: 'maisonneue', sans-serif !important; } .a-ct-frm .inpt{ width: 347px !important; height: 47px !important; margin: 0px 11px 15px 11px !important; } .a-ct-frm-textarea{ padding: 0px 11px; } .a-ct-frm-textarea textarea{ width: 100% !important; display: block !important; margin: 0px 0px 15px 0px !important; } .a-ct-link-wrapper{ margin-top: 50px; } .a-ct-form-submit{ position: relative; padding: 0px; border: none; outline: none; background: none; } .a-ct-form-submit:after{ content: ''; position: absolute; z-index: 1; width: 0; height: 7px; display: block; right: 0; margin-top: -9px; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; } .a-ct-form-submit:hover:after, .a-ct-form-submit:focus:after{ width: 102%; left: 0px; background: #EF0D33; } @media only screen and (max-width: 991px){ .a-ct-frm .inpt{ width: 100% !important; margin: 0px 0px 15px 0px !important; } .a-ct-frm-textarea{ padding: 0px 0px; } } .a-ct-cnt-wrapper{ max-width: 1081px; margin-top: 60px; margin-left: auto; margin-right: auto; margin-bottom: 131px; } .a-ct-cnt{ font-size: 36px; line-height: 50px; } /* End of Contact us page -----------------------------*/ /*-----------------------------------------------------*/ /* Projects page --------------------------------------*/ /*-----------------------------------------------------*/ .t-project-content img{ width:100%; } .t-project-appr-be{ margin: 40px auto; } .t-project-appr-be a { border: 1px solid #0057ff; border-radius: 45px; background-color: #0057ff; color: #ffffff; padding: 20px 25px 13px 25px; text-decoration: none; } .t-project-appr-be a:hover, .t-project-appr-be a:focus{ background-color: #0057c8; } .t-project-appr-be span{ font-size: 24px; line-height: 30px; } .t-project-appr-be i{ font-size: 28px; line-height: 34px; } @media only screen and (max-width:520px){ .t-project-appr-be a{ padding: 16px 20px 11px 20px; } .t-project-appr-be span{ font-size: 22px; line-height: 28px; } .t-project-appr-be i{ font-size: 26px; line-height: 32px; } } @media only screen and (max-width:460px){ .t-project-appr-bhance-txt{ display: none; } } /* End of Projects us page ----------------------------*/ /*-----------------------------------------------------*/
0.329715
0.071009
@import '../../../static/styles/variables.css'; .analyticContainer { width: 100vw; height: 100vh; min-height: $minHeightScreen; max-height: $maxHeightSceen; position: relative; background: linear-gradient(rgba(0, 0, 0, 1), #003c40, #003c40, rgba(0, 0, 0, 1)); contain: paint; .textContainer { text-align: center; .title { @mixin raleway-light 36px; text-transform: uppercase; line-height: rem(42px); padding-top: rem(80px); } .description { @mixin raleway-regular 18px; line-height: rem(25px); opacity: 0.8; margin-top: rem(2px); } } .leftBgTop { position: absolute; left: 0; top: 20%; bottom: 0; width: 15%; height: 20%; svg { width: 100%; } } .leftBgBottom { position: absolute; left: 0; bottom: 0; width: 15%; height: 20%; svg { /* transform: rotateX(180deg); */ /* transform-origin: center; */ width: 100%; } } .rightBgTop { position: absolute; right: 0; top: 20%; bottom: 0; width: 15%; height: 20%; svg { /* transform: rotateY(180deg); */ /* transform-origin: center; */ width: 100%; } } .rightBgBottom { position: absolute; right: 0; bottom: 0; width: 15%; height: 20%; svg { /* transform: rotateY(180deg) rotateX(180deg); */ /* transform-origin: center; */ width: 100%; } } .contentCenter { display: flex; justify-content: space-between; padding: rem(31px 50px); z-index: 999; height: 81%; .leftText { display: flex; flex-direction: column; justify-content: center; width: 22%; .leftTextTop { text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } .leftTextBottom { margin-top: rem(65px); text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } } .centerBg { width: 42%; height: 86%; margin: auto; position: relative; svg, img { width: 100%; } .dots { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 27vw; height: 28vw; } .rounds { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 27vw; height: 28vw; } .center { position: absolute; left: 0; right: 0; top: 0; bottom: 0.5%; margin: auto; width: 15vw; height: 15vw; } .outer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 39vw; height: 38vw; svg { width: 100%; } } .repositoryCriclesMain { position: absolute; height: 90%; width: 90%; left: 0; top: 0; right: 0; bottom: 0; margin: auto; } .repositoryContur { position: absolute; height: 100%; width: 100%; left: 0; top: 0; right: 0; bottom: 0; margin: auto; } } .rightText { display: flex; flex-direction: column; justify-content: center; width: 22%; .rightTextTop { text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } .rightTextBottom { margin-top: rem(65px); text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } } } @media(max-width: 720px) { max-height: 10000px; min-height: auto; width: 100%; height: auto; padding: 0 25px; .leftBg { position: absolute; left: 0; top: 140vw; bottom: 0; margin: auto; width: 100%; } .RightBg { display: none; } .contentCenter { flex-direction: column; margin-top: 105vw; .leftText { width: 100%; } .rightText { width: 100%; margin-top: rem(30px); } .centerBg { position: absolute; top: 50vw; width: 100%; height: auto; left: 0; .outer { width: 100%; height: auto; top: 8vw; } .dots { width: 68%; height: auto; top: 22vw; } .rounds { width: 65%; height: auto; top: 22vw; } .center { width: 36%; height: auto; top: 36.4vw; } } } .leftBgTop { left: -14%; top: 180vw; bottom: 0; width: 50%; opacity: 0.5; } .leftBgBottom { z-index: 0; display: none; } .rightBgTop { right: -14%; top: 180vw; bottom: 0; width: 50%; opacity: 0.5; } .rightBgBottom { display: none; } } }
components/landing/3storage/repository.css
@import '../../../static/styles/variables.css'; .analyticContainer { width: 100vw; height: 100vh; min-height: $minHeightScreen; max-height: $maxHeightSceen; position: relative; background: linear-gradient(rgba(0, 0, 0, 1), #003c40, #003c40, rgba(0, 0, 0, 1)); contain: paint; .textContainer { text-align: center; .title { @mixin raleway-light 36px; text-transform: uppercase; line-height: rem(42px); padding-top: rem(80px); } .description { @mixin raleway-regular 18px; line-height: rem(25px); opacity: 0.8; margin-top: rem(2px); } } .leftBgTop { position: absolute; left: 0; top: 20%; bottom: 0; width: 15%; height: 20%; svg { width: 100%; } } .leftBgBottom { position: absolute; left: 0; bottom: 0; width: 15%; height: 20%; svg { /* transform: rotateX(180deg); */ /* transform-origin: center; */ width: 100%; } } .rightBgTop { position: absolute; right: 0; top: 20%; bottom: 0; width: 15%; height: 20%; svg { /* transform: rotateY(180deg); */ /* transform-origin: center; */ width: 100%; } } .rightBgBottom { position: absolute; right: 0; bottom: 0; width: 15%; height: 20%; svg { /* transform: rotateY(180deg) rotateX(180deg); */ /* transform-origin: center; */ width: 100%; } } .contentCenter { display: flex; justify-content: space-between; padding: rem(31px 50px); z-index: 999; height: 81%; .leftText { display: flex; flex-direction: column; justify-content: center; width: 22%; .leftTextTop { text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } .leftTextBottom { margin-top: rem(65px); text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } } .centerBg { width: 42%; height: 86%; margin: auto; position: relative; svg, img { width: 100%; } .dots { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 27vw; height: 28vw; } .rounds { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 27vw; height: 28vw; } .center { position: absolute; left: 0; right: 0; top: 0; bottom: 0.5%; margin: auto; width: 15vw; height: 15vw; } .outer { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 39vw; height: 38vw; svg { width: 100%; } } .repositoryCriclesMain { position: absolute; height: 90%; width: 90%; left: 0; top: 0; right: 0; bottom: 0; margin: auto; } .repositoryContur { position: absolute; height: 100%; width: 100%; left: 0; top: 0; right: 0; bottom: 0; margin: auto; } } .rightText { display: flex; flex-direction: column; justify-content: center; width: 22%; .rightTextTop { text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } .rightTextBottom { margin-top: rem(65px); text-align: center; .title { @mixin raleway-regular 28px; line-height: rem(25px); } .description { @mixin raleway-regular 16px; line-height: rem(25px); margin-top: rem(10px); } } } } @media(max-width: 720px) { max-height: 10000px; min-height: auto; width: 100%; height: auto; padding: 0 25px; .leftBg { position: absolute; left: 0; top: 140vw; bottom: 0; margin: auto; width: 100%; } .RightBg { display: none; } .contentCenter { flex-direction: column; margin-top: 105vw; .leftText { width: 100%; } .rightText { width: 100%; margin-top: rem(30px); } .centerBg { position: absolute; top: 50vw; width: 100%; height: auto; left: 0; .outer { width: 100%; height: auto; top: 8vw; } .dots { width: 68%; height: auto; top: 22vw; } .rounds { width: 65%; height: auto; top: 22vw; } .center { width: 36%; height: auto; top: 36.4vw; } } } .leftBgTop { left: -14%; top: 180vw; bottom: 0; width: 50%; opacity: 0.5; } .leftBgBottom { z-index: 0; display: none; } .rightBgTop { right: -14%; top: 180vw; bottom: 0; width: 50%; opacity: 0.5; } .rightBgBottom { display: none; } } }
0.648244
0.071721
The "My Porto" HTML5 Template File: CSS Base Version: ---- Last change: ---- Author: ---- -------------------------------------------------- */ /* -------------------------------------------------- * 1 = fonts load * 2 = global area * 3 = fixed-left/right side body * 4 = home (index page) * 5 = footer-section * 6 = Chooser page -------------------------------------------------- */ /* - table of content end ==================================================================================================== */ /* - 1 - fonts load start ==================================================================================================== */ @import url('https://fonts.googleapis.com/css?family=Merienda:400,700|Raleway:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,700,700i'); body { font-family: 'Roboto', sans-serif; } h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; } /* - 1 - fonts load end ==================================================================================================== */ /* - 2 - global area start ==================================================================================================== */ * { box-sizing: border-box; } body, html { margin: 0; padding: 30px; color: #2f2f2f; font-size: 16px; line-height: 1.625; letter-spacing: .5px; background-color: #f2f2f2; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; overflow-x:hidden; } ::selection { color: #fff; background: #2196f3; } .form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, a:hover, a:focus, a:visited, a.active{ outline: none; box-shadow: none; background: none; text-decoration: none; } p, ul.ul-li, ul.ul-li li, ul.ul-li li a { margin: 0; padding: 0; } ul.ul-li { width: 100%; display: table; } ul.ul-li li { list-style: none; display: inline-block; } ul.ul-li-block li { display: block; } a { text-decoration: none; display: inline-block; } h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; color: #111111; font-weight: normal; text-transform: capitalize; font-family: 'Raleway', sans-serif; } img { max-width: 100%; height: auto; } /* - padding / margin setting start ================================================== */ .p-0 { padding: 0px; } .pt-0 { padding-top: 0px; } .pb-0 { padding-bottom: 0px; } .pr-0 { padding-right: 0px; } .pl-0 { padding-left: 0px; } .m-0 { margin: 0px !important; } .mt-0 { margin-top: 0px; } .mb-30 { margin-bottom: 30px; } .mr-0 { margin-right: 0px; } .ml-0 { margin-left: 0px; } /* - padding / margin setting end ================================================== */ /* - social button start ================================================== */ ul.social-btn { width: 100%; display: table; padding: 50px 0px; text-align: center; } ul.social-btn li { margin: 5px; width: 35px; height: 35px; opacity: 0.2; border-radius: 100%; display: inline-block; background-color: rgb(0, 0, 0); } ul.social-btn li:hover { opacity: 1; background-color: #2196f3; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } ul.social-btn li a { width: 100%; height: 100%; display: block; color: #ffffff; line-height: 35px; text-align: center; } /* - social button end ================================================== */ /* - post-mate2 start ================================================== */ ul.post-mate2 { width: 100%; display: table; } ul.post-mate2 li { position: relative; font-style: italic; display: inline-block; text-transform: capitalize; } ul.post-mate2 li:before { top: 0; right: 0; content: '/'; position: absolute; } ul.post-mate2 li:last-child:before { display: none; } .pm-r25 { margin-right: 25px; padding-right: 25px; } .pm-l25 { margin-left: 25px; padding-left: 25px; } /* - post-mate2 end ================================================== */ /* - link button start ================================================== */ button.custom-btn, a.custom-btn { width: 230px; height: 70px; color: #ffffff; font-size: 18px; line-height: 70px; text-align: center; display: inline-block; background-color: #2196f3; text-transform: capitalize; } button.custom-btn > i, a.custom-btn > i { margin-right: 15px; } button.custom-btn:hover, a.custom-btn:hover { box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.2); } /* - link button end ================================================== */ /* - Section-title start ================================================== */ .Section-title { width: 100%; display: table; text-align: left; position: relative; margin-bottom: 60px; } .Section-title h2 { z-index: 2; font-size: 40px; font-weight: 700; padding: 15px 0px; line-height: 0.65; position: relative; margin-bottom: 20px; text-transform: capitalize; } .Section-title span { left: 0; top: -40px; z-index: -1; color: #f7f7f7; font-size: 90px; font-weight: 700; position: absolute; text-transform: uppercase; font-family: 'Roboto', sans-serif; } .Section-title h2 > i { color: #2196f3; margin-right: 10px; } /* title .................................................. */ h2.title { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Roboto', sans-serif; } /* - Section-title end ================================================== */ /* - all Transition start ================================================== */ button, a { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } /* - all Transition end ================================================== */ .sec-p100-bg-bs { padding: 100px; padding-top:80px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .common-color { color: #2196f3; } .photoshop-bg { background-color: #2196f3; } .photoshop-color { color: #2196f3; } .jquery-bg { background-color: #26a69a; } .jquery-color { color: #26a69a; } .php-bg { background-color: #ef5350; } .php-color { color: #ef5350; } .html5-bg { background-color: #3f51b5; } .html5-color { color: #3f51b5; } .css3-bg { background-color: #fbc02d; } .css3-color { color: #fbc02d; } .marketing-bg { background-color: #ab47bc; } .marketing-color { color: #ab47bc; } /* - 2 - global area end ==================================================================================================== */ /* - 3 - fixed-left/right side body start ==================================================================================================== */ .fixed-left-side-body { top: 60px; bottom: 0; left: 30px; width: 24%; float: left; position: fixed; min-height: 100%; overflow-x: hidden; background-color: #fff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .fixed-left-side-body .profile { padding: 80px 0px; position: relative; margin-bottom: 40px; } .fixed-left-side-body .profile-image { padding: 0px 40px 0px 40px; } .fixed-left-side-body .profile-image > img { width: 100%; height: 100%; display: block; } .fixed-left-side-body .profile-name { padding: 45px 0px; background-color: #ffffff; box-shadow: 0px 10px 40px 15px rgba(1, 1, 1, 0.1); } .fixed-left-side-body .profile-name h1.user-name { font-size: 34px; margin-bottom: 10px; font-family: 'Roboto', sans-serif; } .fixed-left-side-body .discription { margin-bottom: 50px; padding: 50px 40px 50px 60px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; } .fixed-left-side-body .cv-btn { text-align: center; } .fixed-left-side-body::-webkit-scrollbar { width: 2px; height: 100px; } .fixed-left-side-body::-webkit-scrollbar-track { width: 2px; background-color: transparent; } .fixed-left-side-body::-webkit-scrollbar-thumb { background-color: transparent; } /* right-side-body .................................................. */ .right-side-body { width: 75%; float: right; position: relative; padding-left: 30px; } /* - 3 - fixed-left/right side body end ==================================================================================================== */ /* - 4 - home (index page) start ==================================================================================================== */ /* - 4.1 - header-section Start ================================================== */ .header-section { position: relative; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .header-section nav.main-nav { width: 100%; height: 100px; box-shadow: none; line-height: 100px; background-color: #ffffff; } .header-section nav.main-nav ul > li { transform: scaleY(1); z-index: 0; } .header-section nav.main-nav ul > li.active a{ z-index: 1; } .header-section nav.main-nav ul > li.active > a:hover {} .header-section nav.main-nav ul > li > a { color: #111111; display: block; padding: 0 32px; text-transform: capitalize; } .header-section nav.main-nav .alternative-menu { display: none; } .hello_fixed_nav_wrapper ul li a:hover, .hello_fixed_nav_wrapper ul li.active a{ background:#2196f3; color:#ffffff !important; } .hello_main_navigation ul li.active a{ background:#2196f3; color:#ffffff !important; } .hello_main_navigation ul li a:hover, .hello_main_navigation ul li.active a{ background:#2196f3; color:#ffffff !important; } /* search .................................................. */ .cd-search-trigger, .cd-nav-trigger { position: relative; } .cd-search { left: 0; top: 100%; z-index: 3; opacity: 0; width: 100%; height: 100px; padding: 0px 60px; visibility: hidden; position: absolute; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-search > form { width: 100%; height: 100%; display: block; } .cd-search input { width: 100%; height: 100%; border: none; color: #111111; display: block; border-radius: 0; font-size: 30px; } .cd-search input::-webkit-input-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input::-moz-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input:-moz-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input:-ms-input-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input:focus { outline: none; box-shadow: none !important; border-bottom: none !important; } .cd-search.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } /* responsive side-nav .................................................. */ ul.side-nav li.sn-user { text-align: center; padding: 50px 0px !important; margin-bottom: 30px !important; border-bottom: 1px solid #f0f0f0; } ul.side-nav li.sn-user span.sn-user-img { width: 100px; height: 100px; display: table; line-height: 0; margin: 0 auto; overflow: hidden; text-align: center; border-radius: 100%; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } ul.side-nav li.sn-user span.sn-user-name { color: #111111; font-weight: 700; text-transform: uppercase; } ul.side-nav li.sn-user > a.sn-cv-link { width: 100%; height: auto; display: table; line-height: 0; text-align: center; margin: 0 !important; padding: 0 !important; } ul.side-nav li.sn-item > a { font-size: 18px; padding: 0px 40px !important; } ul.side-nav li.sn-item > a > i { margin-right: 15px; } /* - 4.1 - header-section end ================================================== */ /* - 4.2 - main-slider-section Start ================================================== */ .main-slider-section { box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .main-slider .item { padding: 100px; background-color: #ffffff; } /* item-child-right .................................................. */ .main-slider .item-child-right { width: 335px; height: 335px; margin: 43px 0px; text-align: center; position: relative; border-radius: 100%; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .main-slider .item-child-right > a.chat { width: 80px; height: 80px; color: #ffffff; line-height: 80px; font-size: 24px; text-align: center; border-radius: 100%; background-color: rgb(239, 83, 80); box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); position: absolute; top: 36px; left: -10px; } .main-slider .item-child-right > img { width: 100%; height: 100%; display: block; border-radius:100%; } /* item-child-left .................................................. */ .main-slider .item-child-left { padding: 67.5px 0px; } .main-slider .item-child-left h2.hi { font-size: 80px; font-weight: 700; } .main-slider .item-child-left p.name { color: #313131; font-size: 46px; } .main-slider .item-child-left small.position { width: 100%; display: block; color: #111111; font-size: 24px; font-weight: 300; } /* owl-dots .................................................. */ .main-slider .owl-dots { top: 50%; right: 45px; position: absolute; transform: translateY(-50%); } .main-slider .owl-dots .owl-dot { zoom: 1; display: table; } .main-slider .owl-dots .owl-dot span { width: 8px; height: 8px; display: block; margin: 10px 0px; border-radius: 0px; background: #cdcdcd; transform: scale(1); transition: all .2s ease-in-out; -webkit-backface-visibility: visible; } .main-slider .owl-dots .owl-dot.active span { background: #2196f3; transform: scale(1.7); box-shadow: 0px 0px 25px 5px rgba(1, 1, 1, 0.1); } /* - 4.2 - main-slider-section Start ================================================== */ /* - 4.3 - aboutme-section Start ================================================== */ .personal-details-area { margin-bottom: 60px; } .aboutme-section ul.service-list li { width: 200px; height: 200px; padding: 30px; overflow: hidden; position: relative; margin-right: 30px; margin-bottom: 30px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .aboutme-section ul.service-list li:before { left: 0; right: 0; bottom: 0; content: ''; width: 100%; height: 2px; position: absolute; transition: all .2s ease-in-out; } .aboutme-section ul.service-list li > i { top: 40px; left: 40px; font-size: 40px; position: absolute; } .aboutme-section ul.service-list li > span.service-name { left: 40px; bottom: 40px; color: #111111; font-size: 20px; position: absolute; text-transform: capitalize; transition: all .2s ease-in-out; } .aboutme-section ul.service-list li > a.more { top: 40px; width: 45px; right: -100%; height: 35px; color: #ffffff; line-height: 35px; text-align: center; position: absolute; background-color: #2196f3; transition: all .2s ease-in-out; } /* ---------- hover effects ---------- */ .aboutme-section ul.service-list li:hover:before { height: 60px; } .aboutme-section ul.service-list li:hover > span.service-name { bottom: 15px; color: #ffffff; } .aboutme-section ul.service-list li:hover > a.more { right: 0%; } /* ---------- colorzzz ---------- */ .aboutme-section ul.service-list li.logodesign > i {color: #2196f3;} .aboutme-section ul.service-list li.logodesign:before {background-color: #2196f3;} .aboutme-section ul.service-list li.logodesign > a.more {background-color: #2196f3;} .aboutme-section ul.service-list li.website > i {color: #ef5350;} .aboutme-section ul.service-list li.website:before {background-color: #ef5350;} .aboutme-section ul.service-list li.website > a.more {background-color: #ef5350;} .aboutme-section ul.service-list li.softwares > i {color: #fbc02d;} .aboutme-section ul.service-list li.softwares:before {background-color: #fbc02d;} .aboutme-section ul.service-list li.softwares > a.more {background-color: #fbc02d;} .aboutme-section ul.service-list li.applications > i {color: #ab47bc;} .aboutme-section ul.service-list li.applications:before {background-color: #ab47bc;} .aboutme-section ul.service-list li.applications > a.more {background-color: #ab47bc;} /* personal-details-right .................................................. */ .aboutme-section .personal-details-right { padding-bottom: 30px; border-bottom: 1px solid #f0f0f0; } .aboutme-section .personal-details-right h2.title { margin-bottom: 50px; } .aboutme-section .personal-details-right > table td { padding: 11px 5px; } .td-w65 { width: 65%; color: #111111; font-style: italic; } .td-w25 { width: 25%; } .td-w10 { width: 10%; } /* success .................................................. */ .aboutme-section .success { width: 100%; padding: 30px; display: table; background-color: #2196f3; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } /* success-child-left .................................................. */ .aboutme-section .success-child-left { width: 50%; float: left; padding: 15px; text-align: left; } .aboutme-section .success-child-left > i { float: left; color: #ffffff; font-size: 70px; margin-right: 30px; } .aboutme-section .success-child-left > p { color: #ffffff; font-size: 24px; font-weight: 700; line-height: 1.417; } /* success-child-right .................................................. */ .aboutme-section .success-child-right { width: 50%; float: right; padding: 15px; text-align: right; } .aboutme-section .success a.hire-me { width: 200px; height: 70px; color: #000000; font-size: 18px; line-height: 70px; text-align: center; text-transform: capitalize; background-color: #ffffff; } .aboutme-section .success a.hire-me:hover { background-color:#ffffff; color:#000000; } /* - 4.3 - aboutme-section end ================================================== */ /* - 4.4 - my-skill-section start ================================================== */ .professional-skills-area { margin-bottom: 90px; } .professional-skills-area .tabs .indicator { display: none; } .professional-skills-area ul.skills-tab { margin-bottom: 40px; } .professional-skills-area ul.skills-tab li.tag-item { float: left; width: auto; height: 53px; line-height: 53px; text-align: center; } .professional-skills-area ul.skills-tab li.tag-icon { width: 30px; height: 53px; color: #111111; text-align: left; line-height: 53px; } .professional-skills-area ul.skills-tab li.tag-item a { color: #111111; padding: 0px 14px; text-transform: lowercase; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .professional-skills-area ul.skills-tab li.tag-item a:hover { background-color: #ffffff; color:#2196f3; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } /* item-body .................................................. */ #graphicdesign, #photography, #technology, #design, #webdevelopment, #application { padding: 60px 60px; background-color: #fff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } #graphicdesign h2.title, #photography h2.title, #technology h2.title, #design h2.title, #webdevelopment h2.title, #application h2.title { margin-bottom: 50px; } @keyframes Rx-width-90 { 0% { width: 0%; } 100% { width: 90%; } } @-webkit-keyframes Rx-width-90 { 0% { width: 0%; } 100% { width: 90%; } } @-webkit-keyframes Rx-width-60 { 0% { width: 0%; } 100% { width: 65%; } } @-webkit-keyframes Rx-width-75 { 0% { width: 0%; } 100% { width: 75%; } } @keyframes Rx-width-75 { 0% { width: 0%; } 100% { width: 75%; } } @-webkit-keyframes Rx-width-45 { 0% { width: 0%; } 100% { width: 45%; } } @-webkit-keyframes Rx-width-65 { 0% { width: 0%; } 100% { width: 65%; } } @keyframes Rx-width-80 { 0% { width: 0%; } 100% { width: 80%; } } .Rx-width-90 { -webkit-animation-name: Rx-width-90; -o-animation-name: Rx-width-90; animation-name: Rx-width-90; animation-fill-mode: forwards; } .Rx-width-60 { -webkit-animation-name: Rx-width-60; -o-animation-name: Rx-width-60; animation-name: Rx-width-60; animation-fill-mode: forwards; } .Rx-width-75 { -webkit-animation-name: Rx-width-75; -o-animation-name: Rx-width-75; animation-name: Rx-width-75; animation-fill-mode: forwards; } .Rx-width-45 { -webkit-animation-name: Rx-width-45; -o-animation-name: Rx-width-45; animation-name: Rx-width-45; animation-fill-mode: forwards; } .Rx-width-65 { -webkit-animation-name: Rx-width-65; -o-animation-name: Rx-width-65; animation-name: Rx-width-65; animation-fill-mode: forwards; } .Rx-width-80 { -webkit-animation-name: Rx-width-80; -o-animation-name: Rx-width-80; animation-name: Rx-width-80; animation-fill-mode: forwards; } .single_experties { width: 100%; display: table; margin-bottom: 25px; } .skilled-tittle { width: 30%; float: left; } .progress{ width: 70%; height: 5px; float: right; border-radius: 0; margin-top: 10px; overflow: visible; background-color: #f0f0f0; } .progress-bar { height: 5px; position: relative; } .progress-bar > span { right: -4%; bottom: 10px; font-weight: 700; position: absolute; } ul.chart-list li { width: 170px; height: 170px; margin-right: 17px; text-align: center; } ul.chart-list li:last-child { margin-right: 0px; } /* - 4.4 - my-skill-section end ================================================== */ /* - 4.5 - education-section start ================================================== */ .education-section .accordion { border: none; margin: 0px; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } /* accordion-header .................................................. */ .education-section .accordion .accordion-header { width: 100%; margin: 0px; padding: 0px; border: none; display: table; position: relative; border-bottom: 1px solid #f0f0f0; } .education-section .accordion .accordion-header > span.icon { float: left; width: 80px; height: 80px; text-align: center; display: inline-block; border-right: 1px solid #f0f0f0; } .education-section .accordion .accordion-header i { margin: 0; float: none; line-height: 80px; display: inline-block; } .education-section .accordion .accordion-header > p { display: table; color: #111111; font-size: 16px; padding: 17px 40px; text-transform: uppercase; } /* accordion-body .................................................. */ .education-section .accordion .accordion-body { border: none; padding: 50px 60px; background-color: #f7f7f7; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; } .education-section .accordion .accordion-body > span { color: #818181; } /* ------------------------------------------------------- accordion effects ------------------------------------------------------- */ .education-section .accordion .accordion-header:before { top: 50%; right: 30px; position: absolute; font-family: 'FontAwesome'; transition: all .3s ease-in-out; transform: translateY(-50%) rotate(-180deg); } .education-section .accordion .accordion-header:before { content: "\f067"; } .education-section .accordion .accordion-header.active:before { content: "\f068"; transform: translateY(-50%) rotate(0deg); } .education-section .accordion .acco-clr1:before, .education-section .accordion .acco-clr1 > .icon { color: #2196f3; } .education-section .accordion .acco-clr2:before, .education-section .accordion .acco-clr2 > .icon { color: #26a69a; } .education-section .accordion .acco-clr3:before, .education-section .accordion .acco-clr3 > .icon { color: #ef5350; } .education-section .accordion .acco-clr4:before, .education-section .accordion .acco-clr4 > .icon { color: #fbc02d; } .education-section .accordion .acco-clr5:before, .education-section .accordion .acco-clr5 > .icon { color: #ab47bc; } /* - 4.5 - education-section end ================================================== */ /* - 4.5 - my-portfolio-section start ================================================== */ .my-portfolio-section .button-group { width: 100%; height: 80px; padding-left: 40px; margin-bottom: 60px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .my-portfolio-section .button-group .button { z-index: 0; float: left; border: none; color: #111111; background: none; line-height: 80px; padding: 0px 40px; transform: scaleY(1); display: inline-block; text-transform: capitalize; } .my-portfolio-section .button-group .button:hover { background-color: #f7f7f7; } .my-portfolio-section .button-group .button.is-checked { z-index: 1; color: #ffffff; background-color: #2196f3; box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.2); } /* portfolio-search .................................................. */ .portfolio-search { width: 35%; height: 100%; display: table; position: relative; border-left: 1px solid #f0f0f0; } .portfolio-search > .label-icon { top: 50%; right: 35px; color: #111111; font-size: 20px; position: absolute; transform: translateY(-50%); } .portfolio-search #search { margin: 0; width: 100%; height: 100%; border: none; display: block; padding: 0 0 0 35px; } .portfolio-search input[type=search]:focus:not([readonly]) { box-shadow: none; border-bottom: none; } .portfolio-search input[type=search]:focus:not([readonly]) + .label-icon { color: #2196f3; } /* ---- isotope ---- */ .my-portfolio-section .grid { width: 100%; display: table; margin-bottom: 80px; } .my-portfolio-section .element-item { margin: 0; padding: 0; float: left; height: 320px; width: 33.333%; display: inline-block; } .my-portfolio-section .element-item .ei-child { z-index: 0; width: 100%; height: 100%; display: block; overflow: hidden; position: relative; transform: scale(1); transition: all .4s ease-in-out; } .my-portfolio-section .element-item img { width: 100%; height: 100%; display: block; } .my-portfolio-section .element-item a.more { width: 45px; right: -100%; bottom: 40px; height: 35px; color: #ffffff; line-height: 35px; text-align: center; position: absolute; background-color: #2196f3; } .my-portfolio-section .element-item .ei-child:hover { z-index: 1; transform: scale(1.1); box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .my-portfolio-section .element-item .ei-child:hover a.more { right: 0%; } .my-portfolio-section a.custom-btn { margin: 0 auto; left: 50%; transform: translateX(-50%); } /* - 4.5 - my-portfolio-section end ================================================== */ /* - 4.5 - testomonial-section start ================================================== */ #testomonial-carousel { height: 368px; margin-bottom: 100px; } #testomonial-carousel .item{ top:-20px; } .hello_testi_slider_wrapper .owl-carousel .owl-item{ position: relative !important; top: 13px !important; padding-bottom: 62px !important; } #testomonial-carousel .owl-carousel .item{ position: relative; top: 18px; padding-bottom: 100px; } #testomonial-carousel .item .testomonial-img { z-index: 1; width: 33%; float: left; height: 100%; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } #testomonial-carousel .item .testomonial-contant { width:calc(100% - 33%); float: right; height: 100%; margin-top: 0; background-color: #ffffff; padding: 60px 120px 110px 60px; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } #testomonial-carousel .item .testomonial-contant > h2 { font-size: 24px; font-weight: 700; margin-bottom: 30px; } #testomonial-carousel .item .testomonial-contant > h2 > span { color: #2196f3; font-size: 16px; font-weight: 400; } #testomonial-carousel .item .testomonial-contant > p { font-style: italic; margin-bottom: 30px; } #testomonial-carousel .item .testomonial-contant > a { font-style: italic; } /* owl-nav .................................................. */ #testomonial-carousel .owl-nav { top: 0; bottom: 0; margin: 0; right: 0; width: 80px; padding: 30px 0px; position: absolute; } #testomonial-carousel .owl-prev, #testomonial-carousel .owl-next { margin: 0; padding: 0; width: 100%; height: 50%; display: table; overflow: hidden; text-align: center; border-radius: 0px; background: #ffffff; border-left: 1px solid #f0f0f0; } #testomonial-carousel .owl-prev:before, #testomonial-carousel .owl-next:before { left: 0; right: 0; height: 43%; color: #111111; display: block; font-size: 30px; position: absolute; line-height: 160px; background: #ffffff; font-family: 'FontAwesome'; } #testomonial-carousel .owl-prev:before { content: "\f100"; } #testomonial-carousel .owl-next:before { content: "\f101"; } #testomonial-carousel .owl-prev:hover:before, #testomonial-carousel .owl-next:hover:before { background: #f0f0f0; } #testomonial-carousel .owl-dots { display: none; } /* brand-list .................................................. */ ul.brand-list li { z-index: 0; width: 20%; height: 120px; text-align: center; transform: scale(1); transition: all .4s ease-in-out; border-right: 2px solid #f0f0f0; } ul.brand-list li:last-child { border-right: none; } ul.brand-list li:hover { z-index: 1; transform: scale(1.3); border-right: 2px solid transparent; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } ul.brand-list li > a { width: 100%; height: 100%; opacity: .30; display: block; padding: 20px 0px; line-height: 120px; } ul.brand-list li:hover > a { opacity: 1; } /* - 4.5 - testomonial-section end ================================================== */ .circle { height: 120px; width: 120px; float: left; position: relative; margin-right: 20px; } .skill-piechart:last-child .circle { margin-right: 0; } .circle strong { position: absolute; text-align: center; top: 42%; left: 0; right: 0; } /* - 4.6 - experience-section start ================================================== */ /* experience-left .................................................. */ .experience-left { z-index: 0; position: relative; padding: 60px 60px; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .experience-left-item-area { z-index: 1; height: 820px; padding: 0px 30px; overflow-y: scroll; } .border-left { padding: 20px 30px 0px 30px; border-left: 2px solid #f0f0f0; } .experience-left-item-area::-webkit-scrollbar { width: 2px; height: 100px; } .experience-left-item-area::-webkit-scrollbar-track { width: 2px; background-color: #f0f0f0; } .experience-left-item-area::-webkit-scrollbar-thumb { background-color: #2196f3; } .experience-left .experience-item { position: relative; margin-bottom: 80px; } .experience-left .experience-item:last-child { margin-bottom: 0px; } .experience-left .experience-item:before, .experience-left .experience-item:after { content: ''; position: absolute; } .experience-left .experience-item:before { top: -3px; left: -44px; width: 25px; height: 25px; border-radius: 100%; border: 3px solid red; background-color: transparent; } .experience-left .experience-item:after { top: 4px; left: -37px; width: 11px; height: 11px; border-radius: 100%; background-color: red; } .experience-left .experience-item .post-mate { margin: 20px 0px; } .experience-left .experience-item .post-mate li span.current { color: #ffffff; padding: 5px 10px; } .experience-left .experience-item a { margin-top: 25px; font-style: italic; } .experience-item.exp1:before { border-color: #2196f3; } .experience-item.exp1:after { background-color: #2196f3; } .experience-item.exp2:before { border-color: #26a69a; } .experience-item.exp2:after { background-color: #26a69a; } .experience-item.exp3:before { border-color: #ef5350; } .experience-item.exp3:after { background-color: #ef5350; } /* experience-right .................................................. */ .experience-right { box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .experience-right .achivement { padding: 67px 50px 60px 60px; border-bottom: 1px solid #f0f0f0; } .experience-right .achivement:last-child { border-bottom: none; } .experience-right .achivement h2 { margin-bottom: 30px; } .experience-right .achivement h2>.thumb { float: left; color: #e7e7e7; font-size: 54px; font-weight: 700; margin-top: -13px; margin-right: 10px; } .experience-right .achivement h2>.thumb.achived-color { color: #fbc02d !important; } /* - 4.6 - experience-section end ================================================== */ /* - 4.7 - -section start ================================================== */ .latest-news-section .news-item { margin-bottom: 80px; } .latest-news-section .news-image, .latest-news-section .news-contant { width: 50%; } .latest-news-section .news-image { z-index: 1; position: relative; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .latest-news-section .news-image > img { width: 100%; height: 100%; display: block; } .latest-news-section .news-image.b4-1:before, .latest-news-section .news-image.b4-2:before { top: 60px; right: -16%; height: 4px; width: 86px; content: ''; z-index: -1; position: absolute; background-color: #2196f3; } .latest-news-section .news-image.b4-1:before { right: -15%; } .latest-news-section .news-image.b4-2:before { left: -15%; } .latest-news-section .news-contant { padding: 115px 60px 0px 60px; } .latest-news-section .news-contant ul.post-mate2, .latest-news-section .news-contant > p { margin-bottom: 23px; } .latest-news-section ul.pagination { width: 60%; height: 70px; display: table; margin: 0 auto; margin-top: 40px; text-align: center; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .latest-news-section ul.pagination li { z-index: 0; width: 70px; height: 100%; text-align: center; transform: scaleY(1); } .latest-news-section ul.pagination li:hover { background-color: #f7f7f7; } .latest-news-section ul.pagination li a { width: 100%; height: 100%; display: block; line-height: 70px; } .latest-news-section ul.pagination li.left-arrow { border-right: 1px solid #f0f0f0; } .latest-news-section ul.pagination li.right-arrow { border-left: 1px solid #f0f0f0; } .latest-news-section ul.pagination li.active { z-index: 1; color: #ffffff; border-radius: 0px; background-color: #2196f3; box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.2); } /* - 4.7 - -section end ================================================== */ /* - 4.8 - contact-me-section start ================================================== */ .contact-me-section .contact-left .cont-item { width: 100%; height: 206px; display: table; padding: 60px 60px; margin-bottom: 30px; transition: all .4s ease-in-out; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .contact-me-section .contact-left .cont-item:last-child { margin-bottom: 0px; } .contact-me-section .contact-left .cont-item p { font-style: italic; } .contact-me-section .contact-left .cont-item p > span { float: left; width: 110px; margin-right: 25px; position: relative; } .contact-me-section .contact-left .cont-item p > span:after { top: 0; right: 0; content: ':'; color: #828282; position: absolute; } /* contact-right .................................................. */ .contact-me-section .contact-right { padding: 60px 60px; background-color: #2196f3; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .contact-me-section .contact-right h2.title { color: #ffffff; } .contact-me-section .contact-right .input-field { padding: 0; margin: 0 0 30px 0; } .contact-me-section .contact-right .input-field input, .contact-me-section .contact-right .input-field textarea { color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.5); } .contact-me-section .contact-right .input-field label { color: rgba(255, 255, 255, 0.5); } .contact-me-section .contact-right .input-field textarea { min-height: 126px; } .contact-me-section .contact-right button.custom-btn { color: #111111; background-color: #ffffff; border: none; } .contact-me-section .contact-right .input-field input:focus, .contact-me-section .contact-right .input-field textarea:focus { border-bottom: 1px solid #ffffff; box-shadow: 0 1px 0 0 #ffffff; } .contact-me-section .contact-right .input-field input:focus + label, .contact-me-section .contact-right .input-field textarea:focus + label { color: #ffffff; } /* - 4.8 - contact-me-section end ================================================== */ /* - 4 - home (index page) end ==================================================================================================== */ /* - 5 - footer-section start ==================================================================================================== */ .footer-section { width: 100%; height: 100px; display: table; position: relative; line-height:100px; padding-left:40px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } /* back to top .................................................. */ .backtotop { top: 0; right: 0; bottom: 0; width: 100px; height: 100px; text-align: center; position: absolute; background-color: #f7f7f7; } .backtotop a.scroll { width: 100%; height: 100%; color: #111111; display: block; font-size: 24px; line-height: 100px; } /* - 5 - footer-section end ==================================================================================================== */ /* - 6 - Start of Chooser page ==================================================================================================== */ .chooser-head { text-align: center; } .chooser-head { text-align: center; padding: 200px; background-color: #26a69a; } .chooser-title h2 { font-size: 50px; font-weight: 700; color: #ffffff; padding-bottom: 15px; } .chooser-head .title-dec { font-size: 24px; color: #ffffff; } .view-demo-btn { margin-top: 30px; } body.clearfix.chooser { margin: 0; padding: 0; } .demo-title h3 { font-size: 30px; letter-spacing: 2px; line-height: 24px; margin: 0; position: relative; text-transform: uppercase; padding-bottom: 13px; font-weight: 700; } .demo-title { position: relative; text-align: center; padding-top: 70px; margin-bottom: 45px; } .demo-title::before { width: 64px; height: 1px; background: #dddddd; margin-left: -32px; bottom: 0px; left: 50%; content: ""; position: absolute; } .dmeo-item-title h3 { font-size: 18px; font-weight: 700; font-style: italic; text-align: center; margin-top: 15px; } .dmeo-item-list { box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); padding-bottom: 10px; text-align: center; } .dmeo-item-list.half { text-align: center; max-width: 370px; margin: 0 auto; } .preview i { color: #2196f3; font-style: italic; font-weight: 700; color: #ffffff; } .preview i span { margin-left: 10px; } .dmeo-item-list { position: relative; margin-bottom: 45px; } .img-ovelay { position: relative; } .overlay { position: absolute; top: 0; height: 98%; width: 100%; background-color: rgba(32, 148, 243, 0.8); opacity: 0; transition: .3s all ease-in-out; } .preview { position: absolute; top: 30%; left: 0; right: 0; opacity: 0; transition: .3s all ease-in-out; text-align: center; } .dmeo-item-list:hover .overlay { opacity: 1; } .dmeo-item-list:hover .preview { opacity: 1; top: 40%; } .other-demo-item { background-color: #ffffff; padding-bottom: 70px; } .choose-demo, .other-demo-item-2{ padding-bottom: 70px; } /* - 6 - End of Chooser page ==================================================================================================== */ /*-- main menu fixed--*/ .hello_menu_fixed_main_wrapper{ position:fixed; z-index:1000; left:0; right:0; background:#ffffff; top:0; display: none; -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); } .menu_fixed{ position:fixed; background:#ffffff; z-index:10; left:0; right:0; top:0; } .hello_logo_wrapper{ float:left; } .hello_fixed_nav_wrapper{ float:right; position: relative; left: -46px; } .hello_nav_fixed ul{ float:right; } .hello_logo{ z-index:1000 !important; } .hello_logo img{ position:relative; top: 10px; left: 47px; }
assets/css/style.css
The "My Porto" HTML5 Template File: CSS Base Version: ---- Last change: ---- Author: ---- -------------------------------------------------- */ /* -------------------------------------------------- * 1 = fonts load * 2 = global area * 3 = fixed-left/right side body * 4 = home (index page) * 5 = footer-section * 6 = Chooser page -------------------------------------------------- */ /* - table of content end ==================================================================================================== */ /* - 1 - fonts load start ==================================================================================================== */ @import url('https://fonts.googleapis.com/css?family=Merienda:400,700|Raleway:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,700,700i'); body { font-family: 'Roboto', sans-serif; } h1,h2,h3,h4,h5,h6 { font-family: 'Raleway', sans-serif; } /* - 1 - fonts load end ==================================================================================================== */ /* - 2 - global area start ==================================================================================================== */ * { box-sizing: border-box; } body, html { margin: 0; padding: 30px; color: #2f2f2f; font-size: 16px; line-height: 1.625; letter-spacing: .5px; background-color: #f2f2f2; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; overflow-x:hidden; } ::selection { color: #fff; background: #2196f3; } .form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, a:hover, a:focus, a:visited, a.active{ outline: none; box-shadow: none; background: none; text-decoration: none; } p, ul.ul-li, ul.ul-li li, ul.ul-li li a { margin: 0; padding: 0; } ul.ul-li { width: 100%; display: table; } ul.ul-li li { list-style: none; display: inline-block; } ul.ul-li-block li { display: block; } a { text-decoration: none; display: inline-block; } h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; color: #111111; font-weight: normal; text-transform: capitalize; font-family: 'Raleway', sans-serif; } img { max-width: 100%; height: auto; } /* - padding / margin setting start ================================================== */ .p-0 { padding: 0px; } .pt-0 { padding-top: 0px; } .pb-0 { padding-bottom: 0px; } .pr-0 { padding-right: 0px; } .pl-0 { padding-left: 0px; } .m-0 { margin: 0px !important; } .mt-0 { margin-top: 0px; } .mb-30 { margin-bottom: 30px; } .mr-0 { margin-right: 0px; } .ml-0 { margin-left: 0px; } /* - padding / margin setting end ================================================== */ /* - social button start ================================================== */ ul.social-btn { width: 100%; display: table; padding: 50px 0px; text-align: center; } ul.social-btn li { margin: 5px; width: 35px; height: 35px; opacity: 0.2; border-radius: 100%; display: inline-block; background-color: rgb(0, 0, 0); } ul.social-btn li:hover { opacity: 1; background-color: #2196f3; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } ul.social-btn li a { width: 100%; height: 100%; display: block; color: #ffffff; line-height: 35px; text-align: center; } /* - social button end ================================================== */ /* - post-mate2 start ================================================== */ ul.post-mate2 { width: 100%; display: table; } ul.post-mate2 li { position: relative; font-style: italic; display: inline-block; text-transform: capitalize; } ul.post-mate2 li:before { top: 0; right: 0; content: '/'; position: absolute; } ul.post-mate2 li:last-child:before { display: none; } .pm-r25 { margin-right: 25px; padding-right: 25px; } .pm-l25 { margin-left: 25px; padding-left: 25px; } /* - post-mate2 end ================================================== */ /* - link button start ================================================== */ button.custom-btn, a.custom-btn { width: 230px; height: 70px; color: #ffffff; font-size: 18px; line-height: 70px; text-align: center; display: inline-block; background-color: #2196f3; text-transform: capitalize; } button.custom-btn > i, a.custom-btn > i { margin-right: 15px; } button.custom-btn:hover, a.custom-btn:hover { box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.2); } /* - link button end ================================================== */ /* - Section-title start ================================================== */ .Section-title { width: 100%; display: table; text-align: left; position: relative; margin-bottom: 60px; } .Section-title h2 { z-index: 2; font-size: 40px; font-weight: 700; padding: 15px 0px; line-height: 0.65; position: relative; margin-bottom: 20px; text-transform: capitalize; } .Section-title span { left: 0; top: -40px; z-index: -1; color: #f7f7f7; font-size: 90px; font-weight: 700; position: absolute; text-transform: uppercase; font-family: 'Roboto', sans-serif; } .Section-title h2 > i { color: #2196f3; margin-right: 10px; } /* title .................................................. */ h2.title { font-size: 18px; font-weight: 700; text-transform: uppercase; font-family: 'Roboto', sans-serif; } /* - Section-title end ================================================== */ /* - all Transition start ================================================== */ button, a { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } /* - all Transition end ================================================== */ .sec-p100-bg-bs { padding: 100px; padding-top:80px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .common-color { color: #2196f3; } .photoshop-bg { background-color: #2196f3; } .photoshop-color { color: #2196f3; } .jquery-bg { background-color: #26a69a; } .jquery-color { color: #26a69a; } .php-bg { background-color: #ef5350; } .php-color { color: #ef5350; } .html5-bg { background-color: #3f51b5; } .html5-color { color: #3f51b5; } .css3-bg { background-color: #fbc02d; } .css3-color { color: #fbc02d; } .marketing-bg { background-color: #ab47bc; } .marketing-color { color: #ab47bc; } /* - 2 - global area end ==================================================================================================== */ /* - 3 - fixed-left/right side body start ==================================================================================================== */ .fixed-left-side-body { top: 60px; bottom: 0; left: 30px; width: 24%; float: left; position: fixed; min-height: 100%; overflow-x: hidden; background-color: #fff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .fixed-left-side-body .profile { padding: 80px 0px; position: relative; margin-bottom: 40px; } .fixed-left-side-body .profile-image { padding: 0px 40px 0px 40px; } .fixed-left-side-body .profile-image > img { width: 100%; height: 100%; display: block; } .fixed-left-side-body .profile-name { padding: 45px 0px; background-color: #ffffff; box-shadow: 0px 10px 40px 15px rgba(1, 1, 1, 0.1); } .fixed-left-side-body .profile-name h1.user-name { font-size: 34px; margin-bottom: 10px; font-family: 'Roboto', sans-serif; } .fixed-left-side-body .discription { margin-bottom: 50px; padding: 50px 40px 50px 60px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; } .fixed-left-side-body .cv-btn { text-align: center; } .fixed-left-side-body::-webkit-scrollbar { width: 2px; height: 100px; } .fixed-left-side-body::-webkit-scrollbar-track { width: 2px; background-color: transparent; } .fixed-left-side-body::-webkit-scrollbar-thumb { background-color: transparent; } /* right-side-body .................................................. */ .right-side-body { width: 75%; float: right; position: relative; padding-left: 30px; } /* - 3 - fixed-left/right side body end ==================================================================================================== */ /* - 4 - home (index page) start ==================================================================================================== */ /* - 4.1 - header-section Start ================================================== */ .header-section { position: relative; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .header-section nav.main-nav { width: 100%; height: 100px; box-shadow: none; line-height: 100px; background-color: #ffffff; } .header-section nav.main-nav ul > li { transform: scaleY(1); z-index: 0; } .header-section nav.main-nav ul > li.active a{ z-index: 1; } .header-section nav.main-nav ul > li.active > a:hover {} .header-section nav.main-nav ul > li > a { color: #111111; display: block; padding: 0 32px; text-transform: capitalize; } .header-section nav.main-nav .alternative-menu { display: none; } .hello_fixed_nav_wrapper ul li a:hover, .hello_fixed_nav_wrapper ul li.active a{ background:#2196f3; color:#ffffff !important; } .hello_main_navigation ul li.active a{ background:#2196f3; color:#ffffff !important; } .hello_main_navigation ul li a:hover, .hello_main_navigation ul li.active a{ background:#2196f3; color:#ffffff !important; } /* search .................................................. */ .cd-search-trigger, .cd-nav-trigger { position: relative; } .cd-search { left: 0; top: 100%; z-index: 3; opacity: 0; width: 100%; height: 100px; padding: 0px 60px; visibility: hidden; position: absolute; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-search > form { width: 100%; height: 100%; display: block; } .cd-search input { width: 100%; height: 100%; border: none; color: #111111; display: block; border-radius: 0; font-size: 30px; } .cd-search input::-webkit-input-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input::-moz-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input:-moz-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input:-ms-input-placeholder { color: #f0f0f0; font-style: italic; } .cd-search input:focus { outline: none; box-shadow: none !important; border-bottom: none !important; } .cd-search.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } /* responsive side-nav .................................................. */ ul.side-nav li.sn-user { text-align: center; padding: 50px 0px !important; margin-bottom: 30px !important; border-bottom: 1px solid #f0f0f0; } ul.side-nav li.sn-user span.sn-user-img { width: 100px; height: 100px; display: table; line-height: 0; margin: 0 auto; overflow: hidden; text-align: center; border-radius: 100%; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } ul.side-nav li.sn-user span.sn-user-name { color: #111111; font-weight: 700; text-transform: uppercase; } ul.side-nav li.sn-user > a.sn-cv-link { width: 100%; height: auto; display: table; line-height: 0; text-align: center; margin: 0 !important; padding: 0 !important; } ul.side-nav li.sn-item > a { font-size: 18px; padding: 0px 40px !important; } ul.side-nav li.sn-item > a > i { margin-right: 15px; } /* - 4.1 - header-section end ================================================== */ /* - 4.2 - main-slider-section Start ================================================== */ .main-slider-section { box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .main-slider .item { padding: 100px; background-color: #ffffff; } /* item-child-right .................................................. */ .main-slider .item-child-right { width: 335px; height: 335px; margin: 43px 0px; text-align: center; position: relative; border-radius: 100%; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .main-slider .item-child-right > a.chat { width: 80px; height: 80px; color: #ffffff; line-height: 80px; font-size: 24px; text-align: center; border-radius: 100%; background-color: rgb(239, 83, 80); box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); position: absolute; top: 36px; left: -10px; } .main-slider .item-child-right > img { width: 100%; height: 100%; display: block; border-radius:100%; } /* item-child-left .................................................. */ .main-slider .item-child-left { padding: 67.5px 0px; } .main-slider .item-child-left h2.hi { font-size: 80px; font-weight: 700; } .main-slider .item-child-left p.name { color: #313131; font-size: 46px; } .main-slider .item-child-left small.position { width: 100%; display: block; color: #111111; font-size: 24px; font-weight: 300; } /* owl-dots .................................................. */ .main-slider .owl-dots { top: 50%; right: 45px; position: absolute; transform: translateY(-50%); } .main-slider .owl-dots .owl-dot { zoom: 1; display: table; } .main-slider .owl-dots .owl-dot span { width: 8px; height: 8px; display: block; margin: 10px 0px; border-radius: 0px; background: #cdcdcd; transform: scale(1); transition: all .2s ease-in-out; -webkit-backface-visibility: visible; } .main-slider .owl-dots .owl-dot.active span { background: #2196f3; transform: scale(1.7); box-shadow: 0px 0px 25px 5px rgba(1, 1, 1, 0.1); } /* - 4.2 - main-slider-section Start ================================================== */ /* - 4.3 - aboutme-section Start ================================================== */ .personal-details-area { margin-bottom: 60px; } .aboutme-section ul.service-list li { width: 200px; height: 200px; padding: 30px; overflow: hidden; position: relative; margin-right: 30px; margin-bottom: 30px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .aboutme-section ul.service-list li:before { left: 0; right: 0; bottom: 0; content: ''; width: 100%; height: 2px; position: absolute; transition: all .2s ease-in-out; } .aboutme-section ul.service-list li > i { top: 40px; left: 40px; font-size: 40px; position: absolute; } .aboutme-section ul.service-list li > span.service-name { left: 40px; bottom: 40px; color: #111111; font-size: 20px; position: absolute; text-transform: capitalize; transition: all .2s ease-in-out; } .aboutme-section ul.service-list li > a.more { top: 40px; width: 45px; right: -100%; height: 35px; color: #ffffff; line-height: 35px; text-align: center; position: absolute; background-color: #2196f3; transition: all .2s ease-in-out; } /* ---------- hover effects ---------- */ .aboutme-section ul.service-list li:hover:before { height: 60px; } .aboutme-section ul.service-list li:hover > span.service-name { bottom: 15px; color: #ffffff; } .aboutme-section ul.service-list li:hover > a.more { right: 0%; } /* ---------- colorzzz ---------- */ .aboutme-section ul.service-list li.logodesign > i {color: #2196f3;} .aboutme-section ul.service-list li.logodesign:before {background-color: #2196f3;} .aboutme-section ul.service-list li.logodesign > a.more {background-color: #2196f3;} .aboutme-section ul.service-list li.website > i {color: #ef5350;} .aboutme-section ul.service-list li.website:before {background-color: #ef5350;} .aboutme-section ul.service-list li.website > a.more {background-color: #ef5350;} .aboutme-section ul.service-list li.softwares > i {color: #fbc02d;} .aboutme-section ul.service-list li.softwares:before {background-color: #fbc02d;} .aboutme-section ul.service-list li.softwares > a.more {background-color: #fbc02d;} .aboutme-section ul.service-list li.applications > i {color: #ab47bc;} .aboutme-section ul.service-list li.applications:before {background-color: #ab47bc;} .aboutme-section ul.service-list li.applications > a.more {background-color: #ab47bc;} /* personal-details-right .................................................. */ .aboutme-section .personal-details-right { padding-bottom: 30px; border-bottom: 1px solid #f0f0f0; } .aboutme-section .personal-details-right h2.title { margin-bottom: 50px; } .aboutme-section .personal-details-right > table td { padding: 11px 5px; } .td-w65 { width: 65%; color: #111111; font-style: italic; } .td-w25 { width: 25%; } .td-w10 { width: 10%; } /* success .................................................. */ .aboutme-section .success { width: 100%; padding: 30px; display: table; background-color: #2196f3; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } /* success-child-left .................................................. */ .aboutme-section .success-child-left { width: 50%; float: left; padding: 15px; text-align: left; } .aboutme-section .success-child-left > i { float: left; color: #ffffff; font-size: 70px; margin-right: 30px; } .aboutme-section .success-child-left > p { color: #ffffff; font-size: 24px; font-weight: 700; line-height: 1.417; } /* success-child-right .................................................. */ .aboutme-section .success-child-right { width: 50%; float: right; padding: 15px; text-align: right; } .aboutme-section .success a.hire-me { width: 200px; height: 70px; color: #000000; font-size: 18px; line-height: 70px; text-align: center; text-transform: capitalize; background-color: #ffffff; } .aboutme-section .success a.hire-me:hover { background-color:#ffffff; color:#000000; } /* - 4.3 - aboutme-section end ================================================== */ /* - 4.4 - my-skill-section start ================================================== */ .professional-skills-area { margin-bottom: 90px; } .professional-skills-area .tabs .indicator { display: none; } .professional-skills-area ul.skills-tab { margin-bottom: 40px; } .professional-skills-area ul.skills-tab li.tag-item { float: left; width: auto; height: 53px; line-height: 53px; text-align: center; } .professional-skills-area ul.skills-tab li.tag-icon { width: 30px; height: 53px; color: #111111; text-align: left; line-height: 53px; } .professional-skills-area ul.skills-tab li.tag-item a { color: #111111; padding: 0px 14px; text-transform: lowercase; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .professional-skills-area ul.skills-tab li.tag-item a:hover { background-color: #ffffff; color:#2196f3; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); -webkit-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } /* item-body .................................................. */ #graphicdesign, #photography, #technology, #design, #webdevelopment, #application { padding: 60px 60px; background-color: #fff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } #graphicdesign h2.title, #photography h2.title, #technology h2.title, #design h2.title, #webdevelopment h2.title, #application h2.title { margin-bottom: 50px; } @keyframes Rx-width-90 { 0% { width: 0%; } 100% { width: 90%; } } @-webkit-keyframes Rx-width-90 { 0% { width: 0%; } 100% { width: 90%; } } @-webkit-keyframes Rx-width-60 { 0% { width: 0%; } 100% { width: 65%; } } @-webkit-keyframes Rx-width-75 { 0% { width: 0%; } 100% { width: 75%; } } @keyframes Rx-width-75 { 0% { width: 0%; } 100% { width: 75%; } } @-webkit-keyframes Rx-width-45 { 0% { width: 0%; } 100% { width: 45%; } } @-webkit-keyframes Rx-width-65 { 0% { width: 0%; } 100% { width: 65%; } } @keyframes Rx-width-80 { 0% { width: 0%; } 100% { width: 80%; } } .Rx-width-90 { -webkit-animation-name: Rx-width-90; -o-animation-name: Rx-width-90; animation-name: Rx-width-90; animation-fill-mode: forwards; } .Rx-width-60 { -webkit-animation-name: Rx-width-60; -o-animation-name: Rx-width-60; animation-name: Rx-width-60; animation-fill-mode: forwards; } .Rx-width-75 { -webkit-animation-name: Rx-width-75; -o-animation-name: Rx-width-75; animation-name: Rx-width-75; animation-fill-mode: forwards; } .Rx-width-45 { -webkit-animation-name: Rx-width-45; -o-animation-name: Rx-width-45; animation-name: Rx-width-45; animation-fill-mode: forwards; } .Rx-width-65 { -webkit-animation-name: Rx-width-65; -o-animation-name: Rx-width-65; animation-name: Rx-width-65; animation-fill-mode: forwards; } .Rx-width-80 { -webkit-animation-name: Rx-width-80; -o-animation-name: Rx-width-80; animation-name: Rx-width-80; animation-fill-mode: forwards; } .single_experties { width: 100%; display: table; margin-bottom: 25px; } .skilled-tittle { width: 30%; float: left; } .progress{ width: 70%; height: 5px; float: right; border-radius: 0; margin-top: 10px; overflow: visible; background-color: #f0f0f0; } .progress-bar { height: 5px; position: relative; } .progress-bar > span { right: -4%; bottom: 10px; font-weight: 700; position: absolute; } ul.chart-list li { width: 170px; height: 170px; margin-right: 17px; text-align: center; } ul.chart-list li:last-child { margin-right: 0px; } /* - 4.4 - my-skill-section end ================================================== */ /* - 4.5 - education-section start ================================================== */ .education-section .accordion { border: none; margin: 0px; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } /* accordion-header .................................................. */ .education-section .accordion .accordion-header { width: 100%; margin: 0px; padding: 0px; border: none; display: table; position: relative; border-bottom: 1px solid #f0f0f0; } .education-section .accordion .accordion-header > span.icon { float: left; width: 80px; height: 80px; text-align: center; display: inline-block; border-right: 1px solid #f0f0f0; } .education-section .accordion .accordion-header i { margin: 0; float: none; line-height: 80px; display: inline-block; } .education-section .accordion .accordion-header > p { display: table; color: #111111; font-size: 16px; padding: 17px 40px; text-transform: uppercase; } /* accordion-body .................................................. */ .education-section .accordion .accordion-body { border: none; padding: 50px 60px; background-color: #f7f7f7; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; } .education-section .accordion .accordion-body > span { color: #818181; } /* ------------------------------------------------------- accordion effects ------------------------------------------------------- */ .education-section .accordion .accordion-header:before { top: 50%; right: 30px; position: absolute; font-family: 'FontAwesome'; transition: all .3s ease-in-out; transform: translateY(-50%) rotate(-180deg); } .education-section .accordion .accordion-header:before { content: "\f067"; } .education-section .accordion .accordion-header.active:before { content: "\f068"; transform: translateY(-50%) rotate(0deg); } .education-section .accordion .acco-clr1:before, .education-section .accordion .acco-clr1 > .icon { color: #2196f3; } .education-section .accordion .acco-clr2:before, .education-section .accordion .acco-clr2 > .icon { color: #26a69a; } .education-section .accordion .acco-clr3:before, .education-section .accordion .acco-clr3 > .icon { color: #ef5350; } .education-section .accordion .acco-clr4:before, .education-section .accordion .acco-clr4 > .icon { color: #fbc02d; } .education-section .accordion .acco-clr5:before, .education-section .accordion .acco-clr5 > .icon { color: #ab47bc; } /* - 4.5 - education-section end ================================================== */ /* - 4.5 - my-portfolio-section start ================================================== */ .my-portfolio-section .button-group { width: 100%; height: 80px; padding-left: 40px; margin-bottom: 60px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .my-portfolio-section .button-group .button { z-index: 0; float: left; border: none; color: #111111; background: none; line-height: 80px; padding: 0px 40px; transform: scaleY(1); display: inline-block; text-transform: capitalize; } .my-portfolio-section .button-group .button:hover { background-color: #f7f7f7; } .my-portfolio-section .button-group .button.is-checked { z-index: 1; color: #ffffff; background-color: #2196f3; box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.2); } /* portfolio-search .................................................. */ .portfolio-search { width: 35%; height: 100%; display: table; position: relative; border-left: 1px solid #f0f0f0; } .portfolio-search > .label-icon { top: 50%; right: 35px; color: #111111; font-size: 20px; position: absolute; transform: translateY(-50%); } .portfolio-search #search { margin: 0; width: 100%; height: 100%; border: none; display: block; padding: 0 0 0 35px; } .portfolio-search input[type=search]:focus:not([readonly]) { box-shadow: none; border-bottom: none; } .portfolio-search input[type=search]:focus:not([readonly]) + .label-icon { color: #2196f3; } /* ---- isotope ---- */ .my-portfolio-section .grid { width: 100%; display: table; margin-bottom: 80px; } .my-portfolio-section .element-item { margin: 0; padding: 0; float: left; height: 320px; width: 33.333%; display: inline-block; } .my-portfolio-section .element-item .ei-child { z-index: 0; width: 100%; height: 100%; display: block; overflow: hidden; position: relative; transform: scale(1); transition: all .4s ease-in-out; } .my-portfolio-section .element-item img { width: 100%; height: 100%; display: block; } .my-portfolio-section .element-item a.more { width: 45px; right: -100%; bottom: 40px; height: 35px; color: #ffffff; line-height: 35px; text-align: center; position: absolute; background-color: #2196f3; } .my-portfolio-section .element-item .ei-child:hover { z-index: 1; transform: scale(1.1); box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .my-portfolio-section .element-item .ei-child:hover a.more { right: 0%; } .my-portfolio-section a.custom-btn { margin: 0 auto; left: 50%; transform: translateX(-50%); } /* - 4.5 - my-portfolio-section end ================================================== */ /* - 4.5 - testomonial-section start ================================================== */ #testomonial-carousel { height: 368px; margin-bottom: 100px; } #testomonial-carousel .item{ top:-20px; } .hello_testi_slider_wrapper .owl-carousel .owl-item{ position: relative !important; top: 13px !important; padding-bottom: 62px !important; } #testomonial-carousel .owl-carousel .item{ position: relative; top: 18px; padding-bottom: 100px; } #testomonial-carousel .item .testomonial-img { z-index: 1; width: 33%; float: left; height: 100%; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } #testomonial-carousel .item .testomonial-contant { width:calc(100% - 33%); float: right; height: 100%; margin-top: 0; background-color: #ffffff; padding: 60px 120px 110px 60px; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } #testomonial-carousel .item .testomonial-contant > h2 { font-size: 24px; font-weight: 700; margin-bottom: 30px; } #testomonial-carousel .item .testomonial-contant > h2 > span { color: #2196f3; font-size: 16px; font-weight: 400; } #testomonial-carousel .item .testomonial-contant > p { font-style: italic; margin-bottom: 30px; } #testomonial-carousel .item .testomonial-contant > a { font-style: italic; } /* owl-nav .................................................. */ #testomonial-carousel .owl-nav { top: 0; bottom: 0; margin: 0; right: 0; width: 80px; padding: 30px 0px; position: absolute; } #testomonial-carousel .owl-prev, #testomonial-carousel .owl-next { margin: 0; padding: 0; width: 100%; height: 50%; display: table; overflow: hidden; text-align: center; border-radius: 0px; background: #ffffff; border-left: 1px solid #f0f0f0; } #testomonial-carousel .owl-prev:before, #testomonial-carousel .owl-next:before { left: 0; right: 0; height: 43%; color: #111111; display: block; font-size: 30px; position: absolute; line-height: 160px; background: #ffffff; font-family: 'FontAwesome'; } #testomonial-carousel .owl-prev:before { content: "\f100"; } #testomonial-carousel .owl-next:before { content: "\f101"; } #testomonial-carousel .owl-prev:hover:before, #testomonial-carousel .owl-next:hover:before { background: #f0f0f0; } #testomonial-carousel .owl-dots { display: none; } /* brand-list .................................................. */ ul.brand-list li { z-index: 0; width: 20%; height: 120px; text-align: center; transform: scale(1); transition: all .4s ease-in-out; border-right: 2px solid #f0f0f0; } ul.brand-list li:last-child { border-right: none; } ul.brand-list li:hover { z-index: 1; transform: scale(1.3); border-right: 2px solid transparent; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } ul.brand-list li > a { width: 100%; height: 100%; opacity: .30; display: block; padding: 20px 0px; line-height: 120px; } ul.brand-list li:hover > a { opacity: 1; } /* - 4.5 - testomonial-section end ================================================== */ .circle { height: 120px; width: 120px; float: left; position: relative; margin-right: 20px; } .skill-piechart:last-child .circle { margin-right: 0; } .circle strong { position: absolute; text-align: center; top: 42%; left: 0; right: 0; } /* - 4.6 - experience-section start ================================================== */ /* experience-left .................................................. */ .experience-left { z-index: 0; position: relative; padding: 60px 60px; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .experience-left-item-area { z-index: 1; height: 820px; padding: 0px 30px; overflow-y: scroll; } .border-left { padding: 20px 30px 0px 30px; border-left: 2px solid #f0f0f0; } .experience-left-item-area::-webkit-scrollbar { width: 2px; height: 100px; } .experience-left-item-area::-webkit-scrollbar-track { width: 2px; background-color: #f0f0f0; } .experience-left-item-area::-webkit-scrollbar-thumb { background-color: #2196f3; } .experience-left .experience-item { position: relative; margin-bottom: 80px; } .experience-left .experience-item:last-child { margin-bottom: 0px; } .experience-left .experience-item:before, .experience-left .experience-item:after { content: ''; position: absolute; } .experience-left .experience-item:before { top: -3px; left: -44px; width: 25px; height: 25px; border-radius: 100%; border: 3px solid red; background-color: transparent; } .experience-left .experience-item:after { top: 4px; left: -37px; width: 11px; height: 11px; border-radius: 100%; background-color: red; } .experience-left .experience-item .post-mate { margin: 20px 0px; } .experience-left .experience-item .post-mate li span.current { color: #ffffff; padding: 5px 10px; } .experience-left .experience-item a { margin-top: 25px; font-style: italic; } .experience-item.exp1:before { border-color: #2196f3; } .experience-item.exp1:after { background-color: #2196f3; } .experience-item.exp2:before { border-color: #26a69a; } .experience-item.exp2:after { background-color: #26a69a; } .experience-item.exp3:before { border-color: #ef5350; } .experience-item.exp3:after { background-color: #ef5350; } /* experience-right .................................................. */ .experience-right { box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .experience-right .achivement { padding: 67px 50px 60px 60px; border-bottom: 1px solid #f0f0f0; } .experience-right .achivement:last-child { border-bottom: none; } .experience-right .achivement h2 { margin-bottom: 30px; } .experience-right .achivement h2>.thumb { float: left; color: #e7e7e7; font-size: 54px; font-weight: 700; margin-top: -13px; margin-right: 10px; } .experience-right .achivement h2>.thumb.achived-color { color: #fbc02d !important; } /* - 4.6 - experience-section end ================================================== */ /* - 4.7 - -section start ================================================== */ .latest-news-section .news-item { margin-bottom: 80px; } .latest-news-section .news-image, .latest-news-section .news-contant { width: 50%; } .latest-news-section .news-image { z-index: 1; position: relative; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .latest-news-section .news-image > img { width: 100%; height: 100%; display: block; } .latest-news-section .news-image.b4-1:before, .latest-news-section .news-image.b4-2:before { top: 60px; right: -16%; height: 4px; width: 86px; content: ''; z-index: -1; position: absolute; background-color: #2196f3; } .latest-news-section .news-image.b4-1:before { right: -15%; } .latest-news-section .news-image.b4-2:before { left: -15%; } .latest-news-section .news-contant { padding: 115px 60px 0px 60px; } .latest-news-section .news-contant ul.post-mate2, .latest-news-section .news-contant > p { margin-bottom: 23px; } .latest-news-section ul.pagination { width: 60%; height: 70px; display: table; margin: 0 auto; margin-top: 40px; text-align: center; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .latest-news-section ul.pagination li { z-index: 0; width: 70px; height: 100%; text-align: center; transform: scaleY(1); } .latest-news-section ul.pagination li:hover { background-color: #f7f7f7; } .latest-news-section ul.pagination li a { width: 100%; height: 100%; display: block; line-height: 70px; } .latest-news-section ul.pagination li.left-arrow { border-right: 1px solid #f0f0f0; } .latest-news-section ul.pagination li.right-arrow { border-left: 1px solid #f0f0f0; } .latest-news-section ul.pagination li.active { z-index: 1; color: #ffffff; border-radius: 0px; background-color: #2196f3; box-shadow: 0px 10px 30px 0px rgba(1, 1, 1, 0.2); } /* - 4.7 - -section end ================================================== */ /* - 4.8 - contact-me-section start ================================================== */ .contact-me-section .contact-left .cont-item { width: 100%; height: 206px; display: table; padding: 60px 60px; margin-bottom: 30px; transition: all .4s ease-in-out; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .contact-me-section .contact-left .cont-item:last-child { margin-bottom: 0px; } .contact-me-section .contact-left .cont-item p { font-style: italic; } .contact-me-section .contact-left .cont-item p > span { float: left; width: 110px; margin-right: 25px; position: relative; } .contact-me-section .contact-left .cont-item p > span:after { top: 0; right: 0; content: ':'; color: #828282; position: absolute; } /* contact-right .................................................. */ .contact-me-section .contact-right { padding: 60px 60px; background-color: #2196f3; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } .contact-me-section .contact-right h2.title { color: #ffffff; } .contact-me-section .contact-right .input-field { padding: 0; margin: 0 0 30px 0; } .contact-me-section .contact-right .input-field input, .contact-me-section .contact-right .input-field textarea { color: #ffffff; border-bottom: 1px solid rgba(255, 255, 255, 0.5); } .contact-me-section .contact-right .input-field label { color: rgba(255, 255, 255, 0.5); } .contact-me-section .contact-right .input-field textarea { min-height: 126px; } .contact-me-section .contact-right button.custom-btn { color: #111111; background-color: #ffffff; border: none; } .contact-me-section .contact-right .input-field input:focus, .contact-me-section .contact-right .input-field textarea:focus { border-bottom: 1px solid #ffffff; box-shadow: 0 1px 0 0 #ffffff; } .contact-me-section .contact-right .input-field input:focus + label, .contact-me-section .contact-right .input-field textarea:focus + label { color: #ffffff; } /* - 4.8 - contact-me-section end ================================================== */ /* - 4 - home (index page) end ==================================================================================================== */ /* - 5 - footer-section start ==================================================================================================== */ .footer-section { width: 100%; height: 100px; display: table; position: relative; line-height:100px; padding-left:40px; background-color: #ffffff; box-shadow: 0px 10px 40px 0px rgba(1, 1, 1, 0.1); } /* back to top .................................................. */ .backtotop { top: 0; right: 0; bottom: 0; width: 100px; height: 100px; text-align: center; position: absolute; background-color: #f7f7f7; } .backtotop a.scroll { width: 100%; height: 100%; color: #111111; display: block; font-size: 24px; line-height: 100px; } /* - 5 - footer-section end ==================================================================================================== */ /* - 6 - Start of Chooser page ==================================================================================================== */ .chooser-head { text-align: center; } .chooser-head { text-align: center; padding: 200px; background-color: #26a69a; } .chooser-title h2 { font-size: 50px; font-weight: 700; color: #ffffff; padding-bottom: 15px; } .chooser-head .title-dec { font-size: 24px; color: #ffffff; } .view-demo-btn { margin-top: 30px; } body.clearfix.chooser { margin: 0; padding: 0; } .demo-title h3 { font-size: 30px; letter-spacing: 2px; line-height: 24px; margin: 0; position: relative; text-transform: uppercase; padding-bottom: 13px; font-weight: 700; } .demo-title { position: relative; text-align: center; padding-top: 70px; margin-bottom: 45px; } .demo-title::before { width: 64px; height: 1px; background: #dddddd; margin-left: -32px; bottom: 0px; left: 50%; content: ""; position: absolute; } .dmeo-item-title h3 { font-size: 18px; font-weight: 700; font-style: italic; text-align: center; margin-top: 15px; } .dmeo-item-list { box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); padding-bottom: 10px; text-align: center; } .dmeo-item-list.half { text-align: center; max-width: 370px; margin: 0 auto; } .preview i { color: #2196f3; font-style: italic; font-weight: 700; color: #ffffff; } .preview i span { margin-left: 10px; } .dmeo-item-list { position: relative; margin-bottom: 45px; } .img-ovelay { position: relative; } .overlay { position: absolute; top: 0; height: 98%; width: 100%; background-color: rgba(32, 148, 243, 0.8); opacity: 0; transition: .3s all ease-in-out; } .preview { position: absolute; top: 30%; left: 0; right: 0; opacity: 0; transition: .3s all ease-in-out; text-align: center; } .dmeo-item-list:hover .overlay { opacity: 1; } .dmeo-item-list:hover .preview { opacity: 1; top: 40%; } .other-demo-item { background-color: #ffffff; padding-bottom: 70px; } .choose-demo, .other-demo-item-2{ padding-bottom: 70px; } /* - 6 - End of Chooser page ==================================================================================================== */ /*-- main menu fixed--*/ .hello_menu_fixed_main_wrapper{ position:fixed; z-index:1000; left:0; right:0; background:#ffffff; top:0; display: none; -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10); } .menu_fixed{ position:fixed; background:#ffffff; z-index:10; left:0; right:0; top:0; } .hello_logo_wrapper{ float:left; } .hello_fixed_nav_wrapper{ float:right; position: relative; left: -46px; } .hello_nav_fixed ul{ float:right; } .hello_logo{ z-index:1000 !important; } .hello_logo img{ position:relative; top: 10px; left: 47px; }
0.219254
0.076891
nav{ font-family: 'Share Tech Mono', monospace; margin: 0 auto ; padding: 10px; } /*Tech Blog Text in nav bar*/ .navbar-brand{ font-size: 10vh; } /*reverting bootstrap css*/ .navbar-collapse{ flex-grow: 0 !important; } /*styling the nav bar options*/ .styledNav{ bottom: 0px; right:0px; font-size: 1.8rem; } .footer{ /* error herew footer display */ position: fixed; bottom: 0; width: 100%; } .footer-nav { font-family: 'Share Tech Mono', monospace; display: flex; margin: 0 auto; } .footer-link{ text-decoration: none; color:black; font-size: 1.2em; margin: 0 auto; } .footer-link:hover{ color:black; } /*styling the login and sign up cardoptions*/ .card-dash{ margin:40px 20px 0px 20px; font-family: 'Share Tech', sans-serif; font-size:x-large; } .loginPage-card{ margin-top: 25px; } /*styling the login, sign-up, sumbit buttons*/ .dashboard-btn, .post-btn{ font-size: x-large; display: flex; justify-content: center; max-width: 30%; margin: auto; } /*new post section*/ .card-post{ margin: auto; margin-bottom: 50px; margin-top: 30px; width: 65%; font-family: 'Share Tech', sans-serif; } .homepageFormat{ display:inline-flex; margin-inline-start: auto; } /*new post input-content*/ #post-body{ height: 150px; } .card-header{ text-align: center; font-family: 'Share Tech Mono', monospace; } /*the edit post icon and delete post icon in dashboard*/ .post-spans{ display: inline-flex; justify-content: flex-end; padding-inline-end: 3px; padding-top: 3px; } /*dashboard welcome header*/ .dashboardHeader{ text-align: center; font-family: 'Share Tech Mono', monospace; font-size: 2em; padding-top:15px ; } .welcomeProfile{ display: grid; } #new-post{ font-family: 'Share Tech Mono', monospace; display: inline-flex; justify-content: flex-end; max-width: fit-content; justify-self: center; } #comment-btn{ max-width: fit-content; margin: 0 auto; } #username{ font-weight: bold; color:royalblue; } /*add comment button on single post page*/ #new-comment{ max-width: fit-content; margin-block-end: auto; font-family: 'Share Tech Mono', monospace; margin-left:auto; color:#4169e1; } .cmntLink{ text-decoration: none; color: cornflowerblue; font-family: 'Share Tech Mono', monospace; margin-left: auto; } @media screen and (max-width:375px){ body{ width:auto; } .navbar-brand{ font-size: 40px; } #dashboardHeader{ font-size: 24px; } #new-post{ font-size: small; } .footer-link{ font-size: 1em; } }
public/style/style.css
nav{ font-family: 'Share Tech Mono', monospace; margin: 0 auto ; padding: 10px; } /*Tech Blog Text in nav bar*/ .navbar-brand{ font-size: 10vh; } /*reverting bootstrap css*/ .navbar-collapse{ flex-grow: 0 !important; } /*styling the nav bar options*/ .styledNav{ bottom: 0px; right:0px; font-size: 1.8rem; } .footer{ /* error herew footer display */ position: fixed; bottom: 0; width: 100%; } .footer-nav { font-family: 'Share Tech Mono', monospace; display: flex; margin: 0 auto; } .footer-link{ text-decoration: none; color:black; font-size: 1.2em; margin: 0 auto; } .footer-link:hover{ color:black; } /*styling the login and sign up cardoptions*/ .card-dash{ margin:40px 20px 0px 20px; font-family: 'Share Tech', sans-serif; font-size:x-large; } .loginPage-card{ margin-top: 25px; } /*styling the login, sign-up, sumbit buttons*/ .dashboard-btn, .post-btn{ font-size: x-large; display: flex; justify-content: center; max-width: 30%; margin: auto; } /*new post section*/ .card-post{ margin: auto; margin-bottom: 50px; margin-top: 30px; width: 65%; font-family: 'Share Tech', sans-serif; } .homepageFormat{ display:inline-flex; margin-inline-start: auto; } /*new post input-content*/ #post-body{ height: 150px; } .card-header{ text-align: center; font-family: 'Share Tech Mono', monospace; } /*the edit post icon and delete post icon in dashboard*/ .post-spans{ display: inline-flex; justify-content: flex-end; padding-inline-end: 3px; padding-top: 3px; } /*dashboard welcome header*/ .dashboardHeader{ text-align: center; font-family: 'Share Tech Mono', monospace; font-size: 2em; padding-top:15px ; } .welcomeProfile{ display: grid; } #new-post{ font-family: 'Share Tech Mono', monospace; display: inline-flex; justify-content: flex-end; max-width: fit-content; justify-self: center; } #comment-btn{ max-width: fit-content; margin: 0 auto; } #username{ font-weight: bold; color:royalblue; } /*add comment button on single post page*/ #new-comment{ max-width: fit-content; margin-block-end: auto; font-family: 'Share Tech Mono', monospace; margin-left:auto; color:#4169e1; } .cmntLink{ text-decoration: none; color: cornflowerblue; font-family: 'Share Tech Mono', monospace; margin-left: auto; } @media screen and (max-width:375px){ body{ width:auto; } .navbar-brand{ font-size: 40px; } #dashboardHeader{ font-size: 24px; } #new-post{ font-size: small; } .footer-link{ font-size: 1em; } }
0.250638
0.049359
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css'); @import url('https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css'); @import url('https://fonts.googleapis.com/earlyaccess/nanumpenscript.css'); html, body, h1, h2, h3, h4, h5, h6, li, p {font-family:'Spoqa Han Sans';} .remark-slide-number{ bottom: 2.5em; opacity: 0.8; left: 25em; font-size: 0.5em; } .remark-slide-content h1{ text-shadow: none; color: #F7F8FA; font-size: 1em; font-weight: normal; margin-top: 0.01em; margin-left: -0.8em; } .remark-slide-content h2{ text-shadow: none; color: #00d6cc; font-size: 2.8em; font-weight: normal; margin-top: 1em; margin-left: -0.8em; margin-right: em; } .remark-slide-content h3{ text-shadow: none; color: #00d6cc; font-size: 2em; font-weight: bold; margin-top: 1em; margin-bottom: -0.1em; } .ftitle-slide { background-image: url(https://user-images.githubusercontent.com/6179259/48407554-6f0dc580-e77a-11e8-836c-b064fa42ce5f.png); background-size: cover; } .ftitle-slide .remark-slide-number { display: none; } .title-color1{ background-image: url(https://user-images.githubusercontent.com/6179259/48408826-a0d45b80-e77d-11e8-890c-d1c0f9819059.png); background-size: cover; } .title-color1 .remark-slide-number { display: none; } .title-color1 h1 { text-shadow: none; color: #F7F8FA; font-size: 1.8em; font-weight: normal; margin-top: 3em; margin-left: -0.8em; } .title-color1 h2 { text-shadow: none; color: #00d6cc; margin-top: 0.1em; font-size: 1.4em; font-weight: normal; margin-left: -1.5em; } .title-color1 h3 { text-shadow: none; color: #00d6cc; margin-top: 2em; font-size: 2.8em; font-weight: normal; margin-left: -0.3em; margin-right: 3em; line-height: 1em; } .title-color1 h4 { text-shadow: none; color: #00d6cc; font-size: 2em; font-weight: normal; margin-left: -0.3em; margin-right: 3em; line-height: 1em; } .title-color1 h5 { text-shadow: none; font-size: 1.5em; font-weight: normal; } .title-color2{ background-image: url(https://user-images.githubusercontent.com/6179259/48408914-d711db00-e77d-11e8-896a-7d2d61b7f22b.png); background-size: cover; } .title-color2 .remark-slide-number { display: none; } .title-color2 h1 { text-shadow: none; color: #F7F8FA; font-size: 1.8em; font-weight: normal; margin-top: 3em; margin-left: -0.8em; } .title-color2 h2 { text-shadow: none; color: #1d3649; margin-top: 0.1em; font-size: 1.4em; font-weight: normal; margin-left: -1.5em; } .title-color3{ background-image: url(https://user-images.githubusercontent.com/6179259/48409022-20622a80-e77e-11e8-97b6-c559c6518dee.png); background-size: cover; } .title-color3 .remark-slide-number { display: none; } .title-color3 h3 { text-shadow: none; color: #00d6cc; margin-top: 2em; font-size: 2.8em; font-weight: normal; margin-left: -0.3em; margin-right: 3em; line-height: 1em; } .pen-b { font-family: 'Nanum Brush Script', cursive; font-size: 130%; } .pen-p { font-family: 'Nanum Pen Script', cursive; font-size: 130%; } .blue { color: #3b5998; } .yellow { color: #FFCB01; } .gray { color: #7f7f7f; } .green { color: #298E4C; } .large { font-size: 130% } .small { font-size: 70% } .tiny { font-size: 40% } /* The Magic Float Center Code */ .pull-center { float: right; position: relative; right: 50%; /* or right 50% */ text-align: left; width: 60% } .pull-center > .set { position: relative; left: 50%; } .pull-center > .ori { position: relative; left: 50%; width: 134% } .pull-center > .half { position: relative; left: 50%; width: 118% }
docs/custom.css
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css'); @import url('https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css'); @import url('https://fonts.googleapis.com/earlyaccess/nanumpenscript.css'); html, body, h1, h2, h3, h4, h5, h6, li, p {font-family:'Spoqa Han Sans';} .remark-slide-number{ bottom: 2.5em; opacity: 0.8; left: 25em; font-size: 0.5em; } .remark-slide-content h1{ text-shadow: none; color: #F7F8FA; font-size: 1em; font-weight: normal; margin-top: 0.01em; margin-left: -0.8em; } .remark-slide-content h2{ text-shadow: none; color: #00d6cc; font-size: 2.8em; font-weight: normal; margin-top: 1em; margin-left: -0.8em; margin-right: em; } .remark-slide-content h3{ text-shadow: none; color: #00d6cc; font-size: 2em; font-weight: bold; margin-top: 1em; margin-bottom: -0.1em; } .ftitle-slide { background-image: url(https://user-images.githubusercontent.com/6179259/48407554-6f0dc580-e77a-11e8-836c-b064fa42ce5f.png); background-size: cover; } .ftitle-slide .remark-slide-number { display: none; } .title-color1{ background-image: url(https://user-images.githubusercontent.com/6179259/48408826-a0d45b80-e77d-11e8-890c-d1c0f9819059.png); background-size: cover; } .title-color1 .remark-slide-number { display: none; } .title-color1 h1 { text-shadow: none; color: #F7F8FA; font-size: 1.8em; font-weight: normal; margin-top: 3em; margin-left: -0.8em; } .title-color1 h2 { text-shadow: none; color: #00d6cc; margin-top: 0.1em; font-size: 1.4em; font-weight: normal; margin-left: -1.5em; } .title-color1 h3 { text-shadow: none; color: #00d6cc; margin-top: 2em; font-size: 2.8em; font-weight: normal; margin-left: -0.3em; margin-right: 3em; line-height: 1em; } .title-color1 h4 { text-shadow: none; color: #00d6cc; font-size: 2em; font-weight: normal; margin-left: -0.3em; margin-right: 3em; line-height: 1em; } .title-color1 h5 { text-shadow: none; font-size: 1.5em; font-weight: normal; } .title-color2{ background-image: url(https://user-images.githubusercontent.com/6179259/48408914-d711db00-e77d-11e8-896a-7d2d61b7f22b.png); background-size: cover; } .title-color2 .remark-slide-number { display: none; } .title-color2 h1 { text-shadow: none; color: #F7F8FA; font-size: 1.8em; font-weight: normal; margin-top: 3em; margin-left: -0.8em; } .title-color2 h2 { text-shadow: none; color: #1d3649; margin-top: 0.1em; font-size: 1.4em; font-weight: normal; margin-left: -1.5em; } .title-color3{ background-image: url(https://user-images.githubusercontent.com/6179259/48409022-20622a80-e77e-11e8-97b6-c559c6518dee.png); background-size: cover; } .title-color3 .remark-slide-number { display: none; } .title-color3 h3 { text-shadow: none; color: #00d6cc; margin-top: 2em; font-size: 2.8em; font-weight: normal; margin-left: -0.3em; margin-right: 3em; line-height: 1em; } .pen-b { font-family: 'Nanum Brush Script', cursive; font-size: 130%; } .pen-p { font-family: 'Nanum Pen Script', cursive; font-size: 130%; } .blue { color: #3b5998; } .yellow { color: #FFCB01; } .gray { color: #7f7f7f; } .green { color: #298E4C; } .large { font-size: 130% } .small { font-size: 70% } .tiny { font-size: 40% } /* The Magic Float Center Code */ .pull-center { float: right; position: relative; right: 50%; /* or right 50% */ text-align: left; width: 60% } .pull-center > .set { position: relative; left: 50%; } .pull-center > .ori { position: relative; left: 50%; width: 134% } .pull-center > .half { position: relative; left: 50%; width: 118% }
0.383064
0.087447
* { margin: 0; padding: 0; list-style: none; } img.bg { min-width: 1024px; min-height: 100%; width: 100%; height: auto!important; height: 100%; position: fixed; top: 0; left: 0; z-index: 50; } @media screen and (max-width: 1024px) { img.bg { left: 50%; margin-left: -512px; } } .slider { position: absolute; width: 100%; text-align: center; z-index: 999; bottom: 100px; } .slider li { display: inline-block; width: 170px; height: 130px; margin-right: 15px; } .slider a { display: inline-block; width: 170px; padding-top: 70px; padding-bottom: 20px; position: relative; cursor: pointer; border: 2px solid #fff; border-radius: 5px; vertical-align: top; /*设置元素的垂直对齐方式。*/ color: #FFFFFF; text-decoration: none; font-size: 22px; font-family: "楷体"; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8), -2px -2px 1px rgba(0, 0, 0, 0.3), -3px -3px 1px rgba(0, 0, 0, 0.3); } .slider li:nth-of-type(1) a { background-color: #02646e; } .slider li:nth-of-type(2) a { background-color: #eb0837; } .slider li:nth-of-type(3) a { background-color: #67b374; } .slider li:nth-of-type(4) a { background-color: #e6674a; } .slider li:nth-of-type(5) a { background-color: #e61061; } .slider a::after { /*:after 选择器在被选元素的内容后面插入内容。*/ content: ""; display: block; height: 120px; width: 120px; border: 5px solid #fff; border-radius: 50%; position: absolute; left: 50%; margin-left: -60px; z-index: 9999; top: -80px; } .slider li:nth-of-type(1) a::after { /*:nth-of-type(n) 选择器匹配属于父元素的特定类型的第 N 个子元素的每个元素.*/ background: url(../images/sbg1.jpg) no-repeat 30% 30%; } .slider li:nth-of-type(2) a::after { background: url(../images/sbg2.jpg) no-repeat center; } .slider li:nth-of-type(3) a::after { background: url(../images/sbg3.jpg) no-repeat center; } .slider li:nth-of-type(4) a::after { background: url(../images/sbg4.jpg) no-repeat center; } .slider li:nth-of-type(5) a::after { background: url(../images/sbg5.jpg) no-repeat center; } .slider a::before { content: ""; display: block; height: 120px; width: 120px; border: 5px solid #fff; border-radius: 50%; position: absolute; left: 50%; margin-left: -60px; z-index: 99999; top: -80px; background: rgba(0, 0, 0, 0.3); } .slider a:hover::before { opacity: 0; } @-webkit-keyframes 'slideLeft' { 0% { left: -500px; } 100% { left: 0; } } .slideLeft:target { /*:target 选择器可用于选取当前活动的目标元素*/ z-index: 100; animation: slideLeft 1s 1; -webkit-animation: slideLeft 1s 1; } @-webkit-keyframes 'slideBottom' { 0% { top: 350px; } 100% { top: 0; } } .slideBottom:target { /*:target 选择器可用于选取当前活动的目标元素*/ z-index: 100; animation: slideBottom 1s 1; -webkit-animation: slideBottom 1s 1; } @-webkit-keyframes 'zoomIn' { 0% { -webkit-transform: scale(0.1); } 100% { -webkit-transform: none; } } .zoomIn:target { z-index: 100; -webkit-animation: zoomIn 1s 1; animation: zoomIn 1s 1; } /* Zoom Out */ @-webkit-keyframes 'zoomOut' { 0% { -webkit-transform: scale(2); } 100% { -webkit-transform: none; } } .zoomOut:target { z-index: 100; -webkit-animation: zoomOut 1s 1; animation: zoomOut 1s 1; } /* Rotate */ @-webkit-keyframes 'rotate' { 0% { -webkit-transform: rotate(-360deg) scale(0.1); } 100% { -webkit-transform: none; } } .rotate:target { z-index: 100; -webkit-animation: rotate 1s 1; animation: rotate 1s 1; } @-webkit-keyframes 'notTarget' { 0% { z-index: 75; } 100% { z-index: 75; } } .bg:not(:target) { -webkit-animation: notTarget 1s 1; animation: notTarget 1s 1 } .page { text-align: left; }
css/two-page.css
* { margin: 0; padding: 0; list-style: none; } img.bg { min-width: 1024px; min-height: 100%; width: 100%; height: auto!important; height: 100%; position: fixed; top: 0; left: 0; z-index: 50; } @media screen and (max-width: 1024px) { img.bg { left: 50%; margin-left: -512px; } } .slider { position: absolute; width: 100%; text-align: center; z-index: 999; bottom: 100px; } .slider li { display: inline-block; width: 170px; height: 130px; margin-right: 15px; } .slider a { display: inline-block; width: 170px; padding-top: 70px; padding-bottom: 20px; position: relative; cursor: pointer; border: 2px solid #fff; border-radius: 5px; vertical-align: top; /*设置元素的垂直对齐方式。*/ color: #FFFFFF; text-decoration: none; font-size: 22px; font-family: "楷体"; text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8), -2px -2px 1px rgba(0, 0, 0, 0.3), -3px -3px 1px rgba(0, 0, 0, 0.3); } .slider li:nth-of-type(1) a { background-color: #02646e; } .slider li:nth-of-type(2) a { background-color: #eb0837; } .slider li:nth-of-type(3) a { background-color: #67b374; } .slider li:nth-of-type(4) a { background-color: #e6674a; } .slider li:nth-of-type(5) a { background-color: #e61061; } .slider a::after { /*:after 选择器在被选元素的内容后面插入内容。*/ content: ""; display: block; height: 120px; width: 120px; border: 5px solid #fff; border-radius: 50%; position: absolute; left: 50%; margin-left: -60px; z-index: 9999; top: -80px; } .slider li:nth-of-type(1) a::after { /*:nth-of-type(n) 选择器匹配属于父元素的特定类型的第 N 个子元素的每个元素.*/ background: url(../images/sbg1.jpg) no-repeat 30% 30%; } .slider li:nth-of-type(2) a::after { background: url(../images/sbg2.jpg) no-repeat center; } .slider li:nth-of-type(3) a::after { background: url(../images/sbg3.jpg) no-repeat center; } .slider li:nth-of-type(4) a::after { background: url(../images/sbg4.jpg) no-repeat center; } .slider li:nth-of-type(5) a::after { background: url(../images/sbg5.jpg) no-repeat center; } .slider a::before { content: ""; display: block; height: 120px; width: 120px; border: 5px solid #fff; border-radius: 50%; position: absolute; left: 50%; margin-left: -60px; z-index: 99999; top: -80px; background: rgba(0, 0, 0, 0.3); } .slider a:hover::before { opacity: 0; } @-webkit-keyframes 'slideLeft' { 0% { left: -500px; } 100% { left: 0; } } .slideLeft:target { /*:target 选择器可用于选取当前活动的目标元素*/ z-index: 100; animation: slideLeft 1s 1; -webkit-animation: slideLeft 1s 1; } @-webkit-keyframes 'slideBottom' { 0% { top: 350px; } 100% { top: 0; } } .slideBottom:target { /*:target 选择器可用于选取当前活动的目标元素*/ z-index: 100; animation: slideBottom 1s 1; -webkit-animation: slideBottom 1s 1; } @-webkit-keyframes 'zoomIn' { 0% { -webkit-transform: scale(0.1); } 100% { -webkit-transform: none; } } .zoomIn:target { z-index: 100; -webkit-animation: zoomIn 1s 1; animation: zoomIn 1s 1; } /* Zoom Out */ @-webkit-keyframes 'zoomOut' { 0% { -webkit-transform: scale(2); } 100% { -webkit-transform: none; } } .zoomOut:target { z-index: 100; -webkit-animation: zoomOut 1s 1; animation: zoomOut 1s 1; } /* Rotate */ @-webkit-keyframes 'rotate' { 0% { -webkit-transform: rotate(-360deg) scale(0.1); } 100% { -webkit-transform: none; } } .rotate:target { z-index: 100; -webkit-animation: rotate 1s 1; animation: rotate 1s 1; } @-webkit-keyframes 'notTarget' { 0% { z-index: 75; } 100% { z-index: 75; } } .bg:not(:target) { -webkit-animation: notTarget 1s 1; animation: notTarget 1s 1 } .page { text-align: left; }
0.491212
0.135632
body, .navbar{padding:0px; margin: 0px; font-family: 'Oswald', sans-serif;overflow-x: hidden;} h2, h3, h4, .skillsTxt{ text-shadow: -1.2px 0px 0 rgba(9, 241, 157, 1), 1.2px 0px 0 rgba(255, 5, 145, 1); } #contact, .contactSection{ background-color: #080808; } #contact a, #contact a:active{ text-decoration: none; display: inline-block; } .contactSection a:hover{ color: #fff !important; } .contactSection{ height: 200px; } .contactSection a{ color: #fff; } .width100{width:100%;} .featImgTxtHeight{height: 206px;} .floatLeft{float: left;} .paddingSides10px{padding-left: 10px; padding-right: 10px;} .positionRelative{position: relative;} .positionAbsolute{position: absolute;} .txtCenter{text-align: center;} .whtTxt{color:#fff;} .bxSizing{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float:left; } .navbar-wrapper { position: fixed; top: 0px; z-index: 999999; width: 100%; } .introTxt{ text-align: center; margin-left: auto; margin-right: auto; margin-top: 80px; color: #fff; } .contactTxt{ text-align: center; margin-left: auto; margin-right: auto; margin-top: 20px; color: #fff; } .startArrow{ opacity: 0; -webkit-appearance: none; -webkit-transition-delay: 0s; -webkit-transition-duration: 0.2s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; background-color: rgba(64, 64, 64, 0.0470588); background-image: url("../images/dark-arrow.svg"); background-position: 50% 50%; background-repeat: no-repeat; border: solid 2px #fff; border-radius: 56px; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; height: 80px; line-height: 72px; margin: 0px; padding: 0px; position: absolute; text-align: center; text-decoration: none solid rgb(255, 255, 255); text-indent: -160px; transition-delay: 0s; transition-duration: 0.2s; transition-property: all; transition-timing-function: ease-in-out; width: 80px; } .talentTxt{ margin: auto; text-align: center; vertical-align:middle; display: inline-block; color: #fff; width: 100%; margin-top: 200px; } #home { /*background: #b6c4d0 url(/images/c9bg1A.jpg) 100% 100% fixed; */ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; opacity: 0; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 20px 0; min-height: 500px; overflow: hidden; } #about { /*background: url(/images/intro.png) 50% 0 fixed; */ background-color: #fff; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 100px 0; } #about a, #about a:active{ color: #333; text-decoration: none; display: inline-block; } /* .socIcons{ position: absolute; z-index: 9; } */ #about a:hover, #contact a:hover{ display: inline-block; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; text-decoration: none; color: #201B1B; -webkit-transform:scale(2); -moz-transform:scale(2); -ms-transform:scale(2); transform:scale(2); } #skills{ background: url(../images/sc9bg2.jpg) 0px 0px fixed; background-size: cover; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 20px 0; min-height: 500px; overflow: hidden; } #visuals{ background: url(../images/sc9bg3.jpg) 0px 0px fixed; background-size: cover; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 20px 0; min-height: 500px; overflow: hidden; } .skillsTxt{ font-size: 36px; margin: 10px; border-top:1px solid #eee; border-bottom:1px solid #eee; display: inline-block; margin-bottom: 30px; } .skillTxtCnt{ font-size: 16px; text-align: left; margin-top: 30px; } #talent { background-color:#fff; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 30px 0; z-index: 999; } .gpuNonFlickr{ float: left; position: absolute; z-index: 9999999; } .hero-unit { background-color: #fff; } .media-object { width: 64px; height: 64px; padding-bottom: 30px } .logo{ opacity: 0; width:125px; height:125px; position: absolute; left: -200px; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; z-index: 10; } .logo img{ width: 100%; height: 100%; float: left; } .filterAnimate{ -webkit-animation: filterA .9s; animation: filterA .9s; } @-webkit-keyframes filterA { from {-webkit-filter:blur(3px);} to {-webkit-filter:blur(0px);} } @keyframes filterA { from {filter:blur(3px);} to {filter:blur(0px);} } @-moz-keyframes filterA { from {-moz-filter:blur(3px);} to {-moz-filter:blur(0px);} } /* ------------------------ fonts ----------------------- */ @font-face { font-family: 'icomoon'; src:url('../fonts/icomoon.eot?5pmkyq'); src:url('../fonts/icomoon.eot?#iefix5pmkyq') format('embedded-opentype'), url('../fonts/icomoon.woff?5pmkyq') format('woff'), url('../fonts/icomoon.ttf?5pmkyq') format('truetype'), url('../fonts/icomoon.svg?5pmkyq#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-mail:before { content: "\e608"; } .icon-mail2:before { content: "\e609"; } .icon-googleplus:before { content: "\e600"; } .icon-googleplus2:before { content: "\e601"; } .icon-twitter:before { content: "\e602"; } .icon-twitter2:before { content: "\e603"; } .icon-github:before { content: "\e604"; } .icon-github2:before { content: "\e605"; } .icon-wordpress:before { content: "\e607"; } .icon-linkedin:before { content: "\e606"; } .glitch { color: white; position: relative; width: 339px; margin: 0 auto; } @-webkit-keyframes noise-anim { 0% { clip: rect(78px, 9999px, 66px, 0); } 5% { clip: rect(29px, 9999px, 77px, 0); } 10% { clip: rect(80px, 9999px, 36px, 0); } 15.0% { clip: rect(28px, 9999px, 38px, 0); } 20% { clip: rect(93px, 9999px, 11px, 0); } 25% { clip: rect(92px, 9999px, 87px, 0); } 30.0% { clip: rect(51px, 9999px, 96px, 0); } 35% { clip: rect(34px, 9999px, 29px, 0); } 40% { clip: rect(65px, 9999px, 81px, 0); } 45% { clip: rect(44px, 9999px, 14px, 0); } 50% { clip: rect(32px, 9999px, 65px, 0); } 55.0% { clip: rect(63px, 9999px, 84px, 0); } 60.0% { clip: rect(81px, 9999px, 54px, 0); } 65% { clip: rect(3px, 9999px, 41px, 0); } 70% { clip: rect(77px, 9999px, 91px, 0); } 75% { clip: rect(19px, 9999px, 3px, 0); } 80% { clip: rect(4px, 9999px, 56px, 0); } 85.0% { clip: rect(35px, 9999px, 56px, 0); } 90% { clip: rect(23px, 9999px, 30px, 0); } 95% { clip: rect(57px, 9999px, 89px, 0); } 100% { clip: rect(60px, 9999px, 72px, 0); } } .glitch:after { content: attr(data-text); position: absolute; left: 2px; text-shadow: -1px 0 red; top: 0; color: white; overflow: hidden; clip: rect(0, 900px, 0, 0); -webkit-animation: noise-anim 2s infinite linear alternate-reverse; } @-webkit-keyframes noise-anim-2 { 0% { clip: rect(16px, 9999px, 69px, 0); } 5% { clip: rect(60px, 9999px, 8px, 0); } 10% { clip: rect(50px, 9999px, 87px, 0); } 15.0% { clip: rect(78px, 9999px, 44px, 0); } 20% { clip: rect(45px, 9999px, 45px, 0); } 25% { clip: rect(36px, 9999px, 20px, 0); } 30.0% { clip: rect(28px, 9999px, 72px, 0); } 35% { clip: rect(42px, 9999px, 100px, 0); } 40% { clip: rect(100px, 9999px, 3px, 0); } 45% { clip: rect(34px, 9999px, 78px, 0); } 50% { clip: rect(10px, 9999px, 6px, 0); } 55.0% { clip: rect(35px, 9999px, 68px, 0); } 60.0% { clip: rect(56px, 9999px, 89px, 0); } 65% { clip: rect(13px, 9999px, 86px, 0); } 70% { clip: rect(88px, 9999px, 63px, 0); } 75% { clip: rect(46px, 9999px, 78px, 0); } 80% { clip: rect(64px, 9999px, 82px, 0); } 85.0% { clip: rect(70px, 9999px, 45px, 0); } 90% { clip: rect(11px, 9999px, 91px, 0); } 95% { clip: rect(58px, 9999px, 49px, 0); } 100% { clip: rect(47px, 9999px, 74px, 0); } } .glitch:before { content: attr(data-text); position: absolute; left: -2px; text-shadow: 3px 0 rgba(255, 5, 145, 1); top: 0; color: white; overflow: hidden; clip: rect(0, 900px, 0, 0); -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse; } .glitch2:before{ left: 24px; } .glitch2:after{ left: 24px; } @media screen and (max-device-width: 480px) { .glitch{ width: 300px; } .glitch2:before{ left: 5px; } .glitch2:after{ left: 5px; } } /* ------------------------ fonts ----------------------- */ /* ------------------------- Cube ------------------------- */ @-moz-keyframes spinningH { from { -moz-transform: rotateX(0deg) rotateY(0deg); } to{ -moz-transform: rotateX(360deg) rotateY(360deg); } } @-webkit-keyframes spinningH { from { -webkit-transform: rotateX(0deg) rotateY(0deg); } to{ -webkit-transform: rotateX(360deg) rotateY(360deg); } } @-o-keyframes spinningH { from { -o-transform: rotateX(0deg) rotateY(0deg); } to{ -o-transform: rotateX(360deg) rotateY(360deg); } } @-ms-keyframes spinningH { from { -ms-transform: rotateX(0deg) rotateY(0deg); } to{ -ms-transform: rotateX(360deg) rotateY(360deg); } } @keyframes spinningH { from { transform: rotateX(0deg) rotateY(0deg); } to{ transform: rotateX(360deg) rotateY(360deg); } } .cHover{ position: absolute; width: 100%; z-index: 9; } .cube { position: relative; margin: 0 auto; height: 150px; width: 150px; -webkit-transition : -webkit-transform 2s linear; -moz-transition : -moz-transform 2s linear; -o-transition : -o-transform 2s linear; -ms-transition : -ms-transform 2s linear; transition : transform 2s linear; -webkit-transform-style : preserve-3d; -moz-transform-style : preserve-3d; -o-transform-style : preserve-3d; -ms-transform-style : preserve-3d; transform-style : preserve-3d; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } .cube>div { position: absolute; height: 150px; width: 150px; padding: 20px; opacity: 1; background-position:center center; } .cube div:nth-child(1) { -webkit-transform : translateZ(70px); -moz-transform : translateZ(70px); -o-transform : translateZ(70px); -ms-transform : translateZ(70px); transform : translateZ(70px); background-color : #FFF; background-repeat : no-repeat; background-size: contain; } .cube div:nth-child(2) { -webkit-transform : rotateY(90deg) translateZ(70px); -moz-transform : rotateY(90deg) translateZ(70px); -o-transform : rotateY(90deg) translateZ(70px); -ms-transform : rotateY(90deg) translateZ(70px); transform : rotateY(90deg) translateZ(70px); background-color : #FFF; background-repeat : no-repeat; background-size: contain; } .cube div:nth-child(3) { -webkit-transform : rotateY(180deg) translateZ(70px) rotate(180deg); -moz-transform : rotateY(180deg) translateZ(70px) rotate(180deg); -o-transform : rotateY(180deg) translateZ(70px) rotate(180deg); -ms-transform : rotateY(180deg) translateZ(70px) rotate(180deg); transform : rotateY(180deg) translateZ(70px) rotate(180deg); background-color : #FFF; background-repeat : no-repeat; background-size: contain; } .cube div:nth-child(4) { -webkit-transform : rotateY(-90deg) translateZ(70px); -moz-transform : rotateY(-90deg) translateZ(70px); -o-transform : rotateY(-90deg) translateZ(70px); -ms-transform : rotateY(-90deg) translateZ(70px); transform : rotateY(-90deg) translateZ(70px); background-color : #FFF; background-size: contain; background-repeat : no-repeat; } .cube div:nth-child(5) { -webkit-transform : rotateX(-90deg) translateZ(70px) ; -moz-transform : rotateX(-90deg) translateZ(70px) ; -o-transform : rotateX(-90deg) translateZ(70px) ; -ms-transform : rotateX(-90deg) translateZ(70px) ; transform : rotateX(-90deg) translateZ(70px) ; background-color : #FFF; background-repeat :no-repeat; background-size: contain; } .cube div:nth-child(6) { -webkit-transform : rotateX(90deg) translateZ(70px); -moz-transform : rotateX(90deg) translateZ(70px); -o-transform : rotateX(90deg) translateZ(70px); -ms-transform : rotateX(90deg) translateZ(70px); transform : rotateX(90deg) translateZ(70px); background-color : #FFF; background-repeat :no-repeat; text-align:center; background-size: contain; } #webC div:nth-child(6) { background-image: url("../images/web2ico.png"); } #webC div:nth-child(5) { background-image: url("../images/web3ico.png"); } #webC div:nth-child(3) { background-image: url("../images/web4ico.png"); } #webC div:nth-child(1) { background-image: url("../images/web1ico.png"); } #appsC div:nth-child(6) { background-image: url("../images/interActive2ico.png"); } #appsC div:nth-child(5) { background-image: url("../images/interActive3ico.png"); } #appsC div:nth-child(3) { background-image: url("../images/interActive4ico.png"); } #appsC div:nth-child(1) { background-image: url("../images/interActive1ico.png"); } #devC div:nth-child(6) { background-image: url("../images/dev2ico.png"); } #devC div:nth-child(5) { background-image: url("../images/dev3ico.png"); } #devC div:nth-child(3) { background-image: url("../images/dev4ico.png"); } #devC div:nth-child(1) { background-image: url("../images/dev1ico.png"); } .maingPg{ width: 100%; float: left; position: relative; } /* Image */ .image { position: relative; display: inline-block; border: 0; outline: 0; } /* Uncomment the block below if you want linked images to highlight on hover */ .image img { display: block; width: 100%; } .image.fit { display: block; width: 100%; } .image.featured { display: block; width: 100%; margin: 0 0 4em 0; } .image.left { float: left; margin: 0 2em 2em 0; } .image.centered { display: block; margin: 0 0 2em 0; } .image.centered img { margin: 0 auto; width: auto; } /* .cube:hover{ transform: rotateY(-90deg); -webkit-transform: rotateX(-90deg); }*/ /* ------------------------- Cube ------------------------- */ .carousel { position: relative; overflow: hidden; padding: 2em 0 2em 0; margin-bottom: 0; } .carousel .forward, .carousel .backward { position: absolute; top: 50%; width: 6em; height: 12em; margin-top: -6em; cursor: pointer; } .carousel .forward { right: 0; } .carousel .backward { left: 0; } .carousel .forward:before, .carousel .backward:before { content: ''; display: block; width: 6em; height: 6em; border-radius: 100%; background-color: rgba(81, 149, 174, 0.5); position: absolute; top: 50%; margin-top: -3em; -moz-transition: background-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out; -webkit-backface-visibility: hidden; } .carousel .forward:after, .carousel .backward:after { content: ''; width: 3em; height: 3em; position: absolute; top: 50%; margin: -1.5em 0 0 0; background: url('../images/arrow.svg') no-repeat center center; } .carousel .forward:after { right: -0.25em; } .carousel .backward:after { left: -0.25em; -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); } .carousel .forward:before { right: -3em; } .carousel .backward:before { left: -3em; } .carousel .forward:hover:before, .carousel .backward:hover:before { background-color: rgba(6, 35, 97, 0.75); } .carousel .reel { white-space: nowrap; position: relative; -webkit-overflow-scrolling: touch; padding: 0 2em 0 2em; } .carousel article { display: inline-block; width: 18em; background: #fff; text-align: center; padding: 0 1em 3em 1em; margin: 0 2em 0 0; white-space: normal; opacity: 1.0; -moz-transition: opacity 0.75s ease-in-out; -webkit-transition: opacity 0.75s ease-in-out; -o-transition: opacity 0.75s ease-in-out; -ms-transition: opacity 0.75s ease-in-out; transition: opacity 0.75s ease-in-out; } .carousel article.loading { opacity: 0; } .carousel article .image { position: relative; left: -1em; top: 0; width: auto; margin-right: -2em; margin-bottom: 0px; } .carousel article p { text-align: center; }
export/build/css/sc9port_v4.css
body, .navbar{padding:0px; margin: 0px; font-family: 'Oswald', sans-serif;overflow-x: hidden;} h2, h3, h4, .skillsTxt{ text-shadow: -1.2px 0px 0 rgba(9, 241, 157, 1), 1.2px 0px 0 rgba(255, 5, 145, 1); } #contact, .contactSection{ background-color: #080808; } #contact a, #contact a:active{ text-decoration: none; display: inline-block; } .contactSection a:hover{ color: #fff !important; } .contactSection{ height: 200px; } .contactSection a{ color: #fff; } .width100{width:100%;} .featImgTxtHeight{height: 206px;} .floatLeft{float: left;} .paddingSides10px{padding-left: 10px; padding-right: 10px;} .positionRelative{position: relative;} .positionAbsolute{position: absolute;} .txtCenter{text-align: center;} .whtTxt{color:#fff;} .bxSizing{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float:left; } .navbar-wrapper { position: fixed; top: 0px; z-index: 999999; width: 100%; } .introTxt{ text-align: center; margin-left: auto; margin-right: auto; margin-top: 80px; color: #fff; } .contactTxt{ text-align: center; margin-left: auto; margin-right: auto; margin-top: 20px; color: #fff; } .startArrow{ opacity: 0; -webkit-appearance: none; -webkit-transition-delay: 0s; -webkit-transition-duration: 0.2s; -webkit-transition-property: all; -webkit-transition-timing-function: ease-in-out; background-color: rgba(64, 64, 64, 0.0470588); background-image: url("../images/dark-arrow.svg"); background-position: 50% 50%; background-repeat: no-repeat; border: solid 2px #fff; border-radius: 56px; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-block; height: 80px; line-height: 72px; margin: 0px; padding: 0px; position: absolute; text-align: center; text-decoration: none solid rgb(255, 255, 255); text-indent: -160px; transition-delay: 0s; transition-duration: 0.2s; transition-property: all; transition-timing-function: ease-in-out; width: 80px; } .talentTxt{ margin: auto; text-align: center; vertical-align:middle; display: inline-block; color: #fff; width: 100%; margin-top: 200px; } #home { /*background: #b6c4d0 url(/images/c9bg1A.jpg) 100% 100% fixed; */ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; opacity: 0; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 20px 0; min-height: 500px; overflow: hidden; } #about { /*background: url(/images/intro.png) 50% 0 fixed; */ background-color: #fff; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 100px 0; } #about a, #about a:active{ color: #333; text-decoration: none; display: inline-block; } /* .socIcons{ position: absolute; z-index: 9; } */ #about a:hover, #contact a:hover{ display: inline-block; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; text-decoration: none; color: #201B1B; -webkit-transform:scale(2); -moz-transform:scale(2); -ms-transform:scale(2); transform:scale(2); } #skills{ background: url(../images/sc9bg2.jpg) 0px 0px fixed; background-size: cover; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 20px 0; min-height: 500px; overflow: hidden; } #visuals{ background: url(../images/sc9bg3.jpg) 0px 0px fixed; background-size: cover; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 20px 0; min-height: 500px; overflow: hidden; } .skillsTxt{ font-size: 36px; margin: 10px; border-top:1px solid #eee; border-bottom:1px solid #eee; display: inline-block; margin-bottom: 30px; } .skillTxtCnt{ font-size: 16px; text-align: left; margin-top: 30px; } #talent { background-color:#fff; height: auto; margin: 0 auto; width: 100%; position: relative; padding: 30px 0; z-index: 999; } .gpuNonFlickr{ float: left; position: absolute; z-index: 9999999; } .hero-unit { background-color: #fff; } .media-object { width: 64px; height: 64px; padding-bottom: 30px } .logo{ opacity: 0; width:125px; height:125px; position: absolute; left: -200px; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; z-index: 10; } .logo img{ width: 100%; height: 100%; float: left; } .filterAnimate{ -webkit-animation: filterA .9s; animation: filterA .9s; } @-webkit-keyframes filterA { from {-webkit-filter:blur(3px);} to {-webkit-filter:blur(0px);} } @keyframes filterA { from {filter:blur(3px);} to {filter:blur(0px);} } @-moz-keyframes filterA { from {-moz-filter:blur(3px);} to {-moz-filter:blur(0px);} } /* ------------------------ fonts ----------------------- */ @font-face { font-family: 'icomoon'; src:url('../fonts/icomoon.eot?5pmkyq'); src:url('../fonts/icomoon.eot?#iefix5pmkyq') format('embedded-opentype'), url('../fonts/icomoon.woff?5pmkyq') format('woff'), url('../fonts/icomoon.ttf?5pmkyq') format('truetype'), url('../fonts/icomoon.svg?5pmkyq#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-mail:before { content: "\e608"; } .icon-mail2:before { content: "\e609"; } .icon-googleplus:before { content: "\e600"; } .icon-googleplus2:before { content: "\e601"; } .icon-twitter:before { content: "\e602"; } .icon-twitter2:before { content: "\e603"; } .icon-github:before { content: "\e604"; } .icon-github2:before { content: "\e605"; } .icon-wordpress:before { content: "\e607"; } .icon-linkedin:before { content: "\e606"; } .glitch { color: white; position: relative; width: 339px; margin: 0 auto; } @-webkit-keyframes noise-anim { 0% { clip: rect(78px, 9999px, 66px, 0); } 5% { clip: rect(29px, 9999px, 77px, 0); } 10% { clip: rect(80px, 9999px, 36px, 0); } 15.0% { clip: rect(28px, 9999px, 38px, 0); } 20% { clip: rect(93px, 9999px, 11px, 0); } 25% { clip: rect(92px, 9999px, 87px, 0); } 30.0% { clip: rect(51px, 9999px, 96px, 0); } 35% { clip: rect(34px, 9999px, 29px, 0); } 40% { clip: rect(65px, 9999px, 81px, 0); } 45% { clip: rect(44px, 9999px, 14px, 0); } 50% { clip: rect(32px, 9999px, 65px, 0); } 55.0% { clip: rect(63px, 9999px, 84px, 0); } 60.0% { clip: rect(81px, 9999px, 54px, 0); } 65% { clip: rect(3px, 9999px, 41px, 0); } 70% { clip: rect(77px, 9999px, 91px, 0); } 75% { clip: rect(19px, 9999px, 3px, 0); } 80% { clip: rect(4px, 9999px, 56px, 0); } 85.0% { clip: rect(35px, 9999px, 56px, 0); } 90% { clip: rect(23px, 9999px, 30px, 0); } 95% { clip: rect(57px, 9999px, 89px, 0); } 100% { clip: rect(60px, 9999px, 72px, 0); } } .glitch:after { content: attr(data-text); position: absolute; left: 2px; text-shadow: -1px 0 red; top: 0; color: white; overflow: hidden; clip: rect(0, 900px, 0, 0); -webkit-animation: noise-anim 2s infinite linear alternate-reverse; } @-webkit-keyframes noise-anim-2 { 0% { clip: rect(16px, 9999px, 69px, 0); } 5% { clip: rect(60px, 9999px, 8px, 0); } 10% { clip: rect(50px, 9999px, 87px, 0); } 15.0% { clip: rect(78px, 9999px, 44px, 0); } 20% { clip: rect(45px, 9999px, 45px, 0); } 25% { clip: rect(36px, 9999px, 20px, 0); } 30.0% { clip: rect(28px, 9999px, 72px, 0); } 35% { clip: rect(42px, 9999px, 100px, 0); } 40% { clip: rect(100px, 9999px, 3px, 0); } 45% { clip: rect(34px, 9999px, 78px, 0); } 50% { clip: rect(10px, 9999px, 6px, 0); } 55.0% { clip: rect(35px, 9999px, 68px, 0); } 60.0% { clip: rect(56px, 9999px, 89px, 0); } 65% { clip: rect(13px, 9999px, 86px, 0); } 70% { clip: rect(88px, 9999px, 63px, 0); } 75% { clip: rect(46px, 9999px, 78px, 0); } 80% { clip: rect(64px, 9999px, 82px, 0); } 85.0% { clip: rect(70px, 9999px, 45px, 0); } 90% { clip: rect(11px, 9999px, 91px, 0); } 95% { clip: rect(58px, 9999px, 49px, 0); } 100% { clip: rect(47px, 9999px, 74px, 0); } } .glitch:before { content: attr(data-text); position: absolute; left: -2px; text-shadow: 3px 0 rgba(255, 5, 145, 1); top: 0; color: white; overflow: hidden; clip: rect(0, 900px, 0, 0); -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse; } .glitch2:before{ left: 24px; } .glitch2:after{ left: 24px; } @media screen and (max-device-width: 480px) { .glitch{ width: 300px; } .glitch2:before{ left: 5px; } .glitch2:after{ left: 5px; } } /* ------------------------ fonts ----------------------- */ /* ------------------------- Cube ------------------------- */ @-moz-keyframes spinningH { from { -moz-transform: rotateX(0deg) rotateY(0deg); } to{ -moz-transform: rotateX(360deg) rotateY(360deg); } } @-webkit-keyframes spinningH { from { -webkit-transform: rotateX(0deg) rotateY(0deg); } to{ -webkit-transform: rotateX(360deg) rotateY(360deg); } } @-o-keyframes spinningH { from { -o-transform: rotateX(0deg) rotateY(0deg); } to{ -o-transform: rotateX(360deg) rotateY(360deg); } } @-ms-keyframes spinningH { from { -ms-transform: rotateX(0deg) rotateY(0deg); } to{ -ms-transform: rotateX(360deg) rotateY(360deg); } } @keyframes spinningH { from { transform: rotateX(0deg) rotateY(0deg); } to{ transform: rotateX(360deg) rotateY(360deg); } } .cHover{ position: absolute; width: 100%; z-index: 9; } .cube { position: relative; margin: 0 auto; height: 150px; width: 150px; -webkit-transition : -webkit-transform 2s linear; -moz-transition : -moz-transform 2s linear; -o-transition : -o-transform 2s linear; -ms-transition : -ms-transform 2s linear; transition : transform 2s linear; -webkit-transform-style : preserve-3d; -moz-transform-style : preserve-3d; -o-transform-style : preserve-3d; -ms-transform-style : preserve-3d; transform-style : preserve-3d; -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } .cube>div { position: absolute; height: 150px; width: 150px; padding: 20px; opacity: 1; background-position:center center; } .cube div:nth-child(1) { -webkit-transform : translateZ(70px); -moz-transform : translateZ(70px); -o-transform : translateZ(70px); -ms-transform : translateZ(70px); transform : translateZ(70px); background-color : #FFF; background-repeat : no-repeat; background-size: contain; } .cube div:nth-child(2) { -webkit-transform : rotateY(90deg) translateZ(70px); -moz-transform : rotateY(90deg) translateZ(70px); -o-transform : rotateY(90deg) translateZ(70px); -ms-transform : rotateY(90deg) translateZ(70px); transform : rotateY(90deg) translateZ(70px); background-color : #FFF; background-repeat : no-repeat; background-size: contain; } .cube div:nth-child(3) { -webkit-transform : rotateY(180deg) translateZ(70px) rotate(180deg); -moz-transform : rotateY(180deg) translateZ(70px) rotate(180deg); -o-transform : rotateY(180deg) translateZ(70px) rotate(180deg); -ms-transform : rotateY(180deg) translateZ(70px) rotate(180deg); transform : rotateY(180deg) translateZ(70px) rotate(180deg); background-color : #FFF; background-repeat : no-repeat; background-size: contain; } .cube div:nth-child(4) { -webkit-transform : rotateY(-90deg) translateZ(70px); -moz-transform : rotateY(-90deg) translateZ(70px); -o-transform : rotateY(-90deg) translateZ(70px); -ms-transform : rotateY(-90deg) translateZ(70px); transform : rotateY(-90deg) translateZ(70px); background-color : #FFF; background-size: contain; background-repeat : no-repeat; } .cube div:nth-child(5) { -webkit-transform : rotateX(-90deg) translateZ(70px) ; -moz-transform : rotateX(-90deg) translateZ(70px) ; -o-transform : rotateX(-90deg) translateZ(70px) ; -ms-transform : rotateX(-90deg) translateZ(70px) ; transform : rotateX(-90deg) translateZ(70px) ; background-color : #FFF; background-repeat :no-repeat; background-size: contain; } .cube div:nth-child(6) { -webkit-transform : rotateX(90deg) translateZ(70px); -moz-transform : rotateX(90deg) translateZ(70px); -o-transform : rotateX(90deg) translateZ(70px); -ms-transform : rotateX(90deg) translateZ(70px); transform : rotateX(90deg) translateZ(70px); background-color : #FFF; background-repeat :no-repeat; text-align:center; background-size: contain; } #webC div:nth-child(6) { background-image: url("../images/web2ico.png"); } #webC div:nth-child(5) { background-image: url("../images/web3ico.png"); } #webC div:nth-child(3) { background-image: url("../images/web4ico.png"); } #webC div:nth-child(1) { background-image: url("../images/web1ico.png"); } #appsC div:nth-child(6) { background-image: url("../images/interActive2ico.png"); } #appsC div:nth-child(5) { background-image: url("../images/interActive3ico.png"); } #appsC div:nth-child(3) { background-image: url("../images/interActive4ico.png"); } #appsC div:nth-child(1) { background-image: url("../images/interActive1ico.png"); } #devC div:nth-child(6) { background-image: url("../images/dev2ico.png"); } #devC div:nth-child(5) { background-image: url("../images/dev3ico.png"); } #devC div:nth-child(3) { background-image: url("../images/dev4ico.png"); } #devC div:nth-child(1) { background-image: url("../images/dev1ico.png"); } .maingPg{ width: 100%; float: left; position: relative; } /* Image */ .image { position: relative; display: inline-block; border: 0; outline: 0; } /* Uncomment the block below if you want linked images to highlight on hover */ .image img { display: block; width: 100%; } .image.fit { display: block; width: 100%; } .image.featured { display: block; width: 100%; margin: 0 0 4em 0; } .image.left { float: left; margin: 0 2em 2em 0; } .image.centered { display: block; margin: 0 0 2em 0; } .image.centered img { margin: 0 auto; width: auto; } /* .cube:hover{ transform: rotateY(-90deg); -webkit-transform: rotateX(-90deg); }*/ /* ------------------------- Cube ------------------------- */ .carousel { position: relative; overflow: hidden; padding: 2em 0 2em 0; margin-bottom: 0; } .carousel .forward, .carousel .backward { position: absolute; top: 50%; width: 6em; height: 12em; margin-top: -6em; cursor: pointer; } .carousel .forward { right: 0; } .carousel .backward { left: 0; } .carousel .forward:before, .carousel .backward:before { content: ''; display: block; width: 6em; height: 6em; border-radius: 100%; background-color: rgba(81, 149, 174, 0.5); position: absolute; top: 50%; margin-top: -3em; -moz-transition: background-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out; -o-transition: background-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out; -webkit-backface-visibility: hidden; } .carousel .forward:after, .carousel .backward:after { content: ''; width: 3em; height: 3em; position: absolute; top: 50%; margin: -1.5em 0 0 0; background: url('../images/arrow.svg') no-repeat center center; } .carousel .forward:after { right: -0.25em; } .carousel .backward:after { left: -0.25em; -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); } .carousel .forward:before { right: -3em; } .carousel .backward:before { left: -3em; } .carousel .forward:hover:before, .carousel .backward:hover:before { background-color: rgba(6, 35, 97, 0.75); } .carousel .reel { white-space: nowrap; position: relative; -webkit-overflow-scrolling: touch; padding: 0 2em 0 2em; } .carousel article { display: inline-block; width: 18em; background: #fff; text-align: center; padding: 0 1em 3em 1em; margin: 0 2em 0 0; white-space: normal; opacity: 1.0; -moz-transition: opacity 0.75s ease-in-out; -webkit-transition: opacity 0.75s ease-in-out; -o-transition: opacity 0.75s ease-in-out; -ms-transition: opacity 0.75s ease-in-out; transition: opacity 0.75s ease-in-out; } .carousel article.loading { opacity: 0; } .carousel article .image { position: relative; left: -1em; top: 0; width: auto; margin-right: -2em; margin-bottom: 0px; } .carousel article p { text-align: center; }
0.188324
0.070656
@import "https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500"; .game-title { font-weight: 900; margin-top: 30px; margin-bottom: 30px; } .game-play { /* border-radius: 5%; */ /* width: 960px; height: 540px; */ width: 62vw; height: 34.875vw; /* background-color: black; */ margin-left: auto; margin-right: auto; } .menu, .button { width: 100px; height: 100px; user-select: none; } .menu { position: fixed; top: 110px; left: 114px; transition: transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92); transform: scale3d(1, 1, 1); transform-origin: top left; cursor: pointer; } .button { position: absolute; top: 0; left: 0; border-radius: 50%; mix-blend-mode: multiply; background-position: center center; background-repeat: no-repeat; background-size: 33%; font: 25px/100px Alegreya Sans, sans-serif; transition: transform 0.75s cubic-bezier(0.39, 1.52, 0.46, 0.92); will-change: transform; display: flex; justify-content: center; } .button.closed { transform: translate3d(0, 0, 0) !important; } .main { color: #030f01; text-align: center; mix-blend-mode: normal; line-height: 100px; box-shadow: 0 0 0 5px rgba(3, 15, 1, 0.1); transition: border-color 0.75s, color 0.75s; will-change: color, border-color, background; } .closed .main { color: #f8f7f2; box-shadow: 0 0 0 5px rgba(3, 15, 1, 0); } .stack { background-color: #fa39d0; top: 90%; transition-duration: 0.525s; } .closed .stack { transform: translate3d(-4%, -100%, 0) rotate(-180deg); pointer-events: none; } .queue { background-color: #ee5656; top: 180%; transition-duration: 0.675s; } .closed .queue { transform: translate3d(4%, -184%, 0) rotate(-180deg); pointer-events: none; } .graph { background-color: #fa7d39; top: 270%; transition-duration: 0.825s; } .closed .graph { transform: translate3d(-10%, -270%, 0) rotate(-180deg); pointer-events: none; } .tree { background-color: #fec72e; top: 360%; transition-duration: 0.975s; } .closed .tree { transform: translate3d(-1%, -359%, 0) rotate(-180deg); pointer-events: none; } .sort { background-color: #1ab254; top: 450%; transition-duration: 1.125s; } .closed .sort { transform: translate3d(10%, -450%, 0) rotate(-180deg); pointer-events: none; } .mid { background-color: #1ba5cd; top: 540%; transition-duration: 0.975s; } .closed .mid { transform: translate3d(7.48944%, -550%, 0) rotate(-180deg); pointer-events: none; } .game-atag { text-decoration: none; text-align: center; } .game-atag .size-outline { width: 90px; height: 90px; border-radius: 50%; position: relative; } .game-atag .size-outline .game-type { display: none; position: absolute; top: 4%; left: 21%; color: black; font-weight: 900; } .game-atag .size-outline .game-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; margin-bottom: 3%; } .size-outline:hover > img { opacity: 20%; } .size-outline:hover .game-type { display: block; } .size1 { margin-left: 15%; } .size2 { margin-left: -11%; } .go-to-study { position: fixed; right: 3%; bottom: 6%; } .go-to-study .after-study { display: block; width: 100%; background-color: white; font-size: 1.7vw; font-weight: 700; color: #6762cf; margin-left: 4%; border: none; border-bottom: 1px solid #6762cf; } .game-help { position: fixed; top: 23.5%; right: 2.5%; width: 13.7vw; background-color: lavender; } .game-help-title { font-weight: 700; margin-top: 10%; } .game-help-desc { margin: 10%; } .game-help-desc p { font-size: 0.9vw; } /* 반응형 */ .game-play-res { border-radius: 5%; width: 86vw; height: 48.375vw; background-color: black; margin-left: auto; margin-right: auto; } .go-to-study-res { margin-top: 20px; } .go-to-study-res .after-study { background-color: white; border-radius: 5%; font-size: 3vw; font-weight: 700; color: #6762cf; margin-left: 4%; border: none; border-bottom: 1px solid #6762cf; } .show-game-menu { display: block; } .hide-game-menu { display: none; } .game-help-res { background-color: lavender; display: flex; justify-content: center; margin-top: 4%; width: 85%; margin-left: auto; margin-right: auto; } .game-help-card-res { width: 79%; } .game-help-title-res { margin-top: 5%; font-weight: 700; font-size: 3.5vw; } .game-help-desc-res { margin: 2%; } .game-help-desc-res p { font-size: 2.7vw; }
frontend/src/styles/gameDesc.css
@import "https://fonts.googleapis.com/css?family=Alegreya+Sans:400,500"; .game-title { font-weight: 900; margin-top: 30px; margin-bottom: 30px; } .game-play { /* border-radius: 5%; */ /* width: 960px; height: 540px; */ width: 62vw; height: 34.875vw; /* background-color: black; */ margin-left: auto; margin-right: auto; } .menu, .button { width: 100px; height: 100px; user-select: none; } .menu { position: fixed; top: 110px; left: 114px; transition: transform 1.125s cubic-bezier(0.39, 1.52, 0.46, 0.92); transform: scale3d(1, 1, 1); transform-origin: top left; cursor: pointer; } .button { position: absolute; top: 0; left: 0; border-radius: 50%; mix-blend-mode: multiply; background-position: center center; background-repeat: no-repeat; background-size: 33%; font: 25px/100px Alegreya Sans, sans-serif; transition: transform 0.75s cubic-bezier(0.39, 1.52, 0.46, 0.92); will-change: transform; display: flex; justify-content: center; } .button.closed { transform: translate3d(0, 0, 0) !important; } .main { color: #030f01; text-align: center; mix-blend-mode: normal; line-height: 100px; box-shadow: 0 0 0 5px rgba(3, 15, 1, 0.1); transition: border-color 0.75s, color 0.75s; will-change: color, border-color, background; } .closed .main { color: #f8f7f2; box-shadow: 0 0 0 5px rgba(3, 15, 1, 0); } .stack { background-color: #fa39d0; top: 90%; transition-duration: 0.525s; } .closed .stack { transform: translate3d(-4%, -100%, 0) rotate(-180deg); pointer-events: none; } .queue { background-color: #ee5656; top: 180%; transition-duration: 0.675s; } .closed .queue { transform: translate3d(4%, -184%, 0) rotate(-180deg); pointer-events: none; } .graph { background-color: #fa7d39; top: 270%; transition-duration: 0.825s; } .closed .graph { transform: translate3d(-10%, -270%, 0) rotate(-180deg); pointer-events: none; } .tree { background-color: #fec72e; top: 360%; transition-duration: 0.975s; } .closed .tree { transform: translate3d(-1%, -359%, 0) rotate(-180deg); pointer-events: none; } .sort { background-color: #1ab254; top: 450%; transition-duration: 1.125s; } .closed .sort { transform: translate3d(10%, -450%, 0) rotate(-180deg); pointer-events: none; } .mid { background-color: #1ba5cd; top: 540%; transition-duration: 0.975s; } .closed .mid { transform: translate3d(7.48944%, -550%, 0) rotate(-180deg); pointer-events: none; } .game-atag { text-decoration: none; text-align: center; } .game-atag .size-outline { width: 90px; height: 90px; border-radius: 50%; position: relative; } .game-atag .size-outline .game-type { display: none; position: absolute; top: 4%; left: 21%; color: black; font-weight: 900; } .game-atag .size-outline .game-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; margin-bottom: 3%; } .size-outline:hover > img { opacity: 20%; } .size-outline:hover .game-type { display: block; } .size1 { margin-left: 15%; } .size2 { margin-left: -11%; } .go-to-study { position: fixed; right: 3%; bottom: 6%; } .go-to-study .after-study { display: block; width: 100%; background-color: white; font-size: 1.7vw; font-weight: 700; color: #6762cf; margin-left: 4%; border: none; border-bottom: 1px solid #6762cf; } .game-help { position: fixed; top: 23.5%; right: 2.5%; width: 13.7vw; background-color: lavender; } .game-help-title { font-weight: 700; margin-top: 10%; } .game-help-desc { margin: 10%; } .game-help-desc p { font-size: 0.9vw; } /* 반응형 */ .game-play-res { border-radius: 5%; width: 86vw; height: 48.375vw; background-color: black; margin-left: auto; margin-right: auto; } .go-to-study-res { margin-top: 20px; } .go-to-study-res .after-study { background-color: white; border-radius: 5%; font-size: 3vw; font-weight: 700; color: #6762cf; margin-left: 4%; border: none; border-bottom: 1px solid #6762cf; } .show-game-menu { display: block; } .hide-game-menu { display: none; } .game-help-res { background-color: lavender; display: flex; justify-content: center; margin-top: 4%; width: 85%; margin-left: auto; margin-right: auto; } .game-help-card-res { width: 79%; } .game-help-title-res { margin-top: 5%; font-weight: 700; font-size: 3.5vw; } .game-help-desc-res { margin: 2%; } .game-help-desc-res p { font-size: 2.7vw; }
0.463444
0.099208
html{ scroll-behavior: smooth; } .landing{ background-image: url('images/backgrounds/s_image.jpg'); background-position: center; background-size: cover; text-align: center; color: white; padding-top: 25%; padding-bottom: 5%; font-family: 'Times New Roman', Times, serif; } .landing h1{ padding: 3px; margin: 5px; font-size: 45px; } #logo{ margin-top: 10px; margin-bottom: 20px; width: 60px; height: 70px; } #mouse{ animation: bounce 2s infinite; } #development{ display: none; } #product{ display: none; } #design{ display: none; } .aboutUs{ text-align: center; padding-top: 6%; padding-bottom: 3%; font-family: 'Times New Roman', Times, serif; font-size: 17px; } .services{ background-image: url("images/backgrounds/s_image.jpg"); color: white; background-position: center; background-size: cover; text-align: center; padding-top: 10%; padding-bottom: 8%; font-family: 'Times New Roman', Times, serif; font-size: 20px; } #whatWeDo .row{ padding-top: 40px; text-align: center; font-family: 'Times New Roman', Times, serif; display: flex; } .whatWeDo.headings{ font-family: 'Times New Roman', Times, serif; } #servicesoverlay{ background-color: rgba(red, green, blue, alpha); padding-top: 20px; } #form{ background-image: url("images/background/c_image.jpg"); } .input{ display: inline; } #form input{ width: 37%; background-color: transparent; } #mce-FNAME{ margin-left: 10%; color: white; background-color: transparent; } #mce-LNAME{ margin-left: 10%; color: white; background-color: transparent; } #mce-EMAIL{ margin-left: 10%; color: white; background-color: transparent; } #mce-MMERGE3{ background-color: transparent; color: white; } #product.title, #development.title, #design.title{ font-size: 20px; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ display: none; color: black; width: 100%; height: 100%; position: relative; text-align: center; font-size: 40px; font-family: sans-serif; } button{ margin-left: 2%; padding-bottom: 30px; margin-bottom: 20px; } .contact{ background-image: url("images/backgrounds/c_image.jpg"); background-position: center; background-size: cover; color: white; } .column { float: left; width: 33.33% }
css/styles.css
html{ scroll-behavior: smooth; } .landing{ background-image: url('images/backgrounds/s_image.jpg'); background-position: center; background-size: cover; text-align: center; color: white; padding-top: 25%; padding-bottom: 5%; font-family: 'Times New Roman', Times, serif; } .landing h1{ padding: 3px; margin: 5px; font-size: 45px; } #logo{ margin-top: 10px; margin-bottom: 20px; width: 60px; height: 70px; } #mouse{ animation: bounce 2s infinite; } #development{ display: none; } #product{ display: none; } #design{ display: none; } .aboutUs{ text-align: center; padding-top: 6%; padding-bottom: 3%; font-family: 'Times New Roman', Times, serif; font-size: 17px; } .services{ background-image: url("images/backgrounds/s_image.jpg"); color: white; background-position: center; background-size: cover; text-align: center; padding-top: 10%; padding-bottom: 8%; font-family: 'Times New Roman', Times, serif; font-size: 20px; } #whatWeDo .row{ padding-top: 40px; text-align: center; font-family: 'Times New Roman', Times, serif; display: flex; } .whatWeDo.headings{ font-family: 'Times New Roman', Times, serif; } #servicesoverlay{ background-color: rgba(red, green, blue, alpha); padding-top: 20px; } #form{ background-image: url("images/background/c_image.jpg"); } .input{ display: inline; } #form input{ width: 37%; background-color: transparent; } #mce-FNAME{ margin-left: 10%; color: white; background-color: transparent; } #mce-LNAME{ margin-left: 10%; color: white; background-color: transparent; } #mce-EMAIL{ margin-left: 10%; color: white; background-color: transparent; } #mce-MMERGE3{ background-color: transparent; color: white; } #product.title, #development.title, #design.title{ font-size: 20px; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ display: none; color: black; width: 100%; height: 100%; position: relative; text-align: center; font-size: 40px; font-family: sans-serif; } button{ margin-left: 2%; padding-bottom: 30px; margin-bottom: 20px; } .contact{ background-image: url("images/backgrounds/c_image.jpg"); background-position: center; background-size: cover; color: white; } .column { float: left; width: 33.33% }
0.418935
0.057865
:root { --theme-orange: #f4bf75; --theme-green: #b5e853; --theme-light-blue: #63c0f5; --theme-purple: #aa759f; --theme-brown: #d28445; --theme-grey: #c0c0c0; } /* Set the background to a light black */ body { background: #151515; } /* Here we set the default font settings for the page. */ * { font-family: "Source Code Pro", monospace; font-size: 16px; color: white; } /* Set the default look for headings */ h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 8px 0px; color: var(--theme-green); } /* Set font sizes for headings */ h1 { font-size: 2em; } h2 { font-size: 1.8em; } h3 { font-size: 1.5em; } h4, h5, h6 { font-size: 1em; } /* Set the colors for h5s and h6s as we have used up all the sizes available */ h5, h6 { color: var(--theme-grey); } /* Make h6s italic */ h6 { font-style: italic; } /* Display all ol elements the same way */ ol { list-style-type: decimal; } /* Create custom list-styles for li elements in ul elements */ ul { list-style-type: none; padding-left: 12px; } ul li:before { content: ">> "; color: var(--theme-green); } /* Create styles for inline code blocks */ code { border: 1px solid rgba(255,255,255,0.15); color: var(--theme-purple); padding: 0px 3px; border-radius: 4px; background: black; margin: 0px -3px; } /* Create styles for non-inline code blocks */ pre { border: 1px solid #808080; padding: 4px; border-radius: 4px; background: black; width: calc(100% - 10px); overflow-x: scroll; } pre::selection, pre *::selection { background-color: #c0c0c0; color: none; } /* Create styles for links */ a { color: var(--theme-light-blue); text-decoration: underline; /* We want links' underlines to be hidden until you hover over them */ text-decoration-color: transparent; transition: 0.1s; cursor: pointer; } a:hover { text-decoration-color: var(--theme-light-blue); } /* Create styles for tables */ table { text-align: left; width: 100%; } tr:first-child th { border-bottom: 1px dashed var(--theme-green); padding-bottom: 8px; color: var(--theme-green); } /* Create custom styles for button */ button { border: 1px solid rgba(255,255,255,0.15); background: black; border-radius: 4px; box-shadow: 0px 0px 4px 2px white; cursor: pointer; transition: 0.4s; margin: 6px; margin-left: 0px; margin-right: 12px; } button[first] { margin-left: 6px; } button[fullwidth] { width: 100%; display: block; margin: 6px 0px; padding: 4px 0px; } button:hover { box-shadow: 0px 0px 2px 1px white; } /* Create custom styles for button */ input { border: 1px solid rgba(255,255,255,0.15); background: black; border-radius: 4px; box-shadow: inset 0px 0px 4px 1px white; cursor: pointer; transition: 0.2s; margin: 6px 0px; padding: 4px 4px; width: calc(100% - 8px); outline: 0px; } input:focus { box-shadow: inset 0px 0px 4px 2px white; } input[inline] { border: none; width: 57.6px; color: var(--theme-green); box-shadow: none; border-bottom: 1px solid var(--theme-green); } /* Make the first heading on a page a title. */ #title { font-size: 2.5em; text-align: center; } #subtitle { color: #c0c0c0; font-weight: bold; } /* Create custom horizontal line */ hr { border: none; border-bottom: 1px dashed var(--theme-green); } /* Create custom blockquotes */ blockquote { border-left: 1px dashed var(--theme-green); margin: 16px 40px; padding: 5px 10px; font-style: italic; } /* Create custom definition lists */ dt { font-weight: bold; font-style: italic; }
files/theme.css
:root { --theme-orange: #f4bf75; --theme-green: #b5e853; --theme-light-blue: #63c0f5; --theme-purple: #aa759f; --theme-brown: #d28445; --theme-grey: #c0c0c0; } /* Set the background to a light black */ body { background: #151515; } /* Here we set the default font settings for the page. */ * { font-family: "Source Code Pro", monospace; font-size: 16px; color: white; } /* Set the default look for headings */ h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 8px 0px; color: var(--theme-green); } /* Set font sizes for headings */ h1 { font-size: 2em; } h2 { font-size: 1.8em; } h3 { font-size: 1.5em; } h4, h5, h6 { font-size: 1em; } /* Set the colors for h5s and h6s as we have used up all the sizes available */ h5, h6 { color: var(--theme-grey); } /* Make h6s italic */ h6 { font-style: italic; } /* Display all ol elements the same way */ ol { list-style-type: decimal; } /* Create custom list-styles for li elements in ul elements */ ul { list-style-type: none; padding-left: 12px; } ul li:before { content: ">> "; color: var(--theme-green); } /* Create styles for inline code blocks */ code { border: 1px solid rgba(255,255,255,0.15); color: var(--theme-purple); padding: 0px 3px; border-radius: 4px; background: black; margin: 0px -3px; } /* Create styles for non-inline code blocks */ pre { border: 1px solid #808080; padding: 4px; border-radius: 4px; background: black; width: calc(100% - 10px); overflow-x: scroll; } pre::selection, pre *::selection { background-color: #c0c0c0; color: none; } /* Create styles for links */ a { color: var(--theme-light-blue); text-decoration: underline; /* We want links' underlines to be hidden until you hover over them */ text-decoration-color: transparent; transition: 0.1s; cursor: pointer; } a:hover { text-decoration-color: var(--theme-light-blue); } /* Create styles for tables */ table { text-align: left; width: 100%; } tr:first-child th { border-bottom: 1px dashed var(--theme-green); padding-bottom: 8px; color: var(--theme-green); } /* Create custom styles for button */ button { border: 1px solid rgba(255,255,255,0.15); background: black; border-radius: 4px; box-shadow: 0px 0px 4px 2px white; cursor: pointer; transition: 0.4s; margin: 6px; margin-left: 0px; margin-right: 12px; } button[first] { margin-left: 6px; } button[fullwidth] { width: 100%; display: block; margin: 6px 0px; padding: 4px 0px; } button:hover { box-shadow: 0px 0px 2px 1px white; } /* Create custom styles for button */ input { border: 1px solid rgba(255,255,255,0.15); background: black; border-radius: 4px; box-shadow: inset 0px 0px 4px 1px white; cursor: pointer; transition: 0.2s; margin: 6px 0px; padding: 4px 4px; width: calc(100% - 8px); outline: 0px; } input:focus { box-shadow: inset 0px 0px 4px 2px white; } input[inline] { border: none; width: 57.6px; color: var(--theme-green); box-shadow: none; border-bottom: 1px solid var(--theme-green); } /* Make the first heading on a page a title. */ #title { font-size: 2.5em; text-align: center; } #subtitle { color: #c0c0c0; font-weight: bold; } /* Create custom horizontal line */ hr { border: none; border-bottom: 1px dashed var(--theme-green); } /* Create custom blockquotes */ blockquote { border-left: 1px dashed var(--theme-green); margin: 16px 40px; padding: 5px 10px; font-style: italic; } /* Create custom definition lists */ dt { font-weight: bold; font-style: italic; }
0.435902
0.143038
.App { font-family: sans-serif; position: relative; font-size: 20px; margin: 0; height: inherit; } .fontSize { font-size: 0.9rem; } /* For Cartbar from NoCartPage */ .slideUp { transition: all 0.3s ease-in-out; animation-duration: 0.3s; animation-timing-function: ease-in; } .slideUp:hover { transform: translate(0, -5%); } /* END Cartbar */ .grow { transition: all 0.3s ease-in-out; animation-duration: 1s; animation-timing-function: ease-in; } .grow:hover { transform: scale(1.08); } .grow:active { animation-name: shake; } @keyframes shake { 0% { left: 0; } 1% { left: -3px; } 2% { left: 5px; } 3% { left: -8px; } 4% { left: 8px; } 5% { left: -5px; } 6% { left: 3px; } 7% { left: 0; } } .noPointerEvents { pointer-events: none; } .cursor { cursor: pointer; } /* Fonts */ .roleway { font-family: "Raleway", sans-serif; } .ephesis { font-family: "Ephesis", cursive; font-size: 3rem; } .rajdhani { font-family: "Rajdhani", sans-serif; } /* END Fonts */ /* Media queries */ @media only screen and (max-width: 320px) { .fontSize { margin-top: 0.5rem; } } @media only screen and (max-width: 540px) { .itemsCenterLT540W { align-items: center; } } /* END Media queries */ /* Animations from Animista */ .slide-in-bottom { -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:8:33 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-in-bottom * ---------------------------------------- */ @-webkit-keyframes slide-in-bottom { 0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @keyframes slide-in-bottom { 0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } .scale-in-center { -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:11:0 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation scale-in-center * ---------------------------------------- */ @-webkit-keyframes scale-in-center { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes scale-in-center { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } .slide-in-left { -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:18:1 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-in-left * ---------------------------------------- */ @-webkit-keyframes slide-in-left { 0% { -webkit-transform: translateX(-1000px); transform: translateX(-1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } @keyframes slide-in-left { 0% { -webkit-transform: translateX(-1000px); transform: translateX(-1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } .slide-in-right { -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:29:58 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-in-right * ---------------------------------------- */ @-webkit-keyframes slide-in-right { 0% { -webkit-transform: translateX(1000px); transform: translateX(1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } @keyframes slide-in-right { 0% { -webkit-transform: translateX(1000px); transform: translateX(1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }
client/src/App.css
.App { font-family: sans-serif; position: relative; font-size: 20px; margin: 0; height: inherit; } .fontSize { font-size: 0.9rem; } /* For Cartbar from NoCartPage */ .slideUp { transition: all 0.3s ease-in-out; animation-duration: 0.3s; animation-timing-function: ease-in; } .slideUp:hover { transform: translate(0, -5%); } /* END Cartbar */ .grow { transition: all 0.3s ease-in-out; animation-duration: 1s; animation-timing-function: ease-in; } .grow:hover { transform: scale(1.08); } .grow:active { animation-name: shake; } @keyframes shake { 0% { left: 0; } 1% { left: -3px; } 2% { left: 5px; } 3% { left: -8px; } 4% { left: 8px; } 5% { left: -5px; } 6% { left: 3px; } 7% { left: 0; } } .noPointerEvents { pointer-events: none; } .cursor { cursor: pointer; } /* Fonts */ .roleway { font-family: "Raleway", sans-serif; } .ephesis { font-family: "Ephesis", cursive; font-size: 3rem; } .rajdhani { font-family: "Rajdhani", sans-serif; } /* END Fonts */ /* Media queries */ @media only screen and (max-width: 320px) { .fontSize { margin-top: 0.5rem; } } @media only screen and (max-width: 540px) { .itemsCenterLT540W { align-items: center; } } /* END Media queries */ /* Animations from Animista */ .slide-in-bottom { -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:8:33 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-in-bottom * ---------------------------------------- */ @-webkit-keyframes slide-in-bottom { 0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } @keyframes slide-in-bottom { 0% { -webkit-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; } 100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } .scale-in-center { -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:11:0 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation scale-in-center * ---------------------------------------- */ @-webkit-keyframes scale-in-center { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes scale-in-center { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } .slide-in-left { -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:18:1 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-in-left * ---------------------------------------- */ @-webkit-keyframes slide-in-left { 0% { -webkit-transform: translateX(-1000px); transform: translateX(-1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } @keyframes slide-in-left { 0% { -webkit-transform: translateX(-1000px); transform: translateX(-1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } .slide-in-right { -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2021-9-13 19:29:58 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-in-right * ---------------------------------------- */ @-webkit-keyframes slide-in-right { 0% { -webkit-transform: translateX(1000px); transform: translateX(1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } @keyframes slide-in-right { 0% { -webkit-transform: translateX(1000px); transform: translateX(1000px); opacity: 0; } 100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }
0.552057
0.095139
html, body { width: 100%; height: 100%; } input[type=number] { width: 96px; padding: 5px 5px; margin: 8px 0; box-sizing: border-box; } .body { font-family: Tahoma; font-size: .850em; background-color: #e7e7e7; background-image: url('https://static.webshopapp.com/shops/020277/files/056032986/cole-son-jaspe-106-3038-wallpaper.jpg'); } .header { height: 20px; display: flex; justify-content: space-between;; height: 100%; } p.logo-text{ margin: 10px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 3em; } p.logo-text::before{ content: ""; display: block; float: left; margin-right: 10px; width: 50px; height: 50px; background-image: url("http://www.iconninja.com/files/565/731/587/user-interface-command-line-icon.png"); background-size: cover; } .header_title { font-family: Impact; font-size: 2.9em; padding: 10px 10px; } ul.header_menu { margin: 10px 0; list-style-type: none; display: flex; } .header_menu_li { padding-right: 20px; margin: 10px 0; } .header_menu_li:last-child { padding-right: 0; } ul.header_menu > li > a { margin: 10px 0; color: #000; text-decoration: none; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 2em; text-transform: uppercase; } ul.header_menu > li > a:hover { margin: 10px 0; color: #2b2b2b; text-decoration: dotted; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 2em; text-transform: uppercase; } .page_inner { margin: 0 auto; width: 100%; max-width: 960px; padding: 0px 10px; } .main_container { padding: 10px; background-color: #e7e7e7; } .contact_form { padding: 10px; } .form1_title { font-family: Impact; font-size: 1.5em; padding-bottom: 10px; } .formBlockSize { } .formOutputVol { display: inline-block; } .formLabel { } .block_submit { padding-top: 20px; } .footer { padding: 20px; text-align: center; }
template/css/style.css
html, body { width: 100%; height: 100%; } input[type=number] { width: 96px; padding: 5px 5px; margin: 8px 0; box-sizing: border-box; } .body { font-family: Tahoma; font-size: .850em; background-color: #e7e7e7; background-image: url('https://static.webshopapp.com/shops/020277/files/056032986/cole-son-jaspe-106-3038-wallpaper.jpg'); } .header { height: 20px; display: flex; justify-content: space-between;; height: 100%; } p.logo-text{ margin: 10px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 3em; } p.logo-text::before{ content: ""; display: block; float: left; margin-right: 10px; width: 50px; height: 50px; background-image: url("http://www.iconninja.com/files/565/731/587/user-interface-command-line-icon.png"); background-size: cover; } .header_title { font-family: Impact; font-size: 2.9em; padding: 10px 10px; } ul.header_menu { margin: 10px 0; list-style-type: none; display: flex; } .header_menu_li { padding-right: 20px; margin: 10px 0; } .header_menu_li:last-child { padding-right: 0; } ul.header_menu > li > a { margin: 10px 0; color: #000; text-decoration: none; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 2em; text-transform: uppercase; } ul.header_menu > li > a:hover { margin: 10px 0; color: #2b2b2b; text-decoration: dotted; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 2em; text-transform: uppercase; } .page_inner { margin: 0 auto; width: 100%; max-width: 960px; padding: 0px 10px; } .main_container { padding: 10px; background-color: #e7e7e7; } .contact_form { padding: 10px; } .form1_title { font-family: Impact; font-size: 1.5em; padding-bottom: 10px; } .formBlockSize { } .formOutputVol { display: inline-block; } .formLabel { } .block_submit { padding-top: 20px; } .footer { padding: 20px; text-align: center; }
0.327453
0.06832
.navbar-logo{ display: inline-block; margin-right: 5px; } .navbar-logo img { width: 38px; } /* user navigation */ .navbar-nav > li > a.username { text-transform: capitalize; position: relative; padding: 10px 30px 10px 10px; } nav .username .role { text-transform: uppercase; font-size: 8px; line-height: 10px; color: #bbb; font-weight: bold; display: block; } nav .username .caret { position: absolute; top: 23px; right: 10px; } /* Document Set Index */ .project-index { position: relative; margin-bottom: 2em; } .project-index .btn-group { position: absolute; top: 5px; right: 0; } .project-index .media { border-top: 1px solid #cecece; padding-top: 2em; margin-top: 2em; } .project-index .media .pull-left { margin-right: 1em; } .project-index .media h4 { margin-bottom: 1em; } .project-index .media .cta { margin-top: 1em; } .project-index .media .verified-container, .project-index .media .new-transcription { width: 48%; display: inline-block; overflow: hidden; vertical-align: top; } .project-index .media:first-child { border: 0; margin: 0; } .pull-left{ width: 180px; height: 180px; overflow: hidden; } /* footer */ .panel-footer { overflow: auto; margin: 40px 0 0 0; } .panel-footer ul { padding: 0; float: left; margin: 0; } .panel-footer li { display: inline-block; } .panel-footer li a { padding: 0 0.5em; line-height: 29px; } .panel-footer .open-news { float: right; } /* Project overview */ .project-header {margin-bottom: 30px;} .project-header .verified-container {padding: 15px 15px 5px; margin: 15px 0 0 0;} .table-rank td.wide {width: 65%;} .table-rank td.val {text-align: right} .table-rank .view-more { text-align: center; padding: 8px; display: block; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-weight: bold; background: #fafafa; text-transform: uppercase; font-size: 11px; margin: 0 0 30px ; } .media-wrapper {padding-bottom: 15px; border-bottom: 1px solid #ccc;} /* New transcript */ #document-viewer-container { width: 100%!important; } #document-viewer-container, #document-transcript { max-height: 73vh; overflow: auto; padding: 0; } #document-transcript .twitter-typeahead { width: 100%; } #document-transcript label { margin: 1em 0 0 0; } #document-transcript input, #document-transcript textarea { width: 90%; border: 1px solid #cecece; padding: 0.2em; } #document-transcript input[type="radio"] { width: auto; } /* Utilities */ .DV-pixelping { display: none; } /* Ranking Search */ input.search-ranking { display: inline-block; text-indent: -5000px; width: 17px; height: 17px; background: url(../img/lupa.png) no-repeat; border: none; background-size: 17px; cursor: pointer; }
crowdataapp/static/crowdataapp/css/crowdataapp.css
.navbar-logo{ display: inline-block; margin-right: 5px; } .navbar-logo img { width: 38px; } /* user navigation */ .navbar-nav > li > a.username { text-transform: capitalize; position: relative; padding: 10px 30px 10px 10px; } nav .username .role { text-transform: uppercase; font-size: 8px; line-height: 10px; color: #bbb; font-weight: bold; display: block; } nav .username .caret { position: absolute; top: 23px; right: 10px; } /* Document Set Index */ .project-index { position: relative; margin-bottom: 2em; } .project-index .btn-group { position: absolute; top: 5px; right: 0; } .project-index .media { border-top: 1px solid #cecece; padding-top: 2em; margin-top: 2em; } .project-index .media .pull-left { margin-right: 1em; } .project-index .media h4 { margin-bottom: 1em; } .project-index .media .cta { margin-top: 1em; } .project-index .media .verified-container, .project-index .media .new-transcription { width: 48%; display: inline-block; overflow: hidden; vertical-align: top; } .project-index .media:first-child { border: 0; margin: 0; } .pull-left{ width: 180px; height: 180px; overflow: hidden; } /* footer */ .panel-footer { overflow: auto; margin: 40px 0 0 0; } .panel-footer ul { padding: 0; float: left; margin: 0; } .panel-footer li { display: inline-block; } .panel-footer li a { padding: 0 0.5em; line-height: 29px; } .panel-footer .open-news { float: right; } /* Project overview */ .project-header {margin-bottom: 30px;} .project-header .verified-container {padding: 15px 15px 5px; margin: 15px 0 0 0;} .table-rank td.wide {width: 65%;} .table-rank td.val {text-align: right} .table-rank .view-more { text-align: center; padding: 8px; display: block; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-weight: bold; background: #fafafa; text-transform: uppercase; font-size: 11px; margin: 0 0 30px ; } .media-wrapper {padding-bottom: 15px; border-bottom: 1px solid #ccc;} /* New transcript */ #document-viewer-container { width: 100%!important; } #document-viewer-container, #document-transcript { max-height: 73vh; overflow: auto; padding: 0; } #document-transcript .twitter-typeahead { width: 100%; } #document-transcript label { margin: 1em 0 0 0; } #document-transcript input, #document-transcript textarea { width: 90%; border: 1px solid #cecece; padding: 0.2em; } #document-transcript input[type="radio"] { width: auto; } /* Utilities */ .DV-pixelping { display: none; } /* Ranking Search */ input.search-ranking { display: inline-block; text-indent: -5000px; width: 17px; height: 17px; background: url(../img/lupa.png) no-repeat; border: none; background-size: 17px; cursor: pointer; }
0.378574
0.077938
::-webkit-scrollbar { width: 16px; height: 16px; } ::-webkit-scrollbar-track { background-image: var(--img-scrollbar-bg); background-size: 2px 2px; image-rendering: pixelated; } ::-webkit-scrollbar-track:active { background-image: var(--img-scrollbar-bg-active); } ::-webkit-scrollbar-thumb { /* @include emboss-border; */ border-top: 1px solid var(--ui-main-color); border-left: 1px solid var(--ui-main-color); border-right: 1px solid var(--ui-emboss-outer-shadow-color); border-bottom: 1px solid var(--ui-emboss-outer-shadow-color); box-shadow: inset 1px 1px 0 0 var(--ui-emboss-highlight-color), inset -1px -1px 0 0 var(--ui-emboss-inner-shadow-color); width: 16px; height: 16px; background-color: var(--ui-main-color); z-index: 1; } ::-webkit-scrollbar-corner { background-color: var(--ui-main-color); } ::-webkit-resizer { width: 16px; height: 16px; background-color: var(--ui-main-color); background-image: var(--img-resizer); background-position: bottom right; background-repeat: no-repeat; image-rendering: pixelated; } ::-webkit-scrollbar-button { /* @include emboss-border; */ border-top: 1px solid var(--ui-main-color); border-left: 1px solid var(--ui-main-color); border-right: 1px solid var(--ui-emboss-outer-shadow-color); border-bottom: 1px solid var(--ui-emboss-outer-shadow-color); box-shadow: inset 1px 1px 0 0 var(--ui-emboss-highlight-color), inset -1px -1px 0 0 var(--ui-emboss-inner-shadow-color); display: block; width: 16px; height: 16px; background-color: var(--ui-main-color); image-rendering: pixelated; background-repeat: no-repeat; background-position: center center; } ::-webkit-scrollbar-button:horizontal:decrement { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_left.png?1529523360111'); background-size: 11px; background-position: 2px 1px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:horizontal:decrement:active { background-position: 3px 2px; } ::-webkit-scrollbar-button:horizontal:increment { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_right.png?1529523360227'); background-size: 11px; background-position: 2px 1px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:horizontal:increment:active { background-position: 3px 2px; } ::-webkit-scrollbar-button:vertical:decrement { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_up.png?1529523360341'); background-size: 11px; background-position: 1px 2px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:vertical:decrement:active { background-position: 2px 3px; } ::-webkit-scrollbar-button:vertical:increment { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_down.png?1529523359960'); background-size: 11px; background-position: 1px 2px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:vertical:increment:active { background-position: 2px 3px; } /* ::-webkit-scrollbar-button:horizontal:decrement { background-image: var(--img-left-arrow); } ::-webkit-scrollbar-button:horizontal:increment { background-image: var(--img-right-arrow); } ::-webkit-scrollbar-button:vertical:decrement { background-image: var(--img-up-arrow); } ::-webkit-scrollbar-button:vertical:increment { background-image: var(--img-down-arrow); } */ /* ::-webkit-scrollbar-button:active { background-position: 2px 2px; } */ ::-webkit-scrollbar-button:horizontal:increment:start { display: none; } ::-webkit-scrollbar-button:horizontal:decrement:end { display: none; } ::-webkit-scrollbar-button:vertical:increment:start { display: none; } ::-webkit-scrollbar-button:vertical:decrement:end { display: none; } ::-webkit-scrollbar-button:active { border-top: 1px solid var(--ui-emboss-inner-shadow-color); border-left: 1px solid var(--ui-emboss-inner-shadow-color); border-bottom: 1px solid var(--ui-emboss-inner-shadow-color); border-right: 1px solid var(--ui-emboss-inner-shadow-color); box-shadow: none; }
src/ui/scrollbars.css
::-webkit-scrollbar { width: 16px; height: 16px; } ::-webkit-scrollbar-track { background-image: var(--img-scrollbar-bg); background-size: 2px 2px; image-rendering: pixelated; } ::-webkit-scrollbar-track:active { background-image: var(--img-scrollbar-bg-active); } ::-webkit-scrollbar-thumb { /* @include emboss-border; */ border-top: 1px solid var(--ui-main-color); border-left: 1px solid var(--ui-main-color); border-right: 1px solid var(--ui-emboss-outer-shadow-color); border-bottom: 1px solid var(--ui-emboss-outer-shadow-color); box-shadow: inset 1px 1px 0 0 var(--ui-emboss-highlight-color), inset -1px -1px 0 0 var(--ui-emboss-inner-shadow-color); width: 16px; height: 16px; background-color: var(--ui-main-color); z-index: 1; } ::-webkit-scrollbar-corner { background-color: var(--ui-main-color); } ::-webkit-resizer { width: 16px; height: 16px; background-color: var(--ui-main-color); background-image: var(--img-resizer); background-position: bottom right; background-repeat: no-repeat; image-rendering: pixelated; } ::-webkit-scrollbar-button { /* @include emboss-border; */ border-top: 1px solid var(--ui-main-color); border-left: 1px solid var(--ui-main-color); border-right: 1px solid var(--ui-emboss-outer-shadow-color); border-bottom: 1px solid var(--ui-emboss-outer-shadow-color); box-shadow: inset 1px 1px 0 0 var(--ui-emboss-highlight-color), inset -1px -1px 0 0 var(--ui-emboss-inner-shadow-color); display: block; width: 16px; height: 16px; background-color: var(--ui-main-color); image-rendering: pixelated; background-repeat: no-repeat; background-position: center center; } ::-webkit-scrollbar-button:horizontal:decrement { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_left.png?1529523360111'); background-size: 11px; background-position: 2px 1px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:horizontal:decrement:active { background-position: 3px 2px; } ::-webkit-scrollbar-button:horizontal:increment { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_right.png?1529523360227'); background-size: 11px; background-position: 2px 1px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:horizontal:increment:active { background-position: 3px 2px; } ::-webkit-scrollbar-button:vertical:decrement { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_up.png?1529523360341'); background-size: 11px; background-position: 1px 2px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:vertical:decrement:active { background-position: 2px 3px; } ::-webkit-scrollbar-button:vertical:increment { background-image: url('https://cdn.glitch.com/87ebf192-d762-4a8c-b219-92029a8531ce%2Fwin95_arrow_down.png?1529523359960'); background-size: 11px; background-position: 1px 2px; background-repeat: no-repeat; } ::-webkit-scrollbar-button:vertical:increment:active { background-position: 2px 3px; } /* ::-webkit-scrollbar-button:horizontal:decrement { background-image: var(--img-left-arrow); } ::-webkit-scrollbar-button:horizontal:increment { background-image: var(--img-right-arrow); } ::-webkit-scrollbar-button:vertical:decrement { background-image: var(--img-up-arrow); } ::-webkit-scrollbar-button:vertical:increment { background-image: var(--img-down-arrow); } */ /* ::-webkit-scrollbar-button:active { background-position: 2px 2px; } */ ::-webkit-scrollbar-button:horizontal:increment:start { display: none; } ::-webkit-scrollbar-button:horizontal:decrement:end { display: none; } ::-webkit-scrollbar-button:vertical:increment:start { display: none; } ::-webkit-scrollbar-button:vertical:decrement:end { display: none; } ::-webkit-scrollbar-button:active { border-top: 1px solid var(--ui-emboss-inner-shadow-color); border-left: 1px solid var(--ui-emboss-inner-shadow-color); border-bottom: 1px solid var(--ui-emboss-inner-shadow-color); border-right: 1px solid var(--ui-emboss-inner-shadow-color); box-shadow: none; }
0.332635
0.051942
HTML5 CSS Reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/ */ 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, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* main color definitions */ /* Grays */ /* @fluidKeyframeA: 640px; @fluidKeyframeB: 888px; @fluidKeyframeC: 984px; @fluidKeyframeE: 1200px; @fluidKeyframeF: 1440px; */ /* Font stacks */ /* Styled patterns and elements */ /* header and footer span the page margins */ #branding, #colophon { clear: both; } #branding-container, #access div > ul, #primary { padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } #colophon-container, #secondary { margin: 0 8px; } #secondary { border-top: 1px solid #b3b3b3; } #secondary aside { zoom: 1; margin-top: 20px; } #secondary aside:before, #secondary aside:after { display: table; content: ""; zoom: 1; *display: inline; } #secondary aside:after { clear: both; } #secondary aside > h3 { margin-top: 0; } #colophon { padding-top: 20px; } /* 4 grid */ @media screen and (min-width: 640px) { #branding-container, #access div > ul, #primary, #secondary, #colophon-container { margin: 0 2.778%; } #primary { padding: 0; } #primary aside { clear: right; width: 33.333%; float: right; margin-left: 20px; } #secondary aside { width: 50%; float: left; } } @media screen and (min-width: 888px) { #branding-container, #access div > ul, #primary, #secondary, #colophon-container { margin: 0 auto; max-width: 840px; } #secondary aside { width: 33%; float: left; } } @media screen and (min-width: 984px) { #secondary aside { width: 25%; float: left; } } @media screen and (min-width: 1200px) { #branding-container, #access div > ul, #colophon-container { margin: 0 5.556%; max-width: 99999px; } #primary { float: left; width: 66.667%; margin: 0 0 0 5.556%; max-width: 99999px; } #secondary { float: right; width: 20.5%; margin: 0 5.556% 0 0; max-width: 99999px; border-top: none; margin-left: 9px; padding-left: 10px; } #secondary aside { width: 100%; } } @media screen and (min-width: 1440px) { #branding-container, #access div > ul, #colophon-container { width: 1280px; margin: 0 auto; } #primary { float: left; width: 960px; margin: 0; } #secondary { float: right; width: 300px; margin: 0; } #main { width: 1280px; margin: 0 auto; } } /* Typography.less * Headings, body text, lists, code, and more for a versatile and durable typography system * ---------------------------------------------------------------------------------------- */ body { background: #fffefe; color: #303030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; font-size: 12px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } ::-moz-selection, ::-webkit-selection, ::selection { text-shadow: none; background: #444; color: #fff; } p { max-width: 800px; font-size: 12px; line-height: 20px; margin-bottom: 20px; color: #303030; } p small { font-size: 10px; color: #202020; } p.alignright { margin-left: auto; text-align: right; } p.aligncenter { margin: 0 auto; text-align: center; } p.justify { width: 100%; text-align: justify; } a { color: #049cdb; text-decoration: none; line-height: inherit; font-weight: inherit; } a:hover { color: #036690; text-decoration: underline; } .pull-right { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #202020; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #b3b3b3; } ul, ol { margin: 0 0 20px 20px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { line-height: 20px; } ul.unstyled { list-style: none; margin-left: 0; } ul.unstyled ul { list-style: none; } dl { margin-bottom: 20px; } dl dt, dl dd { margin: 0 0 0 0; } dl dt { font-weight: bold; line-height: 20px; padding: 10px 30px 0 10px; } dl dd { font-size: 11px; line-height: 20px; padding: 0 10px 10px 30px; } /* Images */ figure, img, embed, object, video { max-width: 100%; margin: 8px 0 8px auto; } figure.alignright, img.alignright, embed.alignright, object.alignright, video.alignright { margin-left: auto; margin-right: 0; display: block; } figure.aligncenter, img.aligncenter, embed.aligncenter, object.aligncenter, video.aligncenter { margin-left: auto; margin-right: auto; display: block; } figure.fill, img.fill, embed.fill, object.fill, video.fill { width: 100%; } @media screen and (-webkit-min-device-pixel-ratio: 2) { figure, img { zoom: 50%; } } p img, p figure { margin-right: 8px; } p img.alignright, p figure.alignright { float: right; margin-left: 20px; margin-right: auto; } p img.fill, p figure.fill { width: 100% !important; } hr { margin: 20px 0 19px; border: 0; border-bottom: 1px solid #eee; text-shadow: none; } strong { font-style: inherit; font-weight: bold; } em { font-style: italic; font-weight: inherit; line-height: inherit; } .muted { color: #b3b3b3; } del { color: #b3b3b3; text-shadow: none; } strike, s { text-shadow: none; } ins { color: #237b23; text-decoration: none; } ins:before { content: '+'; } blockquote { margin-bottom: 20px; margin-left: 10px; border-left: 5px solid #303030; padding-left: 15px; max-width: 600px; } blockquote blockquote { border-left: 5px solid #b3b3b3; } blockquote p { font-size: 11px; font-weight: 300; line-height: 20px; } blockquote small, blockquote cite { margin-left: auto; margin-right: 20px; text-align: right; display: block; height: 20px; font-style: italic; font-weight: bold; } blockquote small:before, blockquote cite:before { content: '\2014 \00A0'; } q { font-size: 12px; font-style: italic; } q:before { content: '"'; } q:after { content: '"'; } address { padding: 0 10px 0 15px; border-left: 5px solid #202020; margin-left: 10px; margin-top: 20px; margin-bottom: 20px; display: block; font-size: 11px; line-height: 20px; } code, pre, kbd, tt, var { padding: 0 3px 2px; font-family: Consolas, "Monaco", Courier New, monospace; font-size: inherit; font-weight: inherit; line-height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-shadow: none; } code, kbd, tt, var { background-color: #f0f0f0; padding: 1px 3px; line-height: 0; text-shadow: none; } var { font-style: italic; } pre { background-color: #f0f0f0; display: block; padding: 9.5px; margin: 0 0 20px; line-height: 20px; font-size: 12px; border: 1px solid #d6d6d6; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; white-space: pre; overflow: auto; overflow-x: auto; overflow-y: none; text-shadow: none; } /* Preset sizes. */ h1, h2, h3, h4, h5, h6 { color: #202020; clear: both; } /* Forms.less * Base styles for various input types, form layouts, and states * ------------------------------------------------------------- */ form fieldset { margin-bottom: 20px; padding-top: 20px; } form legend { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; display: block; line-height: 1; margin-left: 25%; padding-top: 35px; padding-bottom: 5px; } form fieldset:first-child legend { padding-top: 10px; padding-bottom: 10px; } form .clearfix { margin-bottom: 20px; zoom: 1; } form .clearfix:before, form .clearfix:after { display: table; content: ""; zoom: 1; *display: inline; } form .clearfix:after { clear: both; } label, input, select, textarea { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: normal; } input[type=checkbox], input[type=radio] { cursor: pointer; } input, textarea, select, .uneditable-input { display: inline-block; width: 75%; max-width: 250px; height: 20px; font-size: 12px; line-height: 20px; color: #303030; border: 1px solid #ccc; padding: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } textarea { min-height: 100px; height: auto; } #primary textarea { max-width: 75%; } /* mini reset for non-html5 file types */ input[type=checkbox], input[type=radio] { width: auto; height: auto; padding: 0; margin: 3px 0; *margin-top: 0; /* IE6-7 */ line-height: normal; border: none; } input[type=file] { background-color: white; padding: initial; border: initial; line-height: initial; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } input[type=button], input[type=reset], input[type=submit] { width: auto; height: auto; } select, input[type=file] { height: 24px; line-height: 24px; *margin-top: 4px; /* For IE7, add top margin to align select with labels */ } select[multiple] { height: inherit; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], .uneditable-input { background-color: white; border-color: #eee; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); color: #b3b3b3; cursor: default; } :-moz-placeholder { color: #b3b3b3; } ::-webkit-input-placeholder { color: #b3b3b3; } .help-inline, .help-block { font-size: 10px; line-height: 20px; color: #b3b3b3; } .help-inline { padding-left: 5px; *position: relative; /* IE6-7 */ *top: -5px; /* IE6-7 */ } .help-block { display: block; max-width: 600px; } .inline-inputs { color: #303030; } .inline-inputs span, .inline-inputs input { display: inline-block; } .inline-inputs input.mini { width: 60px; } .inline-inputs input.small { width: 90px; } .inline-inputs span { padding: 0 2px 0 1px; } .inputs-list { margin: 0 0 5px; width: 100%; } .inputs-list li { display: block; padding: 0; width: 100%; } .inputs-list label { display: block; float: none; width: auto; padding: 0; line-height: 20px; text-align: left; white-space: normal; } .inputs-list label strong { color: gray; } .inputs-list label small { font-size: 10px; font-weight: normal; } .inputs-list .inputs-list { margin-left: 25px; margin-bottom: 10px; padding-top: 0; } .inputs-list:first-child { padding-top: 6px; } .inputs-list li + li { padding-top: 2px; } .inputs-list input[type=radio], .inputs-list input[type=checkbox] { margin-bottom: 0; } #primary form { margin-bottom: 20px; background: #f8f8f8; border-left: 5px solid #202020; padding-left: 15px; padding-top: 20px; line-height: 20px; min-width: 230px; } label { padding-top: 2px; font-size: 12px; line-height: 20px; float: left; width: 23%; text-align: right; color: #404040; padding-right: 12px; } form .input { margin-left: 25%; } .input-prepend input, .input-append input { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .input-prepend .add-on, .input-append .add-on { position: relative; background: #f5f5f5; border: 1px solid #ccc; z-index: 2; float: left; display: block; width: auto; min-width: 16px; height: 18px; padding: 3px 4px 3px 5px; margin-right: -1px; font-weight: normal; line-height: 18px; color: #b3b3b3; text-align: center; text-shadow: 0 1px 0 white; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-prepend .active, .input-append .active { background: #a9dba9; border-color: #46a546; } .input-prepend .add-on { *margin-top: 1px; /* IE6-7 */ } .input-append input { float: left; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-append .add-on { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; margin-right: 0; margin-left: -1px; } .actions { margin-left: 25%; padding-bottom: 20px; } table { width: 100%; margin-top: 20px; margin-bottom: 20px; padding: 0; border-collapse: separate; *border-collapse: collapse; /* IE7, collapse table to remove spacing */ font-size: 12px; border: 1px solid #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } table th, table td { padding: 10px 12px 9px 12px; font-size: 12px; line-height: 20px; text-align: left; } table th { padding-top: 9px; padding-bottom: 9px; font-weight: bold; vertical-align: middle; border-bottom: 1px solid #b3b3b3; } table td { vertical-align: top; } table th + th, table td + td { border-left: 1px solid #b3b3b3; } table tr + tr td { border-top: 1px solid #b3b3b3; } table tbody tr:first-child td:first-child { -webkit-border-radius: 3px 0 0 0; -moz-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; } table tbody tr:first-child td:last-child { -webkit-border-radius: 0 3px 0 0; -moz-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; } table tbody tr:last-child td:first-child { -webkit-border-radius: 0 0 0 3px; -moz-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; } table tbody tr:last-child td:last-child { -webkit-border-radius: 0 0 3px 0; -moz-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; padding-top: 9px; } .zebra-striped tbody tr:nth-child(odd) td { background-color: #f9f9f9; } .btn.danger, .btn.danger:hover, .btn.error, .btn.error:hover, .btn.success, .btn.success:hover, .btn.info, .btn.info:hover, .alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, .alert-message.success:hover, .alert-message.info, .alert-message.info:hover { color: white; } .btn.danger, .btn.error, .alert-message.danger, .alert-message.error { background-color: maroon; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#9d261d), to(maroon)); background-image: -moz-linear-gradient(top, #9d261d, maroon); background-image: -ms-linear-gradient(top, #9d261d, maroon); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d261d), color-stop(100%, maroon)); background-image: -webkit-linear-gradient(top, #9d261d, maroon); background-image: -o-linear-gradient(top, #9d261d, maroon); background-image: linear-gradient(top, #9d261d, maroon); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d261d', endColorstr='maroon', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: maroon maroon #340000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn.success, .alert-message.success { background-color: green; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#46a546), to(green)); background-image: -moz-linear-gradient(top, #46a546, green); background-image: -ms-linear-gradient(top, #46a546, green); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46a546), color-stop(100%, green)); background-image: -webkit-linear-gradient(top, #46a546, green); background-image: -o-linear-gradient(top, #46a546, green); background-image: linear-gradient(top, #46a546, green); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46a546', endColorstr='green', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: green green #003400; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn.info, .alert-message.info { background-color: #3497ff; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#49c7fc), to(#3497ff)); background-image: -moz-linear-gradient(top, #49c7fc, #3497ff); background-image: -ms-linear-gradient(top, #49c7fc, #3497ff); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49c7fc), color-stop(100%, #3497ff)); background-image: -webkit-linear-gradient(top, #49c7fc, #3497ff); background-image: -o-linear-gradient(top, #49c7fc, #3497ff); background-image: linear-gradient(top, #49c7fc, #3497ff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49c7fc', endColorstr='#3497ff', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #3497ff #3497ff #0070e7; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn { cursor: pointer; display: inline-block; background-color: #e6e6e6; background-repeat: no-repeat; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#e6e6e6)); background-image: -webkit-linear-gradient(white, white 25%, #e6e6e6); background-image: -moz-linear-gradient(white, white 25%, #e6e6e6); background-image: -ms-linear-gradient(white, white 25%, #e6e6e6); background-image: -o-linear-gradient(white, white 25%, #e6e6e6); background-image: linear-gradient(white, white 25%, #e6e6e6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0); padding: 5px 14px 6px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); color: #333; font-size: 12px; line-height: normal; border: 1px solid #ccc; border-bottom-color: #bbb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-transition: 0.1s linear all; -moz-transition: 0.1s linear all; -ms-transition: 0.1s linear all; -o-transition: 0.1s linear all; transition: 0.1s linear all; } .btn:hover { background-position: 0 -15px; color: #333; text-decoration: none; } .btn:focus { outline: 1px dotted #666; } .btn.primary { color: white; background-color: #0064cd; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); background-image: -moz-linear-gradient(top, #049cdb, #0064cd); background-image: -ms-linear-gradient(top, #049cdb, #0064cd); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); background-image: -o-linear-gradient(top, #049cdb, #0064cd); background-image: linear-gradient(top, #049cdb, #0064cd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #0064cd #0064cd #003f81; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn:active { -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn.disabled { cursor: default; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: alpha(opacity=65); -khtml-opacity: 0.65; -moz-opacity: 0.65; opacity: 0.65; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn[disabled] { cursor: default; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: alpha(opacity=65); -khtml-opacity: 0.65; -moz-opacity: 0.65; opacity: 0.65; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn.large { font-size: 14px; line-height: normal; height: auto; padding: 9px 14px 9px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .btn.small { font-size: 10px; } :root .alert-message, :root .btn { border-radius: 0 \0; } button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { padding: 0; border: 0; } .close { float: right; color: black; font-size: 20px; font-weight: bold; line-height: 15px; text-shadow: 0 1px 0 white; filter: alpha(opacity=20); -khtml-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2; } .close:hover { color: black; text-decoration: none; filter: alpha(opacity=40); -khtml-opacity: 0.4; -moz-opacity: 0.4; opacity: 0.4; } #branding hgroup, #access div > ul, #colophon-container { padding: 0; } #access { background: #202020; min-height: 60px; } #access ul { list-style-type: none; margin: 0; padding: 0; font-size: 18px; } #access ul li.pull-right { float: none; } #access ul li a { border-top: 1px solid #2d2d2d; border-bottom: 1px solid #131313; color: #fffefe; display: block; min-height: 20px; padding: 9px 10px; } #access ul li a:hover { border: none; padding-top: 10px; padding-bottom: 10px; text-decoration: none; color: #fffefe; background: #049cdb; } #access ul li li a { padding-left: 30px; } #access ul li li li a { padding-left: 50px; } #access ul li li li li a { padding-left: 70px; } #access ul li li li li li a { padding-left: 90px; } @media screen and (min-width: 640px) { /* #branding .menu > ul { padding: 0 ($text-lineheight - $text-fontsize); } */ #access ul { zoom: 1; } #access ul li { float: left; } #access ul li.pull-right { float: right; } #access ul li.pull-right #access ul li:last-child { margin-right: 0px; } #access ul li a, #access ul li li a, #access ul li li li a, #access ul li li li li a, #access ul li li li li li a { padding-left: 20px; } #access ul li ul { z-index: 1; background: #202020; position: absolute; left: -9999px; width: 220px; margin: 0 0 0 0; border-left: 5px solid #049cdb; } #access ul li ul ul { margin-top: -41px; margin-left: 220px; } #access ul li ul li { float: none; margin: 0; width: 220px; } #access ul li a:before { content: ""; } #access ul li a:not(:last-child):after { content: " "; display: inline-block; width: 0; height: 0; margin-left: 10px; margin-bottom: 3px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fffefe; } #access ul li li a:not(:last-child):after { content: " "; display: inline-block; float: right; width: 0; height: 0; margin-left: 10px; margin-top: 5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #fffefe; } #access ul li:hover > a { border: none; padding: 20px; text-decoration: none; color: #fffefe; background: #049cdb; } #access ul li li:hover > a { padding: 10px 10px 10px 20px; } #access ul li:hover > ul, #access ul li li:hover > ul, #access ul li li li:hover > ul { left: auto; } #access ul:before, #access ul:after { display: table; content: ""; zoom: 1; *display: inline; } #access ul:after { clear: both; } #access div > ul > li > a { border: none; padding: 20px; } #access div > ul > li:first-child { margin-left: -20px; } } /* * jQuery Nivo Slider v2.6 * http://nivo.dev7studios.com * * Copyright 2011, <NAME> * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * March 2010 */ /* The Nivo Slider styles */ .nivoSlider { position: relative; } .nivoSlider img { position: absolute; top: 0px; left: 0px; } /* If an image is wrapped in a link */ .nivoSlider a.nivo-imageLink { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display: none; } /* The slices and boxes in the Slider */ .nivo-slice { display: block; position: absolute; z-index: 5; height: 100%; } .nivo-box { display: block; position: absolute; z-index: 5; } /* Caption styles */ .nivo-caption { position: absolute; left: 0px; bottom: 0px; background: #000; color: #fff; opacity: 0.8; /* Overridden by captionOpacity setting */ width: 100%; z-index: 8; } .nivo-caption p { padding: 5px; margin: 0; } .nivo-caption a { display: inline !important; } .nivo-html-caption { display: none; } /* Direction nav styles (e.g. Next & Prev) */ .nivo-directionNav a { position: absolute; top: 45%; z-index: 9; cursor: pointer; } .nivo-prevNav { left: 0px; } .nivo-nextNav { right: 0px; } /* Control nav styles (e.g. 1,2,3...) */ .nivo-controlNav a { position: relative; z-index: 9; cursor: pointer; } .nivo-controlNav a.active { font-weight: bold; } /* Style for default nivo */ .theme-default .nivoSlider { position: relative; margin: 0 auto; width: 618px; background: white url(../img/loading.gif) no-repeat 50% 50%; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; } .theme-default .nivoSlider img { position: absolute; top: 50%; left: 50%; display: none; } .theme-default .nivoSlider a { border: 0; display: block; } .theme-default .nivo-controlNav { position: absolute; left: 50%; bottom: -42px; margin-left: -40px; /* Tweak this to center bullets */ } .theme-default .nivo-controlNav a { display: block; width: 22px; height: 22px; background: url(../img/bullets.png) no-repeat; text-indent: -9999px; border: 0; margin-right: 3px; float: left; } .theme-default .nivo-controlNav a.active { background-position: 0 -22px; } .theme-default .nivo-directionNav a { display: block; width: 30px; height: 30px; background: url(../img/arrows.png) no-repeat; text-indent: -9999px; border: 0; } .theme-default a.nivo-nextNav { background-position: -30px 0; right: 15px; } .theme-default a.nivo-prevNav { left: 15px; } .theme-default .nivo-caption a { color: #fff; border-bottom: 1px dotted #fff; } .theme-default .nivo-caption a:hover { color: #fff; } @font-face { font-family: 'BebasNeueRegular'; src: url("font/BebasNeue-webfont.eot"); src: url("font/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("font/BebasNeue-webfont.woff") format("woff"), url("font/BebasNeue-webfont.ttf") format("truetype"), url("font/BebasNeue-webfont.svg#BebasNeueRegular") format("svg"); font-weight: normal; font-style: normal; } h1, h2, h3, h4, h5, h6, legend, nav a, .nocomments { font-family: BebasNeueRegular, sans-serif; font-weight: normal; text-shadow: none !important; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, legend a:hover, .nocomments a:hover { text-decoration: none; } #page { min-width: 250px; overflow: hidden; } /* header styling */ #branding h1, #colophon h1 { font-size: 42px; line-height: 60px; margin-top: 60px; margin-bottom: 20px; margin-bottom: 0; } #branding h1 a, #colophon h1 a { color: #303030; } #branding h1 a:hover, #colophon h1 a:hover { color: #303030; } #branding h2, #colophon h2 { font-size: 28px; line-height: 40px; margin-top: 40px; margin-bottom: 20px; } #branding h3, #colophon h3 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; } #branding h4, #branding h5, #branding h6, #colophon h4, #colophon h5, #colophon h6 { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; } #main { margin-top: 20px; } #main h1 { font-size: 28px; line-height: 40px; margin-top: 40px; margin-bottom: 20px; } #main h2 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; } #main h3, #main h4, #main h5, #main h6 { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; } #main article h1, #main article h2 { border-bottom: 5px solid #202020; margin-bottom: 20px; margin-top: 35px; max-width: 800px; } #main article header { max-width: 800px; } #main article header h1, #main article header h2 { border-bottom: none; } #main article header h1 { font-size: 28px; line-height: 40px; margin-top: 40px; margin-bottom: 20px; margin-bottom: 0; } #main article header h2 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; } #main article header time { display: inline-block; } #main article header .byline { margin-bottom: 20px; color: #b3b3b3; font-size: 10px; } #main article header .comments-link { display: inline-block; margin-left: 5px; color: #b3b3b3; font-size: 10px; display: inline-block; white-space: nowrap; text-align: left; } #main article header .comments-link:before { content: '\2014 \00A0'; } #main article div { margin-bottom: 20px; } #main article div.entry-meta { margin-bottom: 0; display: inline-block; } #main article aside { margin-bottom: 15px; margin-top: 35px; } #main article aside h1 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; margin-top: 0; } #main article aside h2, #main article aside h3, #main article aside h4, #main article aside h5, #main article aside h6 { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; margin-top: 0; } #main article footer { font-size: 10px; color: #b3b3b3; clear: both; } #main article footer p, #main article footer div { font-size: 10px; color: #b3b3b3; margin-bottom: 0; } #main article footer .edit-link:before { content: '\2014 \00A0'; } #main article img { height: auto !important; } #main article p { text-align: justify; } #main #primary article.post-password-required .entry-content form { border: none; padding: 0; background: none; } #main #primary article.post-password-required .entry-content form p:first-child { color: #b3b3b3; font-size: 10px; } #main #primary article.post-password-required .entry-content form input { -webkit-appearance: none; min-width: 75px; } #main #primary article.post-password-required .entry-content form label { border-left: 5px solid #202020; padding: 2px 0 8px 15px; max-width: none; width: 35%; text-align: left; min-width: 150px; } #main #primary article.post-password-required .entry-content form label input { width: 100%; max-width: none; -webkit-appearance: none; } .entry-content { margin-bottom: 20px; } .entry-format { display: none; } .tag-links a { border: 1px solid #e0e0e0; background-color: #f0f0f0; padding: 1px 4px; text-shadow: none; text-transform: capitalize; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } #main article header hgroup .entry-title { margin-top: 20px; } .entry-unrelated { display: block; margin-bottom: 20px; } .page-link { clear: both; } .page-link a { display: inline-block; padding-left: 10px; padding-right: 10px; margin-left: 5px; border-bottom: 5px solid #049cdb; } .page-link a:hover { display: inline-block; text-decoration: none; background: #049cdb; color: #FFFFFF; border-bottom: 5px solid #049cdb; } .alignleft { display: inline; float: left; margin: 8px 8px 8px 0; } .alignright { display: inline; float: right; margin: 8px 0 8px 8px; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .alignnone { zoom: 1; } .alignnone:before, .alignnone:after { display: table; content: ""; zoom: 1; *display: inline; } .alignnone:after { clear: both; } p .alignnone { margin-right: auto; margin-left: 0; display: block; } .wp-caption-text { color: #b3b3b3; font-size: 10px; text-align: center; display: block; margin-left: auto; margin-right: auto; } #primary-content-title, #nav-above { display: none; } #nav-below, #nav-single { margin-top: 20px; zoom: 1; } #nav-below:before, #nav-below:after, #nav-single:before, #nav-single:after { display: table; content: ""; zoom: 1; *display: inline; } #nav-below:after, #nav-single:after { clear: both; } #nav-below a, #nav-single a { line-height: 40px; height: 40px; display: block; vertical-align: center; } .more-link:before { margin-right: 12px; font-size: 24px; position: relative; top: 3px; content: '\00A0\00bb'; /* http://css-tricks.com/snippets/html/glyphs/ */ color: #049cdb; } .nav-previous { float: left; } .nav-previous a:before { margin-right: 12px; font-size: 24px; float: left; margin-top: -2px; content: '\00ab'; /* http://css-tricks.com/snippets/html/glyphs/ */ color: #049cdb; } .nav-previous > *:hover { text-decoration: none; color: #036690; } .nav-next { float: right; } .nav-next a:before { margin-right: 12px; font-size: 24px; float: right; margin-top: -2px; content: '\00A0\00bb'; /* http://css-tricks.com/snippets/html/glyphs/ */ color: #049cdb; } .nav-next > *:hover { text-decoration: none; color: #036690; } #secondary { margin-top: 20px; } #secondary ul { list-style: none; margin-left: 0; } #secondary ul ul { list-style: none; margin-left: 0; } /* PAGE HEADER */ #branding h1 { margin-top: 70px; white-space: nowrap; text-align: left; } #branding h2 { color: #b3b3b3; font-size: 16px; margin: 0 0 50px 40px; display: block; white-space: nowrap; text-align: left; } #branding h2:before { content: '\2014 \00A0'; } #branding hgroup { display: inline-block; margin-right: 40px; } #branding #branding-container { text-align: center; } #branding nav { clear: both; } #branding input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } #branding .searchform { margin: 0 auto 10px; min-width: 230px; clear: both; } #branding .searchform .assistive-text { display: none; } #branding .searchform .submit { position: relative; background: #f5f5f5; border: 1px solid #ccc; z-index: 2; display: block; width: auto; min-width: 16px; height: 26px; padding: 3px 6px 3px 5px; font-weight: normal; line-height: 18px; text-align: center; text-shadow: 0 1px 0 white; color: #636363; margin-right: 0; margin-left: -1px; width: 22%; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; -webkit-appearance: none; } #branding .searchform .field { float: left; max-width: none; width: 74%; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; -webkit-appearance: none; } @media screen and (min-width: 640px) { #branding hgroup { float: left; } #branding #branding-container { text-align: left; } #branding .searchform { float: right; clear: none; width: 36%; margin-top: 90px; } #branding .searchform .field { width: 74%; } } @media screen and (min-width: 888px) { #branding .searchform { margin-right: 20px; } } /* PAGE FOOTER */ #colophon { clear: both; } #colophon #colophon-container { border-top: 1px solid #b3b3b3; padding-top: 20px; margin-bottom: 20px; } #colophon p { font-size: 10px; color: #b3b3b3; text-align: center; margin-bottom: 10px; } @media screen and (min-width: 888px) { #colophon { padding-bottom: 40px; } #colophon #colophon-container { border-top: 0; border-top: 1px solid #b3b3b3; } #colophon p { margin-top: 20px; max-width: none; } #colophon .site-copyright { margin: 0; display: inline-block; float: left; } #colophon .site-feed-links { margin: 0 auto; max-width: 250px; display: block; text-align: center; position: relative; } #colophon .site-generator { margin: 0; display: inline-block; width: 200px; float: right; } } @media only screen and (max-device-width: 480px) { /* Note: 100% instead of none should keep usability intact. */ /* http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ http://stackoverflow.com/questions/5303263/fix-font-size-issue-on-mobile-safari-iphone-where-text-is-rendered-inconsisten */ #main, #colophon { -webkit-text-size-adjust: 100%; } } #comments > ol { margin-left: 0; list-style-type: none; } #comments > ol > li { border-left: 5px solid #303030; margin-top: 20px; clear: both; } #comments li.pingback { margin-top: 20px; padding-left: 40px; border-left: none; border-top: 1px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; margin-bottom: 20px; } #comments li.pingback p { color: #b3b3b3; padding-top: 10px; padding-bottom: 10px; font-size: 10px; margin-bottom: 0px; } #comments .children { list-style-type: none; margin-left: 20px; } #comments article.comment { padding-left: 20px; padding-right: 20px; margin-bottom: 20px; } #comments .nocomments { margin: 40px; display: block; text-align: center; font-size: 14px; } #comments .comment-author { font-size: 12px; } #comments .comment-author img { margin: 0 20px 0 0; } #comments .comment-content { margin-left: 60px; } #comments .reply { margin-bottom: 0; } #comments .reply a { display: inline-block; width: auto; margin-left: auto; margin-right: 0; text-decoration: none; } #comments .bypostauthor { background-color: #f8f8f8; border-left: 5px solid #303030; padding-top: 20px; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; } #comments .bypostauthor .reply { padding-bottom: 20px; } .avatar { width: 40px; height: auto; float: left; zoom: 100%; /* Note, we manualy request an image larger than the actual width and height, so even though the zoom is set, the image still scales down */ } img.avatar { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #primary #respond { border-left: 5px solid #303030; padding: 0 0 0 20px; } #primary #respond h3 small { margin-left: 10px; font-size: 12px; } #primary .commentlist #respond { border-left: none; padding: 0 0 0 20px; } #primary #commentform { background: none; border: none; padding: 0; margin: 0 0 20px 0; } #primary #commentform label { margin: 0; width: 80px; text-align: left; } #primary #commentform p { margin: 0; max-width: none; } #primary #commentform input { width: 60%; max-width: 300px; } #primary #commentform .required { display: inline-block; width: 8px; margin-left: -8px; } #primary #commentform .logged-in-as { display: block; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; padding-bottom: 10px; margin-bottom: 10px; max-width: 800px; } #primary #commentform .comment-notes { margin-bottom: 10px; } #primary #commentform .comment-notes .required { margin-left: 0; } #primary #commentform .comment-form-author { margin-bottom: 10px; } #primary #commentform .comment-form-email { margin-bottom: 10px; } #primary #commentform .comment-form-url { margin-bottom: 10px; } #primary #commentform .comment-form-comment { display: block; width: 100%; } #primary #commentform #comment { float: left; clear: left; width: 100%; max-width: 800px; } #primary #commentform .form-allowed-tags { clear: both; } #primary #commentform .form-allowed-tags, #primary #commentform .form-allowed-tags code, #primary #commentform .comment-notes { color: #b3b3b3; font-size: 10px; max-width: 800px; } #primary #commentform #submit { width: 30%; min-width: 120px; } #authorbox { border-left: 5px solid #303030; margin-top: 40px; clear: both; padding-left: 20px; padding-right: 20px; margin-bottom: 20px; } #authorbox .avatar { float: left; width: 60px; } #authorbox .authorbox-head h1 { margin-top: 0; margin-left: 20px; display: inline-block; } .authorinfo-meta { margin-left: 80px; max-width: 700px; } .author-links { list-style-type: none; padding: 0px; margin: 0px; margin-left: 80px; zoom: 1; } .author-links:before, .author-links:after { display: table; content: ""; zoom: 1; *display: inline; } .author-links:after { clear: both; } .author-links li { float: left; margin-left: 5px; } .author-links li:first-child { margin-left: 0; } .author-links li:after { content: " | "; } .author-links li:last-child:after { content: none; } /* special generic (At least to this theme) class for use in content styling. */ .code-box { padding: 0 3px 2px; font-family: Consolas, "Monaco", Courier New, monospace; font-size: inherit; font-weight: inherit; line-height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-shadow: none; background-color: #f0f0f0; display: block; padding: 9.5px; margin: 0 0 20px; line-height: 20px; font-size: 12px; border: 1px solid #d6d6d6; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; word-wrap: break-word; white-space: pre-wrap; overflow: auto; overflow-y: none; text-shadow: none; }
comatose/style.css
HTML5 CSS Reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/ */ 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, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* main color definitions */ /* Grays */ /* @fluidKeyframeA: 640px; @fluidKeyframeB: 888px; @fluidKeyframeC: 984px; @fluidKeyframeE: 1200px; @fluidKeyframeF: 1440px; */ /* Font stacks */ /* Styled patterns and elements */ /* header and footer span the page margins */ #branding, #colophon { clear: both; } #branding-container, #access div > ul, #primary { padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } #colophon-container, #secondary { margin: 0 8px; } #secondary { border-top: 1px solid #b3b3b3; } #secondary aside { zoom: 1; margin-top: 20px; } #secondary aside:before, #secondary aside:after { display: table; content: ""; zoom: 1; *display: inline; } #secondary aside:after { clear: both; } #secondary aside > h3 { margin-top: 0; } #colophon { padding-top: 20px; } /* 4 grid */ @media screen and (min-width: 640px) { #branding-container, #access div > ul, #primary, #secondary, #colophon-container { margin: 0 2.778%; } #primary { padding: 0; } #primary aside { clear: right; width: 33.333%; float: right; margin-left: 20px; } #secondary aside { width: 50%; float: left; } } @media screen and (min-width: 888px) { #branding-container, #access div > ul, #primary, #secondary, #colophon-container { margin: 0 auto; max-width: 840px; } #secondary aside { width: 33%; float: left; } } @media screen and (min-width: 984px) { #secondary aside { width: 25%; float: left; } } @media screen and (min-width: 1200px) { #branding-container, #access div > ul, #colophon-container { margin: 0 5.556%; max-width: 99999px; } #primary { float: left; width: 66.667%; margin: 0 0 0 5.556%; max-width: 99999px; } #secondary { float: right; width: 20.5%; margin: 0 5.556% 0 0; max-width: 99999px; border-top: none; margin-left: 9px; padding-left: 10px; } #secondary aside { width: 100%; } } @media screen and (min-width: 1440px) { #branding-container, #access div > ul, #colophon-container { width: 1280px; margin: 0 auto; } #primary { float: left; width: 960px; margin: 0; } #secondary { float: right; width: 300px; margin: 0; } #main { width: 1280px; margin: 0 auto; } } /* Typography.less * Headings, body text, lists, code, and more for a versatile and durable typography system * ---------------------------------------------------------------------------------------- */ body { background: #fffefe; color: #303030; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 20px; font-size: 12px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } ::-moz-selection, ::-webkit-selection, ::selection { text-shadow: none; background: #444; color: #fff; } p { max-width: 800px; font-size: 12px; line-height: 20px; margin-bottom: 20px; color: #303030; } p small { font-size: 10px; color: #202020; } p.alignright { margin-left: auto; text-align: right; } p.aligncenter { margin: 0 auto; text-align: center; } p.justify { width: 100%; text-align: justify; } a { color: #049cdb; text-decoration: none; line-height: inherit; font-weight: inherit; } a:hover { color: #036690; text-decoration: underline; } .pull-right { float: right; } .pull-left { float: left; } .hide { display: none; } .show { display: block; } h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #202020; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #b3b3b3; } ul, ol { margin: 0 0 20px 20px; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li { line-height: 20px; } ul.unstyled { list-style: none; margin-left: 0; } ul.unstyled ul { list-style: none; } dl { margin-bottom: 20px; } dl dt, dl dd { margin: 0 0 0 0; } dl dt { font-weight: bold; line-height: 20px; padding: 10px 30px 0 10px; } dl dd { font-size: 11px; line-height: 20px; padding: 0 10px 10px 30px; } /* Images */ figure, img, embed, object, video { max-width: 100%; margin: 8px 0 8px auto; } figure.alignright, img.alignright, embed.alignright, object.alignright, video.alignright { margin-left: auto; margin-right: 0; display: block; } figure.aligncenter, img.aligncenter, embed.aligncenter, object.aligncenter, video.aligncenter { margin-left: auto; margin-right: auto; display: block; } figure.fill, img.fill, embed.fill, object.fill, video.fill { width: 100%; } @media screen and (-webkit-min-device-pixel-ratio: 2) { figure, img { zoom: 50%; } } p img, p figure { margin-right: 8px; } p img.alignright, p figure.alignright { float: right; margin-left: 20px; margin-right: auto; } p img.fill, p figure.fill { width: 100% !important; } hr { margin: 20px 0 19px; border: 0; border-bottom: 1px solid #eee; text-shadow: none; } strong { font-style: inherit; font-weight: bold; } em { font-style: italic; font-weight: inherit; line-height: inherit; } .muted { color: #b3b3b3; } del { color: #b3b3b3; text-shadow: none; } strike, s { text-shadow: none; } ins { color: #237b23; text-decoration: none; } ins:before { content: '+'; } blockquote { margin-bottom: 20px; margin-left: 10px; border-left: 5px solid #303030; padding-left: 15px; max-width: 600px; } blockquote blockquote { border-left: 5px solid #b3b3b3; } blockquote p { font-size: 11px; font-weight: 300; line-height: 20px; } blockquote small, blockquote cite { margin-left: auto; margin-right: 20px; text-align: right; display: block; height: 20px; font-style: italic; font-weight: bold; } blockquote small:before, blockquote cite:before { content: '\2014 \00A0'; } q { font-size: 12px; font-style: italic; } q:before { content: '"'; } q:after { content: '"'; } address { padding: 0 10px 0 15px; border-left: 5px solid #202020; margin-left: 10px; margin-top: 20px; margin-bottom: 20px; display: block; font-size: 11px; line-height: 20px; } code, pre, kbd, tt, var { padding: 0 3px 2px; font-family: Consolas, "Monaco", Courier New, monospace; font-size: inherit; font-weight: inherit; line-height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-shadow: none; } code, kbd, tt, var { background-color: #f0f0f0; padding: 1px 3px; line-height: 0; text-shadow: none; } var { font-style: italic; } pre { background-color: #f0f0f0; display: block; padding: 9.5px; margin: 0 0 20px; line-height: 20px; font-size: 12px; border: 1px solid #d6d6d6; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; white-space: pre; overflow: auto; overflow-x: auto; overflow-y: none; text-shadow: none; } /* Preset sizes. */ h1, h2, h3, h4, h5, h6 { color: #202020; clear: both; } /* Forms.less * Base styles for various input types, form layouts, and states * ------------------------------------------------------------- */ form fieldset { margin-bottom: 20px; padding-top: 20px; } form legend { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; display: block; line-height: 1; margin-left: 25%; padding-top: 35px; padding-bottom: 5px; } form fieldset:first-child legend { padding-top: 10px; padding-bottom: 10px; } form .clearfix { margin-bottom: 20px; zoom: 1; } form .clearfix:before, form .clearfix:after { display: table; content: ""; zoom: 1; *display: inline; } form .clearfix:after { clear: both; } label, input, select, textarea { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: normal; } input[type=checkbox], input[type=radio] { cursor: pointer; } input, textarea, select, .uneditable-input { display: inline-block; width: 75%; max-width: 250px; height: 20px; font-size: 12px; line-height: 20px; color: #303030; border: 1px solid #ccc; padding: 2px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } textarea { min-height: 100px; height: auto; } #primary textarea { max-width: 75%; } /* mini reset for non-html5 file types */ input[type=checkbox], input[type=radio] { width: auto; height: auto; padding: 0; margin: 3px 0; *margin-top: 0; /* IE6-7 */ line-height: normal; border: none; } input[type=file] { background-color: white; padding: initial; border: initial; line-height: initial; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } input[type=button], input[type=reset], input[type=submit] { width: auto; height: auto; } select, input[type=file] { height: 24px; line-height: 24px; *margin-top: 4px; /* For IE7, add top margin to align select with labels */ } select[multiple] { height: inherit; } input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly], .uneditable-input { background-color: white; border-color: #eee; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); color: #b3b3b3; cursor: default; } :-moz-placeholder { color: #b3b3b3; } ::-webkit-input-placeholder { color: #b3b3b3; } .help-inline, .help-block { font-size: 10px; line-height: 20px; color: #b3b3b3; } .help-inline { padding-left: 5px; *position: relative; /* IE6-7 */ *top: -5px; /* IE6-7 */ } .help-block { display: block; max-width: 600px; } .inline-inputs { color: #303030; } .inline-inputs span, .inline-inputs input { display: inline-block; } .inline-inputs input.mini { width: 60px; } .inline-inputs input.small { width: 90px; } .inline-inputs span { padding: 0 2px 0 1px; } .inputs-list { margin: 0 0 5px; width: 100%; } .inputs-list li { display: block; padding: 0; width: 100%; } .inputs-list label { display: block; float: none; width: auto; padding: 0; line-height: 20px; text-align: left; white-space: normal; } .inputs-list label strong { color: gray; } .inputs-list label small { font-size: 10px; font-weight: normal; } .inputs-list .inputs-list { margin-left: 25px; margin-bottom: 10px; padding-top: 0; } .inputs-list:first-child { padding-top: 6px; } .inputs-list li + li { padding-top: 2px; } .inputs-list input[type=radio], .inputs-list input[type=checkbox] { margin-bottom: 0; } #primary form { margin-bottom: 20px; background: #f8f8f8; border-left: 5px solid #202020; padding-left: 15px; padding-top: 20px; line-height: 20px; min-width: 230px; } label { padding-top: 2px; font-size: 12px; line-height: 20px; float: left; width: 23%; text-align: right; color: #404040; padding-right: 12px; } form .input { margin-left: 25%; } .input-prepend input, .input-append input { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; } .input-prepend .add-on, .input-append .add-on { position: relative; background: #f5f5f5; border: 1px solid #ccc; z-index: 2; float: left; display: block; width: auto; min-width: 16px; height: 18px; padding: 3px 4px 3px 5px; margin-right: -1px; font-weight: normal; line-height: 18px; color: #b3b3b3; text-align: center; text-shadow: 0 1px 0 white; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-prepend .active, .input-append .active { background: #a9dba9; border-color: #46a546; } .input-prepend .add-on { *margin-top: 1px; /* IE6-7 */ } .input-append input { float: left; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; } .input-append .add-on { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; margin-right: 0; margin-left: -1px; } .actions { margin-left: 25%; padding-bottom: 20px; } table { width: 100%; margin-top: 20px; margin-bottom: 20px; padding: 0; border-collapse: separate; *border-collapse: collapse; /* IE7, collapse table to remove spacing */ font-size: 12px; border: 1px solid #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } table th, table td { padding: 10px 12px 9px 12px; font-size: 12px; line-height: 20px; text-align: left; } table th { padding-top: 9px; padding-bottom: 9px; font-weight: bold; vertical-align: middle; border-bottom: 1px solid #b3b3b3; } table td { vertical-align: top; } table th + th, table td + td { border-left: 1px solid #b3b3b3; } table tr + tr td { border-top: 1px solid #b3b3b3; } table tbody tr:first-child td:first-child { -webkit-border-radius: 3px 0 0 0; -moz-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; } table tbody tr:first-child td:last-child { -webkit-border-radius: 0 3px 0 0; -moz-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; } table tbody tr:last-child td:first-child { -webkit-border-radius: 0 0 0 3px; -moz-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; } table tbody tr:last-child td:last-child { -webkit-border-radius: 0 0 3px 0; -moz-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; padding-top: 9px; } .zebra-striped tbody tr:nth-child(odd) td { background-color: #f9f9f9; } .btn.danger, .btn.danger:hover, .btn.error, .btn.error:hover, .btn.success, .btn.success:hover, .btn.info, .btn.info:hover, .alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, .alert-message.success:hover, .alert-message.info, .alert-message.info:hover { color: white; } .btn.danger, .btn.error, .alert-message.danger, .alert-message.error { background-color: maroon; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#9d261d), to(maroon)); background-image: -moz-linear-gradient(top, #9d261d, maroon); background-image: -ms-linear-gradient(top, #9d261d, maroon); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d261d), color-stop(100%, maroon)); background-image: -webkit-linear-gradient(top, #9d261d, maroon); background-image: -o-linear-gradient(top, #9d261d, maroon); background-image: linear-gradient(top, #9d261d, maroon); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d261d', endColorstr='maroon', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: maroon maroon #340000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn.success, .alert-message.success { background-color: green; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#46a546), to(green)); background-image: -moz-linear-gradient(top, #46a546, green); background-image: -ms-linear-gradient(top, #46a546, green); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #46a546), color-stop(100%, green)); background-image: -webkit-linear-gradient(top, #46a546, green); background-image: -o-linear-gradient(top, #46a546, green); background-image: linear-gradient(top, #46a546, green); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46a546', endColorstr='green', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: green green #003400; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn.info, .alert-message.info { background-color: #3497ff; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#49c7fc), to(#3497ff)); background-image: -moz-linear-gradient(top, #49c7fc, #3497ff); background-image: -ms-linear-gradient(top, #49c7fc, #3497ff); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #49c7fc), color-stop(100%, #3497ff)); background-image: -webkit-linear-gradient(top, #49c7fc, #3497ff); background-image: -o-linear-gradient(top, #49c7fc, #3497ff); background-image: linear-gradient(top, #49c7fc, #3497ff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49c7fc', endColorstr='#3497ff', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #3497ff #3497ff #0070e7; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn { cursor: pointer; display: inline-block; background-color: #e6e6e6; background-repeat: no-repeat; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(25%, white), to(#e6e6e6)); background-image: -webkit-linear-gradient(white, white 25%, #e6e6e6); background-image: -moz-linear-gradient(white, white 25%, #e6e6e6); background-image: -ms-linear-gradient(white, white 25%, #e6e6e6); background-image: -o-linear-gradient(white, white 25%, #e6e6e6); background-image: linear-gradient(white, white 25%, #e6e6e6); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e6e6e6', GradientType=0); padding: 5px 14px 6px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); color: #333; font-size: 12px; line-height: normal; border: 1px solid #ccc; border-bottom-color: #bbb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-transition: 0.1s linear all; -moz-transition: 0.1s linear all; -ms-transition: 0.1s linear all; -o-transition: 0.1s linear all; transition: 0.1s linear all; } .btn:hover { background-position: 0 -15px; color: #333; text-decoration: none; } .btn:focus { outline: 1px dotted #666; } .btn.primary { color: white; background-color: #0064cd; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd)); background-image: -moz-linear-gradient(top, #049cdb, #0064cd); background-image: -ms-linear-gradient(top, #049cdb, #0064cd); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd)); background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); background-image: -o-linear-gradient(top, #049cdb, #0064cd); background-image: linear-gradient(top, #049cdb, #0064cd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #0064cd #0064cd #003f81; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn:active { -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); } .btn.disabled { cursor: default; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: alpha(opacity=65); -khtml-opacity: 0.65; -moz-opacity: 0.65; opacity: 0.65; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn[disabled] { cursor: default; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: alpha(opacity=65); -khtml-opacity: 0.65; -moz-opacity: 0.65; opacity: 0.65; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .btn.large { font-size: 14px; line-height: normal; height: auto; padding: 9px 14px 9px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .btn.small { font-size: 10px; } :root .alert-message, :root .btn { border-radius: 0 \0; } button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { padding: 0; border: 0; } .close { float: right; color: black; font-size: 20px; font-weight: bold; line-height: 15px; text-shadow: 0 1px 0 white; filter: alpha(opacity=20); -khtml-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2; } .close:hover { color: black; text-decoration: none; filter: alpha(opacity=40); -khtml-opacity: 0.4; -moz-opacity: 0.4; opacity: 0.4; } #branding hgroup, #access div > ul, #colophon-container { padding: 0; } #access { background: #202020; min-height: 60px; } #access ul { list-style-type: none; margin: 0; padding: 0; font-size: 18px; } #access ul li.pull-right { float: none; } #access ul li a { border-top: 1px solid #2d2d2d; border-bottom: 1px solid #131313; color: #fffefe; display: block; min-height: 20px; padding: 9px 10px; } #access ul li a:hover { border: none; padding-top: 10px; padding-bottom: 10px; text-decoration: none; color: #fffefe; background: #049cdb; } #access ul li li a { padding-left: 30px; } #access ul li li li a { padding-left: 50px; } #access ul li li li li a { padding-left: 70px; } #access ul li li li li li a { padding-left: 90px; } @media screen and (min-width: 640px) { /* #branding .menu > ul { padding: 0 ($text-lineheight - $text-fontsize); } */ #access ul { zoom: 1; } #access ul li { float: left; } #access ul li.pull-right { float: right; } #access ul li.pull-right #access ul li:last-child { margin-right: 0px; } #access ul li a, #access ul li li a, #access ul li li li a, #access ul li li li li a, #access ul li li li li li a { padding-left: 20px; } #access ul li ul { z-index: 1; background: #202020; position: absolute; left: -9999px; width: 220px; margin: 0 0 0 0; border-left: 5px solid #049cdb; } #access ul li ul ul { margin-top: -41px; margin-left: 220px; } #access ul li ul li { float: none; margin: 0; width: 220px; } #access ul li a:before { content: ""; } #access ul li a:not(:last-child):after { content: " "; display: inline-block; width: 0; height: 0; margin-left: 10px; margin-bottom: 3px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fffefe; } #access ul li li a:not(:last-child):after { content: " "; display: inline-block; float: right; width: 0; height: 0; margin-left: 10px; margin-top: 5px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #fffefe; } #access ul li:hover > a { border: none; padding: 20px; text-decoration: none; color: #fffefe; background: #049cdb; } #access ul li li:hover > a { padding: 10px 10px 10px 20px; } #access ul li:hover > ul, #access ul li li:hover > ul, #access ul li li li:hover > ul { left: auto; } #access ul:before, #access ul:after { display: table; content: ""; zoom: 1; *display: inline; } #access ul:after { clear: both; } #access div > ul > li > a { border: none; padding: 20px; } #access div > ul > li:first-child { margin-left: -20px; } } /* * jQuery Nivo Slider v2.6 * http://nivo.dev7studios.com * * Copyright 2011, <NAME> * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * March 2010 */ /* The Nivo Slider styles */ .nivoSlider { position: relative; } .nivoSlider img { position: absolute; top: 0px; left: 0px; } /* If an image is wrapped in a link */ .nivoSlider a.nivo-imageLink { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; z-index: 6; display: none; } /* The slices and boxes in the Slider */ .nivo-slice { display: block; position: absolute; z-index: 5; height: 100%; } .nivo-box { display: block; position: absolute; z-index: 5; } /* Caption styles */ .nivo-caption { position: absolute; left: 0px; bottom: 0px; background: #000; color: #fff; opacity: 0.8; /* Overridden by captionOpacity setting */ width: 100%; z-index: 8; } .nivo-caption p { padding: 5px; margin: 0; } .nivo-caption a { display: inline !important; } .nivo-html-caption { display: none; } /* Direction nav styles (e.g. Next & Prev) */ .nivo-directionNav a { position: absolute; top: 45%; z-index: 9; cursor: pointer; } .nivo-prevNav { left: 0px; } .nivo-nextNav { right: 0px; } /* Control nav styles (e.g. 1,2,3...) */ .nivo-controlNav a { position: relative; z-index: 9; cursor: pointer; } .nivo-controlNav a.active { font-weight: bold; } /* Style for default nivo */ .theme-default .nivoSlider { position: relative; margin: 0 auto; width: 618px; background: white url(../img/loading.gif) no-repeat 50% 50%; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a; } .theme-default .nivoSlider img { position: absolute; top: 50%; left: 50%; display: none; } .theme-default .nivoSlider a { border: 0; display: block; } .theme-default .nivo-controlNav { position: absolute; left: 50%; bottom: -42px; margin-left: -40px; /* Tweak this to center bullets */ } .theme-default .nivo-controlNav a { display: block; width: 22px; height: 22px; background: url(../img/bullets.png) no-repeat; text-indent: -9999px; border: 0; margin-right: 3px; float: left; } .theme-default .nivo-controlNav a.active { background-position: 0 -22px; } .theme-default .nivo-directionNav a { display: block; width: 30px; height: 30px; background: url(../img/arrows.png) no-repeat; text-indent: -9999px; border: 0; } .theme-default a.nivo-nextNav { background-position: -30px 0; right: 15px; } .theme-default a.nivo-prevNav { left: 15px; } .theme-default .nivo-caption a { color: #fff; border-bottom: 1px dotted #fff; } .theme-default .nivo-caption a:hover { color: #fff; } @font-face { font-family: 'BebasNeueRegular'; src: url("font/BebasNeue-webfont.eot"); src: url("font/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("font/BebasNeue-webfont.woff") format("woff"), url("font/BebasNeue-webfont.ttf") format("truetype"), url("font/BebasNeue-webfont.svg#BebasNeueRegular") format("svg"); font-weight: normal; font-style: normal; } h1, h2, h3, h4, h5, h6, legend, nav a, .nocomments { font-family: BebasNeueRegular, sans-serif; font-weight: normal; text-shadow: none !important; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, legend a:hover, .nocomments a:hover { text-decoration: none; } #page { min-width: 250px; overflow: hidden; } /* header styling */ #branding h1, #colophon h1 { font-size: 42px; line-height: 60px; margin-top: 60px; margin-bottom: 20px; margin-bottom: 0; } #branding h1 a, #colophon h1 a { color: #303030; } #branding h1 a:hover, #colophon h1 a:hover { color: #303030; } #branding h2, #colophon h2 { font-size: 28px; line-height: 40px; margin-top: 40px; margin-bottom: 20px; } #branding h3, #colophon h3 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; } #branding h4, #branding h5, #branding h6, #colophon h4, #colophon h5, #colophon h6 { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; } #main { margin-top: 20px; } #main h1 { font-size: 28px; line-height: 40px; margin-top: 40px; margin-bottom: 20px; } #main h2 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; } #main h3, #main h4, #main h5, #main h6 { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; } #main article h1, #main article h2 { border-bottom: 5px solid #202020; margin-bottom: 20px; margin-top: 35px; max-width: 800px; } #main article header { max-width: 800px; } #main article header h1, #main article header h2 { border-bottom: none; } #main article header h1 { font-size: 28px; line-height: 40px; margin-top: 40px; margin-bottom: 20px; margin-bottom: 0; } #main article header h2 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; } #main article header time { display: inline-block; } #main article header .byline { margin-bottom: 20px; color: #b3b3b3; font-size: 10px; } #main article header .comments-link { display: inline-block; margin-left: 5px; color: #b3b3b3; font-size: 10px; display: inline-block; white-space: nowrap; text-align: left; } #main article header .comments-link:before { content: '\2014 \00A0'; } #main article div { margin-bottom: 20px; } #main article div.entry-meta { margin-bottom: 0; display: inline-block; } #main article aside { margin-bottom: 15px; margin-top: 35px; } #main article aside h1 { font-size: 21px; line-height: 40px; margin-top: 20px; margin-bottom: 20px; margin-top: 0; } #main article aside h2, #main article aside h3, #main article aside h4, #main article aside h5, #main article aside h6 { font-size: 16.8px; line-height: 20px; margin-top: 20px; margin-bottom: 20px; margin-top: 0; } #main article footer { font-size: 10px; color: #b3b3b3; clear: both; } #main article footer p, #main article footer div { font-size: 10px; color: #b3b3b3; margin-bottom: 0; } #main article footer .edit-link:before { content: '\2014 \00A0'; } #main article img { height: auto !important; } #main article p { text-align: justify; } #main #primary article.post-password-required .entry-content form { border: none; padding: 0; background: none; } #main #primary article.post-password-required .entry-content form p:first-child { color: #b3b3b3; font-size: 10px; } #main #primary article.post-password-required .entry-content form input { -webkit-appearance: none; min-width: 75px; } #main #primary article.post-password-required .entry-content form label { border-left: 5px solid #202020; padding: 2px 0 8px 15px; max-width: none; width: 35%; text-align: left; min-width: 150px; } #main #primary article.post-password-required .entry-content form label input { width: 100%; max-width: none; -webkit-appearance: none; } .entry-content { margin-bottom: 20px; } .entry-format { display: none; } .tag-links a { border: 1px solid #e0e0e0; background-color: #f0f0f0; padding: 1px 4px; text-shadow: none; text-transform: capitalize; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } #main article header hgroup .entry-title { margin-top: 20px; } .entry-unrelated { display: block; margin-bottom: 20px; } .page-link { clear: both; } .page-link a { display: inline-block; padding-left: 10px; padding-right: 10px; margin-left: 5px; border-bottom: 5px solid #049cdb; } .page-link a:hover { display: inline-block; text-decoration: none; background: #049cdb; color: #FFFFFF; border-bottom: 5px solid #049cdb; } .alignleft { display: inline; float: left; margin: 8px 8px 8px 0; } .alignright { display: inline; float: right; margin: 8px 0 8px 8px; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .alignnone { zoom: 1; } .alignnone:before, .alignnone:after { display: table; content: ""; zoom: 1; *display: inline; } .alignnone:after { clear: both; } p .alignnone { margin-right: auto; margin-left: 0; display: block; } .wp-caption-text { color: #b3b3b3; font-size: 10px; text-align: center; display: block; margin-left: auto; margin-right: auto; } #primary-content-title, #nav-above { display: none; } #nav-below, #nav-single { margin-top: 20px; zoom: 1; } #nav-below:before, #nav-below:after, #nav-single:before, #nav-single:after { display: table; content: ""; zoom: 1; *display: inline; } #nav-below:after, #nav-single:after { clear: both; } #nav-below a, #nav-single a { line-height: 40px; height: 40px; display: block; vertical-align: center; } .more-link:before { margin-right: 12px; font-size: 24px; position: relative; top: 3px; content: '\00A0\00bb'; /* http://css-tricks.com/snippets/html/glyphs/ */ color: #049cdb; } .nav-previous { float: left; } .nav-previous a:before { margin-right: 12px; font-size: 24px; float: left; margin-top: -2px; content: '\00ab'; /* http://css-tricks.com/snippets/html/glyphs/ */ color: #049cdb; } .nav-previous > *:hover { text-decoration: none; color: #036690; } .nav-next { float: right; } .nav-next a:before { margin-right: 12px; font-size: 24px; float: right; margin-top: -2px; content: '\00A0\00bb'; /* http://css-tricks.com/snippets/html/glyphs/ */ color: #049cdb; } .nav-next > *:hover { text-decoration: none; color: #036690; } #secondary { margin-top: 20px; } #secondary ul { list-style: none; margin-left: 0; } #secondary ul ul { list-style: none; margin-left: 0; } /* PAGE HEADER */ #branding h1 { margin-top: 70px; white-space: nowrap; text-align: left; } #branding h2 { color: #b3b3b3; font-size: 16px; margin: 0 0 50px 40px; display: block; white-space: nowrap; text-align: left; } #branding h2:before { content: '\2014 \00A0'; } #branding hgroup { display: inline-block; margin-right: 40px; } #branding #branding-container { text-align: center; } #branding nav { clear: both; } #branding input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } #branding .searchform { margin: 0 auto 10px; min-width: 230px; clear: both; } #branding .searchform .assistive-text { display: none; } #branding .searchform .submit { position: relative; background: #f5f5f5; border: 1px solid #ccc; z-index: 2; display: block; width: auto; min-width: 16px; height: 26px; padding: 3px 6px 3px 5px; font-weight: normal; line-height: 18px; text-align: center; text-shadow: 0 1px 0 white; color: #636363; margin-right: 0; margin-left: -1px; width: 22%; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; -webkit-appearance: none; } #branding .searchform .field { float: left; max-width: none; width: 74%; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; -webkit-appearance: none; } @media screen and (min-width: 640px) { #branding hgroup { float: left; } #branding #branding-container { text-align: left; } #branding .searchform { float: right; clear: none; width: 36%; margin-top: 90px; } #branding .searchform .field { width: 74%; } } @media screen and (min-width: 888px) { #branding .searchform { margin-right: 20px; } } /* PAGE FOOTER */ #colophon { clear: both; } #colophon #colophon-container { border-top: 1px solid #b3b3b3; padding-top: 20px; margin-bottom: 20px; } #colophon p { font-size: 10px; color: #b3b3b3; text-align: center; margin-bottom: 10px; } @media screen and (min-width: 888px) { #colophon { padding-bottom: 40px; } #colophon #colophon-container { border-top: 0; border-top: 1px solid #b3b3b3; } #colophon p { margin-top: 20px; max-width: none; } #colophon .site-copyright { margin: 0; display: inline-block; float: left; } #colophon .site-feed-links { margin: 0 auto; max-width: 250px; display: block; text-align: center; position: relative; } #colophon .site-generator { margin: 0; display: inline-block; width: 200px; float: right; } } @media only screen and (max-device-width: 480px) { /* Note: 100% instead of none should keep usability intact. */ /* http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ http://stackoverflow.com/questions/5303263/fix-font-size-issue-on-mobile-safari-iphone-where-text-is-rendered-inconsisten */ #main, #colophon { -webkit-text-size-adjust: 100%; } } #comments > ol { margin-left: 0; list-style-type: none; } #comments > ol > li { border-left: 5px solid #303030; margin-top: 20px; clear: both; } #comments li.pingback { margin-top: 20px; padding-left: 40px; border-left: none; border-top: 1px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; margin-bottom: 20px; } #comments li.pingback p { color: #b3b3b3; padding-top: 10px; padding-bottom: 10px; font-size: 10px; margin-bottom: 0px; } #comments .children { list-style-type: none; margin-left: 20px; } #comments article.comment { padding-left: 20px; padding-right: 20px; margin-bottom: 20px; } #comments .nocomments { margin: 40px; display: block; text-align: center; font-size: 14px; } #comments .comment-author { font-size: 12px; } #comments .comment-author img { margin: 0 20px 0 0; } #comments .comment-content { margin-left: 60px; } #comments .reply { margin-bottom: 0; } #comments .reply a { display: inline-block; width: auto; margin-left: auto; margin-right: 0; text-decoration: none; } #comments .bypostauthor { background-color: #f8f8f8; border-left: 5px solid #303030; padding-top: 20px; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; } #comments .bypostauthor .reply { padding-bottom: 20px; } .avatar { width: 40px; height: auto; float: left; zoom: 100%; /* Note, we manualy request an image larger than the actual width and height, so even though the zoom is set, the image still scales down */ } img.avatar { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } #primary #respond { border-left: 5px solid #303030; padding: 0 0 0 20px; } #primary #respond h3 small { margin-left: 10px; font-size: 12px; } #primary .commentlist #respond { border-left: none; padding: 0 0 0 20px; } #primary #commentform { background: none; border: none; padding: 0; margin: 0 0 20px 0; } #primary #commentform label { margin: 0; width: 80px; text-align: left; } #primary #commentform p { margin: 0; max-width: none; } #primary #commentform input { width: 60%; max-width: 300px; } #primary #commentform .required { display: inline-block; width: 8px; margin-left: -8px; } #primary #commentform .logged-in-as { display: block; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #b3b3b3; border-bottom: 1px solid #b3b3b3; padding-bottom: 10px; margin-bottom: 10px; max-width: 800px; } #primary #commentform .comment-notes { margin-bottom: 10px; } #primary #commentform .comment-notes .required { margin-left: 0; } #primary #commentform .comment-form-author { margin-bottom: 10px; } #primary #commentform .comment-form-email { margin-bottom: 10px; } #primary #commentform .comment-form-url { margin-bottom: 10px; } #primary #commentform .comment-form-comment { display: block; width: 100%; } #primary #commentform #comment { float: left; clear: left; width: 100%; max-width: 800px; } #primary #commentform .form-allowed-tags { clear: both; } #primary #commentform .form-allowed-tags, #primary #commentform .form-allowed-tags code, #primary #commentform .comment-notes { color: #b3b3b3; font-size: 10px; max-width: 800px; } #primary #commentform #submit { width: 30%; min-width: 120px; } #authorbox { border-left: 5px solid #303030; margin-top: 40px; clear: both; padding-left: 20px; padding-right: 20px; margin-bottom: 20px; } #authorbox .avatar { float: left; width: 60px; } #authorbox .authorbox-head h1 { margin-top: 0; margin-left: 20px; display: inline-block; } .authorinfo-meta { margin-left: 80px; max-width: 700px; } .author-links { list-style-type: none; padding: 0px; margin: 0px; margin-left: 80px; zoom: 1; } .author-links:before, .author-links:after { display: table; content: ""; zoom: 1; *display: inline; } .author-links:after { clear: both; } .author-links li { float: left; margin-left: 5px; } .author-links li:first-child { margin-left: 0; } .author-links li:after { content: " | "; } .author-links li:last-child:after { content: none; } /* special generic (At least to this theme) class for use in content styling. */ .code-box { padding: 0 3px 2px; font-family: Consolas, "Monaco", Courier New, monospace; font-size: inherit; font-weight: inherit; line-height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; text-shadow: none; background-color: #f0f0f0; display: block; padding: 9.5px; margin: 0 0 20px; line-height: 20px; font-size: 12px; border: 1px solid #d6d6d6; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; word-wrap: break-word; white-space: pre-wrap; overflow: auto; overflow-y: none; text-shadow: none; }
0.403097
0.066448
:root { --clr-primary-violet: hsl(263, 55%, 52%); --clr-primary-gray-blue: hsl(217, 19%, 35%); --clr-primary-black-blue: hsl(219, 29%, 14%); --clr-primary-white: hsl(0, 0%, 100%); --clr-neutral-gray: hsl(0, 0%, 81%); --clr-neutral-blue: hsl(210, 46%, 95%); --ff-primary: "Barlow Semi Condensed"; --fs-body: 13px; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: var(--ff-primary), sans-serif; } body { display: grid; place-items: center; background-color: var(--clr-neutral-blue); font-size: var(--fs-body); color: var(--clr-primary-white); height: 100vh; width: 100%; } main { display: grid; gap: 2em; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr 1fr 1fr; width: 80%; text-align: left; } .wide { grid-column-end: span 2; } .tall { grid-row-end: span 2; } .row { display: flex; text-align: left; } .row:nth-child(2) { flex-direction: column; justify-content: center; padding-right: 1em; } .row img:not(.qoute) { height: 3em; width: 3em; margin-right: 1em; border: 2px solid var(--clr-primary-white); border-radius: 50%; } .card { padding: 1.5rem; height: auto; border-radius: 0.5em; background-color: var(--clr-primary-violet); -webkit-box-shadow: 30px 32px 50px -40px var(--clr-primary-gray-blue); -moz-box-shadow: 30px 32px 50px -40px var(--clr-primary-gray-blue); box-shadow: 30px 32px 50px -40px var(--clr-primary-gray-blue); } .card:nth-child(2) { background-color: var(--clr-primary-gray-blue); } .card:nth-child(5) { background-color: var(--clr-primary-black-blue); } .card:nth-child(5) > .row img { border: 2px solid var(--clr-primary-violet); } .white { background-color: var(--clr-primary-white); color: var(--clr-primary-black-blue); } .heading { margin: 1em 1em 1em 0; z-index: 2; } .designation { opacity: 50%; letter-spacing: 1px; margin-top: 0.2rem; } .testimony { opacity: 60%; line-height: 1.5; } .qholder { position: relative; } .qoute { position: absolute; top: 0; right: 22%; opacity: 70%; height: 110px; z-index: 1; } /* Smartphones (portrait) ----------- */ @media only screen and (max-width: 375px) { /* Styles */ main { grid-template-columns: 1fr; padding: 5em 0; width: 90%; } .qoute { right: 10%; } .wide { grid-column-end: span 1; } .tall { grid-row: 5; } .heading { margin-right: 0.5em; } }
styles.css/app.css
:root { --clr-primary-violet: hsl(263, 55%, 52%); --clr-primary-gray-blue: hsl(217, 19%, 35%); --clr-primary-black-blue: hsl(219, 29%, 14%); --clr-primary-white: hsl(0, 0%, 100%); --clr-neutral-gray: hsl(0, 0%, 81%); --clr-neutral-blue: hsl(210, 46%, 95%); --ff-primary: "Barlow Semi Condensed"; --fs-body: 13px; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: var(--ff-primary), sans-serif; } body { display: grid; place-items: center; background-color: var(--clr-neutral-blue); font-size: var(--fs-body); color: var(--clr-primary-white); height: 100vh; width: 100%; } main { display: grid; gap: 2em; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr 1fr 1fr; width: 80%; text-align: left; } .wide { grid-column-end: span 2; } .tall { grid-row-end: span 2; } .row { display: flex; text-align: left; } .row:nth-child(2) { flex-direction: column; justify-content: center; padding-right: 1em; } .row img:not(.qoute) { height: 3em; width: 3em; margin-right: 1em; border: 2px solid var(--clr-primary-white); border-radius: 50%; } .card { padding: 1.5rem; height: auto; border-radius: 0.5em; background-color: var(--clr-primary-violet); -webkit-box-shadow: 30px 32px 50px -40px var(--clr-primary-gray-blue); -moz-box-shadow: 30px 32px 50px -40px var(--clr-primary-gray-blue); box-shadow: 30px 32px 50px -40px var(--clr-primary-gray-blue); } .card:nth-child(2) { background-color: var(--clr-primary-gray-blue); } .card:nth-child(5) { background-color: var(--clr-primary-black-blue); } .card:nth-child(5) > .row img { border: 2px solid var(--clr-primary-violet); } .white { background-color: var(--clr-primary-white); color: var(--clr-primary-black-blue); } .heading { margin: 1em 1em 1em 0; z-index: 2; } .designation { opacity: 50%; letter-spacing: 1px; margin-top: 0.2rem; } .testimony { opacity: 60%; line-height: 1.5; } .qholder { position: relative; } .qoute { position: absolute; top: 0; right: 22%; opacity: 70%; height: 110px; z-index: 1; } /* Smartphones (portrait) ----------- */ @media only screen and (max-width: 375px) { /* Styles */ main { grid-template-columns: 1fr; padding: 5em 0; width: 90%; } .qoute { right: 10%; } .wide { grid-column-end: span 1; } .tall { grid-row: 5; } .heading { margin-right: 0.5em; } }
0.5083
0.165897
1. landing page 2. admin login panel 3. admin homepage 4. 1st branch of Admin 5. registration page 6. Regestration success + adding admin successfully 7. user home starts 8. places didn't visit page 9. booking panel (user) 10. user booked (admin panel) 11. add new info of places 12. edit info admin panel starts + places /* Landing page */ /* selection color changing*/ ::-moz-selection { /* Code for Firefox */ color: whitesmoke; background: #f1c40f; } ::selection { color: whitesmoke; background: #f1c40f; } label{ font-family: 'Allerta Stencil', sans-serif; letter-spacing: 1px; } .mainDiv{ background-image: url(../images/landing_optional_2.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; height: 100vh; } .mainDiv p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: white; } .marginContent{ margin: 12% 0; } .content{ color: white; padding-top: 50px; padding-bottom: 75px; background-color: black; opacity: .7; } .content h1{ font-family: 'Ubuntu Condensed', sans-serif; color: #f1c40f; font-size: 50px; } .content p { font-family: 'Oswald', sans-serif; font-size: 30px; margin-top: -3%; } .content a { font-family: 'Allerta Stencil', sans-serif; color: white; text-shadow: 1px black; border-radius: 30% 0 30% 0; } .content a:hover{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 0; transition: 300ms; } .marginButton{ margin-top: 25px; } .btnLogin{ padding: 10px 50px; background-color: #27ae60; } .btnLogin:hover{ background-color: #34975e ; } .btnRegistration{ padding: 10px 23px; background-color: #3498db; } .btnRegistration:hover{ background-color: #2980b9; } .btnAdmin{ padding: 10px 20px; background-color: #34495e; position: absolute; top: 3%; right: -2%; } .btnAdmin:hover{ background-color: #2c3e50; } /* landing page ends */ /* admin login panel starts */ .adminLogin{ background-image: url(../images/admin_log_in.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; } .adminLogInHeader{ font-family: 'Ubuntu Condensed', sans-serif; color: #f1c40f; font-size: 50px; } .contentAdminLogin{ margin-top: 3%; color: white; } .background{ padding-bottom: 50px; background-color: black; opacity: .8; position: relative; } .btnAdminLogIn{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 30% 0 30% 0; padding: 10px 30px; background-color: #f1c40f; position: absolute; bottom: -5%; left: 40%; } .btnAdminLogIn:hover{ transition: 300ms; border-radius: 0; color: white; } /* admin login panel ends */ /* admin homepage */ .adminProfileDiv{ background-image: url(../images/admin_logged_in.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; height: 100vh; } .marginContentAdmin{ margin-top: 2%; } .bgOfAdmin{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 20px; background-color: black; opacity: .8; color: #f1c40f; padding-bottom: 25px; } .bgOfAdmin ul li a{ font-family: 'Allerta Stencil', sans-serif; color: white; background-color: #30336b; margin: 2% 0; border-radius: 20px; box-shadow: 2px 2px 0 black, 4px 4px 0 #30336b; } .bgOfAdmin ul li a:hover{ font-family: 'Allerta Stencil', sans-serif; color: white; background-color: #30336b; margin: 2% 0; transition: 400ms; box-shadow: 3px 3px black, 0px 0px 20px #f1c40f; } .btnNewAdmin{ padding: 10px 30px; ; } .btnShowBooking{ padding: 10px 34px; } .btnAddNewInfo{ padding: 10px 38px; } .btnDeleteInfo{ padding: 10px 44px; } .btnChangePassword{ padding: 10px 22px; } .btnLogout{ padding: 10px 60px; } /* Admin homepage interface ends */ /* branches of Admin starts */ /* 1st branch add new admin */ .addNewAdminDiv{ background-image: url(../images/hiring_admin.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; height: 100vh; } /* add new admin page ends */ /* registration page starts */ .registrationDiv{ background-image: url(../images/register_1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; height: 100vh; } .contentRegistration{ margin-top: 8%; color: white; } /* regestration page ends */ /* Regestration success + adding admin successfully */ .successDiv{ background-image: url(../images/success.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; color: white; } .marginContentSuccess{ margin-top: 5%; } .backgroundSuccessContent{ background-color: #130f40; opacity: .8; padding: 50px 0px; } .headerSuccess{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 45px; color: #f1c40f; } .btnRidirect{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 30% 0 30% 0; padding: 10px 30px; background-color: #f1c40f; position: absolute; bottom: -5%; left: 45%; transition: 500ms; color: black; } .btnRidirect:hover{ border-radius: 0; background-color: #f39c12; color: white; } /* success page ends */ /* user home starts */ .userHome{ height: 100vh; background-image: url(../images/landing_optional_3.jpg); background-size: cover; background-position: center; background-attachment: fixed; } .contentUserHome{ margin-top: 5%; } .marginUserHeader{ margin-top: 5%; background-color: black; opacity: .8; padding: 25px 0; } .userHeader{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 40px; color: #f1c40f; } .userHome ul li a{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 30px 0px 30px 0px; background-color: #27ae60; padding: 10px 20px; box-shadow: 2px 2px 4px lightgreen, 4px 4px 10px #27ae60; transition: 350ms; opacity: .9; } .userHome ul li a:hover{ border-radius: 0px 30px 0px 30px; color: black; box-shadow: 2px 2px 4px lightgreen, 2px 2px 20px #f1c40f; } .userHome label{ font-family: 'Allerta Stencil', sans-serif; color: white; font-size: 20px; } .btnSearch{ margin-top: 1%; background-color: #f1c40f; border-radius: 30% 0% 30% 0%; padding: 10px 25px; transition: 500ms; color: black; font-family: 'Allerta Stencil', sans-serif; } .btnSearch:hover{ border-radius: 0%; background-color: #f39c12; } /* user home ends */ /* places didn't visit page */ .headerVisit{ font-family: 'Ubuntu Condensed', sans-serif; color: #f1c40f; font-size: 50px; } .placesNotVisitingDiv{ min-height: 0px; padding-top: 50px; padding-bottom: 150px; background-color: whitesmoke; } .specialClass img{ padding: 5%; margin: auto; box-shadow: 0px 4px 10px grey; margin: 5% 0%; } .specialClass a p { margin-top: 47%; height: 25%; width: 50%; background-color: black; opacity: .85; position: absolute; top: 20%; left: -5%; font-family: 'Allerta Stencil', sans-serif; font-size: 23px; padding: 5% 0%; color: #f1c40f; border-radius: 0 50px; transition: all 500ms; box-shadow: 2px 2px 1px grey, 4px 4px 4px black; } .specialClass a:focus, .specialClass a:hover, .specialClass a p:focus, .specialClass a p:hover{ color: black; text-decoration: none; transform: scale(.8); background-color: #f1c40f; } /* places didn't visit ends */ /* booking panel starts */ .bookedPlaceDiv{ background-image: url(../images/booked_place_3.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; padding-bottom: 200px; background-attachment: fixed; } .marginContentBooked{ margin-top: 50px; } .bookingHeader{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 45px; color: #f1c40f; } .ultraFlex { display: flex; opacity: .8; background-color: white; } .ultraFlex, p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: black; } .f1, .f2, .f3, .f4, .f5 { padding: 10px; border-bottom: 1px solid #f1c40f; display: inline-block; width: 20%; box-sizing: border-box; } .f1{ flex-order: 1; } .f2{ flex-order: 2; } .f3{ flex-order: 3; } .f4{ flex-order: 4; } .f5{ flex-order: 5; } /* booking panel ends */ /* user booked admin panel starts */ .userInfoForAdminDiv{ background-image: url(../images/booked_place_3.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 100vh; padding-bottom: 200px; background-attachment: fixed; } .userInfo{ text-align: left !important; padding: 3% 0%; } .userInfo h1{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 30px; color: #f1c40f; } .userInfo p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: white; } .flexBoxAdmin{ display: flex; background-color: white; opacity: .7; } .flexBoxAdmin h3{ padding-bottom: 3%; font-family: 'Ubuntu Condensed', sans-serif; font-size: 25px; color: #27ae60; border-bottom: 1px solid #f1c40f; pointer-events: none; } .flexBoxAdmin p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: black; } .flexBoxAdmin a{ font-family: 'Allerta Stencil', sans-serif; color: white; background-color: #27ae60; border-radius: 20px 0px; transition: 150ms; } .flexBoxAdmin a:focus, .flexBoxAdmin a:hover{ color: #f1c40f; } .flexBoxAdmin a:hover{ border-radius: 10px 0px; box-shadow: 2px 2px 5px black; } .flexContent1{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent2{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent3{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent4{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent5{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } /* user booked admin panel ends */ /* add new info of places starts */ .addNewInfoDiv{ background-image: url(../images/adding_new_info_2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; /*height: 100vh;*/ } .contentAddInfo{ color: white; } .category label { color: white; padding: 3%; font-family: 'Allerta Stencil', sans-serif; } .category .options { color: white; background-color: transparent; } .category .options select option { color: white; background-color: transparent; } .backgroundInfo{ padding-bottom: 50px; background-color: black; opacity: .7; position: relative; } .btnAddInfo{ background-color: #f1c40f; padding: 10px 30px; position: absolute; bottom: -3%; left: 45%; border-radius: 20px 0px; transition: 200ms; color: black; } .btnAddInfo:hover{ background-color: #f1c40f; border-radius: 10px 0px; box-shadow: 2px 2px 20px #f39c12; color: white; } /* add info admin panel ends */ /* edit info admin panel starts + places page starts*/ .editInfoDiv{ background-image: url(../images/edit_info_3.jpg); background-attachment: fixed; min-height: 100vh; background-size: cover; background-position: center; background-repeat: no-repeat; padding-bottom: 150px; } .editInfoDiv h1{ color: #f1c40f; font-family: 'Ubuntu Condensed', sans-serif; } .editInfoDiv p{ color: white; } .marginContentEditDiv{ margin-top: 3%; } .marginContentEditDiv .weatherDiv, .marginContentEditDiv .gMap{ margin-top: 2%; } .placesInfo{ background-color: black; opacity: .8; color: white; margin: auto; padding: 3%; } .placesInfo p { font-family: 'Allerta Stencil', sans-serif; font-size: 18px; } .placesInfo a{ opacity: .8; margin-top: 1%; background-color: #f1c40f; padding: 10px 25px; border-radius: 20px 0px; font-family: 'Allerta Stencil', sans-serif; color: black; transition: 150ms; } .placesInfo a:hover{ color: white; border-radius: 10px 0px; box-shadow: 2px 2px 4px #f39c12; } .headerWeather{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 35px; color: #f1c40f; } .flexBoxEdit{ display: flex; justify-content: space-between; } .weatherDiv{ padding: 3%; background-color: black; opacity: .8; color: white; flex-order: 1; width: 49%; box-sizing: border-box; } .gMap{ padding: 3%; background-color: black; opacity: .8; color: white; flex-order: 2; width: 49%; box-sizing: border-box; } .gMap iframe { width: 100%; } .btnBookNow{ background-color: #f1c40f; padding: 10px 25px; border-radius: 20px 0px; color: black; opacity: .7; transition: 150ms; font-family: 'Allerta Stencil', sans-serif; margin-top: 2%; } .btnBookNow:hover{ color: white; border-radius: 10px 0px; } .category .options{color: #a29bfe !important;} /*book now*/ .bookNow{ height: 100vh; background-image: url(../images/book-now.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; } /* edit info admin panel starts + places page ends */
public/css/style.css
1. landing page 2. admin login panel 3. admin homepage 4. 1st branch of Admin 5. registration page 6. Regestration success + adding admin successfully 7. user home starts 8. places didn't visit page 9. booking panel (user) 10. user booked (admin panel) 11. add new info of places 12. edit info admin panel starts + places /* Landing page */ /* selection color changing*/ ::-moz-selection { /* Code for Firefox */ color: whitesmoke; background: #f1c40f; } ::selection { color: whitesmoke; background: #f1c40f; } label{ font-family: 'Allerta Stencil', sans-serif; letter-spacing: 1px; } .mainDiv{ background-image: url(../images/landing_optional_2.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; height: 100vh; } .mainDiv p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: white; } .marginContent{ margin: 12% 0; } .content{ color: white; padding-top: 50px; padding-bottom: 75px; background-color: black; opacity: .7; } .content h1{ font-family: 'Ubuntu Condensed', sans-serif; color: #f1c40f; font-size: 50px; } .content p { font-family: 'Oswald', sans-serif; font-size: 30px; margin-top: -3%; } .content a { font-family: 'Allerta Stencil', sans-serif; color: white; text-shadow: 1px black; border-radius: 30% 0 30% 0; } .content a:hover{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 0; transition: 300ms; } .marginButton{ margin-top: 25px; } .btnLogin{ padding: 10px 50px; background-color: #27ae60; } .btnLogin:hover{ background-color: #34975e ; } .btnRegistration{ padding: 10px 23px; background-color: #3498db; } .btnRegistration:hover{ background-color: #2980b9; } .btnAdmin{ padding: 10px 20px; background-color: #34495e; position: absolute; top: 3%; right: -2%; } .btnAdmin:hover{ background-color: #2c3e50; } /* landing page ends */ /* admin login panel starts */ .adminLogin{ background-image: url(../images/admin_log_in.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; } .adminLogInHeader{ font-family: 'Ubuntu Condensed', sans-serif; color: #f1c40f; font-size: 50px; } .contentAdminLogin{ margin-top: 3%; color: white; } .background{ padding-bottom: 50px; background-color: black; opacity: .8; position: relative; } .btnAdminLogIn{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 30% 0 30% 0; padding: 10px 30px; background-color: #f1c40f; position: absolute; bottom: -5%; left: 40%; } .btnAdminLogIn:hover{ transition: 300ms; border-radius: 0; color: white; } /* admin login panel ends */ /* admin homepage */ .adminProfileDiv{ background-image: url(../images/admin_logged_in.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; height: 100vh; } .marginContentAdmin{ margin-top: 2%; } .bgOfAdmin{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 20px; background-color: black; opacity: .8; color: #f1c40f; padding-bottom: 25px; } .bgOfAdmin ul li a{ font-family: 'Allerta Stencil', sans-serif; color: white; background-color: #30336b; margin: 2% 0; border-radius: 20px; box-shadow: 2px 2px 0 black, 4px 4px 0 #30336b; } .bgOfAdmin ul li a:hover{ font-family: 'Allerta Stencil', sans-serif; color: white; background-color: #30336b; margin: 2% 0; transition: 400ms; box-shadow: 3px 3px black, 0px 0px 20px #f1c40f; } .btnNewAdmin{ padding: 10px 30px; ; } .btnShowBooking{ padding: 10px 34px; } .btnAddNewInfo{ padding: 10px 38px; } .btnDeleteInfo{ padding: 10px 44px; } .btnChangePassword{ padding: 10px 22px; } .btnLogout{ padding: 10px 60px; } /* Admin homepage interface ends */ /* branches of Admin starts */ /* 1st branch add new admin */ .addNewAdminDiv{ background-image: url(../images/hiring_admin.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; height: 100vh; } /* add new admin page ends */ /* registration page starts */ .registrationDiv{ background-image: url(../images/register_1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; height: 100vh; } .contentRegistration{ margin-top: 8%; color: white; } /* regestration page ends */ /* Regestration success + adding admin successfully */ .successDiv{ background-image: url(../images/success.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; height: 100vh; color: white; } .marginContentSuccess{ margin-top: 5%; } .backgroundSuccessContent{ background-color: #130f40; opacity: .8; padding: 50px 0px; } .headerSuccess{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 45px; color: #f1c40f; } .btnRidirect{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 30% 0 30% 0; padding: 10px 30px; background-color: #f1c40f; position: absolute; bottom: -5%; left: 45%; transition: 500ms; color: black; } .btnRidirect:hover{ border-radius: 0; background-color: #f39c12; color: white; } /* success page ends */ /* user home starts */ .userHome{ height: 100vh; background-image: url(../images/landing_optional_3.jpg); background-size: cover; background-position: center; background-attachment: fixed; } .contentUserHome{ margin-top: 5%; } .marginUserHeader{ margin-top: 5%; background-color: black; opacity: .8; padding: 25px 0; } .userHeader{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 40px; color: #f1c40f; } .userHome ul li a{ font-family: 'Allerta Stencil', sans-serif; color: white; border-radius: 30px 0px 30px 0px; background-color: #27ae60; padding: 10px 20px; box-shadow: 2px 2px 4px lightgreen, 4px 4px 10px #27ae60; transition: 350ms; opacity: .9; } .userHome ul li a:hover{ border-radius: 0px 30px 0px 30px; color: black; box-shadow: 2px 2px 4px lightgreen, 2px 2px 20px #f1c40f; } .userHome label{ font-family: 'Allerta Stencil', sans-serif; color: white; font-size: 20px; } .btnSearch{ margin-top: 1%; background-color: #f1c40f; border-radius: 30% 0% 30% 0%; padding: 10px 25px; transition: 500ms; color: black; font-family: 'Allerta Stencil', sans-serif; } .btnSearch:hover{ border-radius: 0%; background-color: #f39c12; } /* user home ends */ /* places didn't visit page */ .headerVisit{ font-family: 'Ubuntu Condensed', sans-serif; color: #f1c40f; font-size: 50px; } .placesNotVisitingDiv{ min-height: 0px; padding-top: 50px; padding-bottom: 150px; background-color: whitesmoke; } .specialClass img{ padding: 5%; margin: auto; box-shadow: 0px 4px 10px grey; margin: 5% 0%; } .specialClass a p { margin-top: 47%; height: 25%; width: 50%; background-color: black; opacity: .85; position: absolute; top: 20%; left: -5%; font-family: 'Allerta Stencil', sans-serif; font-size: 23px; padding: 5% 0%; color: #f1c40f; border-radius: 0 50px; transition: all 500ms; box-shadow: 2px 2px 1px grey, 4px 4px 4px black; } .specialClass a:focus, .specialClass a:hover, .specialClass a p:focus, .specialClass a p:hover{ color: black; text-decoration: none; transform: scale(.8); background-color: #f1c40f; } /* places didn't visit ends */ /* booking panel starts */ .bookedPlaceDiv{ background-image: url(../images/booked_place_3.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; padding-bottom: 200px; background-attachment: fixed; } .marginContentBooked{ margin-top: 50px; } .bookingHeader{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 45px; color: #f1c40f; } .ultraFlex { display: flex; opacity: .8; background-color: white; } .ultraFlex, p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: black; } .f1, .f2, .f3, .f4, .f5 { padding: 10px; border-bottom: 1px solid #f1c40f; display: inline-block; width: 20%; box-sizing: border-box; } .f1{ flex-order: 1; } .f2{ flex-order: 2; } .f3{ flex-order: 3; } .f4{ flex-order: 4; } .f5{ flex-order: 5; } /* booking panel ends */ /* user booked admin panel starts */ .userInfoForAdminDiv{ background-image: url(../images/booked_place_3.jpg); background-position: center; background-size: cover; background-repeat: no-repeat; min-height: 100vh; padding-bottom: 200px; background-attachment: fixed; } .userInfo{ text-align: left !important; padding: 3% 0%; } .userInfo h1{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 30px; color: #f1c40f; } .userInfo p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: white; } .flexBoxAdmin{ display: flex; background-color: white; opacity: .7; } .flexBoxAdmin h3{ padding-bottom: 3%; font-family: 'Ubuntu Condensed', sans-serif; font-size: 25px; color: #27ae60; border-bottom: 1px solid #f1c40f; pointer-events: none; } .flexBoxAdmin p{ font-family: 'Allerta Stencil', sans-serif; font-size: 18px; color: black; } .flexBoxAdmin a{ font-family: 'Allerta Stencil', sans-serif; color: white; background-color: #27ae60; border-radius: 20px 0px; transition: 150ms; } .flexBoxAdmin a:focus, .flexBoxAdmin a:hover{ color: #f1c40f; } .flexBoxAdmin a:hover{ border-radius: 10px 0px; box-shadow: 2px 2px 5px black; } .flexContent1{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent2{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent3{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent4{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } .flexContent5{ flex-order: 1; width: 20%; padding: 25px 5px; box-sizing: border-box; } /* user booked admin panel ends */ /* add new info of places starts */ .addNewInfoDiv{ background-image: url(../images/adding_new_info_2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; /*height: 100vh;*/ } .contentAddInfo{ color: white; } .category label { color: white; padding: 3%; font-family: 'Allerta Stencil', sans-serif; } .category .options { color: white; background-color: transparent; } .category .options select option { color: white; background-color: transparent; } .backgroundInfo{ padding-bottom: 50px; background-color: black; opacity: .7; position: relative; } .btnAddInfo{ background-color: #f1c40f; padding: 10px 30px; position: absolute; bottom: -3%; left: 45%; border-radius: 20px 0px; transition: 200ms; color: black; } .btnAddInfo:hover{ background-color: #f1c40f; border-radius: 10px 0px; box-shadow: 2px 2px 20px #f39c12; color: white; } /* add info admin panel ends */ /* edit info admin panel starts + places page starts*/ .editInfoDiv{ background-image: url(../images/edit_info_3.jpg); background-attachment: fixed; min-height: 100vh; background-size: cover; background-position: center; background-repeat: no-repeat; padding-bottom: 150px; } .editInfoDiv h1{ color: #f1c40f; font-family: 'Ubuntu Condensed', sans-serif; } .editInfoDiv p{ color: white; } .marginContentEditDiv{ margin-top: 3%; } .marginContentEditDiv .weatherDiv, .marginContentEditDiv .gMap{ margin-top: 2%; } .placesInfo{ background-color: black; opacity: .8; color: white; margin: auto; padding: 3%; } .placesInfo p { font-family: 'Allerta Stencil', sans-serif; font-size: 18px; } .placesInfo a{ opacity: .8; margin-top: 1%; background-color: #f1c40f; padding: 10px 25px; border-radius: 20px 0px; font-family: 'Allerta Stencil', sans-serif; color: black; transition: 150ms; } .placesInfo a:hover{ color: white; border-radius: 10px 0px; box-shadow: 2px 2px 4px #f39c12; } .headerWeather{ font-family: 'Ubuntu Condensed', sans-serif; font-size: 35px; color: #f1c40f; } .flexBoxEdit{ display: flex; justify-content: space-between; } .weatherDiv{ padding: 3%; background-color: black; opacity: .8; color: white; flex-order: 1; width: 49%; box-sizing: border-box; } .gMap{ padding: 3%; background-color: black; opacity: .8; color: white; flex-order: 2; width: 49%; box-sizing: border-box; } .gMap iframe { width: 100%; } .btnBookNow{ background-color: #f1c40f; padding: 10px 25px; border-radius: 20px 0px; color: black; opacity: .7; transition: 150ms; font-family: 'Allerta Stencil', sans-serif; margin-top: 2%; } .btnBookNow:hover{ color: white; border-radius: 10px 0px; } .category .options{color: #a29bfe !important;} /*book now*/ .bookNow{ height: 100vh; background-image: url(../images/book-now.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; } /* edit info admin panel starts + places page ends */
0.229535
0.058723
:root { --light-blue: hsla(195, 55%, 98%, 1); --monospace: Fira Code, Fira Mono, Menlo, Inconsolata, consolas, monospace; --code-bg: #F3F3F3; --border-color: #EEE; --content-width: 768px; --primary0: hsl(232, 59%, 58%); /* TODO when needed */ --primary1: hsl(); --primary2: hsl(); --grey0: hsl(214, 6%, 14%); --grey1: hsl(214, 6%, 29%); --grey2: hsl(214, 6%, 59%); --grey3: hsl(214, 6%, 70%); --grey4: hsl(214, 6%, 80%); } html { height: 100%; width: 100%; } * { box-sizing: border-box; } body { font-family: Roboto Slab, Roboto, Calibri, Corbel, sans-serif; margin: 0; padding: 0; background-color: white; height: 100%; position: relative; color: var(--grey0); line-height: 1.5; } a { color: var(--primary0); } h1, h2, h3, h4 { font-weight: 100; line-height: 1; } h1, h2 { letter-spacing: 2px; } h3, h4 { letter-spacing: 1px; } h3 { font-size: 140%; } h4 { font-size: 120%; } h1 > small, h2 > small, h3 > small { font-size: 70%; color: var(--grey2); font-weight: normal; } .wrapper { flex: 1 0 auto; position: relative; } main { margin-bottom: 20px; padding: 0 16px; } .page-content :not(pre) > code, .list-summary code { background-color: var(--code-bg); padding: 2px 5px; border-radius: 2px; } .page-content kbd, .list-summary kbd { color: #666; border: 1px solid #ccc; padding: 1px 5px; border-radius: 2px; } .tags { list-style: none; padding: 0; } .tags a { font-family: var(--monospace); color: var(--grey2); border: 1px solid var(--grey4); text-decoration: none; padding: 1px 5px; font-size: 90%; } .tags a:hover { color: var(--grey1); border-color: var(--grey3); } footer { border-top: 1px solid var(--border-color); padding: 0 10px; } .footer-splits { display: flex; flex-wrap: wrap; justify-content: center; max-width: 960px; margin: auto; } .footer-split { flex: 1; min-width: 300px; padding: 10px 10px; position: relative; } .footer-split:not(:last-of-type) { margin-right: 10px; padding-right: 20px; } .footer-split-title { margin: 5px 0; } .footer-split:not(:last-of-type)::before, .footer-split:not(:last-of-type)::after { content: ""; display: block; position: absolute; right: -5px; top: calc(50% - 17px); /* half of the height taking into account the rotation */ height: 20px; border-left: 3px solid var(--border-color); transform: rotate(-30deg); transform-origin: bottom; } .footer-split:not(:last-of-type)::after { transform-origin: top; transform: rotate(30deg); top: calc(50%); } .footer-social-links { list-style: none; padding: 0; } .footer-social-links li { display: inline-block; } .footer-social-link { text-decoration: none; color: inherit; margin: 0 5px; } .footer-social-link svg { --size: 25px; width: var(--size); height: var(--size); } .footer-bottom { text-align: center; } .center { text-align: center; } .align-right { text-align: right; } .footer-bottom::before { content: ''; width: 200px; margin: auto; display: block; border-top: 1px solid var(--border-color); } /* Entries */ .entry { margin: 48px 0; } .entry-tags li { display: inline-block; } .entry-title { margin-bottom: 4px; } .entry-title a { color: inherit; text-decoration: none; display: inline-block; transition: .2s all; display: inline; } .entry-title a:hover { color: var(--primary0); } .entry-tags { margin-top: 8px; margin-bottom: 16px; } .entry-summary { margin-top: 20px; text-align: justify; } .entry-summary img { max-width: 100%; } .entry-readmore { text-align: right; margin-top: 4px; margin-bottom: 16px; } /* geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }
static/css/common.css
:root { --light-blue: hsla(195, 55%, 98%, 1); --monospace: Fira Code, Fira Mono, Menlo, Inconsolata, consolas, monospace; --code-bg: #F3F3F3; --border-color: #EEE; --content-width: 768px; --primary0: hsl(232, 59%, 58%); /* TODO when needed */ --primary1: hsl(); --primary2: hsl(); --grey0: hsl(214, 6%, 14%); --grey1: hsl(214, 6%, 29%); --grey2: hsl(214, 6%, 59%); --grey3: hsl(214, 6%, 70%); --grey4: hsl(214, 6%, 80%); } html { height: 100%; width: 100%; } * { box-sizing: border-box; } body { font-family: Roboto Slab, Roboto, Calibri, Corbel, sans-serif; margin: 0; padding: 0; background-color: white; height: 100%; position: relative; color: var(--grey0); line-height: 1.5; } a { color: var(--primary0); } h1, h2, h3, h4 { font-weight: 100; line-height: 1; } h1, h2 { letter-spacing: 2px; } h3, h4 { letter-spacing: 1px; } h3 { font-size: 140%; } h4 { font-size: 120%; } h1 > small, h2 > small, h3 > small { font-size: 70%; color: var(--grey2); font-weight: normal; } .wrapper { flex: 1 0 auto; position: relative; } main { margin-bottom: 20px; padding: 0 16px; } .page-content :not(pre) > code, .list-summary code { background-color: var(--code-bg); padding: 2px 5px; border-radius: 2px; } .page-content kbd, .list-summary kbd { color: #666; border: 1px solid #ccc; padding: 1px 5px; border-radius: 2px; } .tags { list-style: none; padding: 0; } .tags a { font-family: var(--monospace); color: var(--grey2); border: 1px solid var(--grey4); text-decoration: none; padding: 1px 5px; font-size: 90%; } .tags a:hover { color: var(--grey1); border-color: var(--grey3); } footer { border-top: 1px solid var(--border-color); padding: 0 10px; } .footer-splits { display: flex; flex-wrap: wrap; justify-content: center; max-width: 960px; margin: auto; } .footer-split { flex: 1; min-width: 300px; padding: 10px 10px; position: relative; } .footer-split:not(:last-of-type) { margin-right: 10px; padding-right: 20px; } .footer-split-title { margin: 5px 0; } .footer-split:not(:last-of-type)::before, .footer-split:not(:last-of-type)::after { content: ""; display: block; position: absolute; right: -5px; top: calc(50% - 17px); /* half of the height taking into account the rotation */ height: 20px; border-left: 3px solid var(--border-color); transform: rotate(-30deg); transform-origin: bottom; } .footer-split:not(:last-of-type)::after { transform-origin: top; transform: rotate(30deg); top: calc(50%); } .footer-social-links { list-style: none; padding: 0; } .footer-social-links li { display: inline-block; } .footer-social-link { text-decoration: none; color: inherit; margin: 0 5px; } .footer-social-link svg { --size: 25px; width: var(--size); height: var(--size); } .footer-bottom { text-align: center; } .center { text-align: center; } .align-right { text-align: right; } .footer-bottom::before { content: ''; width: 200px; margin: auto; display: block; border-top: 1px solid var(--border-color); } /* Entries */ .entry { margin: 48px 0; } .entry-tags li { display: inline-block; } .entry-title { margin-bottom: 4px; } .entry-title a { color: inherit; text-decoration: none; display: inline-block; transition: .2s all; display: inline; } .entry-title a:hover { color: var(--primary0); } .entry-tags { margin-top: 8px; margin-bottom: 16px; } .entry-summary { margin-top: 20px; text-align: justify; } .entry-summary img { max-width: 100%; } .entry-readmore { text-align: right; margin-top: 4px; margin-bottom: 16px; } /* geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html */ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }
0.348645
0.167695
.shop { padding: 90px 0 0 0; width: 100%; height: 678px; } .all { margin-bottom: 40px; } .page { font-size: 24px; margin: 30px 0 30px 0; background: url('../images/title_border.gif') repeat-x 0 12px; color: #888; text-transform: uppercase; letter-spacing: 2px; font-weight: lighter; height: 23px; } .page span { display: inline-block; padding-right: 15px; padding-left: 15px; margin-left: 40px; background: #fff; font-size: 24px; color: rgb(100, 99, 99); text-transform: uppercase; letter-spacing: 2px; font-weight: lighter; } .new { width: 100%; } .new-list { width: 100%; height: 350px; border-top: solid 1px #f6f6f6; font-family: 'Frutiger',Helvetica,Arial,sans-serif; } .new-left { float: left; width: 50%; height: 100%; } .new-left div { width: 100%; height: 350px; background-image: url('../images/sh_fw19_s1__portugaba_4.jpg'); background-position: center center; } .new-list:nth-child(2) .new-left div{ width: 100%; height: 350px; background-image: url('../images/clb_clma_official_portraits_1_bdheader.jpg'); background-position: center center; } .new-list:nth-child(3) .new-left div{ width: 100%; height: 350px; background-image: url('../images/clb_isamaya_ffrench_officialportrait1_lrheader.jpg'); background-position: center center; } .new-list:nth-child(4) .new-left div{ width: 100%; height: 350px; background-image: url('../images/4q6a5692.jpg'); background-position: center center; } .new-list:nth-child(5) .new-left div{ width: 100%; height: 350px; background-image: url('../images/190226_jardin_des_plantes_jose_0016ok.jpg'); background-position: center center; } .new-list:nth-child(6) .new-left div{ width: 100%; height: 350px; background-image: url('../images/regina_king_-_oscars_ceremony_2019_-_february_20192_1.jpg'); background-position: center center; } .new-list:nth-child(7) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-sh_ss19_runloubirunmen_03.jpg'); background-position: center center; } .new-list:nth-child(8) .new-left div{ width: 100%; height: 350px; background-image: url('../images/blair_caldwell_19.jpg'); background-position: center center; } .new-list:nth-child(9) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-sh_ss19_runloubirunwomen_01_lr.jpg'); background-position: center center; } .new-list:nth-child(10) .new-left div{ width: 100%; height: 350px; background-image: url('../images/sans_titre_1.jpg'); background-position: center center; } .new-list:nth-child(11) .new-left div{ width: 100%; height: 350px; background-image: url('../images/6y8a2943ok.jpg'); background-position: center center; } .new-list:nth-child(12) .new-left div{ width: 100%; height: 350px; background-image: url('../images/chadwick_boseman_1.jpg'); background-position: center center; } .new-list:nth-child(13) .new-left div{ width: 100%; height: 350px; background-image: url('../images/photo_05-12-2018_03_29_20.jpg'); background-position: center center; } .new-list:nth-child(14) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_18_fw_loubi-in-progress_ren_-habermacher_7.jpg'); background-position: center center; } .new-list:nth-child(15) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl-ss19-marie-jane-courtesy-of-christian-louboutin_1-2_ld.jpg'); background-position: center center; } .new-list:nth-child(16) .new-left div{ width: 100%; height: 350px; background-image: url('../images/11102018-130a6339-2.jpg'); background-position: center center; } .new-list:nth-child(17) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_18_fw_rankick_jos_-castellar_05-news_crop.jpg'); background-position: center center; } .new-list:nth-child(18) .new-left div{ width: 100%; height: 350px; background-image: url('../images/cl_18_fw_manilacaba_cru-camara_20.jpg'); background-position: center center; } .new-list:nth-child(19) .new-left div{ width: 100%; height: 350px; background-image: url('../images/showroom_12_copie-header.jpg'); background-position: center center; } .new-list:nth-child(20) .new-left div{ width: 100%; height: 350px; background-image: url('../images/_mg_8172_1-2.jpg'); background-position: center center; } .new-list:nth-child(21) .new-left div{ width: 100%; height: 350px; background-image: url('../images/_t8a8217_edit.jpg'); background-position: center center; } .new-list:nth-child(22) .new-left div{ width: 100%; height: 350px; background-image: url('../images/cl_18_ss_opulence_robi-rodriguez_4-2.jpg'); background-position: center center; } .new-list:nth-child(23) .new-left div{ width: 100%; height: 350px; background-image: url('../images/christian_louboutin_for_naeem_khan_-_cross_me_cover_image.jpg'); background-position: center center; } .new-list:nth-child(24) .new-left div{ width: 100%; height: 350px; background-image: url('../images/close_up_1.jpg'); background-position: center center; } .new-list:nth-child(25) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_17_ss_lego_simone-basile_2.jpg'); background-position: center center; } .new-list:nth-child(26) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_ss17_artemis-5.jpg'); background-position: center center; } .new-right { width: 50%; height: 100%; float: left; padding: 80px 60px; box-sizing: border-box; } .new-year{ letter-spacing: 1px; margin-bottom: 40px; } .new-year span { font-size: 11px; color: #ed1e24; padding-bottom: 10px; border-bottom: 2px solid; } .new-love { margin-bottom: 40px; } .new-love { font-size: 28px; letter-spacing: 3px; } .new-read a { color: #888; }
ZhangYu/LOUBOUTINWORLD/css/addcss.css
.shop { padding: 90px 0 0 0; width: 100%; height: 678px; } .all { margin-bottom: 40px; } .page { font-size: 24px; margin: 30px 0 30px 0; background: url('../images/title_border.gif') repeat-x 0 12px; color: #888; text-transform: uppercase; letter-spacing: 2px; font-weight: lighter; height: 23px; } .page span { display: inline-block; padding-right: 15px; padding-left: 15px; margin-left: 40px; background: #fff; font-size: 24px; color: rgb(100, 99, 99); text-transform: uppercase; letter-spacing: 2px; font-weight: lighter; } .new { width: 100%; } .new-list { width: 100%; height: 350px; border-top: solid 1px #f6f6f6; font-family: 'Frutiger',Helvetica,Arial,sans-serif; } .new-left { float: left; width: 50%; height: 100%; } .new-left div { width: 100%; height: 350px; background-image: url('../images/sh_fw19_s1__portugaba_4.jpg'); background-position: center center; } .new-list:nth-child(2) .new-left div{ width: 100%; height: 350px; background-image: url('../images/clb_clma_official_portraits_1_bdheader.jpg'); background-position: center center; } .new-list:nth-child(3) .new-left div{ width: 100%; height: 350px; background-image: url('../images/clb_isamaya_ffrench_officialportrait1_lrheader.jpg'); background-position: center center; } .new-list:nth-child(4) .new-left div{ width: 100%; height: 350px; background-image: url('../images/4q6a5692.jpg'); background-position: center center; } .new-list:nth-child(5) .new-left div{ width: 100%; height: 350px; background-image: url('../images/190226_jardin_des_plantes_jose_0016ok.jpg'); background-position: center center; } .new-list:nth-child(6) .new-left div{ width: 100%; height: 350px; background-image: url('../images/regina_king_-_oscars_ceremony_2019_-_february_20192_1.jpg'); background-position: center center; } .new-list:nth-child(7) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-sh_ss19_runloubirunmen_03.jpg'); background-position: center center; } .new-list:nth-child(8) .new-left div{ width: 100%; height: 350px; background-image: url('../images/blair_caldwell_19.jpg'); background-position: center center; } .new-list:nth-child(9) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-sh_ss19_runloubirunwomen_01_lr.jpg'); background-position: center center; } .new-list:nth-child(10) .new-left div{ width: 100%; height: 350px; background-image: url('../images/sans_titre_1.jpg'); background-position: center center; } .new-list:nth-child(11) .new-left div{ width: 100%; height: 350px; background-image: url('../images/6y8a2943ok.jpg'); background-position: center center; } .new-list:nth-child(12) .new-left div{ width: 100%; height: 350px; background-image: url('../images/chadwick_boseman_1.jpg'); background-position: center center; } .new-list:nth-child(13) .new-left div{ width: 100%; height: 350px; background-image: url('../images/photo_05-12-2018_03_29_20.jpg'); background-position: center center; } .new-list:nth-child(14) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_18_fw_loubi-in-progress_ren_-habermacher_7.jpg'); background-position: center center; } .new-list:nth-child(15) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl-ss19-marie-jane-courtesy-of-christian-louboutin_1-2_ld.jpg'); background-position: center center; } .new-list:nth-child(16) .new-left div{ width: 100%; height: 350px; background-image: url('../images/11102018-130a6339-2.jpg'); background-position: center center; } .new-list:nth-child(17) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_18_fw_rankick_jos_-castellar_05-news_crop.jpg'); background-position: center center; } .new-list:nth-child(18) .new-left div{ width: 100%; height: 350px; background-image: url('../images/cl_18_fw_manilacaba_cru-camara_20.jpg'); background-position: center center; } .new-list:nth-child(19) .new-left div{ width: 100%; height: 350px; background-image: url('../images/showroom_12_copie-header.jpg'); background-position: center center; } .new-list:nth-child(20) .new-left div{ width: 100%; height: 350px; background-image: url('../images/_mg_8172_1-2.jpg'); background-position: center center; } .new-list:nth-child(21) .new-left div{ width: 100%; height: 350px; background-image: url('../images/_t8a8217_edit.jpg'); background-position: center center; } .new-list:nth-child(22) .new-left div{ width: 100%; height: 350px; background-image: url('../images/cl_18_ss_opulence_robi-rodriguez_4-2.jpg'); background-position: center center; } .new-list:nth-child(23) .new-left div{ width: 100%; height: 350px; background-image: url('../images/christian_louboutin_for_naeem_khan_-_cross_me_cover_image.jpg'); background-position: center center; } .new-list:nth-child(24) .new-left div{ width: 100%; height: 350px; background-image: url('../images/close_up_1.jpg'); background-position: center center; } .new-list:nth-child(25) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_17_ss_lego_simone-basile_2.jpg'); background-position: center center; } .new-list:nth-child(26) .new-left div{ width: 100%; height: 350px; background-image: url('../images/jpg-cl_ss17_artemis-5.jpg'); background-position: center center; } .new-right { width: 50%; height: 100%; float: left; padding: 80px 60px; box-sizing: border-box; } .new-year{ letter-spacing: 1px; margin-bottom: 40px; } .new-year span { font-size: 11px; color: #ed1e24; padding-bottom: 10px; border-bottom: 2px solid; } .new-love { margin-bottom: 40px; } .new-love { font-size: 28px; letter-spacing: 3px; } .new-read a { color: #888; }
0.33644
0.104523
----------------------------------------------------------------------- */ /*Theme Name:HR_ADVISORDescription:Hover styles for all theme elements (menus,buttons,inputs,etc.)*/ .menu_main_nav>li#blob { position: absolute; top: 0; z-index: 1; opacity: 0; -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); } .menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover, .menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover { background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none } .menu_hover_slide_line .menu_main_nav>li#blob { height: 1px; margin: 3.3em 0 0 1.5em } .menu_hover_zoom_line .menu_main_nav>li>a { position: relative } .menu_hover_zoom_line .menu_main_nav>li>a:before { content: ""; height: 1px; position: absolute; margin-left: 0.25em; top: 3.3em; left: 50%; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0 } .menu_hover_zoom_line .menu_main_nav>li>a:hover:before, .menu_hover_zoom_line .menu_main_nav>li.sfHover>a:before, .menu_hover_zoom_line .menu_main_nav>li.current-menu-item>a:before, .menu_hover_zoom_line .menu_main_nav>li.current-menu-parent>a:before, .menu_hover_zoom_line .menu_main_nav>li.current-menu-ancestor>a:before { width: 80% } .menu_hover_path_line .menu_main_nav>li>a { position: relative } .menu_hover_path_line .menu_main_nav>li:before, .menu_hover_path_line .menu_main_nav>li:after, .menu_hover_path_line .menu_main_nav>li>a:before, .menu_hover_path_line .menu_main_nav>li>a:after { content: ' ' !important; position: absolute; -webkit-transition: -webkit-transform 0.1s; -ms-transition: -ms-transform 0.1s; transition: transform 0.1s; -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9); -ms-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9); transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9) } .menu_hover_path_line .menu_main_nav>li:before, .menu_hover_path_line .menu_main_nav>li:after { top: 0.5em; bottom: 0.5em; width: 1px; /*height:100%;*/ -webkit-transform: scale3d(1, 0, 1); -ms-transform: scale3d(1, 0, 1); transform: scale3d(1, 0, 1) } .menu_hover_path_line .menu_main_nav>li:before { left: 0.2em; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100% } .menu_hover_path_line .menu_main_nav>li:after { right: 0.2em; -webkit-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0% } .menu_hover_path_line .menu_main_nav>li>a:before, .menu_hover_path_line .menu_main_nav>li>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after { left: 0.2em; right: 0.2em; /*width:100%;*/ height: 1px; -webkit-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1) } .menu_hover_path_line .menu_main_nav>li>a:before { top: 0.5em; bottom: auto; -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; transform-origin: 0 50% } .menu_hover_path_line .menu_main_nav>li>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after { top: auto; bottom: 0.5em; -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; transform-origin: 100% 50% } /* Delays (first reverse,then current) */ .menu_hover_path_line .menu_main_nav>li>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after { -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s } .menu_hover_path_line .menu_main_nav>li>a:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover.menu-item-has-children>a:after { -webkit-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s } .menu_hover_path_line .menu_main_nav>li:before { -webkit-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s } .menu_hover_path_line .menu_main_nav>li:hover:before, .menu_hover_path_line .menu_main_nav>li.sfHover:before { -webkit-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s } .menu_hover_path_line .menu_main_nav>li>a:before { -webkit-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s } .menu_hover_path_line .menu_main_nav>li.sfHover>a:before, .menu_hover_path_line .menu_main_nav>li>a:hover:before { -webkit-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s } .menu_hover_path_line .menu_main_nav>li.sfHover:after, .menu_hover_path_line .menu_main_nav>li:hover:after { -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s } .menu_hover_path_line .menu_main_nav>li.sfHover:before, .menu_hover_path_line .menu_main_nav>li:hover:before, .menu_hover_path_line .menu_main_nav>li.sfHover:after, .menu_hover_path_line .menu_main_nav>li:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover>a:before, .menu_hover_path_line .menu_main_nav>li>a:hover:before, .menu_hover_path_line .menu_main_nav>li>a:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover>a:after { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } .menu_hover_roll_down .menu_main_nav>li>a:before { content: ' '; position: absolute; top: 3.3em; left: 1.5em; right: 1.5em; height: 1px; opacity: 0; -webkit-transform: translate3d(0, -3em, 0); -ms-transform: translate3d(0, -3em, 0); transform: translate3d(0, -3em, 0); -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s; -ms-transition: transform 0s 0.3s, opacity 0.2s; transition: transform 0s 0.3s, opacity 0.2s } .menu_hover_roll_down .menu_main_nav>li>a:hover:before, .menu_hover_roll_down .menu_main_nav>li.sfHover>a:before, .menu_hover_roll_down .menu_main_nav>li.current-menu-item>a:before, .menu_hover_roll_down .menu_main_nav>li.current-menu-ancestor>a:before, .menu_hover_roll_down .menu_main_nav>li.current-menu-parent>a:before { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 0.3s, opacity 0.1s; -ms-transition: -webkit-transform 0.3s, opacity 0.1s; transition: transform 0.3s, opacity 0.1s; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) } .menu_hover_roll_down .menu_main_nav>li>a>span { display: block; pointer-events: none } .menu_hover_roll_down .menu_main_nav>li.sfHover>a>span, .menu_hover_roll_down .menu_main_nav>li>a:hover>span, .menu_hover_roll_down .menu_main_nav>li.current-menu-item>a>span, .menu_hover_roll_down .menu_main_nav>li.current-menu-ancestor>a>span, .menu_hover_roll_down .menu_main_nav>li.current-menu-parent>a>span { -webkit-animation: anim-roll-down 0.3s forwards; -ms-animation: anim-roll-down 0.3s forwards; animation: anim-roll-down 0.3s forwards } @-webkit-keyframes anim-roll-down { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes anim-roll-down { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .menu_hover_color_line .menu_main_nav>li>a:hover:before, .menu_hover_color_line .menu_main_nav>li>a:focus:before { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s } .menu_hover_color_line .menu_main_nav>li>a:before, .menu_hover_color_line .menu_main_nav>li>a:after, .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:after { content: ' ' !important; position: absolute; top: 3.3em; left: 1.5em; right: 1.5em !important; margin: 0; height: 1px; -webkit-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transform-origin: center left; -ms-transform-origin: center left; transform-origin: center left; -webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); -ms-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) } .menu_hover_color_line .menu_main_nav>li>a:hover, .menu_hover_color_line .menu_main_nav>li.sfHover>a:after, .menu_hover_color_line .menu_main_nav>li>a:hover:after, .menu_hover_color_line .menu_main_nav>li>a:before { -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s } .menu_hover_color_line .menu_main_nav>li.sfHover>a:after, .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:hover:after, .menu_hover_color_line .menu_main_nav>li>a:hover:after, .menu_hover_color_line .menu_main_nav>li.sfHover>a:before, .menu_hover_color_line .menu_main_nav>li>a:hover:before, .menu_hover_color_line .menu_main_nav>li.current-menu-item>a:after, .menu_hover_color_line .menu_main_nav>li.current-menu-item>a:before, .menu_hover_color_line .menu_main_nav>li.current-menu-ancestor>a:after, .menu_hover_color_line .menu_main_nav>li.current-menu-ancestor>a:before, .menu_hover_color_line .menu_main_nav>li.current-menu-parent>a:after, .menu_hover_color_line .menu_main_nav>li.current-menu-parent>a:before { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } .menu_hover_color_line .menu_main_nav>li.sfHover>a:before, .menu_hover_color_line .menu_main_nav>li>a:hover:before { -webkit-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s } /* This way via:after element[class*="sc_button_hover_slide"]{position:relative; z-index:1; overflow:hidden !important}[class*="sc_button_hover_slide"]:after{content:' '; position:absolute; z-index:-1; left:0; top:0; -webkit-transition:width ease .3s,height ease .3s; -moz-transition:width ease .3s,height ease .3s; -ms-transition:width ease .3s,height ease .3s; -o-transition:width ease .3s,height ease .3s; transition:width ease .3s,height ease .3s}.sc_button_hover_slide_left:after{width:0; height:100%}.sc_button_hover_slide_left:hover:after{width:100%}.sc_button_hover_slide_top:after{height:0; width:100%}.sc_button_hover_slide_top:hover:after{height:100%}*/ [class*="sc_button_hover_slide"] { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_button_hover_slide_left:hover, .sc_button_hover_slide_left.active, .vc_active .sc_button_hover_slide_left, li.active .sc_button_hover_slide_left { background-position: left bottom !important } .sc_button_hover_slide_right:hover, .sc_button_hover_slide_right.active, .vc_active .sc_button_hover_slide_right, li.active .sc_button_hover_slide_right { background-position: right bottom !important } .sc_button_hover_slide_top:hover, .sc_button_hover_slide_top.active, .vc_active .sc_button_hover_slide_top, li.active .sc_button_hover_slide_top { background-position: right top !important } .sc_button_hover_slide_bottom:hover, .sc_button_hover_slide_bottom.active, .vc_active .sc_button_hover_slide_bottom, li.active .sc_button_hover_slide_bottom { background-position: right bottom !important } .sc_button_hover_arrow { position: relative; overflow: hidden; padding-left: 2em !important; padding-right: 2em !important } .sc_button_hover_arrow:before { content: '\e8f4'; font-family: 'fontello'; position: absolute; z-index: 1; right: -2em !important; left: auto !important; top: 50% !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; background-color: transparent !important; color: inherit !important } .sc_button_hover_arrow:hover:before, .sc_button_hover_arrow.active:before, .vc_active .sc_button_hover_arrow:before { right: 0.5em !important } /* Images (post featured) hovers----------------------------------------------------- */ .post_featured[class*="hover_"] { position: relative; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out } .post_featured[class*="hover_"], .post_featured[class*="hover_"] * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box } .post_featured .mask { content: ' '; position: absolute; z-index: 100; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; pointer-events: none; filter: alpha(opacity=0); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s } .post_featured .post_info { position: absolute; z-index: 103; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); -moz-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); -ms-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; display: none; font-size: 1.1429em; line-height: 1.3em; width: 90%; text-align: center; margin: -1em auto 0; opacity: 0; filter: alpha(opacity=0) } .post_featured.hover_icon, .post_featured.hover_icons { position: relative; display: block } .post_featured.hover_icon .mask { background-color: rgba(0, 0, 0, 0.8) } .post_featured.hover_icon:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_icon .icons, .post_featured.hover_icons .icons { position: absolute; z-index: 102; left: 0; top: 0; width: 100%; height: 100% } .post_featured.hover_icon .icons a, .post_featured.hover_icons .icons a { position: absolute; z-index: 10; left: 50%; top: 50%; font-size: 1.7143em; cursor: pointer; display: block; width: 2.1667em; height: 2.1667em; line-height: 2.1667em; text-align: center; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -o-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; opacity: 0; filter: alpha(opacity=0); margin-left: -1.3333em } .post_featured.hover_icon .icons a { font-size: 1.7em; margin-left: 0 } .post_featured.hover_icons .icons a+a { margin-left: 1.3333em; -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } .post_featured.hover_icon:hover .icons a, .post_featured.hover_icons:hover .icons a { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1); transform: translateX(-50%) translateY(-50%) scale(1, 1); -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s } .post_featured.hover_icons:hover .icons a+a { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } /* Hover Zoom:icons 'link' and 'zoom' */ .post_featured.hover_zoom:before { content: ' '; position: absolute; z-index: 101; left: 50%; top: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; border: 2px solid #fff; background-color: rgba(0, 0, 0, 0.15); -webkit-transform: scale(0, 0) rotate(0deg); -moz-transform: scale(0, 0) rotate(0deg); -ms-transform: scale(0, 0) rotate(0deg); transform: scale(0, 0) rotate(0deg); -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .post_featured.hover_zoom:hover:before { -webkit-transform: scale(1, 1) rotate(45deg); -moz-transform: scale(1, 1) rotate(45deg); -ms-transform: scale(1, 1) rotate(45deg); transform: scale(1, 1) rotate(45deg) } .post_featured.hover_zoom .mask { background-color: rgba(255, 255, 255, 0.15) } .post_featured.hover_zoom:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_zoom .icons { position: absolute; z-index: 102; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: inline-block } .post_featured.hover_zoom .icons a { display: inline-block; font-size: 18px; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #fff; position: relative; left: -50px; opacity: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .post_featured.hover_zoom .icons a+a { margin-left: 8px; left: 50px } .post_featured.hover_zoom .icons a:hover { color: #fff; background-color: rgba(255, 255, 255, 0.2) } .post_featured.hover_zoom:hover .icons a { left: 0; opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1) } .post_featured.hover_dots:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_dots .icons { position: absolute; z-index: 120; left: 0; top: 0; width: 100%; height: 100% } .post_featured.hover_dots .icons span { position: absolute; z-index: 102; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: inline-block; width: 6px; height: 6px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; opacity: 0; filter: alpha(opacity=0) } .post_featured.hover_dots:hover .icons span { opacity: 1; filter: alpha(opacity=100); display: inline-block } .post_featured.hover_dots:hover .icons span:first-child { margin-left: -13px } .post_featured.hover_dots:hover .icons span+span+span { margin-left: 13px } .post_featured.hover_dots.hover_with_info .icons span { margin-top: 1em } .post_featured.hover_dots .post_info { display: block; top: 45% } .post_featured.hover_dots:hover .post_info { -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1); transform: translateX(-50%) translateY(-50%) scale(1, 1); opacity: 1; filter: alpha(opacity=100) } /* Hover Fade,Slide,Pull,Border:Common Rules */ .post_featured.hover_fade, .post_featured.hover_slide, .post_featured.hover_pull, .post_featured.hover_border { position: relative; width: 100%; height: 100%; overflow: hidden } .post_featured.hover_fade .post_info, .post_featured.hover_slide .post_info, .post_featured.hover_pull .post_info, .post_featured.hover_border .post_info { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; text-align: center; display: block; margin: 0; opacity: 1; filter: alpha(opacity=100); font-size: 1em; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none } .post_featured.hover_fade .post_info .post_title, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_pull .post_info .post_title, .post_featured.hover_border .post_info .post_title { font-weight: 400; font-size: 1.5em; line-height: 1.4em; margin: 0 0 0.5em; text-transform: uppercase; text-align: center } .post_featured.hover_fade .post_info .post_descr, .post_featured.hover_slide .post_info .post_descr, .post_featured.hover_pull .post_info .post_descr, .post_featured.hover_border .post_info .post_descr { margin: 0; position: relative; padding: 0.5em 1em; text-align: center } .post_featured.hover_fade .post_info .post_title span, .post_featured.hover_slide .post_info .post_title span, .post_featured.hover_pull .post_info .post_title span, .post_featured.hover_border .post_info .post_title span { font-weight: 700 } .post_featured.hover_fade .post_info .post_excerpt, .post_featured.hover_slide .post_info .post_excerpt, .post_featured.hover_pull .post_info .post_excerpt, .post_featured.hover_border .post_info .post_excerpt { display: none } .post_featured.hover_fade img, .post_featured.hover_fade .post_info .post_info_back, .post_featured.hover_fade .post_info .post_title, .post_featured.hover_fade .post_info .post_descr, .post_featured.hover_slide img, .post_featured.hover_slide .post_info .post_info_back, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr, .post_featured.hover_pull img, .post_featured.hover_pull .post_info .post_info_back, .post_featured.hover_pull .post_info .post_title, .post_featured.hover_pull .post_info .post_descr, .post_featured.hover_border img, .post_featured.hover_border .post_info .post_info_back, .post_featured.hover_border .post_info .post_title, .post_featured.hover_border .post_info .post_descr { -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; transition: all 0.35s ease } .post_featured.hover_fade .post_info .post_excerpt, .post_featured.hover_slide .post_info .post_excerpt, .post_featured.hover_pull .post_info .post_excerpt, .post_featured.hover_border .post_info .post_excerpt { margin-top: 1em; display: none } .post_featured.hover_fade:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_fade .post_info .post_info_back { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; padding: 15px; margin-top: 100%; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) } .post_featured.hover_fade.top_to_bottom .post_info .post_info_back { margin-top: -100% } .post_featured.hover_fade.bottom_to_top .post_info .post_info_back { margin-top: 100% } .post_featured.hover_fade.left_to_right .post_info .post_info_back { margin-left: -100% } .post_featured.hover_fade.right_to_left .post_info .post_info_back { margin-left: 100% } .post_featured.hover_fade:hover .post_info .post_info_back { margin: 0 !important; opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_slide .mask { opacity: 0.3; filter: alpha(opacity=30) } .post_featured.hover_slide:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_slide .post_info, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { text-align: left } .post_featured.hover_slide img, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease } .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { position: relative; margin: 0 } .post_featured.hover_slide .post_info .post_title { padding: 0 0 15px; margin: 30px 30px 15px; overflow: hidden } .post_featured.hover_slide .post_info .post_title:after { content: " "; position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%) } .post_featured.hover_slide:hover .post_info .post_title:after { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px) } .post_featured.hover_slide img { max-width: none; width: calc(100% + 20px); -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px) } .post_featured.hover_slide:hover img { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px) } .post_featured.hover_slide .post_info, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { text-align: left } .post_featured.hover_slide .post_info .post_descr { padding: 0 30px 30px; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%) } .post_featured.hover_slide:hover .post_info .post_descr { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px) } .post_featured.hover_pull .post_info, .post_featured.hover_pull .post_info .post_title, .post_featured.hover_pull .post_info .post_descr { text-align: left } .post_featured.hover_pull .post_info .post_title, .post_featured.hover_pull .post_info .post_descr { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; margin: 0 } .post_featured.hover_pull:hover img { -webkit-transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); -o-transform: translateY(-60px); transform: translateY(-60px) } .post_featured.hover_pull:hover .post_info .post_title { -webkit-transform: translateY(-70px); -moz-transform: translateY(-70px); -ms-transform: translateY(-70px); -o-transform: translateY(-70px); transform: translateY(-70px) } .post_featured.hover_pull .post_info .post_descr { height: 60px; -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px); transform: translateY(60px) } .post_featured.hover_pull:hover .post_info .post_descr { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px) } /*.post_featured.hover_border .mask{opacity:0.3; filter:alpha(opacity=30)}*/ .post_featured.hover_border:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_border .post_info:before, .post_featured.hover_border .post_info:after { content: ' '; position: absolute; left: 30px; right: 30px; top: 30px; bottom: 30px; pointer-events: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } .post_featured.hover_border .post_info:before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0) } .post_featured.hover_border:hover .post_info:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1) } .post_featured.hover_border .post_info:after { border-left: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0) } .post_featured.hover_border:hover .post_info:after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1) } .post_featured.hover_border .post_info .post_info_back { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; padding: 45px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) } .post_featured.hover_border img, .post_featured.hover_border .post_info .post_title, .post_featured.hover_border .post_info .post_descr { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } .post_featured.hover_border:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1) } .post_featured.hover_border .post_info .post_title, .post_featured.hover_border .post_info .post_descr { opacity: 0; filter: alpha(opacity=0); position: relative; text-align: center; margin: 0 } .post_featured.hover_border .post_info .post_title { font-size: 1.2em; padding: 0 0 15px; -webkit-transform: translateY(-1em); -moz-transform: translateY(-1em); -ms-transform: translateY(-1em); -o-transform: translateY(-1em); transform: translateY(-1em) } .post_featured.hover_border:hover .post_info .post_title { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px) } .post_featured.hover_border .post_info .post_descr { padding: 0; -webkit-transform: translateY(1em); -moz-transform: translateY(1em); -ms-transform: translateY(1em); -o-transform: translateY(1em); transform: translateY(1em) } .post_featured.hover_border:hover .post_info .post_descr { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px) } .post_featured.hover_border .post_info .post_info_item + .post_info_item:before { content: ' '; display: block; margin: 0.5em 0 0 0 } .post_featured.hover_shop { position: relative; display: block } .post_featured.hover_shop .mask { background-color: rgba(255, 255, 255, 0.6) !important } .post_featured.hover_shop:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_shop .icons { position: absolute; z-index: 102; left: 0; top: 0; width: 100%; height: 100% } .post_featured.hover_shop .icons a { position: absolute; z-index: 10; left: 50%; top: 50%; font-size: 1.2632em; cursor: pointer; display: block; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; display: inline-block; border: 3px solid #ddd; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); -webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -o-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; opacity: 0; filter: alpha(opacity=0); margin-left: -1.76em } .post_featured.hover_shop .icons a+a { margin-left: 1.76em; -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } .post_featured.hover_shop .icons a:before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg) } .post_featured.hover_shop:hover .icons a { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s } .post_featured.hover_shop:hover .icons a+a { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } .sc_content_width_1_1 { width: 1170px } .sc_content_width_1_2 { width: 585px } .sc_content_width_1_3 { width: 390px } .sc_content_width_2_3 { width: 780px } .sc_content_width_1_4 { width: 292.5px } .sc_content_width_3_4 { width: 877.5px } .trx_addons_container, .trx_addons_container-fluid { padding-left: 15px; padding-right: 15px } .trx_addons_columns_wrap { margin-right: -30px } .trx_addons_columns_wrap>[class*="trx_addons_column-"] { padding-right: 30px } .trx_addons_columns_wrap.columns_padding_left { margin-left: -30px } .trx_addons_columns_wrap.columns_padding_left>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_left { padding-left: 30px } .trx_addons_columns_wrap.columns_padding_right { margin-right: -30px } .trx_addons_columns_wrap.columns_padding_right>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_right { padding-right: 30px } .trx_addons_columns_wrap.columns_padding_center { margin-left: -15px; margin-right: -15px } .trx_addons_columns_wrap.columns_padding_center>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_center { padding-left: 30px } .trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_bottom { padding-bottom: 30px; margin-right: -4px; } .trx_addons_hover_mask { left: 0; right: 0; bottom: 0; top: auto; height: 10.625em } .trx_addons_scroll_to_top { border: none } .swiper-container-horizontal>.swiper-pagination { bottom: 1.05em } .slider_swiper .swiper-pagination-bullet { border: 2px solid #fff; background-color: transparent; width: 12px; height: 12px } .slider_swiper.slider_controls_side .slider_prev, .slider_swiper.slider_controls_side .slider_next { color: #fff; background-color: rgba(0, 0, 0, 0.8); width: 3.3em; height: 2.3em; line-height: 2.2em; font-size: 1.5em; font-weight: 600; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .slider_swiper.slider_controls_side .slider_prev:hover, .slider_swiper.slider_controls_side .slider_next:hover { background-color: #000 } .slider_swiper.slider_controls_side .slider_prev { margin-left: -150px; left: 0em } .slider_swiper.slider_controls_side .slider_next { margin-right: -150px; right: 0em } .slider_swiper.slider_controls_side:hover .slider_prev, .slider_swiper.slider_controls_side:hover .slider_next { margin-left: 0; margin-right: 0 } .slider_swiper.slider_controls_side .slider_prev:before, .slider_swiper.slider_controls_side .slider_next:before { font-family: 'fontello'; font-size: 0.8571em } .slider_swiper.slider_controls_side .slider_prev:before { content: '\e931' } .slider_swiper.slider_controls_side .slider_next:before { content: '\e930' } .header_widgets_wrap .slider_swiper .slide_overlay.slide_overlay_large { background-color: transparent } .slider_swiper.slider_titles_center .slide_info.slide_info_large { padding: 3em 2em; width: 50% } .header_widgets_wrap .slider_swiper.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large { width: 18em } .slider_swiper .slide_info.slide_info_large .slide_cats { color: transparent !important } .slider_swiper .slide_info.slide_info_large .slide_cats a { font-size: 0.8667em; line-height: 1.7333em; font-weight: 500; text-transform: uppercase } .slider_swiper .slide_info.slide_info_large .slide_title { font-size: 1.3333em; font-weight: 900; line-height: 1.5em; text-transform: uppercase; letter-spacing: 2px; margin: 0.5em 0 } .slider_swiper .slide_info.slide_info_large .slide_date { font-size: 0.9333em; font-style: italic } .widget_aboutme .aboutme_avatar img { width: 100%; height: auto } .widget_aboutme .aboutme_username { text-align: left; font-size: 1em } .widget_aboutme .aboutme_description { margin-top: 1em; text-align: left } .trx_addons_audio_player { padding: 2em 2.5em 2.6em } .trx_addons_audio_player.without_cover { background-color: transparent; border: none } .trx_addons_audio_player .audio_author { font-size: 0.875em; font-weight: 400; margin-left: 0; margin-right: 0; text-transform: none } .trx_addons_audio_player .audio_caption { font-size: 1.375em; font-weight: 400; line-height: 1.35em; letter-spacing: 0; text-transform: none } .trx_addons_audio_player .audio_author + .audio_caption { margin: -0.15em 0 0.3em } .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time { font-size: 11px !important; font-weight: 700 } .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current, .trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider, .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { height: 3px !important } aside .trx_addons_tabs .trx_addons_tabs_titles { text-align: center } aside .trx_addons_tabs .trx_addons_tabs_titles li:after { display: none !important } aside .trx_addons_tabs .trx_addons_tabs_titles li a { border: 2px solid #000; padding: 0.3em 0.5em } .widget_categories_list[class*="column-"] [class*="column-"], .sidebar .widget_categories_list [class*="column-"] { width: 100%; float: none; overflow: hidden } .widget_categories_list[class*="column-"] [class*="column-"]+[class*="column-"], .sidebar .widget_categories_list [class*="column-"]+[class*="column-"] { margin-top: 0.5em } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_item { text-align: left } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_image { display: inline-block; width: 20% } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img { width: 100%; height: auto } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_title { display: inline-block; width: 70%; margin: 0; font-size: 1em; padding-left: 1em; text-align: left; text-transform: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .widget_contacts { text-align: left } .widget_contacts[class*="column-"] .contacts_info .contacts_left, .widget_contacts[class*="column-"] .contacts_info .contacts_right, .sidebar .widget_contacts .contacts_info .contacts_left, .sidebar .widget_contacts .contacts_info .contacts_right { display: block; width: 100%; margin: 0; text-align: left } .widget_contacts[class*="column-"] .contacts_description, .widget_contacts[class*="column-"] .contacts_socials, .widget_contacts[class*="column-"] .contacts_info, .sidebar .widget_contacts .contacts_description, .sidebar .widget_contacts .contacts_socials, .sidebar .widget_contacts .contacts_info { margin-top: 1em } .widget_contacts[class*="column-"] .contacts_socials .social_item+.social_item, .sidebar .widget_contacts .contacts_socials .social_item+.social_item { margin-left: 0.8em } body.expand_content .sc_recent_news_style_news-announce .post_size_full { height: 656px } body.expand_content .sc_recent_news_style_news-announce .post_size_big { height: 328px } body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small { height: 164px } .sc_recent_news .post_counters .post_counters_edit a { background-color: transparent !important } .slider_engine_revo .widget_socials { width: 10em } .slider_engine_revo .widget_socials .socials_wrap { text-align: left; min-width: 160px !important } .slider_engine_revo .widget_socials .social_item { display: inline-block } .slider_engine_revo .widget_socials .social_item + .social_item { margin-left: 0.5em } .slider_engine_revo .widget_socials .social_item span { background-color: transparent !important; width: auto; height: auto; font-size: 13px !important; line-height: 1.5em; display: inline; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .slider_engine_revo .widget_socials .social_item a { background-color: transparent; background: none } .slider_engine_revo .widget_socials .social_item a:hover span { background-color: transparent } .slider_engine_revo .widget_socials .social_item a:hover span:before { -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none } .widget_twitter .widget_content ul { padding-left: 2em; list-style-type: none } .widget_twitter .widget_content ul>li { position: relative; text-align: left } .widget_twitter .widget_content ul>li+li { margin-top: 1.5em } .widget_twitter .widget_content ul>li:before { position: absolute; z-index: 1; display: inline-block; font-size: 1.2308em; left: -1.5em; top: 0; background-color: transparent } .widget_twitter .widget_content ul>li a { font-weight: normal } .trx_addons_video_player.with_cover:hover .video_mask { opacity: 0.3 } .trx_addons_video_player.with_cover .video_hover { font-size: 1em; width: 5em; height: 5em; line-height: 5em; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50% } .trx_addons_video_player.with_cover .video_hover:before { content: '\e855'; font-family: 'fontello' } .trx_addons_cv_header_letter { line-height: 0.75em } .trx_addons_cv_header_letter, .trx_addons_cv_header_text, .trx_addons_cv_header_socials .social_item>a { text-shadow: none } .trx_addons_cv_section_contacts input, .trx_addons_cv_section_contacts textarea { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important } .trx_addons_tooltip { border-bottom-style: solid } .trx_addons_tooltip:before { font-size: 0.8125em; text-transform: uppercase; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important } .trx_addons_tooltip:after { margin-bottom: -8px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none } .trx_addons_dropcap { font-size: 1.875em; padding: 0; margin: 0.2em 0.86em 0 0; width: 2.0666em; height: 2.0666em; line-height: 2.0666em; background-color: transparent } .trx_addons_tiny_text { letter-spacing: 2px } blockquote.trx_addons_blockquote_style_1 { background-color: transparent !important } blockquote.trx_addons_blockquote_style_2 { padding-top: 3em; padding-bottom: 3em } blockquote.trx_addons_blockquote_style_2:before { top: 2em } ul.trx_addons_list { padding-left: 0.9em } .trx_addons_list, .wpb_text_column .trx_addons_list:last-child { margin-bottom: 1em } ol, ul.trx_addons_list>li {}ul.trx_addons_list>li:before { left: -0.8em; font-style: normal; font-weight: 400 } ul.trx_addons_list_dot_red>li:before, ul.trx_addons_list_dot_dark>li:before { content: ' '; display: block; width: 5px; height: 5px; margin-top: 0.6em; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50% } ul.trx_addons_list_arrow { padding-left: 1.7em } ul.trx_addons_list_arrow>li:before { content: '\e908'; font-family: 'fontello'; font-size: 0.7778em; left: -1.5em; top: 0 } ul.trx_addons_list_asterisk { padding-left: 1.7em } ul.trx_addons_list_asterisk>li:before { font-size: 0.6316em; left: -1.7em; top: 0 } .sc_item_title { text-align: center } .sc_item_subtitle { text-align: center; font-size: 1.2632em; line-height: 1.25em; font-weight: 600; font-style: italic; text-transform: none; letter-spacing: 0 } .sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr, .sc_item_title + .sc_item_slider, .sc_item_subtitle + .sc_item_slider, .sc_item_descr + .sc_item_slider, .sc_item_title + .sc_item_columns, .sc_item_subtitle + .sc_item_columns, .sc_item_descr + .sc_item_columns, .sc_item_title + .sc_item_content, .sc_item_subtitle + .sc_item_content, .sc_item_descr + .sc_item_content { margin-top: 2.1em } .sc_item_descr { margin-bottom: 2.1em } .sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image, .sc_item_subtitle + .sc_item_button, .sc_subitem_title + .sc_item_button_image, .sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image, .sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image, .sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image, .sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image { margin-top: 2.1em } .sc_item_button a { font-size: 0.8125em !important; line-height: 1.4em; font-weight: bold; letter-spacing: 0.04em; padding: 1.616em 3.7em; border: none } .trx_addons_hover_content .trx_addons_hover_links a + a { margin-left: 0.7em } .sc_action_item.with_image .sc_action_item_inner { padding: 3em 2em 4.1em } .sc_action_item.with_image:before { padding-top: 0% } .sc_action_item_subtitle { font-size: 1.1579em; line-height: 1.4em; font-weight: 700; font-style: italic } .sc_action_item_title { font-size: 2em; line-height: 1.25em; margin: 0.2em 0 0.9em } .sc_action_item_date { font-size: 12px; font-weight: 700; line-height: 1.3em; text-transform: uppercase; letter-spacing: 1px; padding: 1em 0; border-style: dotted } .sc_action_item_info { font-size: 10px; font-weight: 700; line-height: 1.3em; border-style: dotted } .sc_action_item_link { text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; border: none } .sc_action_item_event.with_image .sc_action_item_inner { padding: 2.4em 2em } .sc_action_item_event .sc_action_item_image + .sc_action_item_subtitle { margin-top: 0.8em } .sc_action_item_event .sc_action_item_title { font-size: 2.1053em; font-weight: 400; line-height: 1em; letter-spacing: 0; margin-top: 0; margin-bottom: 0.3em } .sc_action_item_event .sc_action_item_link { border: 2px solid #ddd } .menu_side_inner #toc_menu { display: block } #toc_menu .toc_menu_description { font-size: 10px; font-weight: 700; text-transform: uppercase } #toc_menu .toc_menu_icon { height: 1em } #toc_menu .toc_menu_item .toc_menu_icon_default:before { width: 0.4211em } #toc_menu .toc_menu_item_active .toc_menu_icon_default:before { width: 0.7368em } .sc_blogger_default .sc_blogger_item { padding: 0 } .sc_blogger_default .sc_blogger_item .sc_blogger_post_meta { margin-top: 1.2em; margin-bottom: 3em } .sc_blogger_default .sc_blogger_item .sc_blogger_item_featured { margin-bottom: 0 } .sc_blogger_classic .sc_blogger_content { padding: 0 } .sc_blogger_classic .sc_item_button { margin-top: 0 } .sc_blogger_classic .sc_item_button .sc_button { width: 35em; max-width: 100%; box-sizing: border-box } .sc_blogger_classic .sc_blogger_item .sc_blogger_post_meta { margin-top: 1.2em } .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt { margin-top: 1.5em } .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text { max-height: 8em } .sc_blogger_classic .sc_blogger_item .more-link { background-color: transparent } .sc_button { display: inline-block; text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; background-color: transparent } .sc_courses_default .trx_addons_hover_content { text-align: left; padding: 2.8em 2.8em 2.8em 3.5714em; left: 0; top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none } .sc_courses_default .sc_courses_item_info { padding: 2.8em 3.5em 2.6em } .sc_courses_default .sc_courses_item_price { font-size: 1.875em; margin-top: 0.3em } .sc_courses_default .sc_courses_item_period { line-height: 1em } .sc_courses_default .trx_addons_hover_content .trx_addons_hover_title { background-color: transparent; padding: 0; margin: 0; text-transform: none; line-height: 2em; font-size: 1.0714em; font-size: 1.375em; font-weight: 300; font-style: normal; line-height: 1.27em } .sc_courses_default .trx_addons_hover_content .trx_addons_hover_text { padding: 0; margin-top: 1.5em; line-height: 2em; font-style: normal; max-height: 8em; overflow: hidden } .sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a { margin-top: 5em; text-transform: uppercase; font-size: 0.8125em !important; line-height: 1.4em; font-weight: bold; letter-spacing: 0.04em; padding: 1.616em 3.7em; border: none } .sc_events_item { height: 5.2632em } .sc_events_item + .sc_events_item { margin-top: 1em } .sc_events_button { text-align: center } .sc_events_item_date { height: 5.2632em } .sc_events_item_day { font-weight: 200; margin-top: 0.2em } .sc_events_item_button { min-height: 1.3em } .sc_events_item_button:before, .sc_events_item_button:after { position: absolute; left: 0; top: 0; content: '\e908'; font-family: 'fontello'; font-size: 0.9286em; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_events_item_button:after { left: -30px; opacity: 0; filter: alpha(opacity=0) } .sc_events_item:hover .sc_events_item_button:before { opacity: 0; filter: alpha(opacity=0); left: 30px } .sc_events_item:hover .sc_events_item_button:after { opacity: 1; filter: alpha(opacity=100); left: 0 } .sc_events_detailed .sc_events_item_date, .sc_events_detailed .sc_events_item_time, .sc_events_detailed .sc_events_item_button { font-size: 0.7368em; font-weight: 700; line-height: 1.3em; text-transform: uppercase } .sc_events_detailed .sc_events_item_title { font-size: 1.0526em; line-height: 1.2em; font-weight: 700; font-style: italic } .sc_events_detailed .sc_events_item, .sc_events_detailed .sc_events_item_date, .sc_events_detailed .sc_events_item_button, .sc_events_detailed .sc_events_item_title, .sc_events_detailed .sc_events_item_time { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_form[class*="scheme_"] { padding: 5em } .sc_form_description { font-style: normal } .sc_form_detailed .sc_form_info { padding: 0 } .sc_form_title + .sc_form_form, .sc_form_subtitle + .sc_form_form, .sc_form_descr + .sc_form_form { margin-top: 4em } .sc_form .sc_form_info_item .sc_form_info_icon:before { font-family: 'fontello' } .sc_form .sc_form_info_item_address .sc_form_info_icon:before { content: '\e943' } .sc_form .sc_form_info_item_email .sc_form_info_icon:before { content: '\e948' } .sc_form .sc_form_info_item_phone .sc_form_info_icon:before { content: '\e960' } .sc_form_field { margin-bottom: 1em } .sc_form_modern .sc_form_field.sc_form_field_button { margin-top: 1.25em; margin-bottom: 1.4em } .sc_form button { -webkit-appearance: button; cursor: pointer; margin-top: 0; display: inline-block; text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; background-color: transparent; border: none } .sc_form button:after { content: ' ' } .sc_form_default .sc_form_field_button:before { content: ' '; display: block; width: 100%; height: 0; clear: both } .sc_form_default .sc_form_field_button { text-align: left } .sc_form_modern .sc_form_field_button { text-align: center } .sc_form_detailed button { display: block } .sc_form_field_title { text-transform: none; font-size: 1em; line-height: 2em; margin-bottom: 0.7em } .sc_form input[type="text"], .sc_form textarea { border: 1px solid #eee; font-size: 1em; line-height: 1.8em; font-style: normal; padding: 1em 1.5em } [class*="sc_input_hover_"] input[type="text"], [class*="sc_input_hover_"] input[type="number"], [class*="sc_input_hover_"] input[type="email"], [class*="sc_input_hover_"] input[type="password"], [class*="sc_input_hover_"] input[type="search"], [class*="sc_input_hover_"] select, [class*="sc_input_hover_"] textarea { font-size: 0.8889em !important; font-weight: 400; font-style: normal; line-height: 1.7em; letter-spacing: 1px; padding: 0.875em 1.5em !important } [class*="sc_input_hover_"] .sc_form_field_hover { font-size: 1em } [class*="sc_input_hover_"] .sc_form_field_content { font-size: 12px; font-weight: 700; font-style: normal; text-transform: uppercase } [class*="sc_input_hover_"] label.required:after { display: none } [class*="sc_input_hover_"] label.required .sc_form_field_content:after { font-size: 110% } .sc_form_modern form:not(class*="sc_input_hover_") textarea { min-height: 11em } .sc_input_hover_accent .sc_form_field_hover:before { height: 3em } .sc_input_hover_accent textarea + .sc_form_field_hover:before { height: 9em } .sc_input_hover_path .sc_form_field_content { padding-top: 2em } .sc_input_hover_path textarea + .sc_form_field_hover>.sc_form_field_content { padding-top: 3em } .sc_input_hover_path input:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path input.filled + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 3.3em, 0); -ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 3.3em, 0); transform: scale3d(0.875, 0.875, 1) translate3d(0, 3.3em, 0) } .sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 13.5em, 0); -ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 13.5em, 0); transform: scale3d(0.875, 0.875, 1) translate3d(0, 13.5em, 0) } .sc_input_hover_jump .sc_form_field_content:before { top: -190% } .sc_input_hover_underline .sc_form_field_hover:before { height: 2px } .sc_input_hover_underline input:focus + .sc_form_field_hover:before, .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before, .sc_input_hover_underline input.filled + .sc_form_field_hover:before, .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1); -ms-transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1); transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1) } .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: translate3d(0, 7.2em, 0) scale3d(0.875, 0.875, 1); -ms-transform: translate3d(0, 7.2em, 0) scale3d(0.875, 0.875, 1); transform: translate3d(0, 7.2em, 0) scale3d(0.875, 0.875, 1) } .sc_input_hover_iconed .sc_form_field_hover { padding: 0.45em !important } .sc_googlemap_content .sc_form_default .sc_form_details { width: 100%; float: none } .sc_googlemap_content .sc_form_default .sc_form_details>div { width: 100%; padding-right: 0 } .sc_googlemap_content .sc_form_default .sc_form_field_message { width: 100%; float: none; padding-left: 0 } .sc_googlemap_content .sc_form .sc_form_field input[type="text"], .sc_googlemap_content .sc_form .sc_form_field textarea { padding: 0.5em 1em } .sc_googlemap_content .sc_form .sc_form_field textarea { min-height: 3em } .sc_googlemap_content_detailed { font-size: 0.8421em; position: absolute; z-index: 1000; width: 20em; left: 28%; top: 26%; padding: 1.3em 2.5em; line-height: 1.2em } .sc_googlemap_content_detailed p { margin-bottom: 1em } .sc_googlemap_content_detailed:before { content: ' '; font-family: inherit; left: 0; top: 10%; bottom: 10%; width: 8px } .sc_icons .sc_icons_icon, .sc_icons .sc_icons_title { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_icons_title { font-size: 1.2632em; line-height: 1.3em; font-weight: 700; font-style: normal; text-transform: uppercase; letter-spacing: 1px } .sc_icons .sc_icons_image + .sc_icons_title, .sc_icons .sc_icons_image + .sc_icons_description { margin-top: 2.5em } .sc_icons_description { font-size: 1em; line-height: 1.3em; font-weight: 600; font-style: italic } .sc_icons_modern .sc_icons_description { font-size: 1.1429em; line-height: 1.3em } .sc_icons .sc_icons_title + .sc_icons_description { margin-top: 0.7em } .sc_price { background-color: #eeeeee } .sc_price_info { padding: 3.8em 3.8em 4.3em; text-align: left } .sc_price_period { font-size: 0.875em; line-height: 1.3em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.7em } .sc_price_price { font-size: 3.625em; font-weight: 400; line-height: 1.3em } .sc_price_decimals { text-decoration: none } .sc_price_description { height: auto; margin-top: 1.4em; line-height: 1.92em; font-weight: 400; font-size: 13px; min-height: 3.84em } .sc_price_link { display: inline-block; text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; background-color: transparent; margin-top: 2.2em } .sc_price_link:after { display: none } .sc_promo.sc_promo_size_tiny .sc_promo_image { margin: 0.5em } .sc_promo_text blockquote { margin: 0 !important } .sc_promo.sc_promo_size_normal .sc_promo_icon, .sc_promo.sc_promo_size_large .sc_promo_icon { font-size: 7em; line-height: 1em; margin-bottom: 0.14em } .sc_promo_title + .sc_promo_content, .sc_promo_subtitle + .sc_promo_content { margin-top: 1.8em } .sc_promo_title + .sc_promo_subtitle { margin-top: 1.25em } .sc_blockquote_title { text-align: right; text-transform: uppercase; font-size: 0.875em; letter-spacing: 0.04em } .sc_blockquote_content { padding-left: 1.31em; position: relative; margin-bottom: 0.65em } .sc_blockquote_content:before { content: '\e902'; font-family: fontello; position: absolute; left: 0; top: 0; font-size: 0.7em; line-height: 1.5em } .sc_skills_pie.sc_skills_compact_off .sc_skills_total { font-weight: 200 } .sc_skills_counter .sc_skills_item_wrap { max-width: 65em } .sc_skills_counter .sc_skills_icon { font-size: 3.6em; line-height: 1.15em } .sc_skills_counter .sc_skills_total { font-weight: 400; font-size: 2.5em; line-height: 1em; margin: 0.33em 0 0.3em } .sc_skills .sc_skills_item_title, .sc_skills_pie.sc_skills_compact_off .sc_skills_item_title { text-transform: uppercase; letter-spacing: 0.06em; font-weight: 400; font-size: 0.875em; line-height: 1.3em; text-align: center } .sc_skills_pie.sc_skills_compact_off .sc_skills_item_title { font-size: 0.875em; line-height: 1.3em; margin-top: 0.2em } .sc_socials .socials_wrap { font-size: 0.9286em } .sc_socials .socials_wrap a { display: inline-block; width: 3.5em; height: 3.5em; line-height: 3.5em; text-align: center } .sc_socials .socials_wrap .social_item+.social_item { margin-left: 3px } .sc_testimonials_item { max-width: 48em; margin: auto; padding: 1em 0 0 3em; box-sizing: border-box; position: relative } .sc_testimonials_item:before { content: '\e902'; font-family: 'fontello'; font-size: 2.5em; font-weight: 600; display: block; position: absolute; top: 0; left: 0em; opacity: 0.4 } .sc_testimonials_item_content { font-size: 2em; line-height: 1.25em; font-weight: 400; text-align: left } .sc_testimonials [class*="column"] .sc_testimonials_item_content { font-size: 1em; line-height: 1.5em } .sc_testimonials_item_content:before { display: none } .sc_testimonials_item_author_avatar { width: 5.3571em; height: 5.3571em } .sc_testimonials_item_author { text-align: left; background-color: transparent; margin-top: 0; padding: 0.4em 0; max-width: 100% } .sc_testimonials_item_author_avatar, .sc_testimonials_default .sc_testimonials_item_author_data { display: block; text-align: left; vertical-align: baseline; margin: 0 auto } .sc_testimonials_item_author_title { font-size: 0.8125em; margin-top: 1.4em; font-weight: 500; text-transform: uppercase; font-family: inherit; letter-spacing: 0.04em; display: inline-block } .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle { margin-top: 0em; font-size: 0.8125em; display: inline-block } .sc_testimonials_title + .sc_testimonials_slider, .sc_testimonials_subtitle + .sc_testimonials_slider { margin-top: 2.4em } .sc_testimonials_item_author_data { max-width: none } .sc_team_item .trx_addons_hover_content { padding: 2.4em 0 } .sc_team_default .trx_addons_hover_content .trx_addons_hover_title { font-size: 1.0625em; letter-spacing: .08em; padding: 0 0 0.3em } .sc_team_default .trx_addons_hover_content .trx_addons_hover_subtitle { font-size: 0.8125em } .sc_team_item .trx_addons_hover_content .trx_addons_hover_icon { font-size: 0.8125em; width: 0.8125em; height: 0.8125em; line-height: 0.8125em; margin: 0 0.71em } .sc_team_default .sc_team_item_info { padding: 4.2em 5em } .sc_team_default .sc_team_item_title { margin-top: 0 } .sc_team_default .sc_team_item_subtitle { font-size: 0.9286em; line-height: 1.5em; margin-top: 0.6em } .sc_team_default .sc_team_item_content { margin-top: 2.7em; min-height: 6em } .sc_team_default .sc_team_item_button { margin: 2.6em 0 0; text-transform: uppercase; font-size: 0.8571em; font-weight: bold; letter-spacing: 3px } .sc_team_default .sc_team_item_button a { position: relative } .sc_team_default .sc_team_item_button a:before, .sc_team_default .sc_team_item_button a:after { content: '\e908'; font-family: 'fontello'; margin-left: 0.5em; position: relative; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_team_default .sc_team_item_button a:before { position: absolute; right: 20px; top: 0; line-height: 1em; opacity: 0; filter: alpha(opacity=0) } .sc_team_default .sc_team_item_button a:hover:before { opacity: 1; filter: alpha(opacity=100); right: 1.3em } .sc_team_default .sc_team_item_button a:hover:after { opacity: 0; filter: alpha(opacity=0); margin-left: 2em } .sc_team .trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask { opacity: 0.9 } .vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before { content: ' '; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100% } .vc_row .wpb_column:not(.vc_col-sm-12) blockquote { margin: 0 } .vc_tta.vc_tta-accordion .vc_tta-panel-body, .vc_tta.vc_tta-accordion .vc_tta-panel-heading { border: none !important; background: transparent !important } .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading { margin-bottom: 1.6em } .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading { margin-top: 1.6em } .vc_tta.vc_tta-accordion .vc_tta-panel-title { font-size: 1em } .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text { font-size: 1.1429em; line-height: 1.3em } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a { padding-left: 4.4em } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a { padding-right: 4.4em; padding-left: 0 } .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon { width: 2.8571em; height: 2.8571em; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .vc_tta.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel-heading .vc_tta-controls-icon { border-radius: 5px } .vc_tta.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel-heading .vc_tta-controls-icon { border-radius: 50% } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { left: 0 } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon { right: 0 } .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before { left: 50%; right: auto; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 10px } .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after { top: 50%; bottom: auto; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 10px } .vc_tta.vc_general .vc_tta-panel-body { padding-top: 1.3em; padding-bottom: 1.3em } .vc_tta.vc_general .vc_tta-panel-body p { margin-bottom: 0 } .vc_tta.vc_general .vc_tta-panel-body p + p { margin-top: 1em } .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a { background-color: transparent; border: none; padding: 0.6em 1.8em 0.3em } .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab { margin-left: 0.8em } .vc_tta-tabs.vc_general .vc_tta-panel-body { padding-top: 3em; padding-bottom: 3em } .vc_separator { margin-top: 5.7em; margin-bottom: 5.5em !important } .vc_separator .vc_sep_holder .vc_sep_line { border-style: solid } .vc_progress_bar.vc_progress_bar_narrow { padding-top: 1px } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar { box-shadow: none; border-radius: 0; height: 4px; margin-top: 1.3125em } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar + .vc_single_bar { margin-top: 3.1em } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label { position: absolute; font-size: 0.875em; font-weight: 400; top: -1.8em; padding: 0; line-height: 1.5em; text-shadow: none; display: block; width: 100%; text-transform: uppercase } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units { position: absolute; font-size: 0.928em; z-index: 1; top: 0em; right: 0; font-style: normal } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_bar { height: 4px; border-radius: 0 } .vc_message_box { font-size: 11px; font-weight: 700; line-height: 1.5em; text-transform: uppercase; letter-spacing: 1px; padding: 1.4em 0.875em 1.4em 4.9em; margin-bottom: 1.875em } .vc_message_box-solid-icon { padding-left: 7em } .vc_message_box-solid-icon .vc_message_box-icon { width: 5.25em; font-weight: 400 } .vc_message_box:not(.vc_message_box-solid-icon) .vc_message_box-icon>* { left: auto; right: 0.4em; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%) } .vc_message_box-icon { width: 4.5em } .vc_message_box .vc_message_box-icon>* { font-size: 2.1em } .vc_color-juicy_pink.vc_message_box-outline, .vc_color-juicy_pink.vc_message_box-solid-icon { color: #f4524d } .vc_color-orange.vc_message_box-outline, .vc_color-orange.vc_message_box-solid-icon { color: #e39a31 } .vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon { color: #9dbf00 } .vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon { border-color: #9dbf00 } .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon { background-color: #9dbf00 } .wpb_text_column[class*="scheme_"] { padding: 3.1em 3.6em } .wpb_gmaps_widget .wpb_wrapper { padding: 0 }
public/css/styles.css
----------------------------------------------------------------------- */ /*Theme Name:HR_ADVISORDescription:Hover styles for all theme elements (menus,buttons,inputs,etc.)*/ .menu_main_nav>li#blob { position: absolute; top: 0; z-index: 1; opacity: 0; -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); } .menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover, .menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover { background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none } .menu_hover_slide_line .menu_main_nav>li#blob { height: 1px; margin: 3.3em 0 0 1.5em } .menu_hover_zoom_line .menu_main_nav>li>a { position: relative } .menu_hover_zoom_line .menu_main_nav>li>a:before { content: ""; height: 1px; position: absolute; margin-left: 0.25em; top: 3.3em; left: 50%; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 0 } .menu_hover_zoom_line .menu_main_nav>li>a:hover:before, .menu_hover_zoom_line .menu_main_nav>li.sfHover>a:before, .menu_hover_zoom_line .menu_main_nav>li.current-menu-item>a:before, .menu_hover_zoom_line .menu_main_nav>li.current-menu-parent>a:before, .menu_hover_zoom_line .menu_main_nav>li.current-menu-ancestor>a:before { width: 80% } .menu_hover_path_line .menu_main_nav>li>a { position: relative } .menu_hover_path_line .menu_main_nav>li:before, .menu_hover_path_line .menu_main_nav>li:after, .menu_hover_path_line .menu_main_nav>li>a:before, .menu_hover_path_line .menu_main_nav>li>a:after { content: ' ' !important; position: absolute; -webkit-transition: -webkit-transform 0.1s; -ms-transition: -ms-transform 0.1s; transition: transform 0.1s; -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9); -ms-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9); transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9) } .menu_hover_path_line .menu_main_nav>li:before, .menu_hover_path_line .menu_main_nav>li:after { top: 0.5em; bottom: 0.5em; width: 1px; /*height:100%;*/ -webkit-transform: scale3d(1, 0, 1); -ms-transform: scale3d(1, 0, 1); transform: scale3d(1, 0, 1) } .menu_hover_path_line .menu_main_nav>li:before { left: 0.2em; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100% } .menu_hover_path_line .menu_main_nav>li:after { right: 0.2em; -webkit-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0% } .menu_hover_path_line .menu_main_nav>li>a:before, .menu_hover_path_line .menu_main_nav>li>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after { left: 0.2em; right: 0.2em; /*width:100%;*/ height: 1px; -webkit-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1) } .menu_hover_path_line .menu_main_nav>li>a:before { top: 0.5em; bottom: auto; -webkit-transform-origin: 0 50%; -ms-transform-origin: 0 50%; transform-origin: 0 50% } .menu_hover_path_line .menu_main_nav>li>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after { top: auto; bottom: 0.5em; -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; transform-origin: 100% 50% } /* Delays (first reverse,then current) */ .menu_hover_path_line .menu_main_nav>li>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:after { -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s } .menu_hover_path_line .menu_main_nav>li>a:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover>a:after, .menu_hover_path_line .menu_main_nav>li.menu-item-has-children>a:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover.menu-item-has-children>a:after { -webkit-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s } .menu_hover_path_line .menu_main_nav>li:before { -webkit-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s } .menu_hover_path_line .menu_main_nav>li:hover:before, .menu_hover_path_line .menu_main_nav>li.sfHover:before { -webkit-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s } .menu_hover_path_line .menu_main_nav>li>a:before { -webkit-transition-delay: 0.1s; -ms-transition-delay: 0.1s; transition-delay: 0.1s } .menu_hover_path_line .menu_main_nav>li.sfHover>a:before, .menu_hover_path_line .menu_main_nav>li>a:hover:before { -webkit-transition-delay: 0.2s; -ms-transition-delay: 0.2s; transition-delay: 0.2s } .menu_hover_path_line .menu_main_nav>li.sfHover:after, .menu_hover_path_line .menu_main_nav>li:hover:after { -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s } .menu_hover_path_line .menu_main_nav>li.sfHover:before, .menu_hover_path_line .menu_main_nav>li:hover:before, .menu_hover_path_line .menu_main_nav>li.sfHover:after, .menu_hover_path_line .menu_main_nav>li:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover>a:before, .menu_hover_path_line .menu_main_nav>li>a:hover:before, .menu_hover_path_line .menu_main_nav>li>a:hover:after, .menu_hover_path_line .menu_main_nav>li.sfHover>a:after { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } .menu_hover_roll_down .menu_main_nav>li>a:before { content: ' '; position: absolute; top: 3.3em; left: 1.5em; right: 1.5em; height: 1px; opacity: 0; -webkit-transform: translate3d(0, -3em, 0); -ms-transform: translate3d(0, -3em, 0); transform: translate3d(0, -3em, 0); -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s; -ms-transition: transform 0s 0.3s, opacity 0.2s; transition: transform 0s 0.3s, opacity 0.2s } .menu_hover_roll_down .menu_main_nav>li>a:hover:before, .menu_hover_roll_down .menu_main_nav>li.sfHover>a:before, .menu_hover_roll_down .menu_main_nav>li.current-menu-item>a:before, .menu_hover_roll_down .menu_main_nav>li.current-menu-ancestor>a:before, .menu_hover_roll_down .menu_main_nav>li.current-menu-parent>a:before { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 0.3s, opacity 0.1s; -ms-transition: -webkit-transform 0.3s, opacity 0.1s; transition: transform 0.3s, opacity 0.1s; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) } .menu_hover_roll_down .menu_main_nav>li>a>span { display: block; pointer-events: none } .menu_hover_roll_down .menu_main_nav>li.sfHover>a>span, .menu_hover_roll_down .menu_main_nav>li>a:hover>span, .menu_hover_roll_down .menu_main_nav>li.current-menu-item>a>span, .menu_hover_roll_down .menu_main_nav>li.current-menu-ancestor>a>span, .menu_hover_roll_down .menu_main_nav>li.current-menu-parent>a>span { -webkit-animation: anim-roll-down 0.3s forwards; -ms-animation: anim-roll-down 0.3s forwards; animation: anim-roll-down 0.3s forwards } @-webkit-keyframes anim-roll-down { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes anim-roll-down { 50% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) } 51% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0) } 100% { opacity: 1; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .menu_hover_color_line .menu_main_nav>li>a:hover:before, .menu_hover_color_line .menu_main_nav>li>a:focus:before { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s } .menu_hover_color_line .menu_main_nav>li>a:before, .menu_hover_color_line .menu_main_nav>li>a:after, .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:after { content: ' ' !important; position: absolute; top: 3.3em; left: 1.5em; right: 1.5em !important; margin: 0; height: 1px; -webkit-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transform-origin: center left; -ms-transform-origin: center left; transform-origin: center left; -webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); -ms-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) } .menu_hover_color_line .menu_main_nav>li>a:hover, .menu_hover_color_line .menu_main_nav>li.sfHover>a:after, .menu_hover_color_line .menu_main_nav>li>a:hover:after, .menu_hover_color_line .menu_main_nav>li>a:before { -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s } .menu_hover_color_line .menu_main_nav>li.sfHover>a:after, .menu_hover_color_line .menu_main_nav>li.menu-item-has-children>a:hover:after, .menu_hover_color_line .menu_main_nav>li>a:hover:after, .menu_hover_color_line .menu_main_nav>li.sfHover>a:before, .menu_hover_color_line .menu_main_nav>li>a:hover:before, .menu_hover_color_line .menu_main_nav>li.current-menu-item>a:after, .menu_hover_color_line .menu_main_nav>li.current-menu-item>a:before, .menu_hover_color_line .menu_main_nav>li.current-menu-ancestor>a:after, .menu_hover_color_line .menu_main_nav>li.current-menu-ancestor>a:before, .menu_hover_color_line .menu_main_nav>li.current-menu-parent>a:after, .menu_hover_color_line .menu_main_nav>li.current-menu-parent>a:before { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } .menu_hover_color_line .menu_main_nav>li.sfHover>a:before, .menu_hover_color_line .menu_main_nav>li>a:hover:before { -webkit-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s } /* This way via:after element[class*="sc_button_hover_slide"]{position:relative; z-index:1; overflow:hidden !important}[class*="sc_button_hover_slide"]:after{content:' '; position:absolute; z-index:-1; left:0; top:0; -webkit-transition:width ease .3s,height ease .3s; -moz-transition:width ease .3s,height ease .3s; -ms-transition:width ease .3s,height ease .3s; -o-transition:width ease .3s,height ease .3s; transition:width ease .3s,height ease .3s}.sc_button_hover_slide_left:after{width:0; height:100%}.sc_button_hover_slide_left:hover:after{width:100%}.sc_button_hover_slide_top:after{height:0; width:100%}.sc_button_hover_slide_top:hover:after{height:100%}*/ [class*="sc_button_hover_slide"] { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_button_hover_slide_left:hover, .sc_button_hover_slide_left.active, .vc_active .sc_button_hover_slide_left, li.active .sc_button_hover_slide_left { background-position: left bottom !important } .sc_button_hover_slide_right:hover, .sc_button_hover_slide_right.active, .vc_active .sc_button_hover_slide_right, li.active .sc_button_hover_slide_right { background-position: right bottom !important } .sc_button_hover_slide_top:hover, .sc_button_hover_slide_top.active, .vc_active .sc_button_hover_slide_top, li.active .sc_button_hover_slide_top { background-position: right top !important } .sc_button_hover_slide_bottom:hover, .sc_button_hover_slide_bottom.active, .vc_active .sc_button_hover_slide_bottom, li.active .sc_button_hover_slide_bottom { background-position: right bottom !important } .sc_button_hover_arrow { position: relative; overflow: hidden; padding-left: 2em !important; padding-right: 2em !important } .sc_button_hover_arrow:before { content: '\e8f4'; font-family: 'fontello'; position: absolute; z-index: 1; right: -2em !important; left: auto !important; top: 50% !important; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; background-color: transparent !important; color: inherit !important } .sc_button_hover_arrow:hover:before, .sc_button_hover_arrow.active:before, .vc_active .sc_button_hover_arrow:before { right: 0.5em !important } /* Images (post featured) hovers----------------------------------------------------- */ .post_featured[class*="hover_"] { position: relative; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out } .post_featured[class*="hover_"], .post_featured[class*="hover_"] * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box } .post_featured .mask { content: ' '; position: absolute; z-index: 100; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; pointer-events: none; filter: alpha(opacity=0); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s } .post_featured .post_info { position: absolute; z-index: 103; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); -moz-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); -ms-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; display: none; font-size: 1.1429em; line-height: 1.3em; width: 90%; text-align: center; margin: -1em auto 0; opacity: 0; filter: alpha(opacity=0) } .post_featured.hover_icon, .post_featured.hover_icons { position: relative; display: block } .post_featured.hover_icon .mask { background-color: rgba(0, 0, 0, 0.8) } .post_featured.hover_icon:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_icon .icons, .post_featured.hover_icons .icons { position: absolute; z-index: 102; left: 0; top: 0; width: 100%; height: 100% } .post_featured.hover_icon .icons a, .post_featured.hover_icons .icons a { position: absolute; z-index: 10; left: 50%; top: 50%; font-size: 1.7143em; cursor: pointer; display: block; width: 2.1667em; height: 2.1667em; line-height: 2.1667em; text-align: center; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3); -webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -o-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; opacity: 0; filter: alpha(opacity=0); margin-left: -1.3333em } .post_featured.hover_icon .icons a { font-size: 1.7em; margin-left: 0 } .post_featured.hover_icons .icons a+a { margin-left: 1.3333em; -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } .post_featured.hover_icon:hover .icons a, .post_featured.hover_icons:hover .icons a { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1); transform: translateX(-50%) translateY(-50%) scale(1, 1); -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s } .post_featured.hover_icons:hover .icons a+a { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } /* Hover Zoom:icons 'link' and 'zoom' */ .post_featured.hover_zoom:before { content: ' '; position: absolute; z-index: 101; left: 50%; top: 50%; width: 100px; height: 100px; margin: -50px 0 0 -50px; border: 2px solid #fff; background-color: rgba(0, 0, 0, 0.15); -webkit-transform: scale(0, 0) rotate(0deg); -moz-transform: scale(0, 0) rotate(0deg); -ms-transform: scale(0, 0) rotate(0deg); transform: scale(0, 0) rotate(0deg); -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .post_featured.hover_zoom:hover:before { -webkit-transform: scale(1, 1) rotate(45deg); -moz-transform: scale(1, 1) rotate(45deg); -ms-transform: scale(1, 1) rotate(45deg); transform: scale(1, 1) rotate(45deg) } .post_featured.hover_zoom .mask { background-color: rgba(255, 255, 255, 0.15) } .post_featured.hover_zoom:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_zoom .icons { position: absolute; z-index: 102; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: inline-block } .post_featured.hover_zoom .icons a { display: inline-block; font-size: 18px; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #fff; position: relative; left: -50px; opacity: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .post_featured.hover_zoom .icons a+a { margin-left: 8px; left: 50px } .post_featured.hover_zoom .icons a:hover { color: #fff; background-color: rgba(255, 255, 255, 0.2) } .post_featured.hover_zoom:hover .icons a { left: 0; opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1) } .post_featured.hover_dots:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_dots .icons { position: absolute; z-index: 120; left: 0; top: 0; width: 100%; height: 100% } .post_featured.hover_dots .icons span { position: absolute; z-index: 102; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); display: inline-block; width: 6px; height: 6px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; -ms-transition: all ease .5s; -o-transition: all ease .5s; transition: all ease .5s; opacity: 0; filter: alpha(opacity=0) } .post_featured.hover_dots:hover .icons span { opacity: 1; filter: alpha(opacity=100); display: inline-block } .post_featured.hover_dots:hover .icons span:first-child { margin-left: -13px } .post_featured.hover_dots:hover .icons span+span+span { margin-left: 13px } .post_featured.hover_dots.hover_with_info .icons span { margin-top: 1em } .post_featured.hover_dots .post_info { display: block; top: 45% } .post_featured.hover_dots:hover .post_info { -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1); transform: translateX(-50%) translateY(-50%) scale(1, 1); opacity: 1; filter: alpha(opacity=100) } /* Hover Fade,Slide,Pull,Border:Common Rules */ .post_featured.hover_fade, .post_featured.hover_slide, .post_featured.hover_pull, .post_featured.hover_border { position: relative; width: 100%; height: 100%; overflow: hidden } .post_featured.hover_fade .post_info, .post_featured.hover_slide .post_info, .post_featured.hover_pull .post_info, .post_featured.hover_border .post_info { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; text-align: center; display: block; margin: 0; opacity: 1; filter: alpha(opacity=100); font-size: 1em; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: none; -moz-transition: none; -ms-transition: none; transition: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none } .post_featured.hover_fade .post_info .post_title, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_pull .post_info .post_title, .post_featured.hover_border .post_info .post_title { font-weight: 400; font-size: 1.5em; line-height: 1.4em; margin: 0 0 0.5em; text-transform: uppercase; text-align: center } .post_featured.hover_fade .post_info .post_descr, .post_featured.hover_slide .post_info .post_descr, .post_featured.hover_pull .post_info .post_descr, .post_featured.hover_border .post_info .post_descr { margin: 0; position: relative; padding: 0.5em 1em; text-align: center } .post_featured.hover_fade .post_info .post_title span, .post_featured.hover_slide .post_info .post_title span, .post_featured.hover_pull .post_info .post_title span, .post_featured.hover_border .post_info .post_title span { font-weight: 700 } .post_featured.hover_fade .post_info .post_excerpt, .post_featured.hover_slide .post_info .post_excerpt, .post_featured.hover_pull .post_info .post_excerpt, .post_featured.hover_border .post_info .post_excerpt { display: none } .post_featured.hover_fade img, .post_featured.hover_fade .post_info .post_info_back, .post_featured.hover_fade .post_info .post_title, .post_featured.hover_fade .post_info .post_descr, .post_featured.hover_slide img, .post_featured.hover_slide .post_info .post_info_back, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr, .post_featured.hover_pull img, .post_featured.hover_pull .post_info .post_info_back, .post_featured.hover_pull .post_info .post_title, .post_featured.hover_pull .post_info .post_descr, .post_featured.hover_border img, .post_featured.hover_border .post_info .post_info_back, .post_featured.hover_border .post_info .post_title, .post_featured.hover_border .post_info .post_descr { -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; transition: all 0.35s ease } .post_featured.hover_fade .post_info .post_excerpt, .post_featured.hover_slide .post_info .post_excerpt, .post_featured.hover_pull .post_info .post_excerpt, .post_featured.hover_border .post_info .post_excerpt { margin-top: 1em; display: none } .post_featured.hover_fade:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_fade .post_info .post_info_back { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; padding: 15px; margin-top: 100%; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) } .post_featured.hover_fade.top_to_bottom .post_info .post_info_back { margin-top: -100% } .post_featured.hover_fade.bottom_to_top .post_info .post_info_back { margin-top: 100% } .post_featured.hover_fade.left_to_right .post_info .post_info_back { margin-left: -100% } .post_featured.hover_fade.right_to_left .post_info .post_info_back { margin-left: 100% } .post_featured.hover_fade:hover .post_info .post_info_back { margin: 0 !important; opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_slide .mask { opacity: 0.3; filter: alpha(opacity=30) } .post_featured.hover_slide:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_slide .post_info, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { text-align: left } .post_featured.hover_slide img, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease } .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { position: relative; margin: 0 } .post_featured.hover_slide .post_info .post_title { padding: 0 0 15px; margin: 30px 30px 15px; overflow: hidden } .post_featured.hover_slide .post_info .post_title:after { content: " "; position: absolute; bottom: 0; left: 0; height: 2px; width: 100%; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; transition: all 0.35s ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%) } .post_featured.hover_slide:hover .post_info .post_title:after { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px) } .post_featured.hover_slide img { max-width: none; width: calc(100% + 20px); -webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px) } .post_featured.hover_slide:hover img { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px) } .post_featured.hover_slide .post_info, .post_featured.hover_slide .post_info .post_title, .post_featured.hover_slide .post_info .post_descr { text-align: left } .post_featured.hover_slide .post_info .post_descr { padding: 0 30px 30px; opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%) } .post_featured.hover_slide:hover .post_info .post_descr { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px) } .post_featured.hover_pull .post_info, .post_featured.hover_pull .post_info .post_title, .post_featured.hover_pull .post_info .post_descr { text-align: left } .post_featured.hover_pull .post_info .post_title, .post_featured.hover_pull .post_info .post_descr { position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; margin: 0 } .post_featured.hover_pull:hover img { -webkit-transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); -o-transform: translateY(-60px); transform: translateY(-60px) } .post_featured.hover_pull:hover .post_info .post_title { -webkit-transform: translateY(-70px); -moz-transform: translateY(-70px); -ms-transform: translateY(-70px); -o-transform: translateY(-70px); transform: translateY(-70px) } .post_featured.hover_pull .post_info .post_descr { height: 60px; -webkit-transform: translateY(60px); -moz-transform: translateY(60px); -ms-transform: translateY(60px); -o-transform: translateY(60px); transform: translateY(60px) } .post_featured.hover_pull:hover .post_info .post_descr { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px) } /*.post_featured.hover_border .mask{opacity:0.3; filter:alpha(opacity=30)}*/ .post_featured.hover_border:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_border .post_info:before, .post_featured.hover_border .post_info:after { content: ' '; position: absolute; left: 30px; right: 30px; top: 30px; bottom: 30px; pointer-events: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } .post_featured.hover_border .post_info:before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0) } .post_featured.hover_border:hover .post_info:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1) } .post_featured.hover_border .post_info:after { border-left: 1px solid #fff; border-right: 1px solid #fff; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0) } .post_featured.hover_border:hover .post_info:after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1) } .post_featured.hover_border .post_info .post_info_back { position: absolute; left: 0; top: 50%; width: 100%; text-align: center; padding: 45px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%) } .post_featured.hover_border img, .post_featured.hover_border .post_info .post_title, .post_featured.hover_border .post_info .post_descr { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease } .post_featured.hover_border:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1) } .post_featured.hover_border .post_info .post_title, .post_featured.hover_border .post_info .post_descr { opacity: 0; filter: alpha(opacity=0); position: relative; text-align: center; margin: 0 } .post_featured.hover_border .post_info .post_title { font-size: 1.2em; padding: 0 0 15px; -webkit-transform: translateY(-1em); -moz-transform: translateY(-1em); -ms-transform: translateY(-1em); -o-transform: translateY(-1em); transform: translateY(-1em) } .post_featured.hover_border:hover .post_info .post_title { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px) } .post_featured.hover_border .post_info .post_descr { padding: 0; -webkit-transform: translateY(1em); -moz-transform: translateY(1em); -ms-transform: translateY(1em); -o-transform: translateY(1em); transform: translateY(1em) } .post_featured.hover_border:hover .post_info .post_descr { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px) } .post_featured.hover_border .post_info .post_info_item + .post_info_item:before { content: ' '; display: block; margin: 0.5em 0 0 0 } .post_featured.hover_shop { position: relative; display: block } .post_featured.hover_shop .mask { background-color: rgba(255, 255, 255, 0.6) !important } .post_featured.hover_shop:hover .mask { opacity: 1; filter: alpha(opacity=100) } .post_featured.hover_shop .icons { position: absolute; z-index: 102; left: 0; top: 0; width: 100%; height: 100% } .post_featured.hover_shop .icons a { position: absolute; z-index: 10; left: 50%; top: 50%; font-size: 1.2632em; cursor: pointer; display: block; width: 2.5em; height: 2.5em; line-height: 2.5em; text-align: center; display: inline-block; border: 3px solid #ddd; -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg); -webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; -o-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s; opacity: 0; filter: alpha(opacity=0); margin-left: -1.76em } .post_featured.hover_shop .icons a+a { margin-left: 1.76em; -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } .post_featured.hover_shop .icons a:before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg) } .post_featured.hover_shop:hover .icons a { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg); -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s } .post_featured.hover_shop:hover .icons a+a { -webkit-transition-delay: .15s; -moz-transition-delay: .15s; -ms-transition-delay: .15s; -o-transition-delay: .15s; transition-delay: .15s } .sc_content_width_1_1 { width: 1170px } .sc_content_width_1_2 { width: 585px } .sc_content_width_1_3 { width: 390px } .sc_content_width_2_3 { width: 780px } .sc_content_width_1_4 { width: 292.5px } .sc_content_width_3_4 { width: 877.5px } .trx_addons_container, .trx_addons_container-fluid { padding-left: 15px; padding-right: 15px } .trx_addons_columns_wrap { margin-right: -30px } .trx_addons_columns_wrap>[class*="trx_addons_column-"] { padding-right: 30px } .trx_addons_columns_wrap.columns_padding_left { margin-left: -30px } .trx_addons_columns_wrap.columns_padding_left>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_left { padding-left: 30px } .trx_addons_columns_wrap.columns_padding_right { margin-right: -30px } .trx_addons_columns_wrap.columns_padding_right>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_right { padding-right: 30px } .trx_addons_columns_wrap.columns_padding_center { margin-left: -15px; margin-right: -15px } .trx_addons_columns_wrap.columns_padding_center>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_center { padding-left: 30px } .trx_addons_columns_wrap.columns_padding_bottom>[class*="trx_addons_column-"], .trx_addons_columns_wrap>[class*="trx_addons_column-"].columns_padding_bottom { padding-bottom: 30px; margin-right: -4px; } .trx_addons_hover_mask { left: 0; right: 0; bottom: 0; top: auto; height: 10.625em } .trx_addons_scroll_to_top { border: none } .swiper-container-horizontal>.swiper-pagination { bottom: 1.05em } .slider_swiper .swiper-pagination-bullet { border: 2px solid #fff; background-color: transparent; width: 12px; height: 12px } .slider_swiper.slider_controls_side .slider_prev, .slider_swiper.slider_controls_side .slider_next { color: #fff; background-color: rgba(0, 0, 0, 0.8); width: 3.3em; height: 2.3em; line-height: 2.2em; font-size: 1.5em; font-weight: 600; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .slider_swiper.slider_controls_side .slider_prev:hover, .slider_swiper.slider_controls_side .slider_next:hover { background-color: #000 } .slider_swiper.slider_controls_side .slider_prev { margin-left: -150px; left: 0em } .slider_swiper.slider_controls_side .slider_next { margin-right: -150px; right: 0em } .slider_swiper.slider_controls_side:hover .slider_prev, .slider_swiper.slider_controls_side:hover .slider_next { margin-left: 0; margin-right: 0 } .slider_swiper.slider_controls_side .slider_prev:before, .slider_swiper.slider_controls_side .slider_next:before { font-family: 'fontello'; font-size: 0.8571em } .slider_swiper.slider_controls_side .slider_prev:before { content: '\e931' } .slider_swiper.slider_controls_side .slider_next:before { content: '\e930' } .header_widgets_wrap .slider_swiper .slide_overlay.slide_overlay_large { background-color: transparent } .slider_swiper.slider_titles_center .slide_info.slide_info_large { padding: 3em 2em; width: 50% } .header_widgets_wrap .slider_swiper.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large { width: 18em } .slider_swiper .slide_info.slide_info_large .slide_cats { color: transparent !important } .slider_swiper .slide_info.slide_info_large .slide_cats a { font-size: 0.8667em; line-height: 1.7333em; font-weight: 500; text-transform: uppercase } .slider_swiper .slide_info.slide_info_large .slide_title { font-size: 1.3333em; font-weight: 900; line-height: 1.5em; text-transform: uppercase; letter-spacing: 2px; margin: 0.5em 0 } .slider_swiper .slide_info.slide_info_large .slide_date { font-size: 0.9333em; font-style: italic } .widget_aboutme .aboutme_avatar img { width: 100%; height: auto } .widget_aboutme .aboutme_username { text-align: left; font-size: 1em } .widget_aboutme .aboutme_description { margin-top: 1em; text-align: left } .trx_addons_audio_player { padding: 2em 2.5em 2.6em } .trx_addons_audio_player.without_cover { background-color: transparent; border: none } .trx_addons_audio_player .audio_author { font-size: 0.875em; font-weight: 400; margin-left: 0; margin-right: 0; text-transform: none } .trx_addons_audio_player .audio_caption { font-size: 1.375em; font-weight: 400; line-height: 1.35em; letter-spacing: 0; text-transform: none } .trx_addons_audio_player .audio_author + .audio_caption { margin: -0.15em 0 0.3em } .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time { font-size: 11px !important; font-weight: 700 } .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded, .trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current, .trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider, .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { height: 3px !important } aside .trx_addons_tabs .trx_addons_tabs_titles { text-align: center } aside .trx_addons_tabs .trx_addons_tabs_titles li:after { display: none !important } aside .trx_addons_tabs .trx_addons_tabs_titles li a { border: 2px solid #000; padding: 0.3em 0.5em } .widget_categories_list[class*="column-"] [class*="column-"], .sidebar .widget_categories_list [class*="column-"] { width: 100%; float: none; overflow: hidden } .widget_categories_list[class*="column-"] [class*="column-"]+[class*="column-"], .sidebar .widget_categories_list [class*="column-"]+[class*="column-"] { margin-top: 0.5em } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_item { text-align: left } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_image { display: inline-block; width: 20% } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img { width: 100%; height: auto } .widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title, .sidebar .widget_categories_list .categories_list_style_1 .categories_list_title { display: inline-block; width: 70%; margin: 0; font-size: 1em; padding-left: 1em; text-align: left; text-transform: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } .widget_contacts { text-align: left } .widget_contacts[class*="column-"] .contacts_info .contacts_left, .widget_contacts[class*="column-"] .contacts_info .contacts_right, .sidebar .widget_contacts .contacts_info .contacts_left, .sidebar .widget_contacts .contacts_info .contacts_right { display: block; width: 100%; margin: 0; text-align: left } .widget_contacts[class*="column-"] .contacts_description, .widget_contacts[class*="column-"] .contacts_socials, .widget_contacts[class*="column-"] .contacts_info, .sidebar .widget_contacts .contacts_description, .sidebar .widget_contacts .contacts_socials, .sidebar .widget_contacts .contacts_info { margin-top: 1em } .widget_contacts[class*="column-"] .contacts_socials .social_item+.social_item, .sidebar .widget_contacts .contacts_socials .social_item+.social_item { margin-left: 0.8em } body.expand_content .sc_recent_news_style_news-announce .post_size_full { height: 656px } body.expand_content .sc_recent_news_style_news-announce .post_size_big { height: 328px } body.expand_content .sc_recent_news_style_news-announce .post_size_medium, body.expand_content .sc_recent_news_style_news-announce .post_size_small { height: 164px } .sc_recent_news .post_counters .post_counters_edit a { background-color: transparent !important } .slider_engine_revo .widget_socials { width: 10em } .slider_engine_revo .widget_socials .socials_wrap { text-align: left; min-width: 160px !important } .slider_engine_revo .widget_socials .social_item { display: inline-block } .slider_engine_revo .widget_socials .social_item + .social_item { margin-left: 0.5em } .slider_engine_revo .widget_socials .social_item span { background-color: transparent !important; width: auto; height: auto; font-size: 13px !important; line-height: 1.5em; display: inline; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .slider_engine_revo .widget_socials .social_item a { background-color: transparent; background: none } .slider_engine_revo .widget_socials .social_item a:hover span { background-color: transparent } .slider_engine_revo .widget_socials .social_item a:hover span:before { -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none } .widget_twitter .widget_content ul { padding-left: 2em; list-style-type: none } .widget_twitter .widget_content ul>li { position: relative; text-align: left } .widget_twitter .widget_content ul>li+li { margin-top: 1.5em } .widget_twitter .widget_content ul>li:before { position: absolute; z-index: 1; display: inline-block; font-size: 1.2308em; left: -1.5em; top: 0; background-color: transparent } .widget_twitter .widget_content ul>li a { font-weight: normal } .trx_addons_video_player.with_cover:hover .video_mask { opacity: 0.3 } .trx_addons_video_player.with_cover .video_hover { font-size: 1em; width: 5em; height: 5em; line-height: 5em; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50% } .trx_addons_video_player.with_cover .video_hover:before { content: '\e855'; font-family: 'fontello' } .trx_addons_cv_header_letter { line-height: 0.75em } .trx_addons_cv_header_letter, .trx_addons_cv_header_text, .trx_addons_cv_header_socials .social_item>a { text-shadow: none } .trx_addons_cv_section_contacts input, .trx_addons_cv_section_contacts textarea { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important } .trx_addons_tooltip { border-bottom-style: solid } .trx_addons_tooltip:before { font-size: 0.8125em; text-transform: uppercase; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important } .trx_addons_tooltip:after { margin-bottom: -8px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none } .trx_addons_dropcap { font-size: 1.875em; padding: 0; margin: 0.2em 0.86em 0 0; width: 2.0666em; height: 2.0666em; line-height: 2.0666em; background-color: transparent } .trx_addons_tiny_text { letter-spacing: 2px } blockquote.trx_addons_blockquote_style_1 { background-color: transparent !important } blockquote.trx_addons_blockquote_style_2 { padding-top: 3em; padding-bottom: 3em } blockquote.trx_addons_blockquote_style_2:before { top: 2em } ul.trx_addons_list { padding-left: 0.9em } .trx_addons_list, .wpb_text_column .trx_addons_list:last-child { margin-bottom: 1em } ol, ul.trx_addons_list>li {}ul.trx_addons_list>li:before { left: -0.8em; font-style: normal; font-weight: 400 } ul.trx_addons_list_dot_red>li:before, ul.trx_addons_list_dot_dark>li:before { content: ' '; display: block; width: 5px; height: 5px; margin-top: 0.6em; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50% } ul.trx_addons_list_arrow { padding-left: 1.7em } ul.trx_addons_list_arrow>li:before { content: '\e908'; font-family: 'fontello'; font-size: 0.7778em; left: -1.5em; top: 0 } ul.trx_addons_list_asterisk { padding-left: 1.7em } ul.trx_addons_list_asterisk>li:before { font-size: 0.6316em; left: -1.7em; top: 0 } .sc_item_title { text-align: center } .sc_item_subtitle { text-align: center; font-size: 1.2632em; line-height: 1.25em; font-weight: 600; font-style: italic; text-transform: none; letter-spacing: 0 } .sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr, .sc_item_title + .sc_item_slider, .sc_item_subtitle + .sc_item_slider, .sc_item_descr + .sc_item_slider, .sc_item_title + .sc_item_columns, .sc_item_subtitle + .sc_item_columns, .sc_item_descr + .sc_item_columns, .sc_item_title + .sc_item_content, .sc_item_subtitle + .sc_item_content, .sc_item_descr + .sc_item_content { margin-top: 2.1em } .sc_item_descr { margin-bottom: 2.1em } .sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image, .sc_item_subtitle + .sc_item_button, .sc_subitem_title + .sc_item_button_image, .sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image, .sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image, .sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image, .sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image { margin-top: 2.1em } .sc_item_button a { font-size: 0.8125em !important; line-height: 1.4em; font-weight: bold; letter-spacing: 0.04em; padding: 1.616em 3.7em; border: none } .trx_addons_hover_content .trx_addons_hover_links a + a { margin-left: 0.7em } .sc_action_item.with_image .sc_action_item_inner { padding: 3em 2em 4.1em } .sc_action_item.with_image:before { padding-top: 0% } .sc_action_item_subtitle { font-size: 1.1579em; line-height: 1.4em; font-weight: 700; font-style: italic } .sc_action_item_title { font-size: 2em; line-height: 1.25em; margin: 0.2em 0 0.9em } .sc_action_item_date { font-size: 12px; font-weight: 700; line-height: 1.3em; text-transform: uppercase; letter-spacing: 1px; padding: 1em 0; border-style: dotted } .sc_action_item_info { font-size: 10px; font-weight: 700; line-height: 1.3em; border-style: dotted } .sc_action_item_link { text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; border: none } .sc_action_item_event.with_image .sc_action_item_inner { padding: 2.4em 2em } .sc_action_item_event .sc_action_item_image + .sc_action_item_subtitle { margin-top: 0.8em } .sc_action_item_event .sc_action_item_title { font-size: 2.1053em; font-weight: 400; line-height: 1em; letter-spacing: 0; margin-top: 0; margin-bottom: 0.3em } .sc_action_item_event .sc_action_item_link { border: 2px solid #ddd } .menu_side_inner #toc_menu { display: block } #toc_menu .toc_menu_description { font-size: 10px; font-weight: 700; text-transform: uppercase } #toc_menu .toc_menu_icon { height: 1em } #toc_menu .toc_menu_item .toc_menu_icon_default:before { width: 0.4211em } #toc_menu .toc_menu_item_active .toc_menu_icon_default:before { width: 0.7368em } .sc_blogger_default .sc_blogger_item { padding: 0 } .sc_blogger_default .sc_blogger_item .sc_blogger_post_meta { margin-top: 1.2em; margin-bottom: 3em } .sc_blogger_default .sc_blogger_item .sc_blogger_item_featured { margin-bottom: 0 } .sc_blogger_classic .sc_blogger_content { padding: 0 } .sc_blogger_classic .sc_item_button { margin-top: 0 } .sc_blogger_classic .sc_item_button .sc_button { width: 35em; max-width: 100%; box-sizing: border-box } .sc_blogger_classic .sc_blogger_item .sc_blogger_post_meta { margin-top: 1.2em } .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt { margin-top: 1.5em } .sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text { max-height: 8em } .sc_blogger_classic .sc_blogger_item .more-link { background-color: transparent } .sc_button { display: inline-block; text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; background-color: transparent } .sc_courses_default .trx_addons_hover_content { text-align: left; padding: 2.8em 2.8em 2.8em 3.5714em; left: 0; top: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none } .sc_courses_default .sc_courses_item_info { padding: 2.8em 3.5em 2.6em } .sc_courses_default .sc_courses_item_price { font-size: 1.875em; margin-top: 0.3em } .sc_courses_default .sc_courses_item_period { line-height: 1em } .sc_courses_default .trx_addons_hover_content .trx_addons_hover_title { background-color: transparent; padding: 0; margin: 0; text-transform: none; line-height: 2em; font-size: 1.0714em; font-size: 1.375em; font-weight: 300; font-style: normal; line-height: 1.27em } .sc_courses_default .trx_addons_hover_content .trx_addons_hover_text { padding: 0; margin-top: 1.5em; line-height: 2em; font-style: normal; max-height: 8em; overflow: hidden } .sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a { margin-top: 5em; text-transform: uppercase; font-size: 0.8125em !important; line-height: 1.4em; font-weight: bold; letter-spacing: 0.04em; padding: 1.616em 3.7em; border: none } .sc_events_item { height: 5.2632em } .sc_events_item + .sc_events_item { margin-top: 1em } .sc_events_button { text-align: center } .sc_events_item_date { height: 5.2632em } .sc_events_item_day { font-weight: 200; margin-top: 0.2em } .sc_events_item_button { min-height: 1.3em } .sc_events_item_button:before, .sc_events_item_button:after { position: absolute; left: 0; top: 0; content: '\e908'; font-family: 'fontello'; font-size: 0.9286em; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_events_item_button:after { left: -30px; opacity: 0; filter: alpha(opacity=0) } .sc_events_item:hover .sc_events_item_button:before { opacity: 0; filter: alpha(opacity=0); left: 30px } .sc_events_item:hover .sc_events_item_button:after { opacity: 1; filter: alpha(opacity=100); left: 0 } .sc_events_detailed .sc_events_item_date, .sc_events_detailed .sc_events_item_time, .sc_events_detailed .sc_events_item_button { font-size: 0.7368em; font-weight: 700; line-height: 1.3em; text-transform: uppercase } .sc_events_detailed .sc_events_item_title { font-size: 1.0526em; line-height: 1.2em; font-weight: 700; font-style: italic } .sc_events_detailed .sc_events_item, .sc_events_detailed .sc_events_item_date, .sc_events_detailed .sc_events_item_button, .sc_events_detailed .sc_events_item_title, .sc_events_detailed .sc_events_item_time { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_form[class*="scheme_"] { padding: 5em } .sc_form_description { font-style: normal } .sc_form_detailed .sc_form_info { padding: 0 } .sc_form_title + .sc_form_form, .sc_form_subtitle + .sc_form_form, .sc_form_descr + .sc_form_form { margin-top: 4em } .sc_form .sc_form_info_item .sc_form_info_icon:before { font-family: 'fontello' } .sc_form .sc_form_info_item_address .sc_form_info_icon:before { content: '\e943' } .sc_form .sc_form_info_item_email .sc_form_info_icon:before { content: '\e948' } .sc_form .sc_form_info_item_phone .sc_form_info_icon:before { content: '\e960' } .sc_form_field { margin-bottom: 1em } .sc_form_modern .sc_form_field.sc_form_field_button { margin-top: 1.25em; margin-bottom: 1.4em } .sc_form button { -webkit-appearance: button; cursor: pointer; margin-top: 0; display: inline-block; text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; background-color: transparent; border: none } .sc_form button:after { content: ' ' } .sc_form_default .sc_form_field_button:before { content: ' '; display: block; width: 100%; height: 0; clear: both } .sc_form_default .sc_form_field_button { text-align: left } .sc_form_modern .sc_form_field_button { text-align: center } .sc_form_detailed button { display: block } .sc_form_field_title { text-transform: none; font-size: 1em; line-height: 2em; margin-bottom: 0.7em } .sc_form input[type="text"], .sc_form textarea { border: 1px solid #eee; font-size: 1em; line-height: 1.8em; font-style: normal; padding: 1em 1.5em } [class*="sc_input_hover_"] input[type="text"], [class*="sc_input_hover_"] input[type="number"], [class*="sc_input_hover_"] input[type="email"], [class*="sc_input_hover_"] input[type="password"], [class*="sc_input_hover_"] input[type="search"], [class*="sc_input_hover_"] select, [class*="sc_input_hover_"] textarea { font-size: 0.8889em !important; font-weight: 400; font-style: normal; line-height: 1.7em; letter-spacing: 1px; padding: 0.875em 1.5em !important } [class*="sc_input_hover_"] .sc_form_field_hover { font-size: 1em } [class*="sc_input_hover_"] .sc_form_field_content { font-size: 12px; font-weight: 700; font-style: normal; text-transform: uppercase } [class*="sc_input_hover_"] label.required:after { display: none } [class*="sc_input_hover_"] label.required .sc_form_field_content:after { font-size: 110% } .sc_form_modern form:not(class*="sc_input_hover_") textarea { min-height: 11em } .sc_input_hover_accent .sc_form_field_hover:before { height: 3em } .sc_input_hover_accent textarea + .sc_form_field_hover:before { height: 9em } .sc_input_hover_path .sc_form_field_content { padding-top: 2em } .sc_input_hover_path textarea + .sc_form_field_hover>.sc_form_field_content { padding-top: 3em } .sc_input_hover_path input:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path input.filled + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 3.3em, 0); -ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 3.3em, 0); transform: scale3d(0.875, 0.875, 1) translate3d(0, 3.3em, 0) } .sc_input_hover_path textarea:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_path textarea.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 13.5em, 0); -ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 13.5em, 0); transform: scale3d(0.875, 0.875, 1) translate3d(0, 13.5em, 0) } .sc_input_hover_jump .sc_form_field_content:before { top: -190% } .sc_input_hover_underline .sc_form_field_hover:before { height: 2px } .sc_input_hover_underline input:focus + .sc_form_field_hover:before, .sc_input_hover_underline textarea:focus + .sc_form_field_hover:before, .sc_input_hover_underline input.filled + .sc_form_field_hover:before, .sc_input_hover_underline textarea.filled + .sc_form_field_hover:before { -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1) } .sc_input_hover_underline input:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_underline input.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1); -ms-transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1); transform: translate3d(0, 2.7em, 0) scale3d(0.875, 0.875, 1) } .sc_input_hover_underline textarea:focus + .sc_form_field_hover>.sc_form_field_content, .sc_input_hover_underline textarea.filled + .sc_form_field_hover>.sc_form_field_content { -webkit-transform: translate3d(0, 7.2em, 0) scale3d(0.875, 0.875, 1); -ms-transform: translate3d(0, 7.2em, 0) scale3d(0.875, 0.875, 1); transform: translate3d(0, 7.2em, 0) scale3d(0.875, 0.875, 1) } .sc_input_hover_iconed .sc_form_field_hover { padding: 0.45em !important } .sc_googlemap_content .sc_form_default .sc_form_details { width: 100%; float: none } .sc_googlemap_content .sc_form_default .sc_form_details>div { width: 100%; padding-right: 0 } .sc_googlemap_content .sc_form_default .sc_form_field_message { width: 100%; float: none; padding-left: 0 } .sc_googlemap_content .sc_form .sc_form_field input[type="text"], .sc_googlemap_content .sc_form .sc_form_field textarea { padding: 0.5em 1em } .sc_googlemap_content .sc_form .sc_form_field textarea { min-height: 3em } .sc_googlemap_content_detailed { font-size: 0.8421em; position: absolute; z-index: 1000; width: 20em; left: 28%; top: 26%; padding: 1.3em 2.5em; line-height: 1.2em } .sc_googlemap_content_detailed p { margin-bottom: 1em } .sc_googlemap_content_detailed:before { content: ' '; font-family: inherit; left: 0; top: 10%; bottom: 10%; width: 8px } .sc_icons .sc_icons_icon, .sc_icons .sc_icons_title { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_icons_title { font-size: 1.2632em; line-height: 1.3em; font-weight: 700; font-style: normal; text-transform: uppercase; letter-spacing: 1px } .sc_icons .sc_icons_image + .sc_icons_title, .sc_icons .sc_icons_image + .sc_icons_description { margin-top: 2.5em } .sc_icons_description { font-size: 1em; line-height: 1.3em; font-weight: 600; font-style: italic } .sc_icons_modern .sc_icons_description { font-size: 1.1429em; line-height: 1.3em } .sc_icons .sc_icons_title + .sc_icons_description { margin-top: 0.7em } .sc_price { background-color: #eeeeee } .sc_price_info { padding: 3.8em 3.8em 4.3em; text-align: left } .sc_price_period { font-size: 0.875em; line-height: 1.3em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.7em } .sc_price_price { font-size: 3.625em; font-weight: 400; line-height: 1.3em } .sc_price_decimals { text-decoration: none } .sc_price_description { height: auto; margin-top: 1.4em; line-height: 1.92em; font-weight: 400; font-size: 13px; min-height: 3.84em } .sc_price_link { display: inline-block; text-transform: uppercase; white-space: nowrap; padding: 1.179em 2.8em; font-size: 0.875em; font-weight: 600; letter-spacing: 0.04em; background-color: transparent; margin-top: 2.2em } .sc_price_link:after { display: none } .sc_promo.sc_promo_size_tiny .sc_promo_image { margin: 0.5em } .sc_promo_text blockquote { margin: 0 !important } .sc_promo.sc_promo_size_normal .sc_promo_icon, .sc_promo.sc_promo_size_large .sc_promo_icon { font-size: 7em; line-height: 1em; margin-bottom: 0.14em } .sc_promo_title + .sc_promo_content, .sc_promo_subtitle + .sc_promo_content { margin-top: 1.8em } .sc_promo_title + .sc_promo_subtitle { margin-top: 1.25em } .sc_blockquote_title { text-align: right; text-transform: uppercase; font-size: 0.875em; letter-spacing: 0.04em } .sc_blockquote_content { padding-left: 1.31em; position: relative; margin-bottom: 0.65em } .sc_blockquote_content:before { content: '\e902'; font-family: fontello; position: absolute; left: 0; top: 0; font-size: 0.7em; line-height: 1.5em } .sc_skills_pie.sc_skills_compact_off .sc_skills_total { font-weight: 200 } .sc_skills_counter .sc_skills_item_wrap { max-width: 65em } .sc_skills_counter .sc_skills_icon { font-size: 3.6em; line-height: 1.15em } .sc_skills_counter .sc_skills_total { font-weight: 400; font-size: 2.5em; line-height: 1em; margin: 0.33em 0 0.3em } .sc_skills .sc_skills_item_title, .sc_skills_pie.sc_skills_compact_off .sc_skills_item_title { text-transform: uppercase; letter-spacing: 0.06em; font-weight: 400; font-size: 0.875em; line-height: 1.3em; text-align: center } .sc_skills_pie.sc_skills_compact_off .sc_skills_item_title { font-size: 0.875em; line-height: 1.3em; margin-top: 0.2em } .sc_socials .socials_wrap { font-size: 0.9286em } .sc_socials .socials_wrap a { display: inline-block; width: 3.5em; height: 3.5em; line-height: 3.5em; text-align: center } .sc_socials .socials_wrap .social_item+.social_item { margin-left: 3px } .sc_testimonials_item { max-width: 48em; margin: auto; padding: 1em 0 0 3em; box-sizing: border-box; position: relative } .sc_testimonials_item:before { content: '\e902'; font-family: 'fontello'; font-size: 2.5em; font-weight: 600; display: block; position: absolute; top: 0; left: 0em; opacity: 0.4 } .sc_testimonials_item_content { font-size: 2em; line-height: 1.25em; font-weight: 400; text-align: left } .sc_testimonials [class*="column"] .sc_testimonials_item_content { font-size: 1em; line-height: 1.5em } .sc_testimonials_item_content:before { display: none } .sc_testimonials_item_author_avatar { width: 5.3571em; height: 5.3571em } .sc_testimonials_item_author { text-align: left; background-color: transparent; margin-top: 0; padding: 0.4em 0; max-width: 100% } .sc_testimonials_item_author_avatar, .sc_testimonials_default .sc_testimonials_item_author_data { display: block; text-align: left; vertical-align: baseline; margin: 0 auto } .sc_testimonials_item_author_title { font-size: 0.8125em; margin-top: 1.4em; font-weight: 500; text-transform: uppercase; font-family: inherit; letter-spacing: 0.04em; display: inline-block } .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle { margin-top: 0em; font-size: 0.8125em; display: inline-block } .sc_testimonials_title + .sc_testimonials_slider, .sc_testimonials_subtitle + .sc_testimonials_slider { margin-top: 2.4em } .sc_testimonials_item_author_data { max-width: none } .sc_team_item .trx_addons_hover_content { padding: 2.4em 0 } .sc_team_default .trx_addons_hover_content .trx_addons_hover_title { font-size: 1.0625em; letter-spacing: .08em; padding: 0 0 0.3em } .sc_team_default .trx_addons_hover_content .trx_addons_hover_subtitle { font-size: 0.8125em } .sc_team_item .trx_addons_hover_content .trx_addons_hover_icon { font-size: 0.8125em; width: 0.8125em; height: 0.8125em; line-height: 0.8125em; margin: 0 0.71em } .sc_team_default .sc_team_item_info { padding: 4.2em 5em } .sc_team_default .sc_team_item_title { margin-top: 0 } .sc_team_default .sc_team_item_subtitle { font-size: 0.9286em; line-height: 1.5em; margin-top: 0.6em } .sc_team_default .sc_team_item_content { margin-top: 2.7em; min-height: 6em } .sc_team_default .sc_team_item_button { margin: 2.6em 0 0; text-transform: uppercase; font-size: 0.8571em; font-weight: bold; letter-spacing: 3px } .sc_team_default .sc_team_item_button a { position: relative } .sc_team_default .sc_team_item_button a:before, .sc_team_default .sc_team_item_button a:after { content: '\e908'; font-family: 'fontello'; margin-left: 0.5em; position: relative; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .sc_team_default .sc_team_item_button a:before { position: absolute; right: 20px; top: 0; line-height: 1em; opacity: 0; filter: alpha(opacity=0) } .sc_team_default .sc_team_item_button a:hover:before { opacity: 1; filter: alpha(opacity=100); right: 1.3em } .sc_team_default .sc_team_item_button a:hover:after { opacity: 0; filter: alpha(opacity=0); margin-left: 2em } .sc_team .trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask { opacity: 0.9 } .vc_row.vc_parallax[class*="scheme_"] .vc_parallax-inner:before { content: ' '; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100% } .vc_row .wpb_column:not(.vc_col-sm-12) blockquote { margin: 0 } .vc_tta.vc_tta-accordion .vc_tta-panel-body, .vc_tta.vc_tta-accordion .vc_tta-panel-heading { border: none !important; background: transparent !important } .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta.vc_tta-style-modern .vc_tta-panel:not(:last-child) .vc_tta-panel-heading { margin-bottom: 1.6em } .vc_tta.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:first-child) .vc_tta-panel-heading { margin-top: 1.6em } .vc_tta.vc_tta-accordion .vc_tta-panel-title { font-size: 1em } .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text { font-size: 1.1429em; line-height: 1.3em } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a { padding-left: 4.4em } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a { padding-right: 4.4em; padding-left: 0 } .vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon { width: 2.8571em; height: 2.8571em; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s } .vc_tta.vc_tta-accordion.vc_tta-shape-rounded .vc_tta-panel-heading .vc_tta-controls-icon { border-radius: 5px } .vc_tta.vc_tta-accordion.vc_tta-shape-round .vc_tta-panel-heading .vc_tta-controls-icon { border-radius: 50% } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon { left: 0 } .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon { right: 0 } .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-minus:before, .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:before { left: 50%; right: auto; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 10px } .vc_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus:after { top: 50%; bottom: auto; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 10px } .vc_tta.vc_general .vc_tta-panel-body { padding-top: 1.3em; padding-bottom: 1.3em } .vc_tta.vc_general .vc_tta-panel-body p { margin-bottom: 0 } .vc_tta.vc_general .vc_tta-panel-body p + p { margin-top: 1em } .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a { background-color: transparent; border: none; padding: 0.6em 1.8em 0.3em } .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab + .vc_tta-tab { margin-left: 0.8em } .vc_tta-tabs.vc_general .vc_tta-panel-body { padding-top: 3em; padding-bottom: 3em } .vc_separator { margin-top: 5.7em; margin-bottom: 5.5em !important } .vc_separator .vc_sep_holder .vc_sep_line { border-style: solid } .vc_progress_bar.vc_progress_bar_narrow { padding-top: 1px } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar { box-shadow: none; border-radius: 0; height: 4px; margin-top: 1.3125em } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar + .vc_single_bar { margin-top: 3.1em } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label { position: absolute; font-size: 0.875em; font-weight: 400; top: -1.8em; padding: 0; line-height: 1.5em; text-shadow: none; display: block; width: 100%; text-transform: uppercase } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_label .vc_label_units { position: absolute; font-size: 0.928em; z-index: 1; top: 0em; right: 0; font-style: normal } .vc_progress_bar.vc_progress_bar_narrow .vc_single_bar .vc_bar { height: 4px; border-radius: 0 } .vc_message_box { font-size: 11px; font-weight: 700; line-height: 1.5em; text-transform: uppercase; letter-spacing: 1px; padding: 1.4em 0.875em 1.4em 4.9em; margin-bottom: 1.875em } .vc_message_box-solid-icon { padding-left: 7em } .vc_message_box-solid-icon .vc_message_box-icon { width: 5.25em; font-weight: 400 } .vc_message_box:not(.vc_message_box-solid-icon) .vc_message_box-icon>* { left: auto; right: 0.4em; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%) } .vc_message_box-icon { width: 4.5em } .vc_message_box .vc_message_box-icon>* { font-size: 2.1em } .vc_color-juicy_pink.vc_message_box-outline, .vc_color-juicy_pink.vc_message_box-solid-icon { color: #f4524d } .vc_color-orange.vc_message_box-outline, .vc_color-orange.vc_message_box-solid-icon { color: #e39a31 } .vc_color-vista_blue.vc_message_box-outline .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon, .vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon { color: #9dbf00 } .vc_color-vista_blue.vc_message_box-outline, .vc_color-vista_blue.vc_message_box-solid-icon { border-color: #9dbf00 } .vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon { background-color: #9dbf00 } .wpb_text_column[class*="scheme_"] { padding: 3.1em 3.6em } .wpb_gmaps_widget .wpb_wrapper { padding: 0 }
0.42656
0.047426
.background_glossySalmon7, .hover_background_glossySalmon7:hover, .active_background_glossySalmon7:active:hover { background: #a11606; 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_glossySalmon7h, .hover_background_glossySalmon7h:hover, .active_background_glossySalmon7h:active:hover { background: #a11606; 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_glossySalmon7a, .hover_background_glossySalmon7a:hover, .active_background_glossySalmon7a:active:hover { background: #a11606; 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_glossySalmon7s, .hover_background_glossySalmon7s:hover, .active_background_glossySalmon7s:active:hover { background: #a11606; 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_glossySalmon7, .hover_background_color_glossySalmon7:hover, .active_background_color_glossySalmon7:active:hover { background-color:#a11606; } .background_first_color_glossySalmon7, .hover_background_first_color_glossySalmon7:hover, .active_background_first_color_glossySalmon7:active:hover { background-color:#ffffff; } .background_last_color_glossySalmon7, .hover_background_last_color_glossySalmon7:hover, .active_background_color_last_glossySalmon7:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossySalmon7, .hover_color_glossySalmon7:hover, .active_color_glossySalmon7:active:hover { color: #c8c8c8; } .color_glossySalmon7h, .hover_color_glossySalmon7h:hover, .active_color_glossySalmon7h:active:hover { color: #c8c8c8; } .color_glossySalmon7a, .hover_color_glossySalmon7a:hover, .active_color_glossySalmon7a:active:hover { color: #c8c8c8; } .color_glossySalmon7s, .hover_color_glossySalmon7s:hover, .active_color_glossySalmon7s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossySalmon7, .hover_border_glossySalmon7:hover, .active_border_glossySalmon7:active:hover { border-color: #811105 #811105 #811105 #811105; } .border_glossySalmon7h, .hover_border_glossySalmon7h:hover, .active_border_glossySalmon7h:active:hover { border-color: #690e04 #690e04 #690e04 #690e04; } .border_glossySalmon7a, .hover_border_glossySalmon7a:hover, .active_border_glossySalmon7a:active:hover { border-color: #510b03 #510b03 #510b03 #510b03; } .border_glossySalmon7s, .hover_border_glossySalmon7s:hover, .active_border_glossySalmon7s:active:hover { border-color: #811105 #811105 #811105 #811105; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossySalmon7, .hover_shadow_expand_glossySalmon7:hover, .active_shadow_expand_glossySalmon7:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(161, 22, 6, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(161, 22, 6, .39); box-shadow: 0em 0em 1em 0.25em rgba(161, 22, 6, .39); } .shadow_expand_glossySalmon7h, .hover_shadow_expand_glossySalmon7h:hover, .active_shadow_expand_glossySalmon7h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(193, 26, 7, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(193, 26, 7, .50); box-shadow: 0em 0em 1em 0.25em rgba(193, 26, 7, .50); } .shadow_expand_glossySalmon7a, .hover_shadow_expand_glossySalmon7a:hover, .active_shadow_expand_glossySalmon7a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .63); box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .63); } .shadow_expand_glossySalmon7s, .hover_shadow_expand_glossySalmon7s:hover, .active_shadow_expand_glossySalmon7s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .71); box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossySalmon7, .hover_shadow_left_glossySalmon7:hover, .active_shadow_left_glossySalmon7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_left_glossySalmon7h, .hover_shadow_left_glossySalmon7h:hover, .active_shadow_left_glossySalmon7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_left_glossySalmon7a, .hover_shadow_left_glossySalmon7a:hover, .active_shadow_left_glossySalmon7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_left_glossySalmon7s, .hover_shadow_left_glossySalmon7s:hover, .active_shadow_left_glossySalmon7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossySalmon7, .hover_shadow_right_glossySalmon7:hover, .active_shadow_right_glossySalmon7:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0.5em 0em 1em rgba(161, 22, 6, .39); box-shadow: 0.5em 0em 1em rgba(161, 22, 6, .39); } .shadow_right_glossySalmon7h, .hover_shadow_right_glossySalmon7h:hover, .active_shadow_right_glossySalmon7h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0.5em 0em 1em rgba(193, 26, 7, .50); box-shadow: 0.5em 0em 1em rgba(193, 26, 7, .50); } .shadow_right_glossySalmon7a, .hover_shadow_right_glossySalmon7a:hover, .active_shadow_right_glossySalmon7a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .63); box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .63); } .shadow_right_glossySalmon7s, .hover_shadow_right_glossySalmon7s:hover, .active_shadow_right_glossySalmon7s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .71); box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossySalmon7, .hover_shadow_top_glossySalmon7:hover, .active_shadow_top_glossySalmon7:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_top_glossySalmon7h, .hover_shadow_top_glossySalmon7h:hover, .active_shadow_top_glossySalmon7h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_top_glossySalmon7a, .hover_shadow_top_glossySalmon7a:hover, .active_shadow_top_glossySalmon7a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_top_glossySalmon7s, .hover_shadow_top_glossySalmon7s:hover, .active_shadow_top_glossySalmon7s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossySalmon7, .hover_shadow_bottom_glossySalmon7:hover, .active_shadow_bottom_glossySalmon7:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0em 0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0em 0.5em 1em rgba(161, 22, 6, .39); } .shadow_bottom_glossySalmon7h, .hover_shadow_bottom_glossySalmon7h:hover, .active_shadow_bottom_glossySalmon7h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0em 0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0em 0.5em 1em rgba(193, 26, 7, .50); } .shadow_bottom_glossySalmon7a, .hover_shadow_bottom_glossySalmon7a:hover, .active_shadow_bottom_glossySalmon7a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .63); } .shadow_bottom_glossySalmon7s, .hover_shadow_bottom_glossySalmon7s:hover, .active_shadow_bottom_glossySalmon7s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossySalmon7, .hover_shadow_top_left_glossySalmon7:hover, .active_shadow_top_left_glossySalmon7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_top_left_glossySalmon7h, .hover_shadow_top_left_glossySalmon7h:hover, .active_shadow_top_left_glossySalmon7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_top_left_glossySalmon7a, .hover_shadow_top_left_glossySalmon7a:hover, .active_shadow_top_left_glossySalmon7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_top_left_glossySalmon7s, .hover_shadow_top_left_glossySalmon7s:hover, .active_shadow_top_left_glossySalmon7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossySalmon7, .hover_shadow_top_right_glossySalmon7:hover, .active_shadow_top_right_glossySalmon7:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0.5em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_top_right_glossySalmon7h, .hover_shadow_top_right_glossySalmon7h:hover, .active_shadow_top_right_glossySalmon7h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0.5em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_top_right_glossySalmon7a, .hover_shadow_top_right_glossySalmon7a:hover, .active_shadow_top_right_glossySalmon7a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_top_right_glossySalmon7s, .hover_shadow_top_right_glossySalmon7s:hover, .active_shadow_top_right_glossySalmon7s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossySalmon7, .hover_shadow_bottom_left_glossySalmon7:hover, .active_shadow_bottom_left_glossySalmon7:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(161, 22, 6, .39); box-shadow: -0.5em 0.5em 1em rgba(161, 22, 6, .39); } .shadow_bottom_left_glossySalmon7h, .hover_shadow_bottom_left_glossySalmon7h:hover, .active_shadow_bottom_left_glossySalmon7h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(193, 26, 7, .50); box-shadow: -0.5em 0.5em 1em rgba(193, 26, 7, .50); } .shadow_bottom_left_glossySalmon7a, .hover_shadow_bottom_left_glossySalmon7a:hover, .active_shadow_bottom_left_glossySalmon7a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .63); box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .63); } .shadow_bottom_left_glossySalmon7s, .hover_shadow_bottom_left_glossySalmon7s:hover, .active_shadow_bottom_left_glossySalmon7s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .71); box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossySalmon7, .hover_shadow_bottom_right_glossySalmon7:hover, .active_shadow_bottom_right_glossySalmon7:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0.5em 0.5em 1em rgba(161, 22, 6, .39); } .shadow_bottom_right_glossySalmon7h, .hover_shadow_bottom_right_glossySalmon7h:hover, .active_shadow_bottom_right_glossySalmon7h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0.5em 0.5em 1em rgba(193, 26, 7, .50); } .shadow_bottom_right_glossySalmon7a, .hover_shadow_bottom_right_glossySalmon7a:hover, .active_shadow_bottom_right_glossySalmon7a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .63); } .shadow_bottom_right_glossySalmon7s, .hover_shadow_bottom_right_glossySalmon7s:hover, .active_shadow_bottom_right_glossySalmon7s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .71); }
widgets/common/assets/gradients/glossy/glossySalmon/glossySalmon7.css
.background_glossySalmon7, .hover_background_glossySalmon7:hover, .active_background_glossySalmon7:active:hover { background: #a11606; 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_glossySalmon7h, .hover_background_glossySalmon7h:hover, .active_background_glossySalmon7h:active:hover { background: #a11606; 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_glossySalmon7a, .hover_background_glossySalmon7a:hover, .active_background_glossySalmon7a:active:hover { background: #a11606; 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_glossySalmon7s, .hover_background_glossySalmon7s:hover, .active_background_glossySalmon7s:active:hover { background: #a11606; 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_glossySalmon7, .hover_background_color_glossySalmon7:hover, .active_background_color_glossySalmon7:active:hover { background-color:#a11606; } .background_first_color_glossySalmon7, .hover_background_first_color_glossySalmon7:hover, .active_background_first_color_glossySalmon7:active:hover { background-color:#ffffff; } .background_last_color_glossySalmon7, .hover_background_last_color_glossySalmon7:hover, .active_background_color_last_glossySalmon7:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossySalmon7, .hover_color_glossySalmon7:hover, .active_color_glossySalmon7:active:hover { color: #c8c8c8; } .color_glossySalmon7h, .hover_color_glossySalmon7h:hover, .active_color_glossySalmon7h:active:hover { color: #c8c8c8; } .color_glossySalmon7a, .hover_color_glossySalmon7a:hover, .active_color_glossySalmon7a:active:hover { color: #c8c8c8; } .color_glossySalmon7s, .hover_color_glossySalmon7s:hover, .active_color_glossySalmon7s:active:hover { color: #c8c8c8; } /* -------------------------- border color settings -----------------------------*/ .border_glossySalmon7, .hover_border_glossySalmon7:hover, .active_border_glossySalmon7:active:hover { border-color: #811105 #811105 #811105 #811105; } .border_glossySalmon7h, .hover_border_glossySalmon7h:hover, .active_border_glossySalmon7h:active:hover { border-color: #690e04 #690e04 #690e04 #690e04; } .border_glossySalmon7a, .hover_border_glossySalmon7a:hover, .active_border_glossySalmon7a:active:hover { border-color: #510b03 #510b03 #510b03 #510b03; } .border_glossySalmon7s, .hover_border_glossySalmon7s:hover, .active_border_glossySalmon7s:active:hover { border-color: #811105 #811105 #811105 #811105; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossySalmon7, .hover_shadow_expand_glossySalmon7:hover, .active_shadow_expand_glossySalmon7:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(161, 22, 6, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(161, 22, 6, .39); box-shadow: 0em 0em 1em 0.25em rgba(161, 22, 6, .39); } .shadow_expand_glossySalmon7h, .hover_shadow_expand_glossySalmon7h:hover, .active_shadow_expand_glossySalmon7h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(193, 26, 7, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(193, 26, 7, .50); box-shadow: 0em 0em 1em 0.25em rgba(193, 26, 7, .50); } .shadow_expand_glossySalmon7a, .hover_shadow_expand_glossySalmon7a:hover, .active_shadow_expand_glossySalmon7a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .63); box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .63); } .shadow_expand_glossySalmon7s, .hover_shadow_expand_glossySalmon7s:hover, .active_shadow_expand_glossySalmon7s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .71); box-shadow: 0em 0em 1em 0.25em rgba(145, 20, 5, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossySalmon7, .hover_shadow_left_glossySalmon7:hover, .active_shadow_left_glossySalmon7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_left_glossySalmon7h, .hover_shadow_left_glossySalmon7h:hover, .active_shadow_left_glossySalmon7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_left_glossySalmon7a, .hover_shadow_left_glossySalmon7a:hover, .active_shadow_left_glossySalmon7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_left_glossySalmon7s, .hover_shadow_left_glossySalmon7s:hover, .active_shadow_left_glossySalmon7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossySalmon7, .hover_shadow_right_glossySalmon7:hover, .active_shadow_right_glossySalmon7:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0.5em 0em 1em rgba(161, 22, 6, .39); box-shadow: 0.5em 0em 1em rgba(161, 22, 6, .39); } .shadow_right_glossySalmon7h, .hover_shadow_right_glossySalmon7h:hover, .active_shadow_right_glossySalmon7h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0.5em 0em 1em rgba(193, 26, 7, .50); box-shadow: 0.5em 0em 1em rgba(193, 26, 7, .50); } .shadow_right_glossySalmon7a, .hover_shadow_right_glossySalmon7a:hover, .active_shadow_right_glossySalmon7a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .63); box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .63); } .shadow_right_glossySalmon7s, .hover_shadow_right_glossySalmon7s:hover, .active_shadow_right_glossySalmon7s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .71); box-shadow: 0.5em 0em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossySalmon7, .hover_shadow_top_glossySalmon7:hover, .active_shadow_top_glossySalmon7:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_top_glossySalmon7h, .hover_shadow_top_glossySalmon7h:hover, .active_shadow_top_glossySalmon7h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_top_glossySalmon7a, .hover_shadow_top_glossySalmon7a:hover, .active_shadow_top_glossySalmon7a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_top_glossySalmon7s, .hover_shadow_top_glossySalmon7s:hover, .active_shadow_top_glossySalmon7s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossySalmon7, .hover_shadow_bottom_glossySalmon7:hover, .active_shadow_bottom_glossySalmon7:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0em 0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0em 0.5em 1em rgba(161, 22, 6, .39); } .shadow_bottom_glossySalmon7h, .hover_shadow_bottom_glossySalmon7h:hover, .active_shadow_bottom_glossySalmon7h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0em 0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0em 0.5em 1em rgba(193, 26, 7, .50); } .shadow_bottom_glossySalmon7a, .hover_shadow_bottom_glossySalmon7a:hover, .active_shadow_bottom_glossySalmon7a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .63); } .shadow_bottom_glossySalmon7s, .hover_shadow_bottom_glossySalmon7s:hover, .active_shadow_bottom_glossySalmon7s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0em 0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossySalmon7, .hover_shadow_top_left_glossySalmon7:hover, .active_shadow_top_left_glossySalmon7:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: -0.5em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_top_left_glossySalmon7h, .hover_shadow_top_left_glossySalmon7h:hover, .active_shadow_top_left_glossySalmon7h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: -0.5em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_top_left_glossySalmon7a, .hover_shadow_top_left_glossySalmon7a:hover, .active_shadow_top_left_glossySalmon7a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_top_left_glossySalmon7s, .hover_shadow_top_left_glossySalmon7s:hover, .active_shadow_top_left_glossySalmon7s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: -0.5em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossySalmon7, .hover_shadow_top_right_glossySalmon7:hover, .active_shadow_top_right_glossySalmon7:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0.5em -0.5em 1em rgba(161, 22, 6, .39); } .shadow_top_right_glossySalmon7h, .hover_shadow_top_right_glossySalmon7h:hover, .active_shadow_top_right_glossySalmon7h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0.5em -0.5em 1em rgba(193, 26, 7, .50); } .shadow_top_right_glossySalmon7a, .hover_shadow_top_right_glossySalmon7a:hover, .active_shadow_top_right_glossySalmon7a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .63); } .shadow_top_right_glossySalmon7s, .hover_shadow_top_right_glossySalmon7s:hover, .active_shadow_top_right_glossySalmon7s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0.5em -0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossySalmon7, .hover_shadow_bottom_left_glossySalmon7:hover, .active_shadow_bottom_left_glossySalmon7:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(161, 22, 6, .39); box-shadow: -0.5em 0.5em 1em rgba(161, 22, 6, .39); } .shadow_bottom_left_glossySalmon7h, .hover_shadow_bottom_left_glossySalmon7h:hover, .active_shadow_bottom_left_glossySalmon7h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(193, 26, 7, .50); box-shadow: -0.5em 0.5em 1em rgba(193, 26, 7, .50); } .shadow_bottom_left_glossySalmon7a, .hover_shadow_bottom_left_glossySalmon7a:hover, .active_shadow_bottom_left_glossySalmon7a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .63); box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .63); } .shadow_bottom_left_glossySalmon7s, .hover_shadow_bottom_left_glossySalmon7s:hover, .active_shadow_bottom_left_glossySalmon7s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .71); box-shadow: -0.5em 0.5em 1em rgba(145, 20, 5, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossySalmon7, .hover_shadow_bottom_right_glossySalmon7:hover, .active_shadow_bottom_right_glossySalmon7:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(161, 22, 6, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(161, 22, 6, .39); box-shadow: 0.5em 0.5em 1em rgba(161, 22, 6, .39); } .shadow_bottom_right_glossySalmon7h, .hover_shadow_bottom_right_glossySalmon7h:hover, .active_shadow_bottom_right_glossySalmon7h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(193, 26, 7, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(193, 26, 7, .50); box-shadow: 0.5em 0.5em 1em rgba(193, 26, 7, .50); } .shadow_bottom_right_glossySalmon7a, .hover_shadow_bottom_right_glossySalmon7a:hover, .active_shadow_bottom_right_glossySalmon7a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .63); box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .63); } .shadow_bottom_right_glossySalmon7s, .hover_shadow_bottom_right_glossySalmon7s:hover, .active_shadow_bottom_right_glossySalmon7s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .71); box-shadow: 0.5em 0.5em 1em rgba(145, 20, 5, .71); }
0.457137
0.068351
body { font-family: "Comic Sans MS", "Comic Sans", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-top: 50px; } /* line 8, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .container { box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); border-radius: 20px; padding: 5px 20px; margin: 0 auto; width: 500px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; text-align: center; background: #d4ebf2; background: linear-gradient(45deg, #e8f4f8, #72bcd4); margin-bottom: 50px; } /* line 26, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation { margin: 0; } /* line 28, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul { margin: 10px; margin-top: 30px; padding: 0; } /* line 32, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li { list-style-type: none; margin: 0; display: inline-block; -webkit-transform: rotate(-30deg); -ms-transform: rotate-(30deg); transform: rotate(-30deg); border: 2px solid blue; background: #6666ff; border-radius: 50%; width: 30px; height: 30px; padding: 2px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); -webkit-transition: 0.3s all; transition: 0.3s all; } /* line 48, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:hover { transform: scale(1.1); background: #9999ff; border: 2px solid #3333ff; box-shadow: 2px 2px 20px black; } /* line 54, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:active { background: #6666ff; box-shadow: 2px 2px 20px black; } /* line 58, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:not(:first-of-type) { margin-left: 25px; } /* line 61, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:last-of-type { margin-right: 25px; } /* line 64, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li a { text-decoration: none; padding: 2px; font-size: 16px; color: white; text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black; font-weight: bold; padding-left: 5px; } /* line 77, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .content { text-align: left; height: 240px; overflow: hidden; } /* line 81, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .content p { text-indent: 30px; line-height: 1.2; cursor: default; } /* line 88, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ #more { margin: 10px auto; text-align: center; } /* line 93, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ h1 { font-size: 80px; line-height: 1; margin: 0; margin-top: 10px; color: #f7dc6f; text-shadow: 5px 5px 10px black; animation: size 5s infinite ease-in-out; cursor: default; } @keyframes size { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } /* line 116, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ h2 { font-size: 25px; margin: 0; line-height: 1.5; color: #c1ff62; text-shadow: 2px 2px 5px black; cursor: default; } /* line 125, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ button#more { -webkit-transition: 0.3s all; transition: 0.3s all; cursor: pointer; font-family: "Comic Sans MS", "Comic Sans", sans-serif, cursive; font-weight: bold; color: white; background: rgba(0, 0, 255, 0.3); border: none; border-radius: 100px; padding: 5px 10px; outline: none; } /* line 137, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ button#more:hover { background: rgba(0, 0, 255, 0.5); } /* line 140, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ button#more:active { background: rgba(0, 0, 255, 0.7); } /* line 145, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .pointer { width: 30px; transform: rotate(90deg); animation: rightPointer 2s infinite ease-in-out; } /* line 149, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .pointer:first-of-type { -moz-transform: scaleX(-1) rotate(90deg); -o-transform: scaleX(-1) rotate(90deg); -webkit-transform: scaleX(-1) rotate(90deg); transform: scaleX(-1) rotate(90deg); filter: FlipH; -ms-filter: "FlipH"; animation: leftPointer 2s infinite ease-in-out; } @keyframes rightPointer { 0% { -moz-transform: rotate(70deg); -o-transform: rotate(70deg); -webkit-transform: rotate(70deg); transform: rotate(70deg); } 50% { -moz-transform: rotate(70deg) translateY(5px); -o-transform: rotate(70deg) translateY(5px); -webkit-transform: rotate(70deg) translateY(5px); transform: rotate(70deg) translateY(5px); } 100% { -moz-transform: rotate(70deg); -o-transform: rotate(70deg); -webkit-transform: scaleX(-1) rotate(70deg); transform: rotate(70deg); } } @keyframes leftPointer { 0% { -moz-transform: scaleX(-1) rotate(70deg); -o-transform: scaleX(-1) rotate(70deg); -webkit-transform: scaleX(-1) rotate(70deg); transform: scaleX(-1) rotate(70deg); } 50% { -moz-transform: scaleX(-1) rotate(70deg) translateY(5px); -o-transform: scaleX(-1) rotate(70deg) translateY(5px); -webkit-transform: scaleX(-1) rotate(70deg) translateY(5px); transform: scaleX(-1) rotate(70deg) translateY(5px); } 100% { -moz-transform: scaleX(-1) rotate(70deg); -o-transform: scaleX(-1) rotate(70deg); -webkit-transform: scaleX(-1) rotate(70deg); transform: scaleX(-1) rotate(70deg); } } /*# sourceMappingURL=styles.css.map */
2000/css/styles.css
body { font-family: "Comic Sans MS", "Comic Sans", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-top: 50px; } /* line 8, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .container { box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5); border-radius: 20px; padding: 5px 20px; margin: 0 auto; width: 500px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; text-align: center; background: #d4ebf2; background: linear-gradient(45deg, #e8f4f8, #72bcd4); margin-bottom: 50px; } /* line 26, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation { margin: 0; } /* line 28, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul { margin: 10px; margin-top: 30px; padding: 0; } /* line 32, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li { list-style-type: none; margin: 0; display: inline-block; -webkit-transform: rotate(-30deg); -ms-transform: rotate-(30deg); transform: rotate(-30deg); border: 2px solid blue; background: #6666ff; border-radius: 50%; width: 30px; height: 30px; padding: 2px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8); -webkit-transition: 0.3s all; transition: 0.3s all; } /* line 48, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:hover { transform: scale(1.1); background: #9999ff; border: 2px solid #3333ff; box-shadow: 2px 2px 20px black; } /* line 54, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:active { background: #6666ff; box-shadow: 2px 2px 20px black; } /* line 58, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:not(:first-of-type) { margin-left: 25px; } /* line 61, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li:last-of-type { margin-right: 25px; } /* line 64, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .navigation ul li a { text-decoration: none; padding: 2px; font-size: 16px; color: white; text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black; font-weight: bold; padding-left: 5px; } /* line 77, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .content { text-align: left; height: 240px; overflow: hidden; } /* line 81, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .content p { text-indent: 30px; line-height: 1.2; cursor: default; } /* line 88, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ #more { margin: 10px auto; text-align: center; } /* line 93, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ h1 { font-size: 80px; line-height: 1; margin: 0; margin-top: 10px; color: #f7dc6f; text-shadow: 5px 5px 10px black; animation: size 5s infinite ease-in-out; cursor: default; } @keyframes size { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } /* line 116, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ h2 { font-size: 25px; margin: 0; line-height: 1.5; color: #c1ff62; text-shadow: 2px 2px 5px black; cursor: default; } /* line 125, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ button#more { -webkit-transition: 0.3s all; transition: 0.3s all; cursor: pointer; font-family: "Comic Sans MS", "Comic Sans", sans-serif, cursive; font-weight: bold; color: white; background: rgba(0, 0, 255, 0.3); border: none; border-radius: 100px; padding: 5px 10px; outline: none; } /* line 137, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ button#more:hover { background: rgba(0, 0, 255, 0.5); } /* line 140, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ button#more:active { background: rgba(0, 0, 255, 0.7); } /* line 145, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .pointer { width: 30px; transform: rotate(90deg); animation: rightPointer 2s infinite ease-in-out; } /* line 149, C:/Users/ram.zallan/Desktop/web-trends/2000/css/styles.scss */ .pointer:first-of-type { -moz-transform: scaleX(-1) rotate(90deg); -o-transform: scaleX(-1) rotate(90deg); -webkit-transform: scaleX(-1) rotate(90deg); transform: scaleX(-1) rotate(90deg); filter: FlipH; -ms-filter: "FlipH"; animation: leftPointer 2s infinite ease-in-out; } @keyframes rightPointer { 0% { -moz-transform: rotate(70deg); -o-transform: rotate(70deg); -webkit-transform: rotate(70deg); transform: rotate(70deg); } 50% { -moz-transform: rotate(70deg) translateY(5px); -o-transform: rotate(70deg) translateY(5px); -webkit-transform: rotate(70deg) translateY(5px); transform: rotate(70deg) translateY(5px); } 100% { -moz-transform: rotate(70deg); -o-transform: rotate(70deg); -webkit-transform: scaleX(-1) rotate(70deg); transform: rotate(70deg); } } @keyframes leftPointer { 0% { -moz-transform: scaleX(-1) rotate(70deg); -o-transform: scaleX(-1) rotate(70deg); -webkit-transform: scaleX(-1) rotate(70deg); transform: scaleX(-1) rotate(70deg); } 50% { -moz-transform: scaleX(-1) rotate(70deg) translateY(5px); -o-transform: scaleX(-1) rotate(70deg) translateY(5px); -webkit-transform: scaleX(-1) rotate(70deg) translateY(5px); transform: scaleX(-1) rotate(70deg) translateY(5px); } 100% { -moz-transform: scaleX(-1) rotate(70deg); -o-transform: scaleX(-1) rotate(70deg); -webkit-transform: scaleX(-1) rotate(70deg); transform: scaleX(-1) rotate(70deg); } } /*# sourceMappingURL=styles.css.map */
0.296858
0.045353
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,dl,dt,dd,ol,nav ul,nav 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;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body { font-family: Arial, Geneva,Helvetica, sans-serif; background:#ffffff; font-size: 100%; } .wrap{ padding: 10px; } .header_bg{ background: #ffffff; } .logo{ float:left; } .logo a{ display: block; } /* header_btm */ .header_btm{ background: #4CCFC1; } /* start icon styles */ .h_icon{ float:right; } .icon1:before,.icon1:after { content: ""; display: table; } .icon1:after { clear: both; } .icon1 li { float: left; position: relative; } .icon1 li:last-child{ border-right:none; } .icon1 li:hover > a { color: #fafafa; } *html .icon1 li a:hover { /* IE6 only */ color: #fafafa; } .icon1 ul { width:200px; margin: 20px 0 0 0; _margin: 0; opacity: 0; visibility: hidden; position: absolute; top: 50px; z-index: 1; right: -0px; background: #f0f0f0; } .icon1 li:hover > ul { opacity: 1; visibility: visible; margin: 0; } .icon1 ul ul { top: 6px; left: 0px; margin: 0 0 0 20px; } .icon1 ul li { float: none; display: block; border: 0; } .icon1 ul a { _height: 10px; /*IE6 only*/ white-space: nowrap; float: none; text-transform: none; } .active-icon{ display: block; } .icon1 ul li:first-child > a:after { content: ''; position: absolute; right: 0%; top: -30px; border-left: 10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #f0f0f0; } .icon1 ul ul li:first-child a:after { left: -100px; top: 0%; margin-top: 20px; border-left: 0; border-bottom:20px solid transparent; border-top: 20px solid transparent; border-right:20px solid #323757; } /* Mobile */ .icon1-trigger { display: none; } .sub-icon1 img{ border:none; display:inline-block; vertical-align:middle; } .c1{ background: url(../images/cart.png) no-repeat 0px 2px; width: 32px; height: 32px; display: inline-block; vertical-align: middle; margin-top: 2px; } .c1 i{ font-size: 1.5em; color: #999999; padding-left: 50px; line-height: 1.5em; font-weight: 600; } .icon1 .profile_img { margin-top: 3px; } .sub-icon1 ul li h3{ text-align:center; font-size: 1.5em; color: #4CCFC1; margin-bottom: 4%; } .sub-icon1 ul li p{ font-family: Arial, Geneva,Helvetica, sans-serif; text-align:center; font-size: 0.8925em; color: #555555; line-height: 1.8em; } .sub-icon1.list{ padding: 20px 10px; } .sub-icon1 ul li p a{ color: #4CCFC1; } .sub-icon1 ul li p a:hover{ color: #555555; text-decoration:underline; } /* start cauersol */ .cau_left{ float:left; width: 47.3333%; margin-left: 3.33333%; } .cau_left:first-child{ margin-left: 0%; } /*nav*/ .drp-dwn { border: 1px solid rgb(255, 255, 255); background: none; } .drp-dwn select { font-family: Arial, Geneva,Helvetica, sans-serif; padding: 4px; outline: none; border:none; width: 100%; background: #40C4B2; color: #FFFFFF; cursor: pointer; } /* start slider */ .slider{ padding:10px; text-align:center; } /* start main1 */ .main_bg1{ border-top: 4px solid #47BEAF; background: #40C4B2; } .main1{ padding: 10px 5px; } .main1 h2{ font-size: 1.6em; color:#ffffff; } /* start main */ .main_bg{ background: #ffffff; } /* start grids_of_3 */ .grids_of_3{ text-align:center; margin: 5px; } .grid1_of_3{ margin:10px 0; border: 1px solid rgb(223, 223, 223); position: relative; } .grid1_of_3 a{ padding: 10px; display: block; } .grid1_of_3 h3{ margin:5px 0 10px; font-size: 1.3em; color: #999999; } .grid1_of_3:hover h3,.grid1_of_3:hover h4 span{ color: rgb(24, 141, 118); } .b_btm{ position: absolute; width: 100%; border-bottom: 6px solid #3CC395; left: 0px; display: block; bottom: 0px; } .price{ display: block; margin-bottom: 20px; } .price h4{ font-size: 1.2em; color: #999999; } .price h4 span{ display: inline-block; font-size: 1em; background: #3CC395; color: #ffffff; padding: 8px 20px; margin-left: 30px; } /* start footer */ .footer_bg{ background: #40C4B2; } /* start grids_of_3 */ .grids_of_4{ margin: 10px 0; } .grid1_of_4{ margin-top: 10px; } .grid1_of_4 h4{ font-size: 1.5em; color: #ffffff; margin-bottom: 5px; } .f_nav li{ display: block; } .f_nav li a{ font-size: 0.8725em; color: #fefefe; line-height: 1.8em; text-transform: capitalize; } .f_nav li a:hover{ color: #ffffff; text-decoration: underline; } /* start footer1 */ .footer_bg1{ background: #2DA89B; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 10px; right: 10px; overflow: hidden; width: 34px; height: 34px; border: none; text-indent: 100%; background: url(../images/top_move.png) no-repeat right top; } .copy{ text-align:center; font-family: Arial, Geneva,Helvetica, sans-serif; } .copy p{ font-size: 0.9725em; line-height: 1.8em; color: #ffffff; } .copy p a{ color:#fefefe; text-decoration: underline; } .copy p a:hover{ text-decoration: none; } /*---start-gallery_sale -----*/ .gallery{ margin-top: 10px; } #filters li{ float: left; } #filters li.active a{ background: #3CC395; color: #fff; } #filters li a{ font-size: 1em; display: block; padding: 6px 10px; text-decoration: none; color: #555555; cursor: pointer; text-transform: capitalize; } #filters li a:hover{ background: #3CC395; color: #fff; } #portfoliolist{ margin-top: 10px; } #portfoliolist ul li{ width:47.3333%; margin:1%; float:left; overflow:hidden; } /* end gallery_sale */ /* start handbags */ h2.style{ text-transform:capitalize; font-size: 1.5em; color: #777777; } h2.top{ margin-top: 5px; } /*service*/ .service{ margin: 10px 0; } .ser-main h4{ font-size: 1.5em; color: #777777; } .ser-grid{ padding: 20px 0; text-align: center; border-bottom: 1px solid rgb(238, 238, 238); } .ser-grid:last-child{ border-bottom:none; } .ser-grid-list{ margin: 10px 0; } .ser-grid-list h5{ margin: 5px 0; } .ser-grid-list h5 a{ text-transform: capitalize; font-size: 1em; color:#999999; } .ser-grid-list h5 a:hover{ color: #4CCFC1; } p.para{ font-size: 0.8725em; color: #555555; line-height: 1.8em; } /* start contact */ .contact{ margin:2% 0; display: block; } .contact h2{ font-size: 1.5em; color: #777777; } .map{ margin: 10px 0; } .col{ display: block; } .contact-form{ position:relative; } .contact-form div{ padding:5px 0; } .contact-form span label{ font-family: Arial, Geneva,Helvetica, sans-serif; color: #777777; display: block; font-size: 0.8725em; padding-bottom: 5px; text-transform: capitalize; } .contact-form input[type="text"], .contact-form textarea { font-family: Arial, Geneva,Helvetica, sans-serif; background: #FFFFFF; border: 1px solid #E7E7E7; color: rgba(85, 81, 81, 0.84); padding: 8px; display: block; width: 92.3333%; outline: none; -webkit-appearance: none; text-transform: capitalize; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="submit"]{ margin-top:10px; font-family: Arial, Geneva,Helvetica, sans-serif; -webkit-appearance: none; cursor:pointer; color: #ffffff; background: #3CC395; border:none; outline:none; display: inline-block; text-transform: uppercase; padding: 12px 38px; font-size: 0.875em; } .contact-form input[type="submit"]:hover{ background: #555555; color: #ffffff; } /* start sellers */ .sellers{ border: 1px solid rgb(235, 235, 235); } .sellers h4{ font-size: 1.5em; color: #ffffff; line-height: 1.5em; padding: 10px 20px; background: #4CCFC1; } .single-nav li { list-style-image: url(../images/marker1.gif); border-bottom: 1px dotted #E8E8E8; } .single-nav li a { text-transform: capitalize; font-size: 0.8725em; color: #555555; padding: 15px 20px; display: block; } .single-nav li a:hover { background: #FCFCFC; color: #5EAFA5; } /* end sellers */ .pagination li{ width:20.333%; margin-left:10px; float: left; } .pagination li:first-child{ margin-left: 0px; } /* start desc1 */ .span1_of_1_des{ margin-top: 10px; } .desc1 { display: block; } .desc1 h3{ color:#555555; font-size:1.5em; margin-bottom: 10px; } .desc1 h5{ font-size: 1.5em; color: #5EAFA5; line-height: 1.5em; -webkit-text-stroke: 1px; } .desc1 h5 a{ margin-left:5px; color:#555555; text-transform:capitalize; font-size: 14px; -webkit-text-stroke: 0px; letter-spacing: 0px; } .desc1 h5 a:hover{ color: #5EAFA5; } .desc1 p{ font-size: 0.8725em; color: #555555; line-height: 1.5em; } /* start available */ .available { margin-top: 10px; padding: 10px 0; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; } .available h4{ font-size: 1.2em; color: #777; margin-bottom: 10px; text-transform: uppercase; } .available li { margin-left:10px; float:left; font-size: 0.8125em; padding: 10px 0; color: #555555; } .available li select { outline:none; display: inline; font-size: 1em; color: #555555; margin-left: 10px; padding: 4px; border: 1px solid rgb(224, 224, 224); } .available span a{ padding-top: 10px; display: block; color: #555555; font-size: 0.8725em; text-transform: uppercase; text-decoration: underline; } .available span a:hover{ text-decoration: none; } /* start share-des */ .share-desc{ padding: 20px 0; } .share h4{ font-size: 1.2em; color: #777; margin-bottom: 10px; text-transform: uppercase; } .share_nav{ float:left; } .share_nav li { display: inline-block; margin: 5px 6px; } .share_nav li a { background: #9C9C9C; padding: 10px; display: block; } .share_nav li a:hover{ background: #3CC395; } .share li img { vertical-align:middle; } .btn_form{ clear: both; } .btn_form form input[type="submit"]{ cursor:pointer; border:none; outline:none; display: inline-block; font-size: 1em; padding: 10px 34px; background: #3CC395; color:#fff; text-transform: capitalize; } .btn_form form input[type="submit"]:hover{ background: #555555; } /* end description */ /* start sellers */ .sellers{ border: 1px solid rgb(235, 235, 235); } .sellers h4{ font-size: 2em; color: #ffffff; line-height: 1.5em; padding: 10px 20px; background: #4CCFC1; } .single-nav li { list-style-image: url(../images/marker1.gif); border-bottom: 1px dotted #E8E8E8; } .single-nav li a { text-transform: capitalize; font-size: 0.8725em; color: #555555; padding: 10px; display: block; } .single-nav li a:hover { background: #FCFCFC; color: #5EAFA5; } .banner-wrap{ padding-bottom: 5%; } .banner-wrap.bottom_banner.color_link .main_link { border-color: #f0f0f0; background: #4CCFC1; } .main_link { border: 5px solid #E5E5E5; background: #FFF; padding: 15px 20px 10px; text-decoration: none!important; text-align: center; display: block; min-height: 68px; } .banner-wrap.bottom_banner .main_link figure { display: inline-block; margin: 0 9px 0 0; vertical-align: middle; } .banner-wrap.bottom_banner.color_link .main_link h5{ color: #fff; } .banner-wrap.bottom_banner .main_link h5 { text-transform: uppercase; margin: -5px 0 0 0; display: inline-block; text-align: left; font-size: 16px; line-height: 18px; letter-spacing: -1px; vertical-align: middle; } .banner-wrap.bottom_banner .main_link h5 span { font-size:1.5em; line-height: 29px; } .banner-wrap.bottom_banner.color_link .main_link p { color: #fff; } .banner-wrap.bottom_banner.color_link .main_link:hover { text-decoration: none; background: #3CC395; border-color: #f0f0f0; } .brands{ border:1px solid #ddd; } .brands h1{ background: #F3F3F3; color: #333; padding: 10px; font-size: 1.3em; } .field{ padding: 10px; text-align: center; } .field select { border: 1px solid #F0EFEE; background: #FFF; color: #555; outline: none; padding: 4px; font-size: 0.89em; } .field select.select1 { width: 100%; } /* start tabs */ .tabs { position: relative; margin: 20px auto; } .tabs input { position: absolute; z-index: 1000; width: 100%; height: 44px; left: 0px; top: 0px; opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); cursor: pointer; } .tabs input#tab-2{ left: 0px; } .tabs input#tab-3{ left: 0px; } .tabs label { cursor: pointer; background: #FAFAFA; font-size: 20px; line-height: 45px; height: 45px; position: relative; padding: 0px; float: left; display: block; width: 100%; color:#999999; font-weight: normal; text-transform: capitalize; text-align: center; } .tabs label:after { content: ''; background: #fff; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; display: block; } .tabs input:hover + label { background: #3DC4B7; color:#ffffff; font-weight: normal; } .tabs label:first-of-type { border-left: 1px solid rgb(241, 238, 238); z-index: 4; } .tab-label-2 { z-index: 3; } .tab-label-3 { z-index: 2; } .tab-label-4 { z-index: 1; } .tabs input:checked + label { cursor:pointer; color: #3DC4B6; background: #fff; z-index: 6; } .clear-shadow { clear: both; } .content { background: #fff; position: relative; width: 100%; min-height: 300px; z-index: 5; border: 1px solid rgb(223, 223, 223); } .content div { width:92%; position: absolute; top: 0; left: 0; padding: 10px; z-index: 1; opacity: 0; } .tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 { z-index: 100; opacity: 1; } .content div h2, .content div h3{ color: #398080; } .content div p { text-align: left; font-size: 0.85em; color: #5c5c5c; line-height: 2em; } .content ul li:before{ content: url('../images/arrow.png'); padding-top: 4px; padding-right: 8px; display: inline-block; vertical-align: middle; line-height: 2em; } .content ul{ display: block; } .content ul li { font-size: 0.8725em; color: #555555; } /* end tabs*/
mobile/css/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,dl,dt,dd,ol,nav ul,nav 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;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body { font-family: Arial, Geneva,Helvetica, sans-serif; background:#ffffff; font-size: 100%; } .wrap{ padding: 10px; } .header_bg{ background: #ffffff; } .logo{ float:left; } .logo a{ display: block; } /* header_btm */ .header_btm{ background: #4CCFC1; } /* start icon styles */ .h_icon{ float:right; } .icon1:before,.icon1:after { content: ""; display: table; } .icon1:after { clear: both; } .icon1 li { float: left; position: relative; } .icon1 li:last-child{ border-right:none; } .icon1 li:hover > a { color: #fafafa; } *html .icon1 li a:hover { /* IE6 only */ color: #fafafa; } .icon1 ul { width:200px; margin: 20px 0 0 0; _margin: 0; opacity: 0; visibility: hidden; position: absolute; top: 50px; z-index: 1; right: -0px; background: #f0f0f0; } .icon1 li:hover > ul { opacity: 1; visibility: visible; margin: 0; } .icon1 ul ul { top: 6px; left: 0px; margin: 0 0 0 20px; } .icon1 ul li { float: none; display: block; border: 0; } .icon1 ul a { _height: 10px; /*IE6 only*/ white-space: nowrap; float: none; text-transform: none; } .active-icon{ display: block; } .icon1 ul li:first-child > a:after { content: ''; position: absolute; right: 0%; top: -30px; border-left: 10px solid transparent; border-right:10px solid transparent; border-bottom:10px solid #f0f0f0; } .icon1 ul ul li:first-child a:after { left: -100px; top: 0%; margin-top: 20px; border-left: 0; border-bottom:20px solid transparent; border-top: 20px solid transparent; border-right:20px solid #323757; } /* Mobile */ .icon1-trigger { display: none; } .sub-icon1 img{ border:none; display:inline-block; vertical-align:middle; } .c1{ background: url(../images/cart.png) no-repeat 0px 2px; width: 32px; height: 32px; display: inline-block; vertical-align: middle; margin-top: 2px; } .c1 i{ font-size: 1.5em; color: #999999; padding-left: 50px; line-height: 1.5em; font-weight: 600; } .icon1 .profile_img { margin-top: 3px; } .sub-icon1 ul li h3{ text-align:center; font-size: 1.5em; color: #4CCFC1; margin-bottom: 4%; } .sub-icon1 ul li p{ font-family: Arial, Geneva,Helvetica, sans-serif; text-align:center; font-size: 0.8925em; color: #555555; line-height: 1.8em; } .sub-icon1.list{ padding: 20px 10px; } .sub-icon1 ul li p a{ color: #4CCFC1; } .sub-icon1 ul li p a:hover{ color: #555555; text-decoration:underline; } /* start cauersol */ .cau_left{ float:left; width: 47.3333%; margin-left: 3.33333%; } .cau_left:first-child{ margin-left: 0%; } /*nav*/ .drp-dwn { border: 1px solid rgb(255, 255, 255); background: none; } .drp-dwn select { font-family: Arial, Geneva,Helvetica, sans-serif; padding: 4px; outline: none; border:none; width: 100%; background: #40C4B2; color: #FFFFFF; cursor: pointer; } /* start slider */ .slider{ padding:10px; text-align:center; } /* start main1 */ .main_bg1{ border-top: 4px solid #47BEAF; background: #40C4B2; } .main1{ padding: 10px 5px; } .main1 h2{ font-size: 1.6em; color:#ffffff; } /* start main */ .main_bg{ background: #ffffff; } /* start grids_of_3 */ .grids_of_3{ text-align:center; margin: 5px; } .grid1_of_3{ margin:10px 0; border: 1px solid rgb(223, 223, 223); position: relative; } .grid1_of_3 a{ padding: 10px; display: block; } .grid1_of_3 h3{ margin:5px 0 10px; font-size: 1.3em; color: #999999; } .grid1_of_3:hover h3,.grid1_of_3:hover h4 span{ color: rgb(24, 141, 118); } .b_btm{ position: absolute; width: 100%; border-bottom: 6px solid #3CC395; left: 0px; display: block; bottom: 0px; } .price{ display: block; margin-bottom: 20px; } .price h4{ font-size: 1.2em; color: #999999; } .price h4 span{ display: inline-block; font-size: 1em; background: #3CC395; color: #ffffff; padding: 8px 20px; margin-left: 30px; } /* start footer */ .footer_bg{ background: #40C4B2; } /* start grids_of_3 */ .grids_of_4{ margin: 10px 0; } .grid1_of_4{ margin-top: 10px; } .grid1_of_4 h4{ font-size: 1.5em; color: #ffffff; margin-bottom: 5px; } .f_nav li{ display: block; } .f_nav li a{ font-size: 0.8725em; color: #fefefe; line-height: 1.8em; text-transform: capitalize; } .f_nav li a:hover{ color: #ffffff; text-decoration: underline; } /* start footer1 */ .footer_bg1{ background: #2DA89B; } #toTop { display: none; text-decoration: none; position: fixed; bottom: 10px; right: 10px; overflow: hidden; width: 34px; height: 34px; border: none; text-indent: 100%; background: url(../images/top_move.png) no-repeat right top; } .copy{ text-align:center; font-family: Arial, Geneva,Helvetica, sans-serif; } .copy p{ font-size: 0.9725em; line-height: 1.8em; color: #ffffff; } .copy p a{ color:#fefefe; text-decoration: underline; } .copy p a:hover{ text-decoration: none; } /*---start-gallery_sale -----*/ .gallery{ margin-top: 10px; } #filters li{ float: left; } #filters li.active a{ background: #3CC395; color: #fff; } #filters li a{ font-size: 1em; display: block; padding: 6px 10px; text-decoration: none; color: #555555; cursor: pointer; text-transform: capitalize; } #filters li a:hover{ background: #3CC395; color: #fff; } #portfoliolist{ margin-top: 10px; } #portfoliolist ul li{ width:47.3333%; margin:1%; float:left; overflow:hidden; } /* end gallery_sale */ /* start handbags */ h2.style{ text-transform:capitalize; font-size: 1.5em; color: #777777; } h2.top{ margin-top: 5px; } /*service*/ .service{ margin: 10px 0; } .ser-main h4{ font-size: 1.5em; color: #777777; } .ser-grid{ padding: 20px 0; text-align: center; border-bottom: 1px solid rgb(238, 238, 238); } .ser-grid:last-child{ border-bottom:none; } .ser-grid-list{ margin: 10px 0; } .ser-grid-list h5{ margin: 5px 0; } .ser-grid-list h5 a{ text-transform: capitalize; font-size: 1em; color:#999999; } .ser-grid-list h5 a:hover{ color: #4CCFC1; } p.para{ font-size: 0.8725em; color: #555555; line-height: 1.8em; } /* start contact */ .contact{ margin:2% 0; display: block; } .contact h2{ font-size: 1.5em; color: #777777; } .map{ margin: 10px 0; } .col{ display: block; } .contact-form{ position:relative; } .contact-form div{ padding:5px 0; } .contact-form span label{ font-family: Arial, Geneva,Helvetica, sans-serif; color: #777777; display: block; font-size: 0.8725em; padding-bottom: 5px; text-transform: capitalize; } .contact-form input[type="text"], .contact-form textarea { font-family: Arial, Geneva,Helvetica, sans-serif; background: #FFFFFF; border: 1px solid #E7E7E7; color: rgba(85, 81, 81, 0.84); padding: 8px; display: block; width: 92.3333%; outline: none; -webkit-appearance: none; text-transform: capitalize; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="submit"]{ margin-top:10px; font-family: Arial, Geneva,Helvetica, sans-serif; -webkit-appearance: none; cursor:pointer; color: #ffffff; background: #3CC395; border:none; outline:none; display: inline-block; text-transform: uppercase; padding: 12px 38px; font-size: 0.875em; } .contact-form input[type="submit"]:hover{ background: #555555; color: #ffffff; } /* start sellers */ .sellers{ border: 1px solid rgb(235, 235, 235); } .sellers h4{ font-size: 1.5em; color: #ffffff; line-height: 1.5em; padding: 10px 20px; background: #4CCFC1; } .single-nav li { list-style-image: url(../images/marker1.gif); border-bottom: 1px dotted #E8E8E8; } .single-nav li a { text-transform: capitalize; font-size: 0.8725em; color: #555555; padding: 15px 20px; display: block; } .single-nav li a:hover { background: #FCFCFC; color: #5EAFA5; } /* end sellers */ .pagination li{ width:20.333%; margin-left:10px; float: left; } .pagination li:first-child{ margin-left: 0px; } /* start desc1 */ .span1_of_1_des{ margin-top: 10px; } .desc1 { display: block; } .desc1 h3{ color:#555555; font-size:1.5em; margin-bottom: 10px; } .desc1 h5{ font-size: 1.5em; color: #5EAFA5; line-height: 1.5em; -webkit-text-stroke: 1px; } .desc1 h5 a{ margin-left:5px; color:#555555; text-transform:capitalize; font-size: 14px; -webkit-text-stroke: 0px; letter-spacing: 0px; } .desc1 h5 a:hover{ color: #5EAFA5; } .desc1 p{ font-size: 0.8725em; color: #555555; line-height: 1.5em; } /* start available */ .available { margin-top: 10px; padding: 10px 0; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; } .available h4{ font-size: 1.2em; color: #777; margin-bottom: 10px; text-transform: uppercase; } .available li { margin-left:10px; float:left; font-size: 0.8125em; padding: 10px 0; color: #555555; } .available li select { outline:none; display: inline; font-size: 1em; color: #555555; margin-left: 10px; padding: 4px; border: 1px solid rgb(224, 224, 224); } .available span a{ padding-top: 10px; display: block; color: #555555; font-size: 0.8725em; text-transform: uppercase; text-decoration: underline; } .available span a:hover{ text-decoration: none; } /* start share-des */ .share-desc{ padding: 20px 0; } .share h4{ font-size: 1.2em; color: #777; margin-bottom: 10px; text-transform: uppercase; } .share_nav{ float:left; } .share_nav li { display: inline-block; margin: 5px 6px; } .share_nav li a { background: #9C9C9C; padding: 10px; display: block; } .share_nav li a:hover{ background: #3CC395; } .share li img { vertical-align:middle; } .btn_form{ clear: both; } .btn_form form input[type="submit"]{ cursor:pointer; border:none; outline:none; display: inline-block; font-size: 1em; padding: 10px 34px; background: #3CC395; color:#fff; text-transform: capitalize; } .btn_form form input[type="submit"]:hover{ background: #555555; } /* end description */ /* start sellers */ .sellers{ border: 1px solid rgb(235, 235, 235); } .sellers h4{ font-size: 2em; color: #ffffff; line-height: 1.5em; padding: 10px 20px; background: #4CCFC1; } .single-nav li { list-style-image: url(../images/marker1.gif); border-bottom: 1px dotted #E8E8E8; } .single-nav li a { text-transform: capitalize; font-size: 0.8725em; color: #555555; padding: 10px; display: block; } .single-nav li a:hover { background: #FCFCFC; color: #5EAFA5; } .banner-wrap{ padding-bottom: 5%; } .banner-wrap.bottom_banner.color_link .main_link { border-color: #f0f0f0; background: #4CCFC1; } .main_link { border: 5px solid #E5E5E5; background: #FFF; padding: 15px 20px 10px; text-decoration: none!important; text-align: center; display: block; min-height: 68px; } .banner-wrap.bottom_banner .main_link figure { display: inline-block; margin: 0 9px 0 0; vertical-align: middle; } .banner-wrap.bottom_banner.color_link .main_link h5{ color: #fff; } .banner-wrap.bottom_banner .main_link h5 { text-transform: uppercase; margin: -5px 0 0 0; display: inline-block; text-align: left; font-size: 16px; line-height: 18px; letter-spacing: -1px; vertical-align: middle; } .banner-wrap.bottom_banner .main_link h5 span { font-size:1.5em; line-height: 29px; } .banner-wrap.bottom_banner.color_link .main_link p { color: #fff; } .banner-wrap.bottom_banner.color_link .main_link:hover { text-decoration: none; background: #3CC395; border-color: #f0f0f0; } .brands{ border:1px solid #ddd; } .brands h1{ background: #F3F3F3; color: #333; padding: 10px; font-size: 1.3em; } .field{ padding: 10px; text-align: center; } .field select { border: 1px solid #F0EFEE; background: #FFF; color: #555; outline: none; padding: 4px; font-size: 0.89em; } .field select.select1 { width: 100%; } /* start tabs */ .tabs { position: relative; margin: 20px auto; } .tabs input { position: absolute; z-index: 1000; width: 100%; height: 44px; left: 0px; top: 0px; opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); cursor: pointer; } .tabs input#tab-2{ left: 0px; } .tabs input#tab-3{ left: 0px; } .tabs label { cursor: pointer; background: #FAFAFA; font-size: 20px; line-height: 45px; height: 45px; position: relative; padding: 0px; float: left; display: block; width: 100%; color:#999999; font-weight: normal; text-transform: capitalize; text-align: center; } .tabs label:after { content: ''; background: #fff; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; display: block; } .tabs input:hover + label { background: #3DC4B7; color:#ffffff; font-weight: normal; } .tabs label:first-of-type { border-left: 1px solid rgb(241, 238, 238); z-index: 4; } .tab-label-2 { z-index: 3; } .tab-label-3 { z-index: 2; } .tab-label-4 { z-index: 1; } .tabs input:checked + label { cursor:pointer; color: #3DC4B6; background: #fff; z-index: 6; } .clear-shadow { clear: both; } .content { background: #fff; position: relative; width: 100%; min-height: 300px; z-index: 5; border: 1px solid rgb(223, 223, 223); } .content div { width:92%; position: absolute; top: 0; left: 0; padding: 10px; z-index: 1; opacity: 0; } .tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 { z-index: 100; opacity: 1; } .content div h2, .content div h3{ color: #398080; } .content div p { text-align: left; font-size: 0.85em; color: #5c5c5c; line-height: 2em; } .content ul li:before{ content: url('../images/arrow.png'); padding-top: 4px; padding-right: 8px; display: inline-block; vertical-align: middle; line-height: 2em; } .content ul{ display: block; } .content ul li { font-size: 0.8725em; color: #555555; } /* end tabs*/
0.255158
0.061763
.banner { display: flex; flex-direction: row; justify-content: space-between; align-items: center; min-width: 100%; } .save_edit, .undo_edit, .move_task, .description, .edit_task, .delete_task { cursor: pointer; } .completed {text-decoration: line-through;} .description { padding-left:8px } .task-creation { margin-top: 25px; display: flex; flex-direction: row; justify-content: center; width: 100%; } .task-creation-container { margin: auto; margin-top: 10px; width: 70%; } .task-list { width: 100% !important; } .task { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .icons { display: flex !important; flex-direction: row; margin-right: 10px; } .existing-editor { display: none; flex-direction: row; align-items: center; } #find_date { margin-top: 10px; margin-bottom: 10px; display: flex; flex-direction: row; justify-content: center; width: 100%; align-items: center; } #task_lists { display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; min-height: 1000px !important; width: 100%; } .tasks_table { min-height: 100% !important; display: flex !important; flex-direction: column; justify-content: flex-start; width: 100% !important; } .task_table_header { display: flex !important; flex-direction: row !important; justify-content: flex-start; align-items: center; } .task_table_header span { display: inline-block; line-height: 40px; padding: 0; min-height: 40px; min-width: 40px; border-radius: 35px; border: 5px solid #9e9e9e; margin-right: 15px; } .task_list_single{ min-height: 1000px !important; margin-top: 20px; border-radius: 35px; } .task_table_display { display: flex; flex-direction: column; justify-content: space-between; width: 100%; align-items: center; } #task_book_buttons { display: flex; align-items: center; justify-content: center; align-self: center; } #delete_all_tasks { border: 3px solid black; border-radius: 25px; background-color: black; color: white; width: 150px; text-align: center; cursor: pointer; } #other-task-table { display: flex; flex-direction: column; width: 100%; align-items: center; } #group-selectors { display: flex; flex-direction: column; min-width: 220px; } .group_button { text-align: center; border-radius: 35px; cursor: pointer; display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 5px; } .inactive { color: white; background: #4e646d; border: 5px solid #41555e } .active { color: #4e646d; background: white; border: 5px solid #4e646d; } .group_count { border: 4px solid #9e9e9e; border-radius: 25px; background: black; color: white; width: 40px; height: 40px; margin-right: 15px; display: flex; justify-content: center; align-items: center; } .group_count_text{ background: #9e9e9e; width: 1.5rem; height: 1.5rem; border-radius: 25px; } .group_label { margin-left: 15px; } #sidebar { display: flex; flex-direction: column; min-width: 30%; } h2.Tests span { background: none !important; } h2.Tests span:after { background: var(--color); } /* CSS Rules for mobile and small screens */ @media (max-width: 1024px){ #calendar { width: 100%; align-self: flex-start; } .task_list_single { flex-direction: column-reverse !important; align-items: center; } .task_table_display { width: 100%; } .task_table_display .w3-rightbar { border-right: none !important; } #sidebar { width: 100%; flex-direction: column-reverse !important; } #group-selectors { border-top: 6px solid #ccc !important; } #calendar { min-height: 714px; } }
views/css/main.css
.banner { display: flex; flex-direction: row; justify-content: space-between; align-items: center; min-width: 100%; } .save_edit, .undo_edit, .move_task, .description, .edit_task, .delete_task { cursor: pointer; } .completed {text-decoration: line-through;} .description { padding-left:8px } .task-creation { margin-top: 25px; display: flex; flex-direction: row; justify-content: center; width: 100%; } .task-creation-container { margin: auto; margin-top: 10px; width: 70%; } .task-list { width: 100% !important; } .task { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .icons { display: flex !important; flex-direction: row; margin-right: 10px; } .existing-editor { display: none; flex-direction: row; align-items: center; } #find_date { margin-top: 10px; margin-bottom: 10px; display: flex; flex-direction: row; justify-content: center; width: 100%; align-items: center; } #task_lists { display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; min-height: 1000px !important; width: 100%; } .tasks_table { min-height: 100% !important; display: flex !important; flex-direction: column; justify-content: flex-start; width: 100% !important; } .task_table_header { display: flex !important; flex-direction: row !important; justify-content: flex-start; align-items: center; } .task_table_header span { display: inline-block; line-height: 40px; padding: 0; min-height: 40px; min-width: 40px; border-radius: 35px; border: 5px solid #9e9e9e; margin-right: 15px; } .task_list_single{ min-height: 1000px !important; margin-top: 20px; border-radius: 35px; } .task_table_display { display: flex; flex-direction: column; justify-content: space-between; width: 100%; align-items: center; } #task_book_buttons { display: flex; align-items: center; justify-content: center; align-self: center; } #delete_all_tasks { border: 3px solid black; border-radius: 25px; background-color: black; color: white; width: 150px; text-align: center; cursor: pointer; } #other-task-table { display: flex; flex-direction: column; width: 100%; align-items: center; } #group-selectors { display: flex; flex-direction: column; min-width: 220px; } .group_button { text-align: center; border-radius: 35px; cursor: pointer; display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 5px; } .inactive { color: white; background: #4e646d; border: 5px solid #41555e } .active { color: #4e646d; background: white; border: 5px solid #4e646d; } .group_count { border: 4px solid #9e9e9e; border-radius: 25px; background: black; color: white; width: 40px; height: 40px; margin-right: 15px; display: flex; justify-content: center; align-items: center; } .group_count_text{ background: #9e9e9e; width: 1.5rem; height: 1.5rem; border-radius: 25px; } .group_label { margin-left: 15px; } #sidebar { display: flex; flex-direction: column; min-width: 30%; } h2.Tests span { background: none !important; } h2.Tests span:after { background: var(--color); } /* CSS Rules for mobile and small screens */ @media (max-width: 1024px){ #calendar { width: 100%; align-self: flex-start; } .task_list_single { flex-direction: column-reverse !important; align-items: center; } .task_table_display { width: 100%; } .task_table_display .w3-rightbar { border-right: none !important; } #sidebar { width: 100%; flex-direction: column-reverse !important; } #group-selectors { border-top: 6px solid #ccc !important; } #calendar { min-height: 714px; } }
0.442637
0.141578
@import "comments-component.css"; /* This file must (for no good reason) be manually deployed at www.uio.no/vrtx/css */ /* START include:uri-menu style=[vrtx-vertical-menu] */ ul.vrtx-vertical-menu { padding: 0; margin: 0; list-style-type: none; border-bottom: 1px solid #ccc; /*for IE */ } * html ul.vrtx-vertical-menu { position: relative; /* for IE6 */ } ul.vrtx-vertical-menu li { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: -1px; vertical-align: middle; /* for IE */ } ul.vrtx-vertical-menu li a { display: block; padding: .3em .2em .3em .4em; border-left: .3em solid #fff; color: black; text-decoration: none; height: 1%; /* triggers hasLayout in IE browsers */ } ul.vrtx-vertical-menu li.vrtx-active-item { font-weight: 900; } ul.vrtx-vertical-menu li.vrtx-active-item a { border-left: .3em solid #999; padding-left: .4em; } ul.vrtx-vertical-menu li a:hover, ul.vrtx-vertical-menu li.vrtx-active-item a:hover { background-color: #eee; color: #666; border-left: .3em solid #ccc; padding-left: .4em; } ul.vrtx-vertical-menu li.parent-folder{ border: none; } ul.vrtx-vertical-menu li.parent-folder a { border-left: none; padding-left: .7em; font-weight: 900; } ul.vrtx-vertical-menu li.parent-folder a:hover{ text-decoration:none; background-color: transparent; border-left:none; padding-left: .7em; } /* Sublists */ ul.vrtx-vertical-menu ul { padding: 0 0 0 1.8em; margin: 0; list-style-type: square; color: #000; } ul.vrtx-vertical-menu li.vrtx-active-item ul li, ul.vrtx-vertical-menu li ul li { margin: 0 0 -1px 0; padding: 0; font-weight: 100; font-size: 100%; border: none; border-bottom: 1px dotted #ddd; } * html ul.vrtx-vertical-menu li.vrtx-active-item ul li, * html ul.vrtx-vertical-menu li ul li { margin: 0; /* for IE */ } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item { font-weight: 900; color: #999; } ul.vrtx-vertical-menu li.vrtx-active-item ul li a, ul.vrtx-vertical-menu li.vrtx-active-item ul li a:hover, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item a, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item a:hover { border: none; padding-left: 0; background-color: transparent; } /* Sub-sub-list ++ */ ul.vrtx-vertical-menu ul li ul { padding: 0 0 0 1em; margin: 0; list-style-type: square; } ul.vrtx-vertical-menu ul li ul li { font-size: 100%; } ul.vrtx-vertical-menu ul li ul li, ul.vrtx-vertical-menu ul li.vrtx-active-item ul li { margin: 0; padding: 0; border: none; } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item { font-weight: 900; } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item a:hover, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li a:hover { color: #666; background-color: transparent; } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li a, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item a, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li a:hover, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item a:hover { border: none; padding: .2em 0; margin: 0; } /* END include:uri-menu style=[vrtx-vertical-menu] */ /* START include:uri-menu style=[vrtx-horizontal-menu] */ ul.vrtx-horizontal-menu { white-space: nowrap; padding: 0 0 0 .4em; margin: 0; border: 1px solid #ccc; list-style-type: none; height: 1%; /* triggers hasLayout in IE browsers */ } ul.vrtx-horizontal-menu:after { display: block; content: "."; height: 0; visibility: hidden; clear: both; } ul.vrtx-horizontal-menu li { float: left; margin: 0 .5em 0 0; padding: 0; } ul.vrtx-horizontal-menu a { display: block; margin: 0; padding: .2em .5em .3em .5em; color: #000; text-decoration: none; } ul.vrtx-horizontal-menu li.vrtx-active-item a { border-bottom: .2em solid #000; padding-bottom: .1em; } ul.vrtx-horizontal-menu a:hover, ul.vrtx-horizontal-menu li.vrtx-active-item a:hover { color: #666; border-bottom: .2em solid #666; padding-bottom: .1em; } /* Same menu but with inline style - better scalability but IE7 won't handle it properly when text size is increased or decreased */ /* ul.vrtx-horizontal-menu { */ /* white-space: nowrap; */ /* background-color: #dfd2b0; */ /* padding: .3em 0; */ /* margin: 0; */ /* } */ /* ul.vrtx-horizontal-menu li { */ /* display:inline; */ /* list-type: none; */ /* margin: 0px; */ /* padding: 0px; */ /* } */ /* ul.vrtx-horizontal-menu a { */ /* margin: 0em; */ /* padding: .3em .75em; */ /* color: #000; */ /* text-decoration: none; */ /* height: 1%; /\* triggers hasLayout in IE browsers *\/ */ /* } */ /* ul.vrtx-horizontal-menu li.vrtx-active-item a { */ /* border-bottom: .2em solid #000; */ /* padding-bottom: .1em; */ /* } */ /* ul.vrtx-horizontal-menu a:hover, ul.vrtx-horizontal-menu li.vrtx-active-item a:hover { */ /* color: #666; */ /* border-bottom: .2em solid #666; */ /* padding-bottom: .1em; */ /* } */ /* END include:uri-menu style=[vrtx-horizontal-menu] */ /* START include:uri-menu style=[vrtx-tab-menu] */ ul.vrtx-tab-menu { margin: 0px; padding: 4px 0px; border-bottom: 1px solid #ccc; white-space: nowrap; } ul.vrtx-tab-menu li { display: inline; list-style: none; margin: 0px; } ul.vrtx-tab-menu li a { text-align: center; text-decoration: none; color: #333; padding: 4px 15px; margin: 0px 1px 0px 0px; border: 1px solid #ccc; background-color: #eee; border: 1px solid #ccc; border-bottom: none; } ul.vrtx-tab-menu li.vrtx-active-item a, ul.vrtx-tab-menu li.vrtx-active-item a:hover { color: #000; padding: 5px 15px; background-color: #fff; } ul.vrtx-tab-menu li a:hover{ color: #000; padding-top: 5px; } /* END include:uri-menu style=[vrtx-tab-menu] */ /* START include:feed, include:feeds */ div.vrtx-feed { padding: 1em; border: 1px solid #ccc; font-size: .9em; } div.vrtx-feed .feed-title { display:block; font-size: 1.2em; font-weight: 900; margin-bottom: 0.5em; text-decoration: none; color: black; } div.vrtx-feed a.feed-title:hover { color: #999; } div.vrtx-feed div.feed-description { } div.vrtx-feed a.all-messages { } div.vrtx-feed ul.items { margin: 1em 0px; padding: 0px; list-style: none; } div.vrtx-feed li { margin: 0.75em 0px; } div.vrtx-feed ul.items li a.item-title { display:block; margin-bottom: .2em; } div.vrtx-feed ul.items li div.item-description { margin-bottom: .2em; } div.vrtx-feed ul.items li span.published-date { font-size: .9em; white-space: nowrap; } div.vrtx-feed ul.items li a.channel { font-size: .9em; } /* END include:feed, include:feeds */ /* START include:recent-comments */ div.vrtx-recent-comments { padding: 1em; border: 1px solid #ccc; font-size: .9em; } div.vrtx-recent-comments .comments-title { display:block; font-size: 1.2em; font-weight: 900; margin-bottom: 0.5em; text-decoration: none; color: black; } div.vrtx-recent-comments a.comments-title:hover { color: #999; } div.vrtx-recent-comments ul.items { margin: 1em 0px; padding: 0px; list-style: none; } div.vrtx-recent-comments li { margin: 0.75em 0px; } div.vrtx-recent-comments ul.items li a.item-title { display:block; margin-bottom: .2em; } div.vrtx-recent-comments ul.items li span.published-date { display:block; font-size: .9em; white-space: nowrap; } div.vrtx-recent-comments ul.items li div.item-description { margin-top: .2em; } /* END include:recent-comments */ /* START resource:breadcrumb */ div.breadcrumb { font-size: .8em; } /* END resource:breadcrumb */ /* START resource:subfolder-menu */ div.vrtx-subfolder-menu { border: 1px solid #ccc; padding: 1em 1em .2em 1em; height: 1%; /* Triggers hasLayout in IE browser */ } div.vrtx-subfolder-menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div.vrtx-subfolder-menu div.menu-title { font-size: 1.2em; font-weight: bold; margin-bottom: .5em; } div.vrtx-subfolder-menu ul { float:left; list-style-type: square; padding: 0 2em; margin: 0 0 1em 0; } /* Sublists ++ */ div.vrtx-subfolder-menu ul ul { float: none; padding: 0 .5em 0 1em; margin: 0; } /* Comma separated lists */ div.vrtx-subfolder-menu.comma-separated ul, div.vrtx-subfolder-menu.comma-separated ul li { list-style: none; padding-left: 0; } div.vrtx-subfolder-menu.comma-separated ul li ul li { display: inline; } /* END resource:subfolder-menu */ /* START resource:tags */ span.vrtx-tags { } /* END resource:tags */ /* START resource:manage-url */ a.vrtx-manage-url { font-size: .8em; float:right; clear:both; } /* END resource:manage-url */ /* START resource:email-friend */ a.vrtx-email-friend { font-size: .8em; float: right; } /* END resource:email-friend */ /* END resource:manage-url */ /* START resource:toc */ span.vrtx-toc-header { font-size: 150%; font-weight:bold; } /* END resource:toc */ /* START include:tag-cloud */ ul.vrtx-tag-cloud li { display: inline; margin-right: 6px; } ul.vrtx-tag-cloud li a { text-decoration: none; } ul.vrtx-tag-cloud li a:hover { color: #ffffff; text-decoration: none; background-color: #0063dc; } ul.vrtx-tag-cloud { margin-left:0; padding-left:0; } ul.vrtx-tag-cloud { //font-family: 'Lucida Grande', sans-serif; font-size: 13px; /* set global font size */ } .vrtx-tag-cloud .tag-magnitude-5 { font-size: 1.76em; } .vrtx-tag-cloud .tag-magnitude-4 { font-size: 1.5em; } .vrtx-tag-cloud .tag-magnitude-3 { font-size: 1.3em; } .vrtx-tag-cloud .tag-magnitude-2 { font-size: 1.1em; } .vrtx-tag-cloud .tag-magnitude-1 { font-size: 0.9em; } /* END include:tag-cloud */ /* for tags component */ .vrtx-tags ul{ float:left; }
src/main/resources/web/themes/default/view-components.css
@import "comments-component.css"; /* This file must (for no good reason) be manually deployed at www.uio.no/vrtx/css */ /* START include:uri-menu style=[vrtx-vertical-menu] */ ul.vrtx-vertical-menu { padding: 0; margin: 0; list-style-type: none; border-bottom: 1px solid #ccc; /*for IE */ } * html ul.vrtx-vertical-menu { position: relative; /* for IE6 */ } ul.vrtx-vertical-menu li { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: -1px; vertical-align: middle; /* for IE */ } ul.vrtx-vertical-menu li a { display: block; padding: .3em .2em .3em .4em; border-left: .3em solid #fff; color: black; text-decoration: none; height: 1%; /* triggers hasLayout in IE browsers */ } ul.vrtx-vertical-menu li.vrtx-active-item { font-weight: 900; } ul.vrtx-vertical-menu li.vrtx-active-item a { border-left: .3em solid #999; padding-left: .4em; } ul.vrtx-vertical-menu li a:hover, ul.vrtx-vertical-menu li.vrtx-active-item a:hover { background-color: #eee; color: #666; border-left: .3em solid #ccc; padding-left: .4em; } ul.vrtx-vertical-menu li.parent-folder{ border: none; } ul.vrtx-vertical-menu li.parent-folder a { border-left: none; padding-left: .7em; font-weight: 900; } ul.vrtx-vertical-menu li.parent-folder a:hover{ text-decoration:none; background-color: transparent; border-left:none; padding-left: .7em; } /* Sublists */ ul.vrtx-vertical-menu ul { padding: 0 0 0 1.8em; margin: 0; list-style-type: square; color: #000; } ul.vrtx-vertical-menu li.vrtx-active-item ul li, ul.vrtx-vertical-menu li ul li { margin: 0 0 -1px 0; padding: 0; font-weight: 100; font-size: 100%; border: none; border-bottom: 1px dotted #ddd; } * html ul.vrtx-vertical-menu li.vrtx-active-item ul li, * html ul.vrtx-vertical-menu li ul li { margin: 0; /* for IE */ } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item { font-weight: 900; color: #999; } ul.vrtx-vertical-menu li.vrtx-active-item ul li a, ul.vrtx-vertical-menu li.vrtx-active-item ul li a:hover, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item a, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item a:hover { border: none; padding-left: 0; background-color: transparent; } /* Sub-sub-list ++ */ ul.vrtx-vertical-menu ul li ul { padding: 0 0 0 1em; margin: 0; list-style-type: square; } ul.vrtx-vertical-menu ul li ul li { font-size: 100%; } ul.vrtx-vertical-menu ul li ul li, ul.vrtx-vertical-menu ul li.vrtx-active-item ul li { margin: 0; padding: 0; border: none; } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item { font-weight: 900; } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item a:hover, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li a:hover { color: #666; background-color: transparent; } ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li a, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item a, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li a:hover, ul.vrtx-vertical-menu li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item ul li.vrtx-active-item a:hover { border: none; padding: .2em 0; margin: 0; } /* END include:uri-menu style=[vrtx-vertical-menu] */ /* START include:uri-menu style=[vrtx-horizontal-menu] */ ul.vrtx-horizontal-menu { white-space: nowrap; padding: 0 0 0 .4em; margin: 0; border: 1px solid #ccc; list-style-type: none; height: 1%; /* triggers hasLayout in IE browsers */ } ul.vrtx-horizontal-menu:after { display: block; content: "."; height: 0; visibility: hidden; clear: both; } ul.vrtx-horizontal-menu li { float: left; margin: 0 .5em 0 0; padding: 0; } ul.vrtx-horizontal-menu a { display: block; margin: 0; padding: .2em .5em .3em .5em; color: #000; text-decoration: none; } ul.vrtx-horizontal-menu li.vrtx-active-item a { border-bottom: .2em solid #000; padding-bottom: .1em; } ul.vrtx-horizontal-menu a:hover, ul.vrtx-horizontal-menu li.vrtx-active-item a:hover { color: #666; border-bottom: .2em solid #666; padding-bottom: .1em; } /* Same menu but with inline style - better scalability but IE7 won't handle it properly when text size is increased or decreased */ /* ul.vrtx-horizontal-menu { */ /* white-space: nowrap; */ /* background-color: #dfd2b0; */ /* padding: .3em 0; */ /* margin: 0; */ /* } */ /* ul.vrtx-horizontal-menu li { */ /* display:inline; */ /* list-type: none; */ /* margin: 0px; */ /* padding: 0px; */ /* } */ /* ul.vrtx-horizontal-menu a { */ /* margin: 0em; */ /* padding: .3em .75em; */ /* color: #000; */ /* text-decoration: none; */ /* height: 1%; /\* triggers hasLayout in IE browsers *\/ */ /* } */ /* ul.vrtx-horizontal-menu li.vrtx-active-item a { */ /* border-bottom: .2em solid #000; */ /* padding-bottom: .1em; */ /* } */ /* ul.vrtx-horizontal-menu a:hover, ul.vrtx-horizontal-menu li.vrtx-active-item a:hover { */ /* color: #666; */ /* border-bottom: .2em solid #666; */ /* padding-bottom: .1em; */ /* } */ /* END include:uri-menu style=[vrtx-horizontal-menu] */ /* START include:uri-menu style=[vrtx-tab-menu] */ ul.vrtx-tab-menu { margin: 0px; padding: 4px 0px; border-bottom: 1px solid #ccc; white-space: nowrap; } ul.vrtx-tab-menu li { display: inline; list-style: none; margin: 0px; } ul.vrtx-tab-menu li a { text-align: center; text-decoration: none; color: #333; padding: 4px 15px; margin: 0px 1px 0px 0px; border: 1px solid #ccc; background-color: #eee; border: 1px solid #ccc; border-bottom: none; } ul.vrtx-tab-menu li.vrtx-active-item a, ul.vrtx-tab-menu li.vrtx-active-item a:hover { color: #000; padding: 5px 15px; background-color: #fff; } ul.vrtx-tab-menu li a:hover{ color: #000; padding-top: 5px; } /* END include:uri-menu style=[vrtx-tab-menu] */ /* START include:feed, include:feeds */ div.vrtx-feed { padding: 1em; border: 1px solid #ccc; font-size: .9em; } div.vrtx-feed .feed-title { display:block; font-size: 1.2em; font-weight: 900; margin-bottom: 0.5em; text-decoration: none; color: black; } div.vrtx-feed a.feed-title:hover { color: #999; } div.vrtx-feed div.feed-description { } div.vrtx-feed a.all-messages { } div.vrtx-feed ul.items { margin: 1em 0px; padding: 0px; list-style: none; } div.vrtx-feed li { margin: 0.75em 0px; } div.vrtx-feed ul.items li a.item-title { display:block; margin-bottom: .2em; } div.vrtx-feed ul.items li div.item-description { margin-bottom: .2em; } div.vrtx-feed ul.items li span.published-date { font-size: .9em; white-space: nowrap; } div.vrtx-feed ul.items li a.channel { font-size: .9em; } /* END include:feed, include:feeds */ /* START include:recent-comments */ div.vrtx-recent-comments { padding: 1em; border: 1px solid #ccc; font-size: .9em; } div.vrtx-recent-comments .comments-title { display:block; font-size: 1.2em; font-weight: 900; margin-bottom: 0.5em; text-decoration: none; color: black; } div.vrtx-recent-comments a.comments-title:hover { color: #999; } div.vrtx-recent-comments ul.items { margin: 1em 0px; padding: 0px; list-style: none; } div.vrtx-recent-comments li { margin: 0.75em 0px; } div.vrtx-recent-comments ul.items li a.item-title { display:block; margin-bottom: .2em; } div.vrtx-recent-comments ul.items li span.published-date { display:block; font-size: .9em; white-space: nowrap; } div.vrtx-recent-comments ul.items li div.item-description { margin-top: .2em; } /* END include:recent-comments */ /* START resource:breadcrumb */ div.breadcrumb { font-size: .8em; } /* END resource:breadcrumb */ /* START resource:subfolder-menu */ div.vrtx-subfolder-menu { border: 1px solid #ccc; padding: 1em 1em .2em 1em; height: 1%; /* Triggers hasLayout in IE browser */ } div.vrtx-subfolder-menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } div.vrtx-subfolder-menu div.menu-title { font-size: 1.2em; font-weight: bold; margin-bottom: .5em; } div.vrtx-subfolder-menu ul { float:left; list-style-type: square; padding: 0 2em; margin: 0 0 1em 0; } /* Sublists ++ */ div.vrtx-subfolder-menu ul ul { float: none; padding: 0 .5em 0 1em; margin: 0; } /* Comma separated lists */ div.vrtx-subfolder-menu.comma-separated ul, div.vrtx-subfolder-menu.comma-separated ul li { list-style: none; padding-left: 0; } div.vrtx-subfolder-menu.comma-separated ul li ul li { display: inline; } /* END resource:subfolder-menu */ /* START resource:tags */ span.vrtx-tags { } /* END resource:tags */ /* START resource:manage-url */ a.vrtx-manage-url { font-size: .8em; float:right; clear:both; } /* END resource:manage-url */ /* START resource:email-friend */ a.vrtx-email-friend { font-size: .8em; float: right; } /* END resource:email-friend */ /* END resource:manage-url */ /* START resource:toc */ span.vrtx-toc-header { font-size: 150%; font-weight:bold; } /* END resource:toc */ /* START include:tag-cloud */ ul.vrtx-tag-cloud li { display: inline; margin-right: 6px; } ul.vrtx-tag-cloud li a { text-decoration: none; } ul.vrtx-tag-cloud li a:hover { color: #ffffff; text-decoration: none; background-color: #0063dc; } ul.vrtx-tag-cloud { margin-left:0; padding-left:0; } ul.vrtx-tag-cloud { //font-family: 'Lucida Grande', sans-serif; font-size: 13px; /* set global font size */ } .vrtx-tag-cloud .tag-magnitude-5 { font-size: 1.76em; } .vrtx-tag-cloud .tag-magnitude-4 { font-size: 1.5em; } .vrtx-tag-cloud .tag-magnitude-3 { font-size: 1.3em; } .vrtx-tag-cloud .tag-magnitude-2 { font-size: 1.1em; } .vrtx-tag-cloud .tag-magnitude-1 { font-size: 0.9em; } /* END include:tag-cloud */ /* for tags component */ .vrtx-tags ul{ float:left; }
0.123089
0.040617
.mainContainer { display: inline-block; margin-top: 70px; } fieldset { border-style: solid; border-radius: 8px; border-color: white; padding: 2px 10px; width: 50%; min-width: 0; } .formulaireSection { background-image: url('../img/img_contact3.jpg'); display: flex; background-size: cover; justify-content: center; padding: 50px 0 100px 0; box-sizing: content-box; } .titleContact { margin: auto; flex-direction: column; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .pTitleContact { margin: 0; line-height: 2em; width: 100%; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .formulaire { line-height: 2em; width: auto; min-width: 0; display: flex; flex-direction: column; margin: 5px 0; } input,textarea { width: 100%; padding: 8px 2px; margin: 2px; opacity: 0.9; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .sendButton { display: flex; justify-content: center; } .button { width: 30%; margin: auto; border-radius: 6px; } .button:hover { width: 30%; margin: auto; background-color: grey; border-style: solid; border-radius: 6px; border-color: grey; color: white; opacity: 0.8; } :placeholder-shown { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } form div { position: relative; width: auto; } .textareastyle { border-radius: 3px; box-shadow: 0 0 0 1px lightgrey; border: 1px solid transparent; } .quiSommesNousContainer { margin-top: 2px; display: flex; align-items: center; background-image: url('../img/img-team-compressed-resized.jpg'); background-size: cover; background-position: center; } .quiSommesNous { margin: 0 auto 15% auto; width: 80%; line-height: 2em; text-align: justify; padding: 5px; color: white; } .quiSommesNous h1 { padding: 20px 0 10px 0; } .quiSommesNous p { padding-bottom: 50px; } /* Redimensionnement des input et textarea quand on passe sur tablette ou portable*/ @media(max-width: 996px) { input,textarea { width: 100%; padding: 8px 2px; margin: 2px; opacity: 0.9; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .formulaireSection { padding-top: 20px; } fieldset { border-style: solid; border-radius: 8px; border-color: white; padding: 2px 10px; width: 100%; min-width: 0; } .textareastyle { border-radius: 3px; box-shadow: 0 0 0 1px lightgrey; border: 1px solid transparent; resize: vertical; max-height: 200px; } }
styles/page_contact.css
.mainContainer { display: inline-block; margin-top: 70px; } fieldset { border-style: solid; border-radius: 8px; border-color: white; padding: 2px 10px; width: 50%; min-width: 0; } .formulaireSection { background-image: url('../img/img_contact3.jpg'); display: flex; background-size: cover; justify-content: center; padding: 50px 0 100px 0; box-sizing: content-box; } .titleContact { margin: auto; flex-direction: column; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .pTitleContact { margin: 0; line-height: 2em; width: 100%; color: white; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .formulaire { line-height: 2em; width: auto; min-width: 0; display: flex; flex-direction: column; margin: 5px 0; } input,textarea { width: 100%; padding: 8px 2px; margin: 2px; opacity: 0.9; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .sendButton { display: flex; justify-content: center; } .button { width: 30%; margin: auto; border-radius: 6px; } .button:hover { width: 30%; margin: auto; background-color: grey; border-style: solid; border-radius: 6px; border-color: grey; color: white; opacity: 0.8; } :placeholder-shown { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } form div { position: relative; width: auto; } .textareastyle { border-radius: 3px; box-shadow: 0 0 0 1px lightgrey; border: 1px solid transparent; } .quiSommesNousContainer { margin-top: 2px; display: flex; align-items: center; background-image: url('../img/img-team-compressed-resized.jpg'); background-size: cover; background-position: center; } .quiSommesNous { margin: 0 auto 15% auto; width: 80%; line-height: 2em; text-align: justify; padding: 5px; color: white; } .quiSommesNous h1 { padding: 20px 0 10px 0; } .quiSommesNous p { padding-bottom: 50px; } /* Redimensionnement des input et textarea quand on passe sur tablette ou portable*/ @media(max-width: 996px) { input,textarea { width: 100%; padding: 8px 2px; margin: 2px; opacity: 0.9; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 1em; } .formulaireSection { padding-top: 20px; } fieldset { border-style: solid; border-radius: 8px; border-color: white; padding: 2px 10px; width: 100%; min-width: 0; } .textareastyle { border-radius: 3px; box-shadow: 0 0 0 1px lightgrey; border: 1px solid transparent; resize: vertical; max-height: 200px; } }
0.510741
0.158989
@font-face { font-family: Roboto; src: local("Roboto Light"), local("Roboto-Light"), url(../font/roboto/Robotolight.woff2) format("woff2"), url(../font/roboto/Robotolight.woff) format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: Roboto; src: local("Roboto"), local("Roboto-Regular"), url(../font/roboto/Roboto.woff2) format("woff2"), url(../font/roboto/Roboto.woff) format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: Roboto; src: local("Roboto Medium"), local("Roboto-Medium"), url(../font/roboto/Robotomedium.woff2) format("woff2"), url(../font/roboto/Robotomedium.woff) format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: Roboto; src: local("Roboto Bold"), local("Roboto-Bold"), url(../font/roboto/Robotobold.woff2) format("woff2"), url(../font/roboto/Robotobold.woff) format("woff"); font-weight: 700; font-style: normal; } .font-300 { font-family: Roboto, Arial, sans-serif; font-weight: 300; } .font-400 { font-family: Roboto, Arial, sans-serif; font-weight: 400; } .font-500 { font-family: Roboto, Arial, sans-serif; font-weight: 500; } .font-700 { font-family: Roboto, Arial, sans-serif; font-weight: 700; } main section.product-info_section { margin-bottom: 95px; } .product-info_section .gadget_title { display: inline-flex; margin-bottom: 15px; } .product-info_section .gadget_title a { align-self: center; } .product-info_section h1 { font-size: 50px; line-height: 55px; font-family: Roboto, Arial, sans-serif; font-weight: 700; color: #fff; margin-right: 28px; } .short_description { display: flex; justify-content: space-between; } .short_description .product_image { padding-top: 85px; } .short_description .product_image img { width: 560px; height: auto; } .short_description .product_characteristic { width: 370px; } .short_description hr { width: 100%; height: 1px; margin: 0; background: #666; margin-bottom: 66px; } .short_description .price_block .price { font-size: 46px; line-height: 55px; font-family: Roboto, Arial, sans-serif; font-weight: 400; color: #fff; margin-bottom: 5px; } .short_description .price_block .availability { font-size: 14px; line-height: 17px; font-family: Roboto, Arial, sans-serif; font-weight: 500; color: #00ff9d; } .price_block button { margin-top: 20px; font-family: Roboto, Arial, sans-serif; padding: 16.5px; border-radius: 5px; background: #0096ff; font-weight: 500; color: #fff; font-size: 14px; line-height: 17px; } .data-item { margin-bottom: 60px; display: flex; align-items: center; } .data-item .item-legend { font-size: 24px; line-height: 29px; font-family: Roboto, Arial, sans-serif; font-weight: 300; color: #fff; min-width: 85px; margin-right: 25px; flex-shrink: 0; } .data-item .item-value { display: flex; align-items: center; } .data-item .item-value .circle { flex-shrink: 0; cursor: pointer; width: 54px; height: 54px; border-radius: 50%; border: 2px solid transparent; display: flex; align-items: center; justify-content: center; margin-right: 10px; } .data-item .item-value .circle:last-child { margin-right: 0; } .data-item .item-value .circle.selected { border-color: #0096ff; } .data-item .item-value .circle .color { width: 40px; height: 40px; border-radius: 50%; } .data-item .item-value .param { cursor: pointer; font-size: 14px; line-height: 17px; font-family: Roboto, Arial, sans-serif; font-weight: 500; color: #d9d9d9; width: 90px; height: 45px; border: 2px solid #666; border-radius: 5px; display: flex; align-items: center; justify-content: center; margin-right: 15px; } .data-item .item-value .param:last-child { margin-right: 0; } .data-item .item-value .param.selected { border: 2px solid #0096ff; color: #fff; } .feedback_layout { display: flex; width: 100%; } .feedback_layout h2 { font-size: 30px; line-height: 36px; font-family: Roboto, Arial, sans-serif; font-weight: 700; color: #fff; margin-bottom: 83px; } .feedback_layout .feedback_form, .feedback_layout .feedback_list { width: 50%; } article { margin-bottom: 80px; max-width: 500px; } article .name { position: relative; font-size: 24px; line-height: 29px; font-family: Roboto, Arial, sans-serif; font-weight: 400; color: #fff; margin-bottom: 30px; } article .feedback_title { font-size: 16px; line-height: 17px; font-family: Roboto, Arial, sans-serif; font-weight: 500; color: #fff; margin-bottom: 28px; } article .feedback_content { font-size: 14px; line-height: 26px; font-family: Roboto, Arial, sans-serif; font-weight: 300; color: #fff; margin-bottom: 0; } article .feedback_info { margin-bottom: 40px; } article .feedback_info:last-child { margin-bottom: 0; } .feedback_layout form input:not([type="submit"]), .feedback_layout form textarea { width: 490px; height: 255px; border-radius: 5px; border: 3px solid #0096ff; padding: 16px 18px; margin-bottom: 50px; background: #262626; color: #fff; font-size: 18px; line-height: 29px; font-family: Roboto, Arial, sans-serif; font-weight: 300; box-sizing: border-box; } .feedback_layout form input:not([type="submit"]) { width: 490px; height: 45px; } .feedback_layout form [type="submit"] { width: 190px; height: 40px; } .close-icon { position: absolute; top: 0; right: 20px; width: 30px; height: 30px; cursor: pointer; transform: rotate(45deg); }
src/css/gadget-page.css
@font-face { font-family: Roboto; src: local("Roboto Light"), local("Roboto-Light"), url(../font/roboto/Robotolight.woff2) format("woff2"), url(../font/roboto/Robotolight.woff) format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: Roboto; src: local("Roboto"), local("Roboto-Regular"), url(../font/roboto/Roboto.woff2) format("woff2"), url(../font/roboto/Roboto.woff) format("woff"); font-weight: 400; font-style: normal; } @font-face { font-family: Roboto; src: local("Roboto Medium"), local("Roboto-Medium"), url(../font/roboto/Robotomedium.woff2) format("woff2"), url(../font/roboto/Robotomedium.woff) format("woff"); font-weight: 500; font-style: normal; } @font-face { font-family: Roboto; src: local("Roboto Bold"), local("Roboto-Bold"), url(../font/roboto/Robotobold.woff2) format("woff2"), url(../font/roboto/Robotobold.woff) format("woff"); font-weight: 700; font-style: normal; } .font-300 { font-family: Roboto, Arial, sans-serif; font-weight: 300; } .font-400 { font-family: Roboto, Arial, sans-serif; font-weight: 400; } .font-500 { font-family: Roboto, Arial, sans-serif; font-weight: 500; } .font-700 { font-family: Roboto, Arial, sans-serif; font-weight: 700; } main section.product-info_section { margin-bottom: 95px; } .product-info_section .gadget_title { display: inline-flex; margin-bottom: 15px; } .product-info_section .gadget_title a { align-self: center; } .product-info_section h1 { font-size: 50px; line-height: 55px; font-family: Roboto, Arial, sans-serif; font-weight: 700; color: #fff; margin-right: 28px; } .short_description { display: flex; justify-content: space-between; } .short_description .product_image { padding-top: 85px; } .short_description .product_image img { width: 560px; height: auto; } .short_description .product_characteristic { width: 370px; } .short_description hr { width: 100%; height: 1px; margin: 0; background: #666; margin-bottom: 66px; } .short_description .price_block .price { font-size: 46px; line-height: 55px; font-family: Roboto, Arial, sans-serif; font-weight: 400; color: #fff; margin-bottom: 5px; } .short_description .price_block .availability { font-size: 14px; line-height: 17px; font-family: Roboto, Arial, sans-serif; font-weight: 500; color: #00ff9d; } .price_block button { margin-top: 20px; font-family: Roboto, Arial, sans-serif; padding: 16.5px; border-radius: 5px; background: #0096ff; font-weight: 500; color: #fff; font-size: 14px; line-height: 17px; } .data-item { margin-bottom: 60px; display: flex; align-items: center; } .data-item .item-legend { font-size: 24px; line-height: 29px; font-family: Roboto, Arial, sans-serif; font-weight: 300; color: #fff; min-width: 85px; margin-right: 25px; flex-shrink: 0; } .data-item .item-value { display: flex; align-items: center; } .data-item .item-value .circle { flex-shrink: 0; cursor: pointer; width: 54px; height: 54px; border-radius: 50%; border: 2px solid transparent; display: flex; align-items: center; justify-content: center; margin-right: 10px; } .data-item .item-value .circle:last-child { margin-right: 0; } .data-item .item-value .circle.selected { border-color: #0096ff; } .data-item .item-value .circle .color { width: 40px; height: 40px; border-radius: 50%; } .data-item .item-value .param { cursor: pointer; font-size: 14px; line-height: 17px; font-family: Roboto, Arial, sans-serif; font-weight: 500; color: #d9d9d9; width: 90px; height: 45px; border: 2px solid #666; border-radius: 5px; display: flex; align-items: center; justify-content: center; margin-right: 15px; } .data-item .item-value .param:last-child { margin-right: 0; } .data-item .item-value .param.selected { border: 2px solid #0096ff; color: #fff; } .feedback_layout { display: flex; width: 100%; } .feedback_layout h2 { font-size: 30px; line-height: 36px; font-family: Roboto, Arial, sans-serif; font-weight: 700; color: #fff; margin-bottom: 83px; } .feedback_layout .feedback_form, .feedback_layout .feedback_list { width: 50%; } article { margin-bottom: 80px; max-width: 500px; } article .name { position: relative; font-size: 24px; line-height: 29px; font-family: Roboto, Arial, sans-serif; font-weight: 400; color: #fff; margin-bottom: 30px; } article .feedback_title { font-size: 16px; line-height: 17px; font-family: Roboto, Arial, sans-serif; font-weight: 500; color: #fff; margin-bottom: 28px; } article .feedback_content { font-size: 14px; line-height: 26px; font-family: Roboto, Arial, sans-serif; font-weight: 300; color: #fff; margin-bottom: 0; } article .feedback_info { margin-bottom: 40px; } article .feedback_info:last-child { margin-bottom: 0; } .feedback_layout form input:not([type="submit"]), .feedback_layout form textarea { width: 490px; height: 255px; border-radius: 5px; border: 3px solid #0096ff; padding: 16px 18px; margin-bottom: 50px; background: #262626; color: #fff; font-size: 18px; line-height: 29px; font-family: Roboto, Arial, sans-serif; font-weight: 300; box-sizing: border-box; } .feedback_layout form input:not([type="submit"]) { width: 490px; height: 45px; } .feedback_layout form [type="submit"] { width: 190px; height: 40px; } .close-icon { position: absolute; top: 0; right: 20px; width: 30px; height: 30px; cursor: pointer; transform: rotate(45deg); }
0.24599
0.073198
body { margin: 0; display: flex; flex-direction: column; box-sizing: border-box; font-family: 'Press Start 2P', cursive; background: #222; } header, main, footer { margin: 0 auto; width: 900px; } header { background: #FFD1C6; height: 25vh; justify-content: space-between; color: #222; display: flex; flex-direction: column; justify-content: center; text-align: center; } header h1 { margin-top: 0; font-size: 42px; } .combination-container { display: flex; margin: 0 auto; width: 85%; height: 50px; } .combination { height: 100%; width: 33%; padding: 5px; display: flex; background: #FFF; border: 3px solid #222; } .combination ul { margin: 0; padding: 0; list-style: none; display: flex; height: 100%; width: 50%; } .combination ul li { height: 100%; } .combination ul li img { height: 100%; } .combination ul li:nth-child(3) img { transform: translateX(-15px); } .combination-award { height: 100%; display: flex; justify-content: center; align-items: center; } .combination-award p { display: block; text-align: center; margin: 0; padding: 0; font-size: .80em; } main { background: #444; height: 55vh; } .slot-machine { height: 100%; margin: 0 50px; padding: 0 100px; display: flex; } .reel-container { padding: 20px; width: 100%; display: flex; } .reel { width: 33%; height: 100%; } .reel ul { padding: 0; list-style-type: none; margin: 0; height: 100%; border: 3px solid #222; background: #FCF3AF; } .reel ul li { height: 33%; display: flex; justify-content: center; align-items: center; } .reel ul li img { height: 100%; width: 100%; } .lever-container { width: 10%; padding: 20px; display: flex; justify-content: center; align-items: center; } button:focus { outline: 0; } #lever { font-family: 'Press Start 2P', cursive; font-size: 1em; font-weight: bold; color: #222; box-shadow: 4px 4px 0 #FCF3AF; border: solid #FCF3AF 2px; background: #FFF; padding: 6px 12px; } button:hover { cursor: pointer; } button { /* Safari 4.0 - 8.0 */ -webkit-animation-name: leverbg; -webkit-animation-duration: 2s; -webkit-animation-timing-function: linear; -webkit-animation-delay: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; /* Standard syntax */ animation-name: leverbg; animation-duration: 2s; animation-timing-function: linear; animation-delay: 2s; animation-iteration-count: infinite; animation-direction: alternate; } /* Safari 4.0 - 8.0 */ @-webkit-keyframes leverbg { 0% {background-color:#C9BFF4;} 25% {background-color:#31CDD4;} 50% {background-color:#FFD1C6;} 75% {background-color:#FBA058;} 100% {background-color:#30DCA6;} } /* Standard syntax */ @keyframes leverbg { 0% {background-color:#C9BFF4;} 25% {background-color:#31CDD4;} 50% {background-color:#FFD1C6;} 75% {background-color:#FBA058;} 100% {background-color:#30DCA6;} } footer { color: #f4c7bc; background: #FFD1C6; height: 20vh; text-align: center; font-size: 1em; display: flex; justify-content: center; align-items: center; } #status { margin: 0; color: #222; }
projects/slot-machine/css/main.css
body { margin: 0; display: flex; flex-direction: column; box-sizing: border-box; font-family: 'Press Start 2P', cursive; background: #222; } header, main, footer { margin: 0 auto; width: 900px; } header { background: #FFD1C6; height: 25vh; justify-content: space-between; color: #222; display: flex; flex-direction: column; justify-content: center; text-align: center; } header h1 { margin-top: 0; font-size: 42px; } .combination-container { display: flex; margin: 0 auto; width: 85%; height: 50px; } .combination { height: 100%; width: 33%; padding: 5px; display: flex; background: #FFF; border: 3px solid #222; } .combination ul { margin: 0; padding: 0; list-style: none; display: flex; height: 100%; width: 50%; } .combination ul li { height: 100%; } .combination ul li img { height: 100%; } .combination ul li:nth-child(3) img { transform: translateX(-15px); } .combination-award { height: 100%; display: flex; justify-content: center; align-items: center; } .combination-award p { display: block; text-align: center; margin: 0; padding: 0; font-size: .80em; } main { background: #444; height: 55vh; } .slot-machine { height: 100%; margin: 0 50px; padding: 0 100px; display: flex; } .reel-container { padding: 20px; width: 100%; display: flex; } .reel { width: 33%; height: 100%; } .reel ul { padding: 0; list-style-type: none; margin: 0; height: 100%; border: 3px solid #222; background: #FCF3AF; } .reel ul li { height: 33%; display: flex; justify-content: center; align-items: center; } .reel ul li img { height: 100%; width: 100%; } .lever-container { width: 10%; padding: 20px; display: flex; justify-content: center; align-items: center; } button:focus { outline: 0; } #lever { font-family: 'Press Start 2P', cursive; font-size: 1em; font-weight: bold; color: #222; box-shadow: 4px 4px 0 #FCF3AF; border: solid #FCF3AF 2px; background: #FFF; padding: 6px 12px; } button:hover { cursor: pointer; } button { /* Safari 4.0 - 8.0 */ -webkit-animation-name: leverbg; -webkit-animation-duration: 2s; -webkit-animation-timing-function: linear; -webkit-animation-delay: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; /* Standard syntax */ animation-name: leverbg; animation-duration: 2s; animation-timing-function: linear; animation-delay: 2s; animation-iteration-count: infinite; animation-direction: alternate; } /* Safari 4.0 - 8.0 */ @-webkit-keyframes leverbg { 0% {background-color:#C9BFF4;} 25% {background-color:#31CDD4;} 50% {background-color:#FFD1C6;} 75% {background-color:#FBA058;} 100% {background-color:#30DCA6;} } /* Standard syntax */ @keyframes leverbg { 0% {background-color:#C9BFF4;} 25% {background-color:#31CDD4;} 50% {background-color:#FFD1C6;} 75% {background-color:#FBA058;} 100% {background-color:#30DCA6;} } footer { color: #f4c7bc; background: #FFD1C6; height: 20vh; text-align: center; font-size: 1em; display: flex; justify-content: center; align-items: center; } #status { margin: 0; color: #222; }
0.324342
0.065425
body { background-color:white; width:100%; margin-left:20px; } a,input,button,textarea,select { margin:0; padding:0;} td, table, th, tr { margin: 0px; padding: 0px; } h1, h2, h3, h4, h5, p,body, div, td, th { font-family: Verdana, Arial, sans-serif; font-weight: normal; vertical-align:top; text-align:left; font-size: small; font-family: verdana; font-weight:normal; line-height:120%; } p,h1, h2, h3, h4 { font-family: Verdana, Arial,sans-serif; padding:0px; margin:0px; } h1 { font-size: large; font-weight: normal; color:#00669C; margin-bottom: 10px; padding-left:4px; border-left: 4px #00669C solid;} h2 { font-size: medium; font-weight: bold; margin-bottom: 2px; } h3 { font-size: medium; font-weight: normal; } h4 { font-size: small; font-weight: bold; } td { vertical-align:top; text-align:left; padding-right:6px; padding-top:2px;} th { padding-top:10px; background-color: #FFFFCC; color:blue; font-weight:bold; } th.title { background-color: #FFFFFF; font-weight: normal; } table.list { background-color: #B0B0FF} em { font-style: italic; } strong { font-weight: bold; } /* ul, ol, li { border:1px solid black; } */ ul, ol { padding-top: 6px; padding-left:16px; } li ol, li ul { padding-top: 0px; } div.body { width:700px;margin:0px; padding:0px; margin-left:20px; } .footer { font-size:xx-small; text-align: center; } a.navigate { font-weight: bold } pre { font-family: Courier } td.index { background-color: #B0B0FF; font-size: larger; font-weight:bold; } td.categories { background-color: #B0B0FF; font-size: larger; font-weight: bold; } tt { font-family: Courier New; } .tt { font-family: Courier New; } .blog { font-size: smaller; } br { line-height:0px; margin:0; padding:0; } .index { margin-left: 4px; padding-top: 8px; background-color: #A0C0D0; color: white; vertical-align:top; width: 160px; } a:link { color:#268298; text-decoration: none; } a:visited { color:#066298; text-decoration: none; } a:hover { color:grey; text-decoration: underline; } .left-nav-menu { text-align: left; font-size: 11px; font-weight: bold; padding:7px; margin:7px; background-color:#A0C0D0; } #wikitext td {padding: 2px; padding-left: 6px; } #wikitext th {padding: 2px; padding-left: 6px; margin-top:10px;} br { margin-top:12px; }
docs/css/testreport.css
body { background-color:white; width:100%; margin-left:20px; } a,input,button,textarea,select { margin:0; padding:0;} td, table, th, tr { margin: 0px; padding: 0px; } h1, h2, h3, h4, h5, p,body, div, td, th { font-family: Verdana, Arial, sans-serif; font-weight: normal; vertical-align:top; text-align:left; font-size: small; font-family: verdana; font-weight:normal; line-height:120%; } p,h1, h2, h3, h4 { font-family: Verdana, Arial,sans-serif; padding:0px; margin:0px; } h1 { font-size: large; font-weight: normal; color:#00669C; margin-bottom: 10px; padding-left:4px; border-left: 4px #00669C solid;} h2 { font-size: medium; font-weight: bold; margin-bottom: 2px; } h3 { font-size: medium; font-weight: normal; } h4 { font-size: small; font-weight: bold; } td { vertical-align:top; text-align:left; padding-right:6px; padding-top:2px;} th { padding-top:10px; background-color: #FFFFCC; color:blue; font-weight:bold; } th.title { background-color: #FFFFFF; font-weight: normal; } table.list { background-color: #B0B0FF} em { font-style: italic; } strong { font-weight: bold; } /* ul, ol, li { border:1px solid black; } */ ul, ol { padding-top: 6px; padding-left:16px; } li ol, li ul { padding-top: 0px; } div.body { width:700px;margin:0px; padding:0px; margin-left:20px; } .footer { font-size:xx-small; text-align: center; } a.navigate { font-weight: bold } pre { font-family: Courier } td.index { background-color: #B0B0FF; font-size: larger; font-weight:bold; } td.categories { background-color: #B0B0FF; font-size: larger; font-weight: bold; } tt { font-family: Courier New; } .tt { font-family: Courier New; } .blog { font-size: smaller; } br { line-height:0px; margin:0; padding:0; } .index { margin-left: 4px; padding-top: 8px; background-color: #A0C0D0; color: white; vertical-align:top; width: 160px; } a:link { color:#268298; text-decoration: none; } a:visited { color:#066298; text-decoration: none; } a:hover { color:grey; text-decoration: underline; } .left-nav-menu { text-align: left; font-size: 11px; font-weight: bold; padding:7px; margin:7px; background-color:#A0C0D0; } #wikitext td {padding: 2px; padding-left: 6px; } #wikitext th {padding: 2px; padding-left: 6px; margin-top:10px;} br { margin-top:12px; }
0.45423
0.156266
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; } /* Meyers Reset Above */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); html{ font-size: 62.5%; box-sizing: border-box; font-family: 'Montserrat', sans-serif; } nav{ font-size: 2rem; display: flex; list-style-type: none; text-align: center; justify-content: flex-end; font-family: 'Montserrat', sans-serif; font-weight: bold; height:100%; } .nav{ text-decoration: none; color: black; border-radius: 25px; padding: 12px 20px; margin-left: 20px; margin-right: 20px; border: 1px solid white; } .nav-top{ display: flex; padding: 10px; justify-items: stretch; align-items: stretch; border-bottom: 1px solid lightgray; background-color: white; } .nav-left{ width: 20%; justify-content: flex-start; } .nav-right{ height: 100%; width: 80%; justify-content: flex-end; } .nav:hover{ background-color: white; color: #000; transition: 0.2s; text-decoration: underline; } .contactButton { text-decoration: none; color: black; border-radius: 25px; padding: 12px 20px; margin-left: 20px; margin-right: 20px; border: 1px solid white; font-family: 'Montserrat', sans-serif; font-weight: bold; padding: 12px 20px; margin-left: 20px; margin-right: 20px; font-size: 2rem; } .callToAction { background-color: #DC143C; border: 1px solid white; color: white; } .callToAction:hover { background-color: #DC143C; border: 1px solid white; color: white; text-decoration: underline; } .center { display:flex; flex-direction: column; justify-content: center; margin-bottom: 48px; } .center a { color:white; align-self: center; } h1{ font-size: 5rem; text-align: center; margin: 4% 0%; } .left{ display: flex; width: 30%; margin: 1% } .img-1{ width: 100%; height: 50vh; border-radius: 2%; } .right{ display: flex; font-size: 1.6rem; margin: 1%; width: 40%; flex-flow: column; } .right p{ margin-top: 5%; } h2{ font-size: 4rem; margin-bottom: 1%; margin-top: 5%; color: #E9967A; } .faqcontainer { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; margin-top: 5%; margin-bottom: 5%; background-color: #DC143C; padding: 30px 0px; } .contactContainer { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; margin-top: 5%; margin-bottom: 5%; background-color: rgb(241, 223, 161); padding: 30px 0px; } .contactCardHolder { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; max-width: 1000px; border: 1px solid rgb(192, 0, 0); } .cardholder { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; max-width: 1000px; } article { display: flex; flex-direction: column; padding: 0px 15px 15px 15px; width: 40%; margin: 1% 1%; font-size:1.2rem; border-radius: 25px; background-color: white; border: 1px solid white; color: rgb(31, 31, 31); font-family: 'Montserrat', sans-serif; box-shadow: 5px 5px #d4d4d4; } article h1 { font-weight: 600; margin: 0; margin-top: 10px; font-size:4rem; text-align: left; align-self:flex-start; color: rgb(46, 46, 46); } article h3 { background-color: rgb(0, 122, 255); color:white; border-radius: 25px; margin: 0; padding:5px 10px; margin: 10px 0; text-align: left; align-self: flex-start; } article p { font-weight: 200; color:rgb(7, 7, 7); align-self: flex-end; margin-bottom:auto; } .contactContainer { display: flex; flex-direction: row; } .contactContainer .contactCard { margin: 2%; width: 40%; background-color: white; display: flex; flex-direction: column; align-items: center; padding: 0px 15px 15px 15px; font-size:1.2rem; border-radius: 25px; background-color: white; color: rgb(31, 31, 31); font-family: 'Montserrat', sans-serif; box-shadow: 5px 5px #d4d4d4; } .contactContainer .contactCard img { margin: 2%; width: 5%; align-self: flex-start; } .contactContainer .contactCard p { font-size: 2rem; } .container-1{ display: flex; margin: 5%; justify-content: center; } .button-1{ display: flex; text-align: center; justify-content: center; } .button-1 button{ background-color: #DC143C; color: white; font-size: 20px; border-radius: 5%; padding: 15px; border: none; margin-bottom: 5%; } .button-1 button:hover{ background-color: white; color: #DC143C; transition: 1s; border: none; } .active { text-decoration: underline; } .contactTitle { color:white; background-color: rgb(255, 35, 90); border-bottom: 1px solid lightgray; width:100%; padding-top:1%; font-weight: bold; } .about-img-container{ display: flex; flex-wrap: wrap; align-content: center; justify-content: center; margin-top: 5%; margin-bottom: 5%; } .about-img-container img{ width: 20%; margin: 1% 3%; border-radius: 2%; } .about-img-container img:hover{ opacity: 0.5; transition: 1s; } .about-heading{ margin: 5%; } .about-people{ width: 80%; margin: 0 auto; font-size: 1.6rem; margin-bottom: 5%; text-align: center; text-decoration: none; flex-flow: column; font-size: 2rem; } .about-people a{ text-decoration: none; color: #E9967A; } .about-people a:hover{ color: #DC143C; } .about-main{ display: flex; flex-flow: column; justify-items: center; } .about-p-container{ width: 80%; text-align: center; margin: 0 auto; font-size: 1.6rem; justify-content: center; } .fas{ width: 100%; font-size: 4rem; margin-left: 7%; } @media (max-width: 500px){ .faqcontainer { flex-direction: column; } article { width:80%; } .nav-top{ display: flex; flex-direction: column; justify-content: center; margin-bottom: 5%; } .nav-left{ width: 100%; height: 40px; justify-content:center; } .nav-right{ display:flex; width: 100%; justify-content: center; } nav{ flex-direction: column; font-size: 1.5rem; display: flex; list-style-type: none; text-align: center; } .nav { border-radius: 25px; } .container-1{ display: flex; flex-flow: column; align-items: center; width: 100%; margin: 0; } .left{ width: 80%; margin: 0 auto; align-items: center; } .right{ width: 80%; margin: 0 auto; text-align: center; } h2{ width: 100%; margin-top: 2%; } .right p{ margin: 5% auto; } .button-1{ margin: 3% auto; } .about-main{ display: flex; flex-flow: column; /* width: 80%; */ text-align: center; flex-wrap: wrap; } .about-people{ display: flex; flex-flow: column; justify-content: flex-start; width: 98%; } .about-p-container{ width: 80%; justify-content: center; } .about-img-container{ display: flex; flex-flow: column; align-items: center; } .about-img-container img{ width: 80%; } .fas{ visibility: hidden; } } @media(max-width: 800px){ .container-1{ display: flex; flex-flow: column; align-items: center; width: 100%; margin: 0; } .left{ width: 80%; margin: 0 auto; align-items: center; } .right{ width: 80%; margin: 0 auto; text-align: center; } .button-1{ margin-top: 5%; } }
unit1-index.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; } /* Meyers Reset Above */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); html{ font-size: 62.5%; box-sizing: border-box; font-family: 'Montserrat', sans-serif; } nav{ font-size: 2rem; display: flex; list-style-type: none; text-align: center; justify-content: flex-end; font-family: 'Montserrat', sans-serif; font-weight: bold; height:100%; } .nav{ text-decoration: none; color: black; border-radius: 25px; padding: 12px 20px; margin-left: 20px; margin-right: 20px; border: 1px solid white; } .nav-top{ display: flex; padding: 10px; justify-items: stretch; align-items: stretch; border-bottom: 1px solid lightgray; background-color: white; } .nav-left{ width: 20%; justify-content: flex-start; } .nav-right{ height: 100%; width: 80%; justify-content: flex-end; } .nav:hover{ background-color: white; color: #000; transition: 0.2s; text-decoration: underline; } .contactButton { text-decoration: none; color: black; border-radius: 25px; padding: 12px 20px; margin-left: 20px; margin-right: 20px; border: 1px solid white; font-family: 'Montserrat', sans-serif; font-weight: bold; padding: 12px 20px; margin-left: 20px; margin-right: 20px; font-size: 2rem; } .callToAction { background-color: #DC143C; border: 1px solid white; color: white; } .callToAction:hover { background-color: #DC143C; border: 1px solid white; color: white; text-decoration: underline; } .center { display:flex; flex-direction: column; justify-content: center; margin-bottom: 48px; } .center a { color:white; align-self: center; } h1{ font-size: 5rem; text-align: center; margin: 4% 0%; } .left{ display: flex; width: 30%; margin: 1% } .img-1{ width: 100%; height: 50vh; border-radius: 2%; } .right{ display: flex; font-size: 1.6rem; margin: 1%; width: 40%; flex-flow: column; } .right p{ margin-top: 5%; } h2{ font-size: 4rem; margin-bottom: 1%; margin-top: 5%; color: #E9967A; } .faqcontainer { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; margin-top: 5%; margin-bottom: 5%; background-color: #DC143C; padding: 30px 0px; } .contactContainer { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; margin-top: 5%; margin-bottom: 5%; background-color: rgb(241, 223, 161); padding: 30px 0px; } .contactCardHolder { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; max-width: 1000px; border: 1px solid rgb(192, 0, 0); } .cardholder { display: flex; flex-wrap: wrap; align-content: center; justify-content: center; max-width: 1000px; } article { display: flex; flex-direction: column; padding: 0px 15px 15px 15px; width: 40%; margin: 1% 1%; font-size:1.2rem; border-radius: 25px; background-color: white; border: 1px solid white; color: rgb(31, 31, 31); font-family: 'Montserrat', sans-serif; box-shadow: 5px 5px #d4d4d4; } article h1 { font-weight: 600; margin: 0; margin-top: 10px; font-size:4rem; text-align: left; align-self:flex-start; color: rgb(46, 46, 46); } article h3 { background-color: rgb(0, 122, 255); color:white; border-radius: 25px; margin: 0; padding:5px 10px; margin: 10px 0; text-align: left; align-self: flex-start; } article p { font-weight: 200; color:rgb(7, 7, 7); align-self: flex-end; margin-bottom:auto; } .contactContainer { display: flex; flex-direction: row; } .contactContainer .contactCard { margin: 2%; width: 40%; background-color: white; display: flex; flex-direction: column; align-items: center; padding: 0px 15px 15px 15px; font-size:1.2rem; border-radius: 25px; background-color: white; color: rgb(31, 31, 31); font-family: 'Montserrat', sans-serif; box-shadow: 5px 5px #d4d4d4; } .contactContainer .contactCard img { margin: 2%; width: 5%; align-self: flex-start; } .contactContainer .contactCard p { font-size: 2rem; } .container-1{ display: flex; margin: 5%; justify-content: center; } .button-1{ display: flex; text-align: center; justify-content: center; } .button-1 button{ background-color: #DC143C; color: white; font-size: 20px; border-radius: 5%; padding: 15px; border: none; margin-bottom: 5%; } .button-1 button:hover{ background-color: white; color: #DC143C; transition: 1s; border: none; } .active { text-decoration: underline; } .contactTitle { color:white; background-color: rgb(255, 35, 90); border-bottom: 1px solid lightgray; width:100%; padding-top:1%; font-weight: bold; } .about-img-container{ display: flex; flex-wrap: wrap; align-content: center; justify-content: center; margin-top: 5%; margin-bottom: 5%; } .about-img-container img{ width: 20%; margin: 1% 3%; border-radius: 2%; } .about-img-container img:hover{ opacity: 0.5; transition: 1s; } .about-heading{ margin: 5%; } .about-people{ width: 80%; margin: 0 auto; font-size: 1.6rem; margin-bottom: 5%; text-align: center; text-decoration: none; flex-flow: column; font-size: 2rem; } .about-people a{ text-decoration: none; color: #E9967A; } .about-people a:hover{ color: #DC143C; } .about-main{ display: flex; flex-flow: column; justify-items: center; } .about-p-container{ width: 80%; text-align: center; margin: 0 auto; font-size: 1.6rem; justify-content: center; } .fas{ width: 100%; font-size: 4rem; margin-left: 7%; } @media (max-width: 500px){ .faqcontainer { flex-direction: column; } article { width:80%; } .nav-top{ display: flex; flex-direction: column; justify-content: center; margin-bottom: 5%; } .nav-left{ width: 100%; height: 40px; justify-content:center; } .nav-right{ display:flex; width: 100%; justify-content: center; } nav{ flex-direction: column; font-size: 1.5rem; display: flex; list-style-type: none; text-align: center; } .nav { border-radius: 25px; } .container-1{ display: flex; flex-flow: column; align-items: center; width: 100%; margin: 0; } .left{ width: 80%; margin: 0 auto; align-items: center; } .right{ width: 80%; margin: 0 auto; text-align: center; } h2{ width: 100%; margin-top: 2%; } .right p{ margin: 5% auto; } .button-1{ margin: 3% auto; } .about-main{ display: flex; flex-flow: column; /* width: 80%; */ text-align: center; flex-wrap: wrap; } .about-people{ display: flex; flex-flow: column; justify-content: flex-start; width: 98%; } .about-p-container{ width: 80%; justify-content: center; } .about-img-container{ display: flex; flex-flow: column; align-items: center; } .about-img-container img{ width: 80%; } .fas{ visibility: hidden; } } @media(max-width: 800px){ .container-1{ display: flex; flex-flow: column; align-items: center; width: 100%; margin: 0; } .left{ width: 80%; margin: 0 auto; align-items: center; } .right{ width: 80%; margin: 0 auto; text-align: center; } .button-1{ margin-top: 5%; } }
0.403567
0.086401
.um-content { padding: 10px 20px; } .um-content .custom-urls-header { height: 32px; padding: 10px; background: #e5e5e5; } .um-content .custom-urls-header div { margin: 0; float: left; } .um-content .custom-urls-header a.dnnSecondaryAction { float: right; } .um-content .system-generated-urls-header { margin: 20px 0 0 0; height: 32px; padding: 10px; background: #e5e5e5; } .um-content .system-generated-urls-header .dnnLabel, .um-content .custom-urls-header .dnnLabel { display: inline-block; float: none; margin: 6px 0 2px 0; padding-right: 0; text-align: left; width: auto; } .um-content .custom-urls-header .dnnLabel { margin: 6px 0 2px 0; } .um-content .custom-urls-header .dnnLabel label span, .um-content .system-generated-urls-header .dnnLabel label span { font-weight: bold; } .um-content .custom-urls-header a.dnnFormHelp, .um-content .system-generated-urls-header a.dnnFormHelp { position: relative; } .um-content .dnnTableDisplay { width: 100%; border-collapse: separate; border-spacing: 0; } .um-content table.fixed { table-layout: fixed; } .um-content .dnnTableDisplay th, .um-content .dnnTableDisplay td { font-size: 12px; } .um-content .dnnTableDisplay th a, .um-content .dnnTableDisplay th a:link { background-image: url('/../../Images/table-sort-sprite.png'); background-repeat: no-repeat; background-position: 100% 10px; font-size: 12px; } .um-content .dnnTableDisplay th a:link.asc { background-position: 100% -28px; } .um-content .dnnTableDisplay th a:link.desc { background-position: 100% -8px; } .um-content .dnnTableDisplay th a.asc:hover, .um-content .dnnTableDisplay th a.asc:active { background-image: url('/../../Images/table-sort-sprite.png'); background-repeat: no-repeat; background-position: 100% -28px; } .um-content .dnnTableDisplay th a.desc:hover, .um-content .dnnTableDisplay th a.desc:active { background-image: url('/../../Images/table-sort-sprite.png'); background-repeat: no-repeat; background-position: 100% -8px; } .um-content .custom-urls-col-default { width: 40px; } .um-content .custom-urls-col-path { width: 100%; } .um-content .custom-urls-col-language { width: 160px; } .um-content .custom-urls-col-urltype { width: 140px; } .um-content .custom-urls-col-actions { width: 100px; } .um-content .number-cell { text-align: right; } .um-content th a.no-sort { pointer-events: none; cursor: default; } .um-content ul.actions { list-style: none; /* turns off bullets */ float: left; margin: 0; padding: 0; } .um-content ul.actions li { float: left; margin: 0 6px 0 0; list-style-type: none; /* override skin css */ } .um-content ul.actions li.last { margin-right: 0; } .um-content ul.actions li a { float: left; display: block; margin: 0; padding: 0 4px; height: 16px; width: 12px; vertical-align: middle; } .um-content ul.actions li.action-edit a { background: url("../../../icons/sigma/Edit_16X16_Standard.png") no-repeat center; } .um-content ul.actions li.action-delete a { background: url("../../../icons/sigma/Delete_16X16_Standard.png") no-repeat center; } .um-content .dnnTableDisplay tr td.is200 { background: url("Images/star_16x16.png") no-repeat center; } .um-content .dnnTableDisplay tr:nth-child(2n) td.is200 { background: rgba(0, 0, 0, 0.04) url("Images/star_16x16.png") no-repeat center; } .um-content .dnnTableDisplay tr:hover td.is200 { background: rgba(2, 139, 255, 0.15) url("Images/star_16x16.png") no-repeat center; } .um-content .um-edit-url-dialog { padding: 16px 40px 10px 40px; border: none; -moz-box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.15) inset; -webkit-box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.15) inset; box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.15) inset; background: #fff; position: relative; } .um-content .um-create-url-container .um-edit-url-dialog { border: 1px solid #d1d1d1; } .um-content .um-create-url-container td .um-edit-url-dialog { border-bottom: none; border-top: none; } .um-content .dnnTableDisplay tr.um-edit-url-row td { padding: 0; } .um-content .um-edit-url-dialog .dnnFormItem select { width: 100%; max-width: 100%; margin: 0; } .um-content .um-edit-url-dialog .dnnFormItem { position: relative; text-align: left; clear: none; width: auto; } .um-content .um-edit-url-dialog ul { list-style-type: none; display: block; padding: 0; margin: 0; } .um-content .um-edit-url-dialog ul.um-fields { margin: 6px 0 0 0; white-space: normal; position: relative; background: #e3e3e5; } .um-content .um-edit-url-dialog ul.dnnActions { padding-top: 18px; } .um-content .um-edit-url-dialog li { list-style-type: none; float: left; margin: 0; } .um-content .um-edit-url-dialog li.dnnFormItem { padding: 8px; } .um-content .um-edit-url-dialog li.dnnFormItem label { font-style: italic; } .um-content .dnnFormItem .um-input-container { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #C9C9C9; border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset; color: #333333; font-size: 12px; padding: 8px; position: relative; } .um-content .dnnFormItem .um-input-container:active, .um-content .dnnFormItem .um-input-container:focus { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid rgba(2, 139, 255, 0.5); box-shadow: 0 0 3px 0 rgba(2, 139, 255, 0.4); color: #333333; } .um-content .dnnFormItem .um-input-container input[type="text"], .um-content .dnnFormItem .um-input-container input[type="text"]:active, .um-content .dnnFormItem .um-input-container input[type="text"]:focus { padding: 0; margin: 0; border: none; box-shadow: none !important; height: 17px; width: 100%; max-width: 100%; outline: none; } .um-content .um-edit-url-dialog li.um-alias-container { float: left; width: 220px; } .um-content .um-edit-url-dialog li.um-path-container { margin-left: 230px; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.um-statuscodes-container { float: left; width: 160px; } .um-content .um-edit-url-dialog li.um-statuscodes-and-querystring-container { margin-right: 210px; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.singleLocale { margin-right: 0; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.um-locales-container { float: right; width: 200px; background: #fff; } .um-content .um-edit-url-dialog li.um-querystring-container { margin-left: 170px; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.disabled { -webkit-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; } .wordwrap { /* wrap long text and urls */ white-space: pre; /* CSS 2.0 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3.0 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: -moz-pre-wrap; /* Mozilla */ word-wrap: break-word; /* IE 5+ */ } .um-content .editing { background-color: #ffff66; } .um-content .busy { /* background-image: url("../../../../Images/icon_wait.gif"); background-repeat: no-repeat; background-position: center center; */ opacity: 0.50; } .um-busy-image { position: absolute; top: 50%; margin-top: -20px; left: 50%; margin-left: -20px; } .um-content .um-edit-url-dialog ul.um-alias-options-fields { margin: 0; height: 40px; } .um-content .um-edit-url-dialog .um-alias-options-container { padding: 0 0 0 4px; } .um-content .um-edit-url-dialog .um-alias-options-container div.um-alias-options-caption { font-style: italic; line-height: 20px; float: left; margin: 5px; } .um-content .um-edit-url-dialog .um-radiobuttons input[type="radio"] { display: none; display: inline\9; /* show in IE < 9 */ } .um-content .um-edit-url-dialog .um-radiobuttons input[type="radio"] + label span { display: inline-block; display: none\9; /* disable in IE < 9 */ width: 19px; height: 19px; margin: -1px 4px 0 0; vertical-align: middle; background: url("/images/radiobutton.png") left top no-repeat; background-position: 0 0; cursor: pointer; } .um-content .um-edit-url-dialog .um-radiobuttons input[type="radio"]:checked + label span { background-position: -50px 0; } .um-content .um-edit-url-dialog ul.um-radiobuttons { float: left; padding: 2px; } .um-content .um-edit-url-dialog ul.um-radiobuttons li { padding: 4px 6px; } .um-content .um-edit-url-dialog .um-radiobuttons li label { font-style: normal; } .um-edit-url-dialog div.dnnLabel { width: auto; margin-top: 0; float: none; } .um-edit-url-dialog a.dnnFormHelp { top: 0; } .um-edit-url-dialog .um-alias-options-caption a.dnnFormHelp { top: 2px; }
DesktopModules/Admin/UrlManagement/PageSettings.css
.um-content { padding: 10px 20px; } .um-content .custom-urls-header { height: 32px; padding: 10px; background: #e5e5e5; } .um-content .custom-urls-header div { margin: 0; float: left; } .um-content .custom-urls-header a.dnnSecondaryAction { float: right; } .um-content .system-generated-urls-header { margin: 20px 0 0 0; height: 32px; padding: 10px; background: #e5e5e5; } .um-content .system-generated-urls-header .dnnLabel, .um-content .custom-urls-header .dnnLabel { display: inline-block; float: none; margin: 6px 0 2px 0; padding-right: 0; text-align: left; width: auto; } .um-content .custom-urls-header .dnnLabel { margin: 6px 0 2px 0; } .um-content .custom-urls-header .dnnLabel label span, .um-content .system-generated-urls-header .dnnLabel label span { font-weight: bold; } .um-content .custom-urls-header a.dnnFormHelp, .um-content .system-generated-urls-header a.dnnFormHelp { position: relative; } .um-content .dnnTableDisplay { width: 100%; border-collapse: separate; border-spacing: 0; } .um-content table.fixed { table-layout: fixed; } .um-content .dnnTableDisplay th, .um-content .dnnTableDisplay td { font-size: 12px; } .um-content .dnnTableDisplay th a, .um-content .dnnTableDisplay th a:link { background-image: url('/../../Images/table-sort-sprite.png'); background-repeat: no-repeat; background-position: 100% 10px; font-size: 12px; } .um-content .dnnTableDisplay th a:link.asc { background-position: 100% -28px; } .um-content .dnnTableDisplay th a:link.desc { background-position: 100% -8px; } .um-content .dnnTableDisplay th a.asc:hover, .um-content .dnnTableDisplay th a.asc:active { background-image: url('/../../Images/table-sort-sprite.png'); background-repeat: no-repeat; background-position: 100% -28px; } .um-content .dnnTableDisplay th a.desc:hover, .um-content .dnnTableDisplay th a.desc:active { background-image: url('/../../Images/table-sort-sprite.png'); background-repeat: no-repeat; background-position: 100% -8px; } .um-content .custom-urls-col-default { width: 40px; } .um-content .custom-urls-col-path { width: 100%; } .um-content .custom-urls-col-language { width: 160px; } .um-content .custom-urls-col-urltype { width: 140px; } .um-content .custom-urls-col-actions { width: 100px; } .um-content .number-cell { text-align: right; } .um-content th a.no-sort { pointer-events: none; cursor: default; } .um-content ul.actions { list-style: none; /* turns off bullets */ float: left; margin: 0; padding: 0; } .um-content ul.actions li { float: left; margin: 0 6px 0 0; list-style-type: none; /* override skin css */ } .um-content ul.actions li.last { margin-right: 0; } .um-content ul.actions li a { float: left; display: block; margin: 0; padding: 0 4px; height: 16px; width: 12px; vertical-align: middle; } .um-content ul.actions li.action-edit a { background: url("../../../icons/sigma/Edit_16X16_Standard.png") no-repeat center; } .um-content ul.actions li.action-delete a { background: url("../../../icons/sigma/Delete_16X16_Standard.png") no-repeat center; } .um-content .dnnTableDisplay tr td.is200 { background: url("Images/star_16x16.png") no-repeat center; } .um-content .dnnTableDisplay tr:nth-child(2n) td.is200 { background: rgba(0, 0, 0, 0.04) url("Images/star_16x16.png") no-repeat center; } .um-content .dnnTableDisplay tr:hover td.is200 { background: rgba(2, 139, 255, 0.15) url("Images/star_16x16.png") no-repeat center; } .um-content .um-edit-url-dialog { padding: 16px 40px 10px 40px; border: none; -moz-box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.15) inset; -webkit-box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.15) inset; box-shadow: 0 14px 14px -10px rgba(0, 0, 0, 0.15) inset; background: #fff; position: relative; } .um-content .um-create-url-container .um-edit-url-dialog { border: 1px solid #d1d1d1; } .um-content .um-create-url-container td .um-edit-url-dialog { border-bottom: none; border-top: none; } .um-content .dnnTableDisplay tr.um-edit-url-row td { padding: 0; } .um-content .um-edit-url-dialog .dnnFormItem select { width: 100%; max-width: 100%; margin: 0; } .um-content .um-edit-url-dialog .dnnFormItem { position: relative; text-align: left; clear: none; width: auto; } .um-content .um-edit-url-dialog ul { list-style-type: none; display: block; padding: 0; margin: 0; } .um-content .um-edit-url-dialog ul.um-fields { margin: 6px 0 0 0; white-space: normal; position: relative; background: #e3e3e5; } .um-content .um-edit-url-dialog ul.dnnActions { padding-top: 18px; } .um-content .um-edit-url-dialog li { list-style-type: none; float: left; margin: 0; } .um-content .um-edit-url-dialog li.dnnFormItem { padding: 8px; } .um-content .um-edit-url-dialog li.dnnFormItem label { font-style: italic; } .um-content .dnnFormItem .um-input-container { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #C9C9C9; border-radius: 3px 3px 3px 3px; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset; color: #333333; font-size: 12px; padding: 8px; position: relative; } .um-content .dnnFormItem .um-input-container:active, .um-content .dnnFormItem .um-input-container:focus { background: none repeat scroll 0 0 #FFFFFF; border: 1px solid rgba(2, 139, 255, 0.5); box-shadow: 0 0 3px 0 rgba(2, 139, 255, 0.4); color: #333333; } .um-content .dnnFormItem .um-input-container input[type="text"], .um-content .dnnFormItem .um-input-container input[type="text"]:active, .um-content .dnnFormItem .um-input-container input[type="text"]:focus { padding: 0; margin: 0; border: none; box-shadow: none !important; height: 17px; width: 100%; max-width: 100%; outline: none; } .um-content .um-edit-url-dialog li.um-alias-container { float: left; width: 220px; } .um-content .um-edit-url-dialog li.um-path-container { margin-left: 230px; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.um-statuscodes-container { float: left; width: 160px; } .um-content .um-edit-url-dialog li.um-statuscodes-and-querystring-container { margin-right: 210px; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.singleLocale { margin-right: 0; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.um-locales-container { float: right; width: 200px; background: #fff; } .um-content .um-edit-url-dialog li.um-querystring-container { margin-left: 170px; max-width: 100%; float: none; } .um-content .um-edit-url-dialog li.disabled { -webkit-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; } .wordwrap { /* wrap long text and urls */ white-space: pre; /* CSS 2.0 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3.0 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ white-space: -moz-pre-wrap; /* Mozilla */ word-wrap: break-word; /* IE 5+ */ } .um-content .editing { background-color: #ffff66; } .um-content .busy { /* background-image: url("../../../../Images/icon_wait.gif"); background-repeat: no-repeat; background-position: center center; */ opacity: 0.50; } .um-busy-image { position: absolute; top: 50%; margin-top: -20px; left: 50%; margin-left: -20px; } .um-content .um-edit-url-dialog ul.um-alias-options-fields { margin: 0; height: 40px; } .um-content .um-edit-url-dialog .um-alias-options-container { padding: 0 0 0 4px; } .um-content .um-edit-url-dialog .um-alias-options-container div.um-alias-options-caption { font-style: italic; line-height: 20px; float: left; margin: 5px; } .um-content .um-edit-url-dialog .um-radiobuttons input[type="radio"] { display: none; display: inline\9; /* show in IE < 9 */ } .um-content .um-edit-url-dialog .um-radiobuttons input[type="radio"] + label span { display: inline-block; display: none\9; /* disable in IE < 9 */ width: 19px; height: 19px; margin: -1px 4px 0 0; vertical-align: middle; background: url("/images/radiobutton.png") left top no-repeat; background-position: 0 0; cursor: pointer; } .um-content .um-edit-url-dialog .um-radiobuttons input[type="radio"]:checked + label span { background-position: -50px 0; } .um-content .um-edit-url-dialog ul.um-radiobuttons { float: left; padding: 2px; } .um-content .um-edit-url-dialog ul.um-radiobuttons li { padding: 4px 6px; } .um-content .um-edit-url-dialog .um-radiobuttons li label { font-style: normal; } .um-edit-url-dialog div.dnnLabel { width: auto; margin-top: 0; float: none; } .um-edit-url-dialog a.dnnFormHelp { top: 0; } .um-edit-url-dialog .um-alias-options-caption a.dnnFormHelp { top: 2px; }
0.495606
0.068009
html, body { height: 100%; overflow: hidden; } body{ min-width:1200px; } .positionRight{ height:390px; position: fixed; right:20px; top:50%; margin-top:-193px; z-index: 100; } .positionRight p{ margin-left: 54px; cursor: pointer; } .positionRight ul{ margin: 10px 0 16px; } .positionRight ul li a{ display: block; width:128px; height:36px; background-color: rgba(68,90,154,0.7); margin-top: 6px; font-size: 18px; line-height: 36px; text-align: center; color: #fff; cursor: pointer; } .positionRight ul .change{ background: #5b78cd; } #container{ top:0%; } #container, .sections, .section { position: relative; height: 100%; } .section { background-color: #000; background-size: cover; background-position: 50% 50%; padding-top: 20px; } .inner{ width:62.5%; height:100%; margin:0 auto; position: relative; padding-top: 4%; } .logo{ position: absolute; margin-left: 2.6%; z-index: 10; } h3{ font-size: 5.5vh; text-align: center; height:10.5vmin; color: #445a9a; background: url(/Home/images/index/aboutcmrc/trilateral.png) no-repeat center bottom; } .know h3,.system h3,.cooperation h3{ color: #fff; background-image: url(/Home/images/index/aboutcmrc/trilateralWhite.png); } .bottomImg{ width:100%; position: absolute; bottom: -0.6vmin; left: 0; z-index: 200; } .bottomImg a{ display: block; } .bottomImg img{ width:100%; height:100%; } /*了解中研*/ .know{ background: url(/Home/images/index/aboutcmrc/know.png) no-repeat; background-size: 100% 100%; } .know .inner{ z-index: 1; } .knowCenter{ position: absolute; top:-20px; left:0; right:0; transform: translate(7%,0); bottom: 0; z-index: 5; } .knowCenter img{ height:100%; } .neirong{ position: absolute; top:11.2%; bottom:0; left:0; right:0; z-index: 20; } .knowContent{ margin-top:4.2%; width:100%; height:55%; background: rgba(255,255,255,0.7); padding: 3% 4% 0; } .knowLeft{ width:30.4%; border-right: 1px solid #6777a5; } .knowLeft p{ font-size: 3vmin; line-height: 8vmin; color:#000; background: url(/Home/images/index/aboutcmrc/star.png) no-repeat left; padding-left: 40px; } .knowLeft p em{ color: #9f0914; } .knowRight{ width:69.6%; padding-left: 5%; height:100%; padding-top: 1%; } .knowImg{ width:100%; height:40%; margin-bottom: 2%; } .knowImg img{ width: 100%; height:100%; } .rightBottom p{ line-height: 3.2vmin; font-size: 2.3vmin; color: #000; } /*中研领域*/ .field{ background: url(/Home/images/index/aboutcmrc/field.png) no-repeat; background-size: 100% 100%; } .field ul li{ position: absolute; width:23vmin; } .field ul li img{ width:100%; height:100%; } .field ul li p{ width:88%; height:15%; line-height: 3vmin; background-color: rgba(68, 90, 154, 0.5); position: absolute; top:41%; left:6%; font-size:2.5vmin; color:#fff; text-align: center; } .listOne{ top:23.5vmin; left:25.4vmin; } .listTwo{ top:34.2vmin; left:43vmin; } .listThree{ top:57vmin; left:43.2vmin; } .listFour{ top:67.2vmin; left:25.4vmin; } .listFive{ top:57vmin; left:7.5vmin; } .listSix{ top:34.2vmin; left:7.8vmin; } .middle{ width:101%; height:8.4%; position: absolute; top:53%; left:-0.6%; background-color: #44519a; } .middle p{ width:47%; height: 86%; margin-left: 6.8%; margin-top: 0.3%; } .middle p img{ width:100%; height:100%; } .fieldRight{ width:30.3%; height:49.7%; padding:2.3% 3%; background: #5b78cd; position: absolute; top:32.4%; right:7.75% ; box-shadow: 0 0 10px 1px #888; } .fieldRight h4{ font-size: 2.3vmin ; font-weight:bold; color:#fefefe; margin-bottom: 8%; } .fieldRight p{ font-size: 1.7vmin; color: #fefefe; } .fieldRight p+p{ margin-top: 5%; } /*行业优势*/ .advantage{ background: url(/Home/images/index/aboutcmrc/advantage.jpg) no-repeat; background-size: 100% 100%; } .advantage h3{ position: relative; z-index: 10; } .advantageTop{ width:50.8%; height:41.2%; position: absolute; top:0; left:0; z-index: 5 } .advantageTop img{ width:100%; height:100%; } .advantage ul{ margin-top: 12.5%; width:100%; height:53.5% ; display: flex; justify-content: space-between; } .advantage ul li{ width:31.6%; height:100%; border:1px solid #fff; } .advantage ul li:hover{ background: #dcdcdc; border:0; border-radius: 10px; } .firstList:hover{ box-shadow: 0 0 8px 2px #82b3e5; } .twoList:hover{ box-shadow: 0 0 8px 2px #79abb4; } .threeList:hover{ box-shadow: 0 0 8px 2px #ac8280; } .advantage ul li p{ width:100.6%; height:55.5%; margin-top: 14.5%; padding: 12% 5.26% 0; margin-left: -0.3%; font-size:2vmin; line-height: 3vmin; color: #fff; } .firstP{ background: #2290ff; background: -moz-linear-gradient(right, #00c3fa 0%, #2290ff 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#00c3fa), color-stop(60%,#2290ff)); background: -webkit-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -o-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -ms-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: linear-gradient(to right, #00c3fa 0%,#2290ff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3fa', endColorstr='#2290ff',GradientType=0 ); } :root .firstP{ filter:none; } .secondP{ background: #12b3d0; background: -moz-linear-gradient(right, #37e4eb 0%, #12b3d0 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#37e4eb), color-stop(60%,#12b3d0)); background: -webkit-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -o-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -ms-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: linear-gradient(to right, #37e4eb 0%,#12b3d0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37e4eb', endColorstr='#12b3d0',GradientType=0 ); } :root .secondP{ filter:none; } .threeP{ background: #f93c36; background: -moz-linear-gradient(right, #ff7959 0%, #f93c36 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#ff7959), color-stop(60%,#f93c36)); background: -webkit-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -o-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -ms-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: linear-gradient(to right, #ff7959 0%,#f93c36 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7959', endColorstr='#f93c36',GradientType=0 ); } :root .threeP{ filter:none; } .advantage ul li em{ display: block; width:89.47%; height:2px; margin: 8.5% auto 4.25%; } .firstP+em{ background: #2290ff; background: -moz-linear-gradient(right, #00c3fa 0%, #2290ff 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#00c3fa), color-stop(60%,#2290ff)); background: -webkit-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -o-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -ms-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: linear-gradient(to right, #00c3fa 0%,#2290ff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3fa', endColorstr='#2290ff',GradientType=0 ); } :root .firstP+em{ filter:none; } .secondP+em{ background: #12b3d0; background: -moz-linear-gradient(right, #37e4eb 0%, #12b3d0 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#37e4eb), color-stop(60%,#12b3d0)); background: -webkit-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -o-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -ms-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: linear-gradient(to right, #37e4eb 0%,#12b3d0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37e4eb', endColorstr='#12b3d0',GradientType=0 ); } :root .secondP+em{ filter:none; } .threeP+em{ background: #f93c36; background: -moz-linear-gradient(right, #ff7959 0%, #f93c36 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#ff7959), color-stop(60%,#f93c36)); background: -webkit-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -o-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -ms-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: linear-gradient(to right, #ff7959 0%,#f93c36 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7959', endColorstr='#f93c36',GradientType=0 ); } :root .threeP+em{ filter:none; } .advantage ul li h4{ text-align: center; font-weight: bold; color: #000; font-size: 2.5vmin; } /*全方位服务*/ .service{ background: url(/Home/images/index/aboutcmrc/service.jpg) no-repeat; background-size: 100% 100%; } .service ul{ display: flex; justify-content: space-between; margin-top: 6.6%; } .service ul li{ width:28.3%; } .serviceImg { width: 100%; border-radius: 50%; border: 8px solid #a6b1d1; overflow: hidden; background: transparent; -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; } .serviceImg img { width: 100%; height: auto; border-radius: 50%; -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; } .serviceImg:hover, .serviceImg:hover img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); -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; z-index: 1; } .serviceImg+h4{ text-align: center; height:9.5%; margin: 7% 0 4.5%; font-size: 2.5vmin; color: #000; font-weight: bold; background: url(/Home/images/index/aboutcmrc/servicebottom.png) no-repeat center bottom; } .serviceImg+h4+p{ width:70%; text-align: center; font-size:1.5vmin; margin:0 auto; } /*行业研究专家*/ .specialist{ background: url(/Home/images/index/aboutcmrc/specialist.jpg) no-repeat; background-size: 100% 100%; } .specialist ul li{ width:18.3%; height:23%; position: absolute; border-radius: 42px; } .specialist ul li img{ width:100%; height:100%; } .specialist ul li span{ position: absolute; bottom: 2vmin; left:0; right:0; transform: translate(35%,0); color:#fff; font-size: 2.5vmin; } .specialist ul .specialistOne span{ bottom:5.5vmin; } .specialist ul .specialistOne{ width:25.3%; height:40%; top:51%; left:37.3%; } .specialistTwo{ top:28.3%; left:17.9%; } .specialistThree{ top:54.3%; left:3.42%; } .specialistFour{ top:23.5%; left:40.83%; } .specialistFive{ top:28.3%; right:17.1%; } .specialistSix{ top:54.3%; right:2.5%; } /*600个全国覆盖城市*/ .map{ background: url(/Home/images/index/aboutcmrc/map.jpg) no-repeat; background-size: 100% 100%; } .mapImg{ width:70%; margin:5% auto 0; } .mapImg img{ width:100%; height:100%; } /*课程体系*/ .system{ background: url(/Home/images/index/aboutcmrc/system.jpg) no-repeat; background-size: 100% 100%; position: relative; } .stytemCenter{ width:100%; height:57%; background: #fff; margin-top: 4.2%; padding: 2.1% 3.3% 0; } .stytemLeft{ width:59%; height:91.2%; } .stytemLeft p{ width:48.5%; height:50%; margin:0 1.5% 1.7% 0; float: left; } .stytemLeft p img{ width:100%; height:100%; } .stytemRight{ width:38.8%; height:100%; padding-top: 2.5%; } .stytemRight h4{ width:43.3%; height:9.5%; background: #445a9a; font-size: 2.6vmin; color: #fff; text-align: center; line-height: 4.4vmin; } .stytemRight p{ background: url(/Home/images/index/aboutcmrc/round.png) no-repeat left 1.3vmin; padding:0 0 0 1.8vmin; font-size: 1.8vmin; line-height: 3.2vmin; margin-top: 4%; } /*营销合作*/ .cooperation{ background: url(/Home/images/index/aboutcmrc/cooperation.jpg) no-repeat; background-size: 100% 100%; } #ulis{ height:23%; width:100%; margin-top: 7%; overflow: hidden; position: relative; } #ulis ul{ /*width:200%;*/ height:100%; position: absolute; top:0; left: 0; display: flex; justify-content: space-between; } #ulis ul li{ /*float: left;*/ width:33vmin; height:100%; background: url(/Home/images/index/aboutcmrc/cooperationBorder.png) no-repeat; background-size: 100% 100%; padding: 4vmin 4.2vmin 0 4.8vmin; margin-right: 2vmin; } #ulis ul li h4{ text-align: center; font-size: 2vmin; font-weight: bold;color: #000; } #ulis ul li p{ text-align: left; font-size: 1.5vmin; margin-top: 2.9vmin; line-height: 2.2vmin; } /*底部*/ .footer{ position: absolute; bottom: 0; left: 0; width:100%; height:36%; padding-top:50px; border-top: 1px solid #999; } .fooer_inner,.footer_bottom{ width:62.5%; margin:0 auto; } .footer_copyright{ height:81.8%; border-bottom:1px solid #999; } .footer_left_img{ width:14.5vmin; height:12vmin; padding-right:4vmin; border-right:1px solid #666; } .footer_left_img div{ width:12vmin; height:12vmin; background-color: #a0a0a0; } .class_left_tel{ margin: 3.7vmin 0 0 2vmin; } .class_left_tel p{ color:#eee; font-size: 1.4vmin; } /*.class_left_tel p a{ color:#eee; }*/ .class_left_tel .telephone{ font-size:2.4vmin; } .footer_right ol{ height:2.8vmin; background:url("../images/footer/underline.png") no-repeat left bottom; margin-bottom:2vmin; } .footer_right ol li{ float:left; width:3.3vmin; line-height: 2.5vmin; margin-right:2.5vmin; font-size:1.6vmin; } .current{ border-bottom:2px solid #c6cbdb; } .footer_right ol li a{ color:#eee; } .footer_right_list{ width:41vmin; position:relative; } .footer_right_list ul{ position:absolute; top:0; left:0; } .footer_right_list ul li{ line-height: 2.3vmin; color:#eee; font-size: 1.4vmin; } /*.footer_right_list ul li a{ color:#eee; }*/ .footer_right_list .dalian{ display:none; } .item{ display:none; } .show{ display:block; } .footer_bottom{ line-height:5vmin; } .footer_bottom div{ color:#999; font-size:1.2vmin; }
public/Home/css/index/about/aboutcmrc.css
html, body { height: 100%; overflow: hidden; } body{ min-width:1200px; } .positionRight{ height:390px; position: fixed; right:20px; top:50%; margin-top:-193px; z-index: 100; } .positionRight p{ margin-left: 54px; cursor: pointer; } .positionRight ul{ margin: 10px 0 16px; } .positionRight ul li a{ display: block; width:128px; height:36px; background-color: rgba(68,90,154,0.7); margin-top: 6px; font-size: 18px; line-height: 36px; text-align: center; color: #fff; cursor: pointer; } .positionRight ul .change{ background: #5b78cd; } #container{ top:0%; } #container, .sections, .section { position: relative; height: 100%; } .section { background-color: #000; background-size: cover; background-position: 50% 50%; padding-top: 20px; } .inner{ width:62.5%; height:100%; margin:0 auto; position: relative; padding-top: 4%; } .logo{ position: absolute; margin-left: 2.6%; z-index: 10; } h3{ font-size: 5.5vh; text-align: center; height:10.5vmin; color: #445a9a; background: url(/Home/images/index/aboutcmrc/trilateral.png) no-repeat center bottom; } .know h3,.system h3,.cooperation h3{ color: #fff; background-image: url(/Home/images/index/aboutcmrc/trilateralWhite.png); } .bottomImg{ width:100%; position: absolute; bottom: -0.6vmin; left: 0; z-index: 200; } .bottomImg a{ display: block; } .bottomImg img{ width:100%; height:100%; } /*了解中研*/ .know{ background: url(/Home/images/index/aboutcmrc/know.png) no-repeat; background-size: 100% 100%; } .know .inner{ z-index: 1; } .knowCenter{ position: absolute; top:-20px; left:0; right:0; transform: translate(7%,0); bottom: 0; z-index: 5; } .knowCenter img{ height:100%; } .neirong{ position: absolute; top:11.2%; bottom:0; left:0; right:0; z-index: 20; } .knowContent{ margin-top:4.2%; width:100%; height:55%; background: rgba(255,255,255,0.7); padding: 3% 4% 0; } .knowLeft{ width:30.4%; border-right: 1px solid #6777a5; } .knowLeft p{ font-size: 3vmin; line-height: 8vmin; color:#000; background: url(/Home/images/index/aboutcmrc/star.png) no-repeat left; padding-left: 40px; } .knowLeft p em{ color: #9f0914; } .knowRight{ width:69.6%; padding-left: 5%; height:100%; padding-top: 1%; } .knowImg{ width:100%; height:40%; margin-bottom: 2%; } .knowImg img{ width: 100%; height:100%; } .rightBottom p{ line-height: 3.2vmin; font-size: 2.3vmin; color: #000; } /*中研领域*/ .field{ background: url(/Home/images/index/aboutcmrc/field.png) no-repeat; background-size: 100% 100%; } .field ul li{ position: absolute; width:23vmin; } .field ul li img{ width:100%; height:100%; } .field ul li p{ width:88%; height:15%; line-height: 3vmin; background-color: rgba(68, 90, 154, 0.5); position: absolute; top:41%; left:6%; font-size:2.5vmin; color:#fff; text-align: center; } .listOne{ top:23.5vmin; left:25.4vmin; } .listTwo{ top:34.2vmin; left:43vmin; } .listThree{ top:57vmin; left:43.2vmin; } .listFour{ top:67.2vmin; left:25.4vmin; } .listFive{ top:57vmin; left:7.5vmin; } .listSix{ top:34.2vmin; left:7.8vmin; } .middle{ width:101%; height:8.4%; position: absolute; top:53%; left:-0.6%; background-color: #44519a; } .middle p{ width:47%; height: 86%; margin-left: 6.8%; margin-top: 0.3%; } .middle p img{ width:100%; height:100%; } .fieldRight{ width:30.3%; height:49.7%; padding:2.3% 3%; background: #5b78cd; position: absolute; top:32.4%; right:7.75% ; box-shadow: 0 0 10px 1px #888; } .fieldRight h4{ font-size: 2.3vmin ; font-weight:bold; color:#fefefe; margin-bottom: 8%; } .fieldRight p{ font-size: 1.7vmin; color: #fefefe; } .fieldRight p+p{ margin-top: 5%; } /*行业优势*/ .advantage{ background: url(/Home/images/index/aboutcmrc/advantage.jpg) no-repeat; background-size: 100% 100%; } .advantage h3{ position: relative; z-index: 10; } .advantageTop{ width:50.8%; height:41.2%; position: absolute; top:0; left:0; z-index: 5 } .advantageTop img{ width:100%; height:100%; } .advantage ul{ margin-top: 12.5%; width:100%; height:53.5% ; display: flex; justify-content: space-between; } .advantage ul li{ width:31.6%; height:100%; border:1px solid #fff; } .advantage ul li:hover{ background: #dcdcdc; border:0; border-radius: 10px; } .firstList:hover{ box-shadow: 0 0 8px 2px #82b3e5; } .twoList:hover{ box-shadow: 0 0 8px 2px #79abb4; } .threeList:hover{ box-shadow: 0 0 8px 2px #ac8280; } .advantage ul li p{ width:100.6%; height:55.5%; margin-top: 14.5%; padding: 12% 5.26% 0; margin-left: -0.3%; font-size:2vmin; line-height: 3vmin; color: #fff; } .firstP{ background: #2290ff; background: -moz-linear-gradient(right, #00c3fa 0%, #2290ff 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#00c3fa), color-stop(60%,#2290ff)); background: -webkit-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -o-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -ms-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: linear-gradient(to right, #00c3fa 0%,#2290ff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3fa', endColorstr='#2290ff',GradientType=0 ); } :root .firstP{ filter:none; } .secondP{ background: #12b3d0; background: -moz-linear-gradient(right, #37e4eb 0%, #12b3d0 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#37e4eb), color-stop(60%,#12b3d0)); background: -webkit-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -o-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -ms-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: linear-gradient(to right, #37e4eb 0%,#12b3d0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37e4eb', endColorstr='#12b3d0',GradientType=0 ); } :root .secondP{ filter:none; } .threeP{ background: #f93c36; background: -moz-linear-gradient(right, #ff7959 0%, #f93c36 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#ff7959), color-stop(60%,#f93c36)); background: -webkit-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -o-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -ms-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: linear-gradient(to right, #ff7959 0%,#f93c36 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7959', endColorstr='#f93c36',GradientType=0 ); } :root .threeP{ filter:none; } .advantage ul li em{ display: block; width:89.47%; height:2px; margin: 8.5% auto 4.25%; } .firstP+em{ background: #2290ff; background: -moz-linear-gradient(right, #00c3fa 0%, #2290ff 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#00c3fa), color-stop(60%,#2290ff)); background: -webkit-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -o-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: -ms-linear-gradient(right, #00c3fa 0%,#2290ff 100%); background: linear-gradient(to right, #00c3fa 0%,#2290ff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3fa', endColorstr='#2290ff',GradientType=0 ); } :root .firstP+em{ filter:none; } .secondP+em{ background: #12b3d0; background: -moz-linear-gradient(right, #37e4eb 0%, #12b3d0 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#37e4eb), color-stop(60%,#12b3d0)); background: -webkit-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -o-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: -ms-linear-gradient(right, #37e4eb 0%,#12b3d0 100%); background: linear-gradient(to right, #37e4eb 0%,#12b3d0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37e4eb', endColorstr='#12b3d0',GradientType=0 ); } :root .secondP+em{ filter:none; } .threeP+em{ background: #f93c36; background: -moz-linear-gradient(right, #ff7959 0%, #f93c36 100%); background: -webkit-gradient(linear,top left,top right, color-stop(0%,#ff7959), color-stop(60%,#f93c36)); background: -webkit-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -o-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: -ms-linear-gradient(right, #ff7959 0%,#f93c36 100%); background: linear-gradient(to right, #ff7959 0%,#f93c36 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7959', endColorstr='#f93c36',GradientType=0 ); } :root .threeP+em{ filter:none; } .advantage ul li h4{ text-align: center; font-weight: bold; color: #000; font-size: 2.5vmin; } /*全方位服务*/ .service{ background: url(/Home/images/index/aboutcmrc/service.jpg) no-repeat; background-size: 100% 100%; } .service ul{ display: flex; justify-content: space-between; margin-top: 6.6%; } .service ul li{ width:28.3%; } .serviceImg { width: 100%; border-radius: 50%; border: 8px solid #a6b1d1; overflow: hidden; background: transparent; -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; } .serviceImg img { width: 100%; height: auto; border-radius: 50%; -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; } .serviceImg:hover, .serviceImg:hover img { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); -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; z-index: 1; } .serviceImg+h4{ text-align: center; height:9.5%; margin: 7% 0 4.5%; font-size: 2.5vmin; color: #000; font-weight: bold; background: url(/Home/images/index/aboutcmrc/servicebottom.png) no-repeat center bottom; } .serviceImg+h4+p{ width:70%; text-align: center; font-size:1.5vmin; margin:0 auto; } /*行业研究专家*/ .specialist{ background: url(/Home/images/index/aboutcmrc/specialist.jpg) no-repeat; background-size: 100% 100%; } .specialist ul li{ width:18.3%; height:23%; position: absolute; border-radius: 42px; } .specialist ul li img{ width:100%; height:100%; } .specialist ul li span{ position: absolute; bottom: 2vmin; left:0; right:0; transform: translate(35%,0); color:#fff; font-size: 2.5vmin; } .specialist ul .specialistOne span{ bottom:5.5vmin; } .specialist ul .specialistOne{ width:25.3%; height:40%; top:51%; left:37.3%; } .specialistTwo{ top:28.3%; left:17.9%; } .specialistThree{ top:54.3%; left:3.42%; } .specialistFour{ top:23.5%; left:40.83%; } .specialistFive{ top:28.3%; right:17.1%; } .specialistSix{ top:54.3%; right:2.5%; } /*600个全国覆盖城市*/ .map{ background: url(/Home/images/index/aboutcmrc/map.jpg) no-repeat; background-size: 100% 100%; } .mapImg{ width:70%; margin:5% auto 0; } .mapImg img{ width:100%; height:100%; } /*课程体系*/ .system{ background: url(/Home/images/index/aboutcmrc/system.jpg) no-repeat; background-size: 100% 100%; position: relative; } .stytemCenter{ width:100%; height:57%; background: #fff; margin-top: 4.2%; padding: 2.1% 3.3% 0; } .stytemLeft{ width:59%; height:91.2%; } .stytemLeft p{ width:48.5%; height:50%; margin:0 1.5% 1.7% 0; float: left; } .stytemLeft p img{ width:100%; height:100%; } .stytemRight{ width:38.8%; height:100%; padding-top: 2.5%; } .stytemRight h4{ width:43.3%; height:9.5%; background: #445a9a; font-size: 2.6vmin; color: #fff; text-align: center; line-height: 4.4vmin; } .stytemRight p{ background: url(/Home/images/index/aboutcmrc/round.png) no-repeat left 1.3vmin; padding:0 0 0 1.8vmin; font-size: 1.8vmin; line-height: 3.2vmin; margin-top: 4%; } /*营销合作*/ .cooperation{ background: url(/Home/images/index/aboutcmrc/cooperation.jpg) no-repeat; background-size: 100% 100%; } #ulis{ height:23%; width:100%; margin-top: 7%; overflow: hidden; position: relative; } #ulis ul{ /*width:200%;*/ height:100%; position: absolute; top:0; left: 0; display: flex; justify-content: space-between; } #ulis ul li{ /*float: left;*/ width:33vmin; height:100%; background: url(/Home/images/index/aboutcmrc/cooperationBorder.png) no-repeat; background-size: 100% 100%; padding: 4vmin 4.2vmin 0 4.8vmin; margin-right: 2vmin; } #ulis ul li h4{ text-align: center; font-size: 2vmin; font-weight: bold;color: #000; } #ulis ul li p{ text-align: left; font-size: 1.5vmin; margin-top: 2.9vmin; line-height: 2.2vmin; } /*底部*/ .footer{ position: absolute; bottom: 0; left: 0; width:100%; height:36%; padding-top:50px; border-top: 1px solid #999; } .fooer_inner,.footer_bottom{ width:62.5%; margin:0 auto; } .footer_copyright{ height:81.8%; border-bottom:1px solid #999; } .footer_left_img{ width:14.5vmin; height:12vmin; padding-right:4vmin; border-right:1px solid #666; } .footer_left_img div{ width:12vmin; height:12vmin; background-color: #a0a0a0; } .class_left_tel{ margin: 3.7vmin 0 0 2vmin; } .class_left_tel p{ color:#eee; font-size: 1.4vmin; } /*.class_left_tel p a{ color:#eee; }*/ .class_left_tel .telephone{ font-size:2.4vmin; } .footer_right ol{ height:2.8vmin; background:url("../images/footer/underline.png") no-repeat left bottom; margin-bottom:2vmin; } .footer_right ol li{ float:left; width:3.3vmin; line-height: 2.5vmin; margin-right:2.5vmin; font-size:1.6vmin; } .current{ border-bottom:2px solid #c6cbdb; } .footer_right ol li a{ color:#eee; } .footer_right_list{ width:41vmin; position:relative; } .footer_right_list ul{ position:absolute; top:0; left:0; } .footer_right_list ul li{ line-height: 2.3vmin; color:#eee; font-size: 1.4vmin; } /*.footer_right_list ul li a{ color:#eee; }*/ .footer_right_list .dalian{ display:none; } .item{ display:none; } .show{ display:block; } .footer_bottom{ line-height:5vmin; } .footer_bottom div{ color:#999; font-size:1.2vmin; }
0.373076
0.065217
.cm-s-jcu-light.CodeMirror { background: #f5f5f5; color: #202020; } .cm-s-jcu-light div.CodeMirror-selected { background: #e0e0e0; } .cm-s-jcu-light .CodeMirror-line::selection, .cm-s-jcu-light .CodeMirror-line > span::selection, .cm-s-jcu-light .CodeMirror-line > span > span::selection { background: #e0e0e0; } .cm-s-jcu-light .CodeMirror-line::-moz-selection, .cm-s-jcu-light .CodeMirror-line > span::-moz-selection, .cm-s-jcu-light .CodeMirror-line > span > span::-moz-selection { background: #e0e0e0; } .cm-s-jcu-light .CodeMirror-gutters { background: #f5f5f5; border-right: 0px; } .cm-s-jcu-light .CodeMirror-guttermarker { color: #ac4142; } .cm-s-jcu-light .CodeMirror-gutter-wrapper { background: #F7F8F9; } .cm-s-jcu-light .CodeMirror-guttermarker-subtle { color: #aaa; } .cm-s-jcu-light .CodeMirror-linenumber { color: #aaa; } .cm-s-jcu-light .CodeMirror-cursor { border-left: 1px solid #505050; } .cm-s-jcu-light span.cm-header { color: #f10056; } .cm-s-jcu-light span.cm-comment { color: #757575; } .cm-s-jcu-light span.cm-atom { color: #4D4E53; } .cm-s-jcu-light span.cm-number { color: #4D4E53; } .cm-s-jcu-light span.cm-property { color: #b9002f; } .cm-s-jcu-light span.cm-attribute { color: #0565cb; } .cm-s-jcu-light span.cm-keyword { color: #0565cb; } .cm-s-jcu-light span.cm-string { color: #b9002f; } .cm-s-jcu-light span.cm-string-2 { color: #bd6b18; } .cm-s-jcu-light span.cm-builtin { color: #9B7536; } .cm-s-jcu-light span.cm-qualifier { color: #5e8f00; } .cm-s-jcu-light span.cm-variable { color: #1c9903; } .cm-s-jcu-light span.cm-variable-2 { color: #5c93ff; } .cm-s-jcu-light span.cm-variable-3 { color: #0077aa; } .cm-s-jcu-light span.cm-def { color: #5C4E53; } .cm-s-jcu-light span.cm-bracket { color: #023c99; } .cm-s-jcu-light span.cm-operator { color: #c69401; } .cm-s-jcu-light span.cm-meta { color: #000000; } .cm-s-jcu-light span.cm-tag { color: #023c99; } .cm-s-jcu-light span.cm-link { color: #aa759f; } .cm-s-jcu-light span.cm-error { background: #ac4142; color: #505050; } .cm-s-jcu-light .CodeMirror-activeline-background { background: #DDDCDC; } .cm-s-jcu-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } .cm-s-jcu-light span.cm-searching { background-color: #EDF0F0; }
styleguide/components/jcu-light.css
.cm-s-jcu-light.CodeMirror { background: #f5f5f5; color: #202020; } .cm-s-jcu-light div.CodeMirror-selected { background: #e0e0e0; } .cm-s-jcu-light .CodeMirror-line::selection, .cm-s-jcu-light .CodeMirror-line > span::selection, .cm-s-jcu-light .CodeMirror-line > span > span::selection { background: #e0e0e0; } .cm-s-jcu-light .CodeMirror-line::-moz-selection, .cm-s-jcu-light .CodeMirror-line > span::-moz-selection, .cm-s-jcu-light .CodeMirror-line > span > span::-moz-selection { background: #e0e0e0; } .cm-s-jcu-light .CodeMirror-gutters { background: #f5f5f5; border-right: 0px; } .cm-s-jcu-light .CodeMirror-guttermarker { color: #ac4142; } .cm-s-jcu-light .CodeMirror-gutter-wrapper { background: #F7F8F9; } .cm-s-jcu-light .CodeMirror-guttermarker-subtle { color: #aaa; } .cm-s-jcu-light .CodeMirror-linenumber { color: #aaa; } .cm-s-jcu-light .CodeMirror-cursor { border-left: 1px solid #505050; } .cm-s-jcu-light span.cm-header { color: #f10056; } .cm-s-jcu-light span.cm-comment { color: #757575; } .cm-s-jcu-light span.cm-atom { color: #4D4E53; } .cm-s-jcu-light span.cm-number { color: #4D4E53; } .cm-s-jcu-light span.cm-property { color: #b9002f; } .cm-s-jcu-light span.cm-attribute { color: #0565cb; } .cm-s-jcu-light span.cm-keyword { color: #0565cb; } .cm-s-jcu-light span.cm-string { color: #b9002f; } .cm-s-jcu-light span.cm-string-2 { color: #bd6b18; } .cm-s-jcu-light span.cm-builtin { color: #9B7536; } .cm-s-jcu-light span.cm-qualifier { color: #5e8f00; } .cm-s-jcu-light span.cm-variable { color: #1c9903; } .cm-s-jcu-light span.cm-variable-2 { color: #5c93ff; } .cm-s-jcu-light span.cm-variable-3 { color: #0077aa; } .cm-s-jcu-light span.cm-def { color: #5C4E53; } .cm-s-jcu-light span.cm-bracket { color: #023c99; } .cm-s-jcu-light span.cm-operator { color: #c69401; } .cm-s-jcu-light span.cm-meta { color: #000000; } .cm-s-jcu-light span.cm-tag { color: #023c99; } .cm-s-jcu-light span.cm-link { color: #aa759f; } .cm-s-jcu-light span.cm-error { background: #ac4142; color: #505050; } .cm-s-jcu-light .CodeMirror-activeline-background { background: #DDDCDC; } .cm-s-jcu-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; } .cm-s-jcu-light span.cm-searching { background-color: #EDF0F0; }
0.570571
0.116563
:root { --primaryColor: #0B223F; --secondaryColor: #45C7FF; --font: #fff; --dividerColor: #D5D8DE; } body { font-family: 'Poppins', sans-serif; font-weight: 500; background-color: #F2F2F2; } .card, .collapsible { box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1) !important; } h1, h2, h3, h4, h5, h6, p { margin: 3px; color: var(--primaryColor); } /* NAVBAR */ nav { background-color: var(--primaryColor); } nav ul a, nav .brand-logo { color: var(--font); } nav ul a { font-weight: 300; } p { line-height: 2rem; font-weight: 300; } .sidenav-trigger { padding-top: 6px; } .preloader-wrapper { position: absolute; left: 45%; top: 50%; } /* PARALLAX */ .parallax-container { min-height: 380px; line-height: 0; height: auto; width: 100%; color: white; } .parallax-container .section { border: none; width: 100%; } /* LEAGUES */ .card-border:hover { box-shadow: 0px 0px 2px 1px rgba(11, 34, 63, 0.25); } .card-image img { padding: 10px; border-bottom: 1px solid var(--dividerColor); height: 280px; } .card-content h6 { font-weight: 500; line-height: 5px; } /* TOPBAR */ .top-bar { margin: 15px 0; background-color: var(--primaryColor); height: 42px; width: 100%; } .top-bar h5 { color: var(--font); padding: 10px 8px; font-size: 20px; } .img-topbar { height: 36px; float: left; margin-top: 6px; padding: 0 10px; } .t-head { background-color: var(--primaryColor); color: var(--font); } .t-head tr th { border-radius: 0 !important; line-height: 10px !important; font-weight: 400; } .td-standings { font-weight: 300; font-size: 14px; } .img-standings { width: 24px; max-height: 26px; float: left; margin-right: 5px; margin-top: 5px; } .card-header { background-color: var(--primaryColor); } .card-tabs { border-top: 1px solid var(--font); } .card-header p { color: var(--font); } .ic-navbar button i, .ic-navbar a i { font-size: 32px; color: var(--font); } .tabs .tab { background-color: var(--primaryColor); } .tabs .tab a { color: var(--font); font-weight: 300; } .tabs .tab a:hover { background-color: rgba(110, 207, 249, 0.1); color: var(--font); } .tabs .tab a:hover, .tabs .tab a.active { color: var(--font); } .tabs .tab a:focus, .tabs .tab a:focus.active { background-color: rgba(110, 207, 249, 0.1); color: var(--font); font-weight: 400; } .tabs .indicator { background-color: var(--secondaryColor); height: 4px; } .ul-col-1 li, .ul-col-2 li { margin: 18px 0; font-weight: 400; } .ul-col-2 li, .ul-col-2 li a { font-weight: 300; color: var(--primaryColor); } .collapsible-body { padding: 0px; background-color: var(--secondaryColor); } .collapsible-body p { color: var(--font); font-weight: 400; } /* ABOUT ME */ .me-image { margin: 15px 0; border-radius: 50%; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.56); max-height: 150px; } .about { margin-bottom: 10px; } .about img { /* float: left; */ margin-right: 6px; height: 28px; margin-top: 6px; } .btn-login { background-color: #0B223F; border-radius: 6px; padding: 9px 15px; width: 80%; color: var(--font); font-weight: 300; } /* FAVORITE */ .img-favorit { float: left; padding-right: 10px; height: 42px; width: 40px; } /* FOOTER */ .page-footer { background-color: rgb(10, 36, 67); } .footer-copyright { background-color: var(--primaryColor) !important; } .ic-social { float: left; padding: 6px 6px 0px 0px; } /* TABLET DEVICE */ @media only screen and (max-width : 992px) { .parallax-container .section { position: absolute; top: 40%; } #index-banner .section { top: 10%; } } /* MOBILE DEVICE */ @media only screen and (max-width : 600px) { .parallax-container { height: 220px; } #index-banner .section { top: 0; } .btn-star { right: -30; } } .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } footer.page-footer { margin: 0; }
css/style.css
:root { --primaryColor: #0B223F; --secondaryColor: #45C7FF; --font: #fff; --dividerColor: #D5D8DE; } body { font-family: 'Poppins', sans-serif; font-weight: 500; background-color: #F2F2F2; } .card, .collapsible { box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1) !important; } h1, h2, h3, h4, h5, h6, p { margin: 3px; color: var(--primaryColor); } /* NAVBAR */ nav { background-color: var(--primaryColor); } nav ul a, nav .brand-logo { color: var(--font); } nav ul a { font-weight: 300; } p { line-height: 2rem; font-weight: 300; } .sidenav-trigger { padding-top: 6px; } .preloader-wrapper { position: absolute; left: 45%; top: 50%; } /* PARALLAX */ .parallax-container { min-height: 380px; line-height: 0; height: auto; width: 100%; color: white; } .parallax-container .section { border: none; width: 100%; } /* LEAGUES */ .card-border:hover { box-shadow: 0px 0px 2px 1px rgba(11, 34, 63, 0.25); } .card-image img { padding: 10px; border-bottom: 1px solid var(--dividerColor); height: 280px; } .card-content h6 { font-weight: 500; line-height: 5px; } /* TOPBAR */ .top-bar { margin: 15px 0; background-color: var(--primaryColor); height: 42px; width: 100%; } .top-bar h5 { color: var(--font); padding: 10px 8px; font-size: 20px; } .img-topbar { height: 36px; float: left; margin-top: 6px; padding: 0 10px; } .t-head { background-color: var(--primaryColor); color: var(--font); } .t-head tr th { border-radius: 0 !important; line-height: 10px !important; font-weight: 400; } .td-standings { font-weight: 300; font-size: 14px; } .img-standings { width: 24px; max-height: 26px; float: left; margin-right: 5px; margin-top: 5px; } .card-header { background-color: var(--primaryColor); } .card-tabs { border-top: 1px solid var(--font); } .card-header p { color: var(--font); } .ic-navbar button i, .ic-navbar a i { font-size: 32px; color: var(--font); } .tabs .tab { background-color: var(--primaryColor); } .tabs .tab a { color: var(--font); font-weight: 300; } .tabs .tab a:hover { background-color: rgba(110, 207, 249, 0.1); color: var(--font); } .tabs .tab a:hover, .tabs .tab a.active { color: var(--font); } .tabs .tab a:focus, .tabs .tab a:focus.active { background-color: rgba(110, 207, 249, 0.1); color: var(--font); font-weight: 400; } .tabs .indicator { background-color: var(--secondaryColor); height: 4px; } .ul-col-1 li, .ul-col-2 li { margin: 18px 0; font-weight: 400; } .ul-col-2 li, .ul-col-2 li a { font-weight: 300; color: var(--primaryColor); } .collapsible-body { padding: 0px; background-color: var(--secondaryColor); } .collapsible-body p { color: var(--font); font-weight: 400; } /* ABOUT ME */ .me-image { margin: 15px 0; border-radius: 50%; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.56); max-height: 150px; } .about { margin-bottom: 10px; } .about img { /* float: left; */ margin-right: 6px; height: 28px; margin-top: 6px; } .btn-login { background-color: #0B223F; border-radius: 6px; padding: 9px 15px; width: 80%; color: var(--font); font-weight: 300; } /* FAVORITE */ .img-favorit { float: left; padding-right: 10px; height: 42px; width: 40px; } /* FOOTER */ .page-footer { background-color: rgb(10, 36, 67); } .footer-copyright { background-color: var(--primaryColor) !important; } .ic-social { float: left; padding: 6px 6px 0px 0px; } /* TABLET DEVICE */ @media only screen and (max-width : 992px) { .parallax-container .section { position: absolute; top: 40%; } #index-banner .section { top: 10%; } } /* MOBILE DEVICE */ @media only screen and (max-width : 600px) { .parallax-container { height: 220px; } #index-banner .section { top: 0; } .btn-star { right: -30; } } .icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } footer.page-footer { margin: 0; }
0.400163
0.120284
@charset "utf-8"; @import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400); @import url(http://fonts.googleapis.com/css?family=Signika:400,600); /* Reset ---------------------------------*/ ul { list-style: none; } .figure { margin: 0px; } img { max-width: 100%; } a, a:hover, a:active { outline: 0px !important; } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after { clear: both; } /* Styles ---------------------------------*/ body { background: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: normal; color: #888888; margin: 0; } h2 { font-size: 38px; color: #222222; font-family: 'Raleway', sans-serif; font-weight: normal; margin: 0px 0 25px 0; text-align: center; text-transform: uppercase; } h3 { font-family: 'Open Sans', sans-serif; font-weight: 600; color: #222222; font-size: 18px; margin: 0 0 5px 0; } h6 { font-size: 16px; color: #888888; font-family: 'Open Sans', sans-serif; font-weight: 400; text-align: center; margin: 0 0 60px 0; } p { line-height: 24px; margin: 0; } /* Header Styles ---------------------------------*/ #header_wrapper { background: #ffffff; padding: 20px 0px; } .header_box { position: relative; } .logo { float: left; margin-top: 8px; position: relative; z-index: 2; } .res-nav_click { display: none; } /* Nav Styles ---------------------------------*/ .navbar-inverse { background-color: transparent; border-color: transparent; } .navbar { border: 0px solid #fff; min-height: 40px; margin-bottom: 0px; } .navbar-inverse .navbar-nav > li > a { color: #222; } .navStyle { float: right; } .navStyle ul { list-style: none; padding: 0px; } .navStyle ul li { display: inline-block; margin: 0 5px; } .navStyle ul li:first-child { /*margin:0px;*/; } .navStyle ul li:last-child { margin: 0 0 0 23px; } .navStyle ul li a { display: block; font-size: 14px; color: #222222; font-family: 'Raleway', sans-serif; text-decoration: none; text-transform: uppercase; font-weight: 600; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; } .navStyle ul li a:hover { color: #df0031; } .navStyle > li > a:hover, .nav > li > a:focus { text-decoration: none; color: #df0031; background-color: transparent; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #df0031; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #df0031; background-color: transparent; } .navStyle > li.active > a, .navStyle > li.active > a:hover { text-decoration: none; color: #df0031; background-color: transparent; } .borderLeft { border-left: 1px solid #DADADA; } .borderTop { margin-top: 30px; border-top: 1px solid #DADADA; } .mrgTop { margin-top: 30px; } /* Top_content ---------------------------------*/ .top_cont_outer { background: #df0031; position: relative; } .hero_section { position: relative; padding-top: 50px; } .white_pad { position: relative; right: 0px; bottom: 0px; } .white_pad img { position: absolute; right: 0px; bottom: 0px; } .top_left_cont { padding: 110px 0; } .top_left_cont h3 { font-size: 16px; color: #f56eab; margin: 0 0 20px 0; text-align: left; font-weight: 700; } .top_left_cont h2 { font-size: 40px; color: #FFF; line-height: 52px; margin: 0 0 26px 0; font-family: 'Raleway', sans-serif; text-align: left; } .top_left_cont h2 strong { font-weight: 700; } .top_left_cont p { font-size: 16px; color: #FFABAB; margin: 0 0 30px 0; line-height: 26px; } a.read_more2 { font-family: 'Raleway', sans-serif; display: block; font-size: 16px; width: 178px; height: 46px; line-height: 46px; border-radius: 3px; text-align: center; text-transform: uppercase; font-weight: 600; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; background: transparent; color: #fff; border: 1px solid #fff; } a.read_more2:hover { background: #fff; color: #df0031; border: 1px solid #fff; } / /* Happy Clients ---------------------------------*/ #clients { padding: 60px 0px; } .client_area { width: 960px; margin: 0px auto; } .client_section { padding: 35px 0 0 0; } .client_section.btm { padding: 20px 0 0 0; } .client_profile { float: left; text-align: center; } .client_profile.flt { float: right; } .client_profile_pic { border-radius: 50%; border: 2px solid #f5f5f5; margin: 0 0 15px 0; width: 220px; height: 220px; } .client_profile_pic img { border-radius: 50%; border: 3px solid #f5f5f5; } .client_profile h3 { font-size: 18px; color: #49b5e7; margin: 0 0 0 0; } .client_profile span { display: block; font-size: 16px; color: #888888; } /* Clients ---------------------------------*/ .client_logos { background: #df0031; padding: 60px 0; margin-top: 60px; } .client_logos ul { padding: 0; margin: 0; list-style: none; text-align: center; } .client_logos ul li { display: inline; margin: 0 25px; } .client_logos ul a { display: inline-block; margin: 0 20px; } .page_section.team { padding: 60px 0; } .page_section.team h6 { margin-bottom: 40px; } /* Team ---------------------------------*/ .team_section { max-width: 993px; margin: 0 auto; } .team_area { width: 30.66%; margin-right: 3.82979%; height: 490px; overflow: hidden; text-align: center; float: left; } .team_area span { margin-bottom: 24px; display: block; } .team_area:nth-of-type(3n+0) { margin: 0; } .team_box { width: auto; height: auto; position: relative; border-radius: 50%; margin: 7px 7px 25px 7px; } .team_box_shadow { transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; position: absolute; width: 100%; height: 26%; z-index: 10; bottom: 0px; } .team_box_shadow a { display: block; width: 100%; height: 100%; border-bottom: 4px solid #df0031; } .team_box:hover .team_box_shadow { box-shadow: inset 0px 0px 0px 148px rgba(17,17,17,0.80); } .team_box:hover ul { display: block; opacity: 1; } .team_box img { display: block; border-radius: 0%; width: 90%; margin: 0 auto; } .team_box ul { display: block; opacity: 0; padding: 0; margin: 0; list-style: none; position: absolute; left: 0; top: 86%; width: 100%; text-align: center; margin-top: -14px; z-index: 15; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; } .team_box ul li { display: inline; margin: 0 11px; } .team_box ul li a { display: inline-block; font-size: 28px; color: #fff; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .team_box ul li a:hover, .team_box ul li a:focus { text-decoration: none; } .team_box ul li a.fa-twitter:hover { color: #55acee; } .team_box ul li a.fa-facebook:hover { color: #3b5998; } .team_box ul li a.fa-pinterest:hover { color: #cb2026; } .team_box ul li a.fa-google-plus:hover { color: #dd4b39; } #aboutUs { padding: 60px 0; } /* Contact ---------------------------------*/ .page_section.contact { padding: 90px 0 100px; } .contact_section { margin: 0 0 60px 0; } .contact_section h2 { font-size: 40px; color: #ffffff; margin: 0 0 50px 0; text-transform: uppercase; } .contact_block { text-align: center; } .contact_block_icon { border-radius: 50%; height: 85px; width: 85px; margin: 0px auto 20px; } .contact_block_icon.icon2 { border-color: #df0031; } .contact_block_icon.icon3 { border-color: #49b5e7; } .contact_block_icon span { background: none repeat scroll 0 0 #f56eab; border: 5px solid #fff; border-radius: 50%; display: block; height: 100%; width: 100%; } .contact_block_icon.icon2 { border-color: #df0031; } .contact_block_icon.icon2 span { background: #df0031; } .contact_block_icon.icon3 { border-color: #49b5e7; } .contact_block_icon.icon3 span { background: #49b5e7; } .contact_block_icon i { color: #fff; font-size: 36px; margin-top: 0; position: relative; top: 26px; z-index: 20; } .contact_block span { display: block; font-size: 16px; color: #ffffff; line-height: 20px; } .contact_block span a { display: block; font-size: 16px; color: #ffffff; line-height: 20px; } .contact_info { font-size: 15px; margin: 0 0 0 20px; padding-left: 0; } .contact_info h3 { font-size: 24px; font-weight: 600; margin: 0 0 30px; color: #fff; } .contact_info p { line-height: 28px; display: block; font-size: 16px; color: #ffffff; margin: 0 0 30px; } .social_links { padding:0; margin: 0; display: block; overflow: hidden; list-style: none; } .social_links li { float: left; margin-right: 4px; } .social_links li a { display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 25px; color: #fff; } .social_links li a:hover, .social_links li a:focus { text-decoration: none; border-radius: 80px; } .twitter a:hover { color: #55acee; } .facebook a:hover { color: #3b5998; } .pinterest a:hover { color: #cb2026; } .gplus a:hover { color: #dd4b39; } .form { margin: 0 66px 0 30px; } .input-text { padding: 15px 16px; border: 1px solid #ccc; width: 100%; height: 50px; display: block; border-radius: 4px; font-size: 15px; color: #aaa; margin: 0 0 15px 0; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .input-text:focus { border: 1px solid #fff; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); } .input-text.text-area { height: 230px; resize: none; overflow: auto; } .input-btn { width: 175px; height: 50px; letter-spacing: 0px; background: #df0031; border-radius: 3px; color: #ffffff; font-size: 16px; text-transform: uppercase; font-weight: 600; border: 0px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .input-btn:hover { background: #fff; color: #222; } /* Footer ---------------------------------*/ .footer_wrapper { background: #232323; } .footer_bottom { border-top: 1px solid #3C3A3A; padding: 25px 0; } .footer_bottom span { display: block; font-size: 14px; color: #cccccc; text-align: center; } .footer_bottom span a { display: inline-block; color: #df0031; font-size: 16px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .footer_bottom span a:hover { color: #fff; } /* Animation Timers ---------------------------------*/ .delay-02s { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; } .delay-03s { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; } .delay-04s { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; } .delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; } .delay-06s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; } .delay-07s { animation-delay: 0.7s; -webkit-animation-delay: 0.7s; } .delay-08s { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; } .delay-09s { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; } .delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; } .delay-12s { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; } /*new_profolio*/ /* Portfolio */ .container.portfolio_title { padding-bottom: 0px; } #portfolio { padding: 60px 0 40px; } /* Portfolio Filters */ #filters { margin-top: 10px; margin-bottom: 40px; text-align: center; display: block; float: none; z-index: 2; position: relative; } #filters ul li { display: inline-block; margin: 0 5px; } #filters ul li a { display: block; } #filters ul li a h5 { background: none repeat scroll 0 0 #f7f7f7; border-radius: 4px; display: inline-block; font-size: 12px; line-height: 20px; margin-bottom: 5px; padding: 10px 22px; text-transform: uppercase; transition: all 0.3s ease-in-out 0s; background: #fff; border: #C2C2C2 solid 1px; color: #7C7C7C; } #filters ul li a:hover h5, #filters ul li a.active h5 { background: #fff; color: #df0031; text-decoration: none; border: #df0031 solid 1px; } .section-title h2 { color: #222222; font-family: 'Raleway', sans-serif; font-size: 34px; letter-spacing: -1px; margin: 0 0 15px; text-align: center; text-transform: uppercase; } .section-title span { display: block; color: #888888; font-family: 'Open Sans',sans-serif; font-size: 16px; font-weight: 400; margin: 0 0 60px; text-align: center; } /* Portfolio Items */ #portfolio_wrapper { position: relative; padding: 0; width: 100%; margin: 0 auto; display: block; } #portfolio_wrapper .one-four { margin: 0!important; line-height: 0; width: 25%; padding: 0; position: relative; } .portfolio-item { padding: 0; position: relative; overflow: hidden; } .portfolio-item .portfolio_img { overflow: hidden; display: block; position: relative; } .portfolio-item .portfolio_img img { width: 100%; height: auto; } .portfolio-item:hover .item_overlay { opacity: 1; transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; } .item_overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; cursor: pointer; } .open-project-link { width: 100%; height: 100%; position: absolute; z-index: 100; } .item_overlay:hover { background: rgba(223, 0, 49, 0.7); } .item_info { position: absolute; height: 100px; width: 100%; top: 50%; margin-top: -50px; text-align: center; } .project_name { color: #fff; text-transform: uppercase; margin-top: 25px; opacity: 0; font-size: 18px; transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; position: relative; z-index: 10; } .portfolio-item:hover .project_name { opacity: 1; -webkit-transition: opacity .1s .2s; -moz-transition: opacity .1s .2s; -ms-transition: opacity .1s .2s; -o-transition: opacity .1s .2s; transition: opacity .1s .2s; } .project_catg { font-size: 14px; color: #fff; opacity: 0; margin-top: 0px; transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; } .portfolio-item:hover .project_catg { opacity: 0.8; -webkit-transition: opacity .1s .2s; -moz-transition: opacity .1s .2s; -ms-transition: opacity .1s .2s; -o-transition: opacity .1s .2s; transition: opacity .1s .2s; } .zoom-icon { left: 50%; margin-left: -20px; position: inherit; width: 40px; height: 40px; margin-top: 40px; opacity: 0; background: url(images/zoom.png); background-size: 40px 40px; transition: all 0.3s ease 0.1s; -moz-transition: all 0.3s ease 0.2s; -webkit-transition: all 0.3s ease 0.2s; -ms-transition: all 0.3s ease 0.2s; -o-transition: all 0.3s ease 0.2s; } .portfolio-item:hover .zoom-icon { opacity: 1; margin-top: 0px; -webkit-transition: opacity .3s .2s, margin-top .3s .2s; -moz-transition: opacity .3s .2s, margin-top .3s .2s; -ms-transition: opacity .3s .2s, margin-top .3s .2s; -o-transition: opacity .3s .2s, margin-top .3s .2s; transition: opacity .3s .2s, margin-top .3s .2s; } /* Media Queries --------------------------- */ @media (min-width: 768px) { } @media (max-width: 768px) { p{ font-size:14px; } .hero_section { position: relative; padding-top: 10px; } .top_left_cont { padding: 38px 0; } .top_left_cont h2 { font-size: 25px; color: #FFF; line-height: 39px; margin: 0 0 9px 0; } .inner_section { padding: 20px 0 20px; } #aboutUs img{ margin-bottom:20px; } #aboutUs h3{ font-size:16px; line-height:22px; } .service_block h3 { font-size: 16px; } service_block p { font-size: 14px; margin: 0px; margin-bottom: 20px; } #filters ul{ padding-left:0px; } .form { margin: 0 18px; } .page_section.team{ padding: 40px 0; } , #clients { padding: 40px 0; } .client_logos ul li { display: inline; margin: 0 25px; padding: 11px 0; display: inline-block; } .social_links li { float: left; } .contact_section{ margin:0; } h2, .contact_section h2 { font-size: 30px; } .page_section.contact { padding: 60px 0 50px; } .navbar-inverse .navbar-toggle .icon-bar{ background:#df0031; } .navbar-inverse .navbar-toggle { border-color: transparent; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{ background:none; outline: none; } .navStyle ul li { display: block; } .navStyle { float: right; width: 100%; text-align:center; } .navStyle ul li:last-child { margin: 0px; } .navbar-inverse .navbar-nav > li > a { color: #222; background: #F9F9F9; } } @media (max-width: 480px){ .team_area { width: 99%; } }
public/inc/css/style.css
@charset "utf-8"; @import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400); @import url(http://fonts.googleapis.com/css?family=Signika:400,600); /* Reset ---------------------------------*/ ul { list-style: none; } .figure { margin: 0px; } img { max-width: 100%; } a, a:hover, a:active { outline: 0px !important; } .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after { clear: both; } /* Styles ---------------------------------*/ body { background: #fff; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: normal; color: #888888; margin: 0; } h2 { font-size: 38px; color: #222222; font-family: 'Raleway', sans-serif; font-weight: normal; margin: 0px 0 25px 0; text-align: center; text-transform: uppercase; } h3 { font-family: 'Open Sans', sans-serif; font-weight: 600; color: #222222; font-size: 18px; margin: 0 0 5px 0; } h6 { font-size: 16px; color: #888888; font-family: 'Open Sans', sans-serif; font-weight: 400; text-align: center; margin: 0 0 60px 0; } p { line-height: 24px; margin: 0; } /* Header Styles ---------------------------------*/ #header_wrapper { background: #ffffff; padding: 20px 0px; } .header_box { position: relative; } .logo { float: left; margin-top: 8px; position: relative; z-index: 2; } .res-nav_click { display: none; } /* Nav Styles ---------------------------------*/ .navbar-inverse { background-color: transparent; border-color: transparent; } .navbar { border: 0px solid #fff; min-height: 40px; margin-bottom: 0px; } .navbar-inverse .navbar-nav > li > a { color: #222; } .navStyle { float: right; } .navStyle ul { list-style: none; padding: 0px; } .navStyle ul li { display: inline-block; margin: 0 5px; } .navStyle ul li:first-child { /*margin:0px;*/; } .navStyle ul li:last-child { margin: 0 0 0 23px; } .navStyle ul li a { display: block; font-size: 14px; color: #222222; font-family: 'Raleway', sans-serif; text-decoration: none; text-transform: uppercase; font-weight: 600; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; } .navStyle ul li a:hover { color: #df0031; } .navStyle > li > a:hover, .nav > li > a:focus { text-decoration: none; color: #df0031; background-color: transparent; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #df0031; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #df0031; background-color: transparent; } .navStyle > li.active > a, .navStyle > li.active > a:hover { text-decoration: none; color: #df0031; background-color: transparent; } .borderLeft { border-left: 1px solid #DADADA; } .borderTop { margin-top: 30px; border-top: 1px solid #DADADA; } .mrgTop { margin-top: 30px; } /* Top_content ---------------------------------*/ .top_cont_outer { background: #df0031; position: relative; } .hero_section { position: relative; padding-top: 50px; } .white_pad { position: relative; right: 0px; bottom: 0px; } .white_pad img { position: absolute; right: 0px; bottom: 0px; } .top_left_cont { padding: 110px 0; } .top_left_cont h3 { font-size: 16px; color: #f56eab; margin: 0 0 20px 0; text-align: left; font-weight: 700; } .top_left_cont h2 { font-size: 40px; color: #FFF; line-height: 52px; margin: 0 0 26px 0; font-family: 'Raleway', sans-serif; text-align: left; } .top_left_cont h2 strong { font-weight: 700; } .top_left_cont p { font-size: 16px; color: #FFABAB; margin: 0 0 30px 0; line-height: 26px; } a.read_more2 { font-family: 'Raleway', sans-serif; display: block; font-size: 16px; width: 178px; height: 46px; line-height: 46px; border-radius: 3px; text-align: center; text-transform: uppercase; font-weight: 600; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; background: transparent; color: #fff; border: 1px solid #fff; } a.read_more2:hover { background: #fff; color: #df0031; border: 1px solid #fff; } / /* Happy Clients ---------------------------------*/ #clients { padding: 60px 0px; } .client_area { width: 960px; margin: 0px auto; } .client_section { padding: 35px 0 0 0; } .client_section.btm { padding: 20px 0 0 0; } .client_profile { float: left; text-align: center; } .client_profile.flt { float: right; } .client_profile_pic { border-radius: 50%; border: 2px solid #f5f5f5; margin: 0 0 15px 0; width: 220px; height: 220px; } .client_profile_pic img { border-radius: 50%; border: 3px solid #f5f5f5; } .client_profile h3 { font-size: 18px; color: #49b5e7; margin: 0 0 0 0; } .client_profile span { display: block; font-size: 16px; color: #888888; } /* Clients ---------------------------------*/ .client_logos { background: #df0031; padding: 60px 0; margin-top: 60px; } .client_logos ul { padding: 0; margin: 0; list-style: none; text-align: center; } .client_logos ul li { display: inline; margin: 0 25px; } .client_logos ul a { display: inline-block; margin: 0 20px; } .page_section.team { padding: 60px 0; } .page_section.team h6 { margin-bottom: 40px; } /* Team ---------------------------------*/ .team_section { max-width: 993px; margin: 0 auto; } .team_area { width: 30.66%; margin-right: 3.82979%; height: 490px; overflow: hidden; text-align: center; float: left; } .team_area span { margin-bottom: 24px; display: block; } .team_area:nth-of-type(3n+0) { margin: 0; } .team_box { width: auto; height: auto; position: relative; border-radius: 50%; margin: 7px 7px 25px 7px; } .team_box_shadow { transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; position: absolute; width: 100%; height: 26%; z-index: 10; bottom: 0px; } .team_box_shadow a { display: block; width: 100%; height: 100%; border-bottom: 4px solid #df0031; } .team_box:hover .team_box_shadow { box-shadow: inset 0px 0px 0px 148px rgba(17,17,17,0.80); } .team_box:hover ul { display: block; opacity: 1; } .team_box img { display: block; border-radius: 0%; width: 90%; margin: 0 auto; } .team_box ul { display: block; opacity: 0; padding: 0; margin: 0; list-style: none; position: absolute; left: 0; top: 86%; width: 100%; text-align: center; margin-top: -14px; z-index: 15; transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; } .team_box ul li { display: inline; margin: 0 11px; } .team_box ul li a { display: inline-block; font-size: 28px; color: #fff; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .team_box ul li a:hover, .team_box ul li a:focus { text-decoration: none; } .team_box ul li a.fa-twitter:hover { color: #55acee; } .team_box ul li a.fa-facebook:hover { color: #3b5998; } .team_box ul li a.fa-pinterest:hover { color: #cb2026; } .team_box ul li a.fa-google-plus:hover { color: #dd4b39; } #aboutUs { padding: 60px 0; } /* Contact ---------------------------------*/ .page_section.contact { padding: 90px 0 100px; } .contact_section { margin: 0 0 60px 0; } .contact_section h2 { font-size: 40px; color: #ffffff; margin: 0 0 50px 0; text-transform: uppercase; } .contact_block { text-align: center; } .contact_block_icon { border-radius: 50%; height: 85px; width: 85px; margin: 0px auto 20px; } .contact_block_icon.icon2 { border-color: #df0031; } .contact_block_icon.icon3 { border-color: #49b5e7; } .contact_block_icon span { background: none repeat scroll 0 0 #f56eab; border: 5px solid #fff; border-radius: 50%; display: block; height: 100%; width: 100%; } .contact_block_icon.icon2 { border-color: #df0031; } .contact_block_icon.icon2 span { background: #df0031; } .contact_block_icon.icon3 { border-color: #49b5e7; } .contact_block_icon.icon3 span { background: #49b5e7; } .contact_block_icon i { color: #fff; font-size: 36px; margin-top: 0; position: relative; top: 26px; z-index: 20; } .contact_block span { display: block; font-size: 16px; color: #ffffff; line-height: 20px; } .contact_block span a { display: block; font-size: 16px; color: #ffffff; line-height: 20px; } .contact_info { font-size: 15px; margin: 0 0 0 20px; padding-left: 0; } .contact_info h3 { font-size: 24px; font-weight: 600; margin: 0 0 30px; color: #fff; } .contact_info p { line-height: 28px; display: block; font-size: 16px; color: #ffffff; margin: 0 0 30px; } .social_links { padding:0; margin: 0; display: block; overflow: hidden; list-style: none; } .social_links li { float: left; margin-right: 4px; } .social_links li a { display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 25px; color: #fff; } .social_links li a:hover, .social_links li a:focus { text-decoration: none; border-radius: 80px; } .twitter a:hover { color: #55acee; } .facebook a:hover { color: #3b5998; } .pinterest a:hover { color: #cb2026; } .gplus a:hover { color: #dd4b39; } .form { margin: 0 66px 0 30px; } .input-text { padding: 15px 16px; border: 1px solid #ccc; width: 100%; height: 50px; display: block; border-radius: 4px; font-size: 15px; color: #aaa; margin: 0 0 15px 0; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .input-text:focus { border: 1px solid #fff; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3); } .input-text.text-area { height: 230px; resize: none; overflow: auto; } .input-btn { width: 175px; height: 50px; letter-spacing: 0px; background: #df0031; border-radius: 3px; color: #ffffff; font-size: 16px; text-transform: uppercase; font-weight: 600; border: 0px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .input-btn:hover { background: #fff; color: #222; } /* Footer ---------------------------------*/ .footer_wrapper { background: #232323; } .footer_bottom { border-top: 1px solid #3C3A3A; padding: 25px 0; } .footer_bottom span { display: block; font-size: 14px; color: #cccccc; text-align: center; } .footer_bottom span a { display: inline-block; color: #df0031; font-size: 16px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; } .footer_bottom span a:hover { color: #fff; } /* Animation Timers ---------------------------------*/ .delay-02s { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; } .delay-03s { animation-delay: 0.3s; -webkit-animation-delay: 0.3s; } .delay-04s { animation-delay: 0.4s; -webkit-animation-delay: 0.4s; } .delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; } .delay-06s { animation-delay: 0.6s; -webkit-animation-delay: 0.6s; } .delay-07s { animation-delay: 0.7s; -webkit-animation-delay: 0.7s; } .delay-08s { animation-delay: 0.8s; -webkit-animation-delay: 0.8s; } .delay-09s { animation-delay: 0.9s; -webkit-animation-delay: 0.9s; } .delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; } .delay-12s { animation-delay: 1.2s; -webkit-animation-delay: 1.2s; } /*new_profolio*/ /* Portfolio */ .container.portfolio_title { padding-bottom: 0px; } #portfolio { padding: 60px 0 40px; } /* Portfolio Filters */ #filters { margin-top: 10px; margin-bottom: 40px; text-align: center; display: block; float: none; z-index: 2; position: relative; } #filters ul li { display: inline-block; margin: 0 5px; } #filters ul li a { display: block; } #filters ul li a h5 { background: none repeat scroll 0 0 #f7f7f7; border-radius: 4px; display: inline-block; font-size: 12px; line-height: 20px; margin-bottom: 5px; padding: 10px 22px; text-transform: uppercase; transition: all 0.3s ease-in-out 0s; background: #fff; border: #C2C2C2 solid 1px; color: #7C7C7C; } #filters ul li a:hover h5, #filters ul li a.active h5 { background: #fff; color: #df0031; text-decoration: none; border: #df0031 solid 1px; } .section-title h2 { color: #222222; font-family: 'Raleway', sans-serif; font-size: 34px; letter-spacing: -1px; margin: 0 0 15px; text-align: center; text-transform: uppercase; } .section-title span { display: block; color: #888888; font-family: 'Open Sans',sans-serif; font-size: 16px; font-weight: 400; margin: 0 0 60px; text-align: center; } /* Portfolio Items */ #portfolio_wrapper { position: relative; padding: 0; width: 100%; margin: 0 auto; display: block; } #portfolio_wrapper .one-four { margin: 0!important; line-height: 0; width: 25%; padding: 0; position: relative; } .portfolio-item { padding: 0; position: relative; overflow: hidden; } .portfolio-item .portfolio_img { overflow: hidden; display: block; position: relative; } .portfolio-item .portfolio_img img { width: 100%; height: auto; } .portfolio-item:hover .item_overlay { opacity: 1; transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; } .item_overlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; cursor: pointer; } .open-project-link { width: 100%; height: 100%; position: absolute; z-index: 100; } .item_overlay:hover { background: rgba(223, 0, 49, 0.7); } .item_info { position: absolute; height: 100px; width: 100%; top: 50%; margin-top: -50px; text-align: center; } .project_name { color: #fff; text-transform: uppercase; margin-top: 25px; opacity: 0; font-size: 18px; transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; position: relative; z-index: 10; } .portfolio-item:hover .project_name { opacity: 1; -webkit-transition: opacity .1s .2s; -moz-transition: opacity .1s .2s; -ms-transition: opacity .1s .2s; -o-transition: opacity .1s .2s; transition: opacity .1s .2s; } .project_catg { font-size: 14px; color: #fff; opacity: 0; margin-top: 0px; transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; } .portfolio-item:hover .project_catg { opacity: 0.8; -webkit-transition: opacity .1s .2s; -moz-transition: opacity .1s .2s; -ms-transition: opacity .1s .2s; -o-transition: opacity .1s .2s; transition: opacity .1s .2s; } .zoom-icon { left: 50%; margin-left: -20px; position: inherit; width: 40px; height: 40px; margin-top: 40px; opacity: 0; background: url(images/zoom.png); background-size: 40px 40px; transition: all 0.3s ease 0.1s; -moz-transition: all 0.3s ease 0.2s; -webkit-transition: all 0.3s ease 0.2s; -ms-transition: all 0.3s ease 0.2s; -o-transition: all 0.3s ease 0.2s; } .portfolio-item:hover .zoom-icon { opacity: 1; margin-top: 0px; -webkit-transition: opacity .3s .2s, margin-top .3s .2s; -moz-transition: opacity .3s .2s, margin-top .3s .2s; -ms-transition: opacity .3s .2s, margin-top .3s .2s; -o-transition: opacity .3s .2s, margin-top .3s .2s; transition: opacity .3s .2s, margin-top .3s .2s; } /* Media Queries --------------------------- */ @media (min-width: 768px) { } @media (max-width: 768px) { p{ font-size:14px; } .hero_section { position: relative; padding-top: 10px; } .top_left_cont { padding: 38px 0; } .top_left_cont h2 { font-size: 25px; color: #FFF; line-height: 39px; margin: 0 0 9px 0; } .inner_section { padding: 20px 0 20px; } #aboutUs img{ margin-bottom:20px; } #aboutUs h3{ font-size:16px; line-height:22px; } .service_block h3 { font-size: 16px; } service_block p { font-size: 14px; margin: 0px; margin-bottom: 20px; } #filters ul{ padding-left:0px; } .form { margin: 0 18px; } .page_section.team{ padding: 40px 0; } , #clients { padding: 40px 0; } .client_logos ul li { display: inline; margin: 0 25px; padding: 11px 0; display: inline-block; } .social_links li { float: left; } .contact_section{ margin:0; } h2, .contact_section h2 { font-size: 30px; } .page_section.contact { padding: 60px 0 50px; } .navbar-inverse .navbar-toggle .icon-bar{ background:#df0031; } .navbar-inverse .navbar-toggle { border-color: transparent; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{ background:none; outline: none; } .navStyle ul li { display: block; } .navStyle { float: right; width: 100%; text-align:center; } .navStyle ul li:last-child { margin: 0px; } .navbar-inverse .navbar-nav > li > a { color: #222; background: #F9F9F9; } } @media (max-width: 480px){ .team_area { width: 99%; } }
0.362292
0.063657
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto+Mono:wght@300&display=swap'); :root{ --white: #ffffff; --dark-grey: #DFDFDF; --easy-gold: #E6DACA; --mid-gold: #ffefd1; --easy-grey: #4A4A4A; --red-maroon: #681619; --easy-gold: #e3c998; } body{ background-color: var(--dark-grey); font-family: 'Roboto Mono', monospace; overflow: hidden; } section{ width: 500px; max-width: 100%; margin: auto; } .bg-easy-brown { background-color: var(--easy-gold); } .bg-mid-brown { background-color: var(--mid-gold); } .container-custom{ width: 500px; max-width: 96%; margin:auto; background-color: var(--white); } /* ===== Banner ===== */ header{ background-color: var(--easy-gold); width: 500px; max-width: 100%; margin: auto; position: relative; overflow: hidden; } .header-flower-top{ background: url(/img/header-flower-top.webp) no-repeat center top; width: 100%; height: 115px; background-size: contain; position: absolute; top: 0; left: 0; right: 0; } .header-flower-bottom{ background: url('/img/header-flower-bottom.webp') no-repeat bottom; width: 100%; height: 100px; background-size: contain; position: absolute; bottom:0; left:0; right:0; } .content-banner{ color: var(--easy-grey); margin: 20vh 0; } .content-banner h2, .content-banner h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-banner img{ width: 280px; max-width: 100%; margin: 25px auto; display: table; } .box{ background-color: var(--red-maroon); border-radius: 5px; padding: 5px 10px; font-size: .8rem; } /* ===== Surah Section ===== */ .content-surah{ background-color: var(--red-maroon); } .surah-flower-top{ background: url('/img/surah-flower-top.webp') no-repeat center 30px; width: 404px; max-width: 100%; height: 100px; background-size:contain; } .surah-flower-bottom{ background: url('/img/surah-flower-bottom.webp') no-repeat center top; width: 204px; max-width: 100%; height: 100px; background-size: contain; margin: auto; } /* ===== Couple Section ===== */ .content-couple .bismillah-png{ width: 224px; max-width: 100%; margin: auto; display: table; } .content-couple h1, .content-couple h4, .content-couple h5{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-couple p{ color: var(--easy-grey); } .content-couple .couple-circle{ max-width: 100%; width: 305px; margin: auto; display: table; } /* ===== Maps Section ===== */ .content-maps h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-maps img{ width: 100px; margin: auto; display: table; } .content-maps iframe{ width:100%; height: 250px; border:0; } .content-maps a{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 10px 15px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; } .content-maps a:hover{ background-color: var(--red-maroon); color:var(--white); } /* ===== Akad Section ===== */ .content-akad{ background: var(--red-maroon); } .content-akad h4{ font-family: 'Abril Fatface', cursive; color: var(--mid-gold); } .content-akad img{ width: 100px; margin: auto; display: table; } /* ===== Streaming Section ===== */ .content-streaming{ border: 2px solid var(--mid-gold); border-radius: 50px 0 50px 0; /* height: 80vh; */ position: relative; padding: 100px 0; } .content-streaming img.right-border-flower{ position: absolute; width: 150px; } .content-streaming img.left-border-flower{ position: absolute; width: 90px; } .right-border-flower{ top:0; right: 0; } .left-border-flower{ left:0; bottom: 0; } .content-streaming h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-streaming a{ border:2px solid var(--red-maroon); color:var(--white); padding: 10px 15px; background-color: var(--red-maroon); text-decoration: none; border-radius: 50px; width: 220px; max-width: 100%; font-size: .8rem; transition: all .50s ease-in-out; max-width: 100%; margin: auto; } .content-streaming a:hover{ background-color: var(--white); color:var(--red-maroon); } /* ===== Ucapan Section ===== */ .content-ucapan img{ width: 100px; margin: auto; display: table; } .content-ucapan h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-ucapan .form-control{ background-color: #f1f1f1; border:none; } .content-ucapan input::placeholder, .content-ucapan textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgb(196, 196, 196); opacity: 1; /* Firefox */ } .content-ucapan input::-ms-input-placeholder, .content-ucapan textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgb(196, 196, 196); opacity: 1; /* Firefox */ } .content-ucapan input:-ms-input-placeholder, .content-ucapan textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgb(196, 196, 196); opacity: 1; /* Firefox */ } .content-ucapan button[type="submit"]{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 10px 15px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; display: table; } .content-ucapan button[type="submit"]:hover{ background-color: var(--red-maroon); color:var(--white); } .container-radio { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: var(--red-maroon); } .container-radio input { position: absolute; opacity: 0; cursor: pointer; } .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 50%; } .container-radio:hover input ~ .checkmark { background-color: #ccc; } .container-radio input:checked ~ .checkmark { background-color: var(--red-maroon); } .checkmark:after { content: ""; position: absolute; display: none; } .container-radio input:checked ~ .checkmark:after { display: block; } .container-radio .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; } .scroll-ucapan{ background-color: var(--dark-grey); border-radius: 5px; height: 100vh; overflow: auto; } .card-ucapan{ padding: 20px; border-radius: 5px; background-color: var(--white); } .content-amplop h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-amplop img{ width: 100px; margin: auto; display: table; } .content-amplop button{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 10px 15px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; } .content-amplop button:hover{ background-color: var(--red-maroon); color:var(--white); } /* ===== Firewell Section ===== */ .content-farewell h4, .content-farewell h2{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-farewell img.circle-flower{ width: 280px; max-width: 100%; margin: 25px auto; display: table; } .content-farewell img{ width: 100px; margin: auto; display: table; } footer{ width: 500px; max-width: 100%; margin: auto; } .content-footer a{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 5px 10px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 100px; max-width: 100%; font-size: .6rem; margin: auto; transition: all .50s ease-in-out; } .content-footer a:hover{ background-color: var(--red-maroon); color:var(--white); } .cover{ position: fixed; top:0; left:0; right:0; bottom:0; background-color: var(--mid-gold); z-index: 99; } .cover h2{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .cover img{ width: 270px; max-width: 96%; margin: auto; display: table; background-color: var(--red-maroon); border-radius: 15px; padding: 10px; } .cover button{ border:2px solid var(--easy-gold); color:var(--white); padding: 10px 15px; background-color: var(--easy-gold); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; } .cover button:hover{ border:2px solid var(--red-maroon); background-color: var(--red-maroon); color:var(--white); } #play-song{ border-radius: 100%; width: 50px; height: 50px; position: fixed; bottom:25px; right: 25px; background-color: var(--red-maroon); border:none; z-index: 50; } .splide{ width : 100%; }
public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Roboto+Mono:wght@300&display=swap'); :root{ --white: #ffffff; --dark-grey: #DFDFDF; --easy-gold: #E6DACA; --mid-gold: #ffefd1; --easy-grey: #4A4A4A; --red-maroon: #681619; --easy-gold: #e3c998; } body{ background-color: var(--dark-grey); font-family: 'Roboto Mono', monospace; overflow: hidden; } section{ width: 500px; max-width: 100%; margin: auto; } .bg-easy-brown { background-color: var(--easy-gold); } .bg-mid-brown { background-color: var(--mid-gold); } .container-custom{ width: 500px; max-width: 96%; margin:auto; background-color: var(--white); } /* ===== Banner ===== */ header{ background-color: var(--easy-gold); width: 500px; max-width: 100%; margin: auto; position: relative; overflow: hidden; } .header-flower-top{ background: url(/img/header-flower-top.webp) no-repeat center top; width: 100%; height: 115px; background-size: contain; position: absolute; top: 0; left: 0; right: 0; } .header-flower-bottom{ background: url('/img/header-flower-bottom.webp') no-repeat bottom; width: 100%; height: 100px; background-size: contain; position: absolute; bottom:0; left:0; right:0; } .content-banner{ color: var(--easy-grey); margin: 20vh 0; } .content-banner h2, .content-banner h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-banner img{ width: 280px; max-width: 100%; margin: 25px auto; display: table; } .box{ background-color: var(--red-maroon); border-radius: 5px; padding: 5px 10px; font-size: .8rem; } /* ===== Surah Section ===== */ .content-surah{ background-color: var(--red-maroon); } .surah-flower-top{ background: url('/img/surah-flower-top.webp') no-repeat center 30px; width: 404px; max-width: 100%; height: 100px; background-size:contain; } .surah-flower-bottom{ background: url('/img/surah-flower-bottom.webp') no-repeat center top; width: 204px; max-width: 100%; height: 100px; background-size: contain; margin: auto; } /* ===== Couple Section ===== */ .content-couple .bismillah-png{ width: 224px; max-width: 100%; margin: auto; display: table; } .content-couple h1, .content-couple h4, .content-couple h5{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-couple p{ color: var(--easy-grey); } .content-couple .couple-circle{ max-width: 100%; width: 305px; margin: auto; display: table; } /* ===== Maps Section ===== */ .content-maps h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-maps img{ width: 100px; margin: auto; display: table; } .content-maps iframe{ width:100%; height: 250px; border:0; } .content-maps a{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 10px 15px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; } .content-maps a:hover{ background-color: var(--red-maroon); color:var(--white); } /* ===== Akad Section ===== */ .content-akad{ background: var(--red-maroon); } .content-akad h4{ font-family: 'Abril Fatface', cursive; color: var(--mid-gold); } .content-akad img{ width: 100px; margin: auto; display: table; } /* ===== Streaming Section ===== */ .content-streaming{ border: 2px solid var(--mid-gold); border-radius: 50px 0 50px 0; /* height: 80vh; */ position: relative; padding: 100px 0; } .content-streaming img.right-border-flower{ position: absolute; width: 150px; } .content-streaming img.left-border-flower{ position: absolute; width: 90px; } .right-border-flower{ top:0; right: 0; } .left-border-flower{ left:0; bottom: 0; } .content-streaming h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-streaming a{ border:2px solid var(--red-maroon); color:var(--white); padding: 10px 15px; background-color: var(--red-maroon); text-decoration: none; border-radius: 50px; width: 220px; max-width: 100%; font-size: .8rem; transition: all .50s ease-in-out; max-width: 100%; margin: auto; } .content-streaming a:hover{ background-color: var(--white); color:var(--red-maroon); } /* ===== Ucapan Section ===== */ .content-ucapan img{ width: 100px; margin: auto; display: table; } .content-ucapan h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-ucapan .form-control{ background-color: #f1f1f1; border:none; } .content-ucapan input::placeholder, .content-ucapan textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgb(196, 196, 196); opacity: 1; /* Firefox */ } .content-ucapan input::-ms-input-placeholder, .content-ucapan textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgb(196, 196, 196); opacity: 1; /* Firefox */ } .content-ucapan input:-ms-input-placeholder, .content-ucapan textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: rgb(196, 196, 196); opacity: 1; /* Firefox */ } .content-ucapan button[type="submit"]{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 10px 15px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; display: table; } .content-ucapan button[type="submit"]:hover{ background-color: var(--red-maroon); color:var(--white); } .container-radio { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: var(--red-maroon); } .container-radio input { position: absolute; opacity: 0; cursor: pointer; } .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 50%; } .container-radio:hover input ~ .checkmark { background-color: #ccc; } .container-radio input:checked ~ .checkmark { background-color: var(--red-maroon); } .checkmark:after { content: ""; position: absolute; display: none; } .container-radio input:checked ~ .checkmark:after { display: block; } .container-radio .checkmark:after { top: 9px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: white; } .scroll-ucapan{ background-color: var(--dark-grey); border-radius: 5px; height: 100vh; overflow: auto; } .card-ucapan{ padding: 20px; border-radius: 5px; background-color: var(--white); } .content-amplop h4{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-amplop img{ width: 100px; margin: auto; display: table; } .content-amplop button{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 10px 15px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; } .content-amplop button:hover{ background-color: var(--red-maroon); color:var(--white); } /* ===== Firewell Section ===== */ .content-farewell h4, .content-farewell h2{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .content-farewell img.circle-flower{ width: 280px; max-width: 100%; margin: 25px auto; display: table; } .content-farewell img{ width: 100px; margin: auto; display: table; } footer{ width: 500px; max-width: 100%; margin: auto; } .content-footer a{ border:2px solid var(--red-maroon); color:var(--red-maroon); padding: 5px 10px; background-color: var(--white); text-decoration: none; border-radius: 50px; width: 100px; max-width: 100%; font-size: .6rem; margin: auto; transition: all .50s ease-in-out; } .content-footer a:hover{ background-color: var(--red-maroon); color:var(--white); } .cover{ position: fixed; top:0; left:0; right:0; bottom:0; background-color: var(--mid-gold); z-index: 99; } .cover h2{ font-family: 'Abril Fatface', cursive; color: var(--red-maroon); } .cover img{ width: 270px; max-width: 96%; margin: auto; display: table; background-color: var(--red-maroon); border-radius: 15px; padding: 10px; } .cover button{ border:2px solid var(--easy-gold); color:var(--white); padding: 10px 15px; background-color: var(--easy-gold); text-decoration: none; border-radius: 50px; width: 150px; max-width: 100%; font-size: .8rem; margin: auto; transition: all .50s ease-in-out; } .cover button:hover{ border:2px solid var(--red-maroon); background-color: var(--red-maroon); color:var(--white); } #play-song{ border-radius: 100%; width: 50px; height: 50px; position: fixed; bottom:25px; right: 25px; background-color: var(--red-maroon); border:none; z-index: 50; } .splide{ width : 100%; }
0.344885
0.06804
.home .banner-wrap { position: relative; } .home .banner-wrap .banner-mark { position: absolute; top: 0; bottom: 0; width: 100%; background-color: rgba(39, 45, 101, 0.7); } .home .banner-wrap .banner-content { top: 18%; position: absolute; width: 80%; left: 50%; margin-left: -40%; } .home .banner-wrap .banner-text { font-size: 58px; color: #fff; margin-bottom: 20px; } @media screen and (max-width: 1366px) { .home .banner-wrap .banner-text { font-size: 41px; } } .home .home-hot-box .data-center { height: 566px; padding-top: 24px; background: url('../img/dc_bg.jpg') no-repeat center/cover; } .home .home-hot-box .data-center .data-show { width: 1200px; height: 300px; margin: 0 auto 40px; padding-left: 115px; } .home .home-hot-box .data-center .data-info { width: 1200px; display: flex; padding: 0 55px; justify-content: space-around; margin: 0 auto; } .home .home-hot-box .data-center .data-info .data-info-item { width: 243px; height: 100px; padding-top: 10px; outline: #17a2e4 1px solid; outline-offset: -2px; text-align: center; background: linear-gradient(#16c8ff, #16c8ff) top left, linear-gradient(#16c8ff, #16c8ff) top left, linear-gradient(#16c8ff, #16c8ff) right top, linear-gradient(#16c8ff, #16c8ff) right top, linear-gradient(#16c8ff, #16c8ff) bottom left, linear-gradient(#16c8ff, #16c8ff) bottom left, linear-gradient(#16c8ff, #16c8ff) bottom right, linear-gradient(#16c8ff, #16c8ff) bottom right; background-size: 18px 3px, 3px 18px; background-repeat: no-repeat; color: #fff; } .home .home-hot-box .data-center .data-info .data-info-item .data-info-item__count span { font-size: 30px; font-family: Impact } .home .home-hot-box .data-center .data-info .data-info-item .data-info-item__text { font-size: 18px; } .data-show-item { position: relative; float: left; } .data-show-item .honey-hole{ position: relative; content: ''; float: left; display: flex; align-items: center; justify-content: center; margin-left: -2px; width: 150px; height: 170px; } .data-show-item .honey-hole:after { position: absolute; left:0; top:0; width: 100%; height: 100%; content: ''; background: url(../img/dbx2.png) no-repeat; /* background-color: #7289f9; */ /* -webkit-clip-path: polygon(50% 0, 100% 44px, 100% calc(100% - 44px), 50% 100%, 0 calc(100% - 44px), 0 44px, 50% 0, 50% 2px, 2px 45px, 2px calc(100% - 45px), 50% calc(100% - 2px), calc(100% - 2px) calc(100% - 45px), calc(100% - 2px) 45px, 50% 2px); */ /* clip-path: polygon(50% 0, 100% 44px, 100% calc(100% - 44px), 50% 100%, 0 calc(100% - 44px), 0 44px, 50% 0, 50% 2px, 2px 45px, 2px calc(100% - 45px), 50% calc(100% - 2px), calc(100% - 2px) calc(100% - 45px), calc(100% - 2px) 45px, 50% 2px) */ } .data-show-item .honey-hole:first-child:after{ z-index: 1; background: url(../img/dbx1.png) no-repeat; /* background: linear-gradient(#fff, #19c9ff); */ } .data-show-item .honey-hole-info { left: 162px; top: 44px; position: absolute; width: 172px; height: 83px; font-size: 18px; text-align: center; opacity: .8; background: rgba(54, 89, 228,.5); color: #fff; } .honey-hole-info__text { height: 50%; line-height: 40px; } .honey-hole-info__cunt { height: 39px; line-height: 41px; margin: 1px; background: rgb(39, 154, 247) } .honey-hole-info__cunt span { padding:0 5px; font-size: 30px; vertical-align: text-bottom; line-height: 26px; } .home .home-hot-box .serve { padding-top: 24px; width: 1200px; margin: 0 auto; } .home .home-hot-box .serve .serve-list { border-bottom: 1px solid #efefef; } .home .home-hot-box .serve .serve-list-item { float: left; width: 150px; height: 210px; margin: 0 calc((100% - 600px) / 8); text-align: center; } .home .home-hot-box .serve .serve-list-item__icon { display: block; width: 120px; height: 120px; margin: 0 auto; text-align: center; } .home .home-hot-box .serve .serve-list-item__text { font-size: 18px; color: #222; } .home .home-hot-box .serve .serve-info { padding: 10px 0; } .home .home-hot-box .serve .serve-info-item { position: relative; float: left; width: calc(100% / 4); text-align: center; } .home .home-hot-box .serve .serve-info-item:not(:last-child):after { content: ""; position: absolute; width: 1px; height: 24px; top: 7px; right: 0; background: linear-gradient(#fff, #f2f2f2 20%, #efefef 50%, #f2f2f2 80%, #fff) no-repeat; } .home .home-hot-box .serve .serve-info__count { margin-right: 4px; font-size: 22px; color: #ff6f00; } .home .home-content { background-color: #f5f5f5; /* padding-bottom: 89px; */ } .home .home-content .market { width: 1200px; margin: 0 auto; padding-top: 24px; overflow: hidden; } .home .home-content .market .market-item { position: relative; margin-bottom: 20px; background-size: 257px 100% !important; } .home .home-content .market .market-head { position: absolute; top: 0; bottom: 0; width: 257px; text-align: center; color: #fff; } .home .home-content .market .market-head__title { display: table; width: 100%; height: 21.8%; font-size: 24px; font-weight: bold; } .home .home-content .market .market-head__title span { display: table-cell; vertical-align: bottom; } .home .home-content .market .market-head-content-wrap { display: table; width: 100%; height: 55.1%; } .home .home-content .market .market-head-content { display: table-cell; vertical-align: middle; } .home .home-content .market .market-head-content__title { font-size: 18px; } .home .home-content .market .market-head-content-count-wrap { margin-top: 19px; } .home .home-content .market .market-head-content-count-wrap .count { position: relative; display: inline-block; padding: 0 10px; font-size: 36px; text-align: center; color: #222; } .home .home-content .market .market-head-content-count-wrap .count:not(:last-child) { margin-right: 8px; } .home .home-content .market .market-head-content-count-wrap .count:before, .home .home-content .market .market-head-content-count-wrap .count:after { content: ""; left: 0; position: absolute; width: 100%; height: 50%; } .home .home-content .market .market-head-content-count-wrap .count:before { top: 0; background: linear-gradient(#fff, #c5cee9) no-repeat; border-radius: 8px 8px 0 0; } .home .home-content .market .market-head-content-count-wrap .count:after { bottom: 0; background: #fff; border-radius: 0 0 8px 8px; } .home .home-content .market .market-head-content-count-wrap .count span { position: relative; z-index: 1; font-weight: bold; } .home .home-content .market .market-btn-wrap { width: 120px; margin: 0 auto; padding: 4px 30px; border-radius: 4px; border: 1px solid #fff; } .home .home-content .market .market-content { position: relative; width: 943px; margin: 8px 0; float: right; } .home .home-content .market .market-content .before { position: absolute; top: -8px; left: 0; border-width: 4px 8px; border-style: solid; } .home .home-content .market .market-content .after { position: absolute; bottom: -8px; left: 0; border-width: 4px 8px; border-style: solid; } .home .home-content .market .market-content__item { position: relative; height: 200px; width: 471px; padding: 33px 0 0 40px; float: left; background: #ff6f00; margin-right: 1px; margin-bottom: 1px; background-color: #fff; } .home .home-content .market .market-content__item:nth-child(odd) { margin-right: 0; } .home .home-content .market .market-content__item:last-of-type { margin-bottom: 0; } .home .home-content .market .market-content__item:nth-last-child(3) { margin-bottom: 0; } .home .home-content .market .market-content__item .m-c-i__title { margin-bottom: 19px; font-size: 18px; color: #333; } .home .home-content .market .market-content__item .m-c-i-info { line-height: 30px; } .home .home-content .market .market-content__item .m-c-i-price-wrap, .home .home-content .market .market-content__item .m-c-i-contact-btn { position: absolute; } .home .home-content .market .market-content__item .m-c-i-price-wrap { top: 69px; right: 40px; } .home .home-content .market .market-content__item .m-c-i-price { font-size: 18px; color: #ff6f00; } .home .home-content .market .market-content__item .m-c-i-contact-btn { right: 40px; bottom: 24px; width: 128px; height: 36px; color: #fff; background-color: #128bed; } .home .home-content .market .market-content__item .m-c-i-flag-icon { position: absolute; top: 0; right: 40px; } .home .home-content .market .public-link { height: 300px; } .home .home-content .operator { width: 1200px; margin: 0 auto; padding-top: 24px; overflow: hidden; } .home .home-content .kefu-wrap { margin-top: 20px; background: url('../img/kefu-bg.jpg') no-repeat center; height: 423px; } .home .home-content .kefu { width: 1200px; margin: 0 auto; padding-top: 24px; overflow: hidden; } .home .home-content .kefu .title__name { color: #fff; } .home .home-content .kefu .title__name--en { color: #999 } /* 首页搜索框*/ .home-search .search-category { margin-bottom: 15px; text-align: center; font-size: 18px; } .home-search .search-category .search-category__item { position: relative; margin: 0 25px; display: inline-block; color: #e2e2f1; padding-left: 37px; background: url("../img/home_sprites.png") no-repeat; background-position: 0 -27px; } .home-search .search-category .search-category__item:not(:first-child) { background-position: 0 -81px; } .home-search .search-category .search-category__item:not(:first-child)::before { content: ""; top: 5px; left: -25px; position: absolute; width: 2px; height: 17px; background-color: white; } .home-search .search-category .search-category__item--active { color: #fff; } .home-search .search-category .search-category__item--active:first-child { background-position: 0 0; } .home-search .search-category .search-category__item--active:last-child { background-position: 0 -54px; } .home-search .search-category .search-category__item--active::after { content: ""; position: absolute; bottom: -20px; left: 50%; width: 10px; height: 10px; margin-left: -5px; background-color: #fff; transform: rotate(-45deg); } .home-search .search-input-wrap { width: 1000px; height: 56px; margin: 0 auto; font-size: 0; } .home-search .search-input-wrap .search-input { border: none; width: 86%; height: 100%; padding: 0 20px; vertical-align: top; border-top-left-radius: 4px; border-bottom-left-radius: 4px; font-size: 16px; } .home-search .search-input-wrap .search-btn { width: 14%; height: 100%; display: inline-block; border: none; font-size: 24px; border-top-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 0; background-color: #128bed; color: #fff; cursor: pointer; } .home-search .search-input-wrap .hot-word { margin: 15px 0 0 144px; text-align: center; font-size: 18px; color: #fff; } .home-search .search-input-wrap .hot-word dl { overflow: hidden; margin: 0; } .home-search .search-input-wrap .hot-word dl dt, .home-search .search-input-wrap .hot-word dl dd { float: left; } .home-search .search-input-wrap .hot-word dl dt { margin-right: 15px; } .home-search .search-input-wrap .hot-word dl dd { color: #e2e2f1; } .home-search .search-input-wrap .hot-word dl dd:not(:last-child) { margin-right: 32px; }
src/html/style/home.css
.home .banner-wrap { position: relative; } .home .banner-wrap .banner-mark { position: absolute; top: 0; bottom: 0; width: 100%; background-color: rgba(39, 45, 101, 0.7); } .home .banner-wrap .banner-content { top: 18%; position: absolute; width: 80%; left: 50%; margin-left: -40%; } .home .banner-wrap .banner-text { font-size: 58px; color: #fff; margin-bottom: 20px; } @media screen and (max-width: 1366px) { .home .banner-wrap .banner-text { font-size: 41px; } } .home .home-hot-box .data-center { height: 566px; padding-top: 24px; background: url('../img/dc_bg.jpg') no-repeat center/cover; } .home .home-hot-box .data-center .data-show { width: 1200px; height: 300px; margin: 0 auto 40px; padding-left: 115px; } .home .home-hot-box .data-center .data-info { width: 1200px; display: flex; padding: 0 55px; justify-content: space-around; margin: 0 auto; } .home .home-hot-box .data-center .data-info .data-info-item { width: 243px; height: 100px; padding-top: 10px; outline: #17a2e4 1px solid; outline-offset: -2px; text-align: center; background: linear-gradient(#16c8ff, #16c8ff) top left, linear-gradient(#16c8ff, #16c8ff) top left, linear-gradient(#16c8ff, #16c8ff) right top, linear-gradient(#16c8ff, #16c8ff) right top, linear-gradient(#16c8ff, #16c8ff) bottom left, linear-gradient(#16c8ff, #16c8ff) bottom left, linear-gradient(#16c8ff, #16c8ff) bottom right, linear-gradient(#16c8ff, #16c8ff) bottom right; background-size: 18px 3px, 3px 18px; background-repeat: no-repeat; color: #fff; } .home .home-hot-box .data-center .data-info .data-info-item .data-info-item__count span { font-size: 30px; font-family: Impact } .home .home-hot-box .data-center .data-info .data-info-item .data-info-item__text { font-size: 18px; } .data-show-item { position: relative; float: left; } .data-show-item .honey-hole{ position: relative; content: ''; float: left; display: flex; align-items: center; justify-content: center; margin-left: -2px; width: 150px; height: 170px; } .data-show-item .honey-hole:after { position: absolute; left:0; top:0; width: 100%; height: 100%; content: ''; background: url(../img/dbx2.png) no-repeat; /* background-color: #7289f9; */ /* -webkit-clip-path: polygon(50% 0, 100% 44px, 100% calc(100% - 44px), 50% 100%, 0 calc(100% - 44px), 0 44px, 50% 0, 50% 2px, 2px 45px, 2px calc(100% - 45px), 50% calc(100% - 2px), calc(100% - 2px) calc(100% - 45px), calc(100% - 2px) 45px, 50% 2px); */ /* clip-path: polygon(50% 0, 100% 44px, 100% calc(100% - 44px), 50% 100%, 0 calc(100% - 44px), 0 44px, 50% 0, 50% 2px, 2px 45px, 2px calc(100% - 45px), 50% calc(100% - 2px), calc(100% - 2px) calc(100% - 45px), calc(100% - 2px) 45px, 50% 2px) */ } .data-show-item .honey-hole:first-child:after{ z-index: 1; background: url(../img/dbx1.png) no-repeat; /* background: linear-gradient(#fff, #19c9ff); */ } .data-show-item .honey-hole-info { left: 162px; top: 44px; position: absolute; width: 172px; height: 83px; font-size: 18px; text-align: center; opacity: .8; background: rgba(54, 89, 228,.5); color: #fff; } .honey-hole-info__text { height: 50%; line-height: 40px; } .honey-hole-info__cunt { height: 39px; line-height: 41px; margin: 1px; background: rgb(39, 154, 247) } .honey-hole-info__cunt span { padding:0 5px; font-size: 30px; vertical-align: text-bottom; line-height: 26px; } .home .home-hot-box .serve { padding-top: 24px; width: 1200px; margin: 0 auto; } .home .home-hot-box .serve .serve-list { border-bottom: 1px solid #efefef; } .home .home-hot-box .serve .serve-list-item { float: left; width: 150px; height: 210px; margin: 0 calc((100% - 600px) / 8); text-align: center; } .home .home-hot-box .serve .serve-list-item__icon { display: block; width: 120px; height: 120px; margin: 0 auto; text-align: center; } .home .home-hot-box .serve .serve-list-item__text { font-size: 18px; color: #222; } .home .home-hot-box .serve .serve-info { padding: 10px 0; } .home .home-hot-box .serve .serve-info-item { position: relative; float: left; width: calc(100% / 4); text-align: center; } .home .home-hot-box .serve .serve-info-item:not(:last-child):after { content: ""; position: absolute; width: 1px; height: 24px; top: 7px; right: 0; background: linear-gradient(#fff, #f2f2f2 20%, #efefef 50%, #f2f2f2 80%, #fff) no-repeat; } .home .home-hot-box .serve .serve-info__count { margin-right: 4px; font-size: 22px; color: #ff6f00; } .home .home-content { background-color: #f5f5f5; /* padding-bottom: 89px; */ } .home .home-content .market { width: 1200px; margin: 0 auto; padding-top: 24px; overflow: hidden; } .home .home-content .market .market-item { position: relative; margin-bottom: 20px; background-size: 257px 100% !important; } .home .home-content .market .market-head { position: absolute; top: 0; bottom: 0; width: 257px; text-align: center; color: #fff; } .home .home-content .market .market-head__title { display: table; width: 100%; height: 21.8%; font-size: 24px; font-weight: bold; } .home .home-content .market .market-head__title span { display: table-cell; vertical-align: bottom; } .home .home-content .market .market-head-content-wrap { display: table; width: 100%; height: 55.1%; } .home .home-content .market .market-head-content { display: table-cell; vertical-align: middle; } .home .home-content .market .market-head-content__title { font-size: 18px; } .home .home-content .market .market-head-content-count-wrap { margin-top: 19px; } .home .home-content .market .market-head-content-count-wrap .count { position: relative; display: inline-block; padding: 0 10px; font-size: 36px; text-align: center; color: #222; } .home .home-content .market .market-head-content-count-wrap .count:not(:last-child) { margin-right: 8px; } .home .home-content .market .market-head-content-count-wrap .count:before, .home .home-content .market .market-head-content-count-wrap .count:after { content: ""; left: 0; position: absolute; width: 100%; height: 50%; } .home .home-content .market .market-head-content-count-wrap .count:before { top: 0; background: linear-gradient(#fff, #c5cee9) no-repeat; border-radius: 8px 8px 0 0; } .home .home-content .market .market-head-content-count-wrap .count:after { bottom: 0; background: #fff; border-radius: 0 0 8px 8px; } .home .home-content .market .market-head-content-count-wrap .count span { position: relative; z-index: 1; font-weight: bold; } .home .home-content .market .market-btn-wrap { width: 120px; margin: 0 auto; padding: 4px 30px; border-radius: 4px; border: 1px solid #fff; } .home .home-content .market .market-content { position: relative; width: 943px; margin: 8px 0; float: right; } .home .home-content .market .market-content .before { position: absolute; top: -8px; left: 0; border-width: 4px 8px; border-style: solid; } .home .home-content .market .market-content .after { position: absolute; bottom: -8px; left: 0; border-width: 4px 8px; border-style: solid; } .home .home-content .market .market-content__item { position: relative; height: 200px; width: 471px; padding: 33px 0 0 40px; float: left; background: #ff6f00; margin-right: 1px; margin-bottom: 1px; background-color: #fff; } .home .home-content .market .market-content__item:nth-child(odd) { margin-right: 0; } .home .home-content .market .market-content__item:last-of-type { margin-bottom: 0; } .home .home-content .market .market-content__item:nth-last-child(3) { margin-bottom: 0; } .home .home-content .market .market-content__item .m-c-i__title { margin-bottom: 19px; font-size: 18px; color: #333; } .home .home-content .market .market-content__item .m-c-i-info { line-height: 30px; } .home .home-content .market .market-content__item .m-c-i-price-wrap, .home .home-content .market .market-content__item .m-c-i-contact-btn { position: absolute; } .home .home-content .market .market-content__item .m-c-i-price-wrap { top: 69px; right: 40px; } .home .home-content .market .market-content__item .m-c-i-price { font-size: 18px; color: #ff6f00; } .home .home-content .market .market-content__item .m-c-i-contact-btn { right: 40px; bottom: 24px; width: 128px; height: 36px; color: #fff; background-color: #128bed; } .home .home-content .market .market-content__item .m-c-i-flag-icon { position: absolute; top: 0; right: 40px; } .home .home-content .market .public-link { height: 300px; } .home .home-content .operator { width: 1200px; margin: 0 auto; padding-top: 24px; overflow: hidden; } .home .home-content .kefu-wrap { margin-top: 20px; background: url('../img/kefu-bg.jpg') no-repeat center; height: 423px; } .home .home-content .kefu { width: 1200px; margin: 0 auto; padding-top: 24px; overflow: hidden; } .home .home-content .kefu .title__name { color: #fff; } .home .home-content .kefu .title__name--en { color: #999 } /* 首页搜索框*/ .home-search .search-category { margin-bottom: 15px; text-align: center; font-size: 18px; } .home-search .search-category .search-category__item { position: relative; margin: 0 25px; display: inline-block; color: #e2e2f1; padding-left: 37px; background: url("../img/home_sprites.png") no-repeat; background-position: 0 -27px; } .home-search .search-category .search-category__item:not(:first-child) { background-position: 0 -81px; } .home-search .search-category .search-category__item:not(:first-child)::before { content: ""; top: 5px; left: -25px; position: absolute; width: 2px; height: 17px; background-color: white; } .home-search .search-category .search-category__item--active { color: #fff; } .home-search .search-category .search-category__item--active:first-child { background-position: 0 0; } .home-search .search-category .search-category__item--active:last-child { background-position: 0 -54px; } .home-search .search-category .search-category__item--active::after { content: ""; position: absolute; bottom: -20px; left: 50%; width: 10px; height: 10px; margin-left: -5px; background-color: #fff; transform: rotate(-45deg); } .home-search .search-input-wrap { width: 1000px; height: 56px; margin: 0 auto; font-size: 0; } .home-search .search-input-wrap .search-input { border: none; width: 86%; height: 100%; padding: 0 20px; vertical-align: top; border-top-left-radius: 4px; border-bottom-left-radius: 4px; font-size: 16px; } .home-search .search-input-wrap .search-btn { width: 14%; height: 100%; display: inline-block; border: none; font-size: 24px; border-top-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 0; background-color: #128bed; color: #fff; cursor: pointer; } .home-search .search-input-wrap .hot-word { margin: 15px 0 0 144px; text-align: center; font-size: 18px; color: #fff; } .home-search .search-input-wrap .hot-word dl { overflow: hidden; margin: 0; } .home-search .search-input-wrap .hot-word dl dt, .home-search .search-input-wrap .hot-word dl dd { float: left; } .home-search .search-input-wrap .hot-word dl dt { margin-right: 15px; } .home-search .search-input-wrap .hot-word dl dd { color: #e2e2f1; } .home-search .search-input-wrap .hot-word dl dd:not(:last-child) { margin-right: 32px; }
0.310904
0.061933
html{ font-family: 'Roboto', sans-serif; margin: 0px; } body{ margin: 0px; } .bg-image{ box-sizing: border-box; /* background-image: url("Images/indexBackground.jpg"); */ filter: blur(8px); -webkit-filter: blur(8px); height: 100vh; background-position: center; background-repeat: no-repeat; background-size: cover; } .center{ text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -70%); color: white; width: 50%; } .tab{ border-style:solid; border-width: 2px; border-color: white; display:flex; flex-direction: row; width: 40%; margin:auto; justify-content: center; margin: 0px auto 0px auto; border-radius: 50vh; } .tab button{ width: 50%; padding: 10px; border-radius: 50vh; border-style: none; background-color: rgba(0, 0, 0, 0); color: white; } .tab button:focus { outline-width: 0; } .center .selected{ background-color: white; color: rgb(20, 20, 20); } /* .center .form{ display: flex; } */ .center h1{ font-weight: 200; text-align: left; margin: 100px 0px 2px 0px; } .center input[type=text] { padding: 15px 20px 15px 20px; border: none; font-size: 20px; border-radius: 50vh; width: 100%; background-color: rgba(255, 255, 255, 0.9); box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.6); } .circle-button{ margin-top: 8px; padding: 0px 24px; margin-left: 8px; border: none; cursor: pointer; float: right; border-radius: 50vh; background-color: rgba(255, 255, 255, 0.9); } .center button img{ height: auto; width: 3em; text-align: center; } .center input[type=text]:focus { outline-width: 0; } #ffs{ margin-top: 10px; display: flex; flex-direction: row; float: left; } #ffs p{ font-weight: bold; font-size: 20px; padding-left: 8px; } #fridge{ height: 25px; width: 25px; background-color: #eee; } .ingredient-list{ clear: right; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; flex-grow: initial; mix-blend-mode: multiply; } .ingredient{ background-color: rgba(255, 255, 255, 0.5); color: black; border-radius: 100vh; padding: 4px 5px 4px 10px; margin: 10px 5px 0px 5px; display: flex; flex-direction: row; } .ingredient p{ margin: 0px; } .closebtn { margin-left: 15px; color: rgba(255, 255, 255, 0.801); font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; background-color: rgb(255, 61, 61); border-radius: 100vh; width:20px; height: 20px; margin-left: 10px; } .closebtn:hover { color: white; }
public/css/search.css
html{ font-family: 'Roboto', sans-serif; margin: 0px; } body{ margin: 0px; } .bg-image{ box-sizing: border-box; /* background-image: url("Images/indexBackground.jpg"); */ filter: blur(8px); -webkit-filter: blur(8px); height: 100vh; background-position: center; background-repeat: no-repeat; background-size: cover; } .center{ text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -70%); color: white; width: 50%; } .tab{ border-style:solid; border-width: 2px; border-color: white; display:flex; flex-direction: row; width: 40%; margin:auto; justify-content: center; margin: 0px auto 0px auto; border-radius: 50vh; } .tab button{ width: 50%; padding: 10px; border-radius: 50vh; border-style: none; background-color: rgba(0, 0, 0, 0); color: white; } .tab button:focus { outline-width: 0; } .center .selected{ background-color: white; color: rgb(20, 20, 20); } /* .center .form{ display: flex; } */ .center h1{ font-weight: 200; text-align: left; margin: 100px 0px 2px 0px; } .center input[type=text] { padding: 15px 20px 15px 20px; border: none; font-size: 20px; border-radius: 50vh; width: 100%; background-color: rgba(255, 255, 255, 0.9); box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.6); } .circle-button{ margin-top: 8px; padding: 0px 24px; margin-left: 8px; border: none; cursor: pointer; float: right; border-radius: 50vh; background-color: rgba(255, 255, 255, 0.9); } .center button img{ height: auto; width: 3em; text-align: center; } .center input[type=text]:focus { outline-width: 0; } #ffs{ margin-top: 10px; display: flex; flex-direction: row; float: left; } #ffs p{ font-weight: bold; font-size: 20px; padding-left: 8px; } #fridge{ height: 25px; width: 25px; background-color: #eee; } .ingredient-list{ clear: right; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; flex-grow: initial; mix-blend-mode: multiply; } .ingredient{ background-color: rgba(255, 255, 255, 0.5); color: black; border-radius: 100vh; padding: 4px 5px 4px 10px; margin: 10px 5px 0px 5px; display: flex; flex-direction: row; } .ingredient p{ margin: 0px; } .closebtn { margin-left: 15px; color: rgba(255, 255, 255, 0.801); font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; background-color: rgb(255, 61, 61); border-radius: 100vh; width:20px; height: 20px; margin-left: 10px; } .closebtn:hover { color: white; }
0.492188
0.094803
.login-container { width: 100%; background: var(--color-background); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 4rem; } .login-container form{ width: 80%; } .login-container form fieldset{ border: 0; } .login-container form fieldset legend{ width: 100%; display: grid; grid-template-columns: 2fr 1fr; align-items: center; } .login-container form fieldset legend p{ color: var(--color-text-title); font: 700 2.2rem Poppins; } .login-container form fieldset legend a{ text-align: right; color: var(--color-primary-light); font: 400 1.2rem Poppins; } .form-password { margin: 1.5em 0 3rem; display: flex; justify-content: space-between; color: var(--color-text-complement); font-size: 1.3rem; } .form-password a { cursor: pointer; color: var(--color-text-complement); transition: color 0.2s; text-decoration: none; } .form-password a:hover { color: var(--color-text-base); } .form-password label { cursor: pointer; position: relative; padding-left: 2.3rem; display: flex; justify-content: center; } .form-password label input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .form-password label span { display: block; position: absolute; top: 0.1rem; left: 0; width: 1.8rem; height: 1.8rem; background: var(--color-box-footer); border: 1px solid var(--color-line-in-white); border-radius: 0.5rem; } .form-password label input + span { height: 20px; width: 20px; border-radius: 5px; background-color: var(--color-text-complement); display: flex; justify-content: center; align-items: center; cursor: pointer; } .form-password label input:hover + span { background: var(--color-text-base); } .form-password label input:checked + span { background-color: var(--color-secondary); border-color: var(--color-secondary); transition: all 0; } .form-password label input:checked + span:after { display: block; content: ''; position: absolute; left: calc(50% - 0.4rem + 1px); top: calc(50% - 0.8rem + 1px); width: 0.4rem; height: 0.8rem; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); } .login-tools{ display: flex; justify-content: space-between; align-items: center; margin: 2.4rem 0; width: 100%; } .login-tools a{ text-decoration: none; font: 400 1.2rem Poppins; color: var(--color-text-complement); } .login-tools div input{ margin-right: 0.8rem; } .login-submit, .login-submit-active { flex: 1; display: flex; width: 100%; padding: 1.6rem 0; justify-content: center; align-items: center; background: var(--color-line-in-white); color: var(--color-text-complement); border: 0; outline: 0; transition: 0.2s; border-radius: 0.8rem; cursor: not-allowed; } .login-submit-active { background: var(--color-secondary); color: var(--color-button-text); cursor: pointer; } .login-submit-active:hover { background: var(--color-secondary-dark); color: var(--color-button-text); } .login-footer{ display: none; } .login-footer .signup{ font-family: Poppins; font-size: 1.4rem; } .login-footer .signup p{ color: var(--color-text-complement); font-weight: 400; } .login-footer .signup a{ color: var(--color-primary-dark); font-weight: 700; } .login-footer span{ font: 400 1.4rem Poppins; color: var(--color-text-complement); } @media (min-width: 900px) { .login-container form fieldset legend a { display: none; } .login-footer { margin-top: 8rem; display: flex !important; justify-content: space-between; width: 100%; } }
web/src/pages/SignIn/styles.css
.login-container { width: 100%; background: var(--color-background); display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 4rem; } .login-container form{ width: 80%; } .login-container form fieldset{ border: 0; } .login-container form fieldset legend{ width: 100%; display: grid; grid-template-columns: 2fr 1fr; align-items: center; } .login-container form fieldset legend p{ color: var(--color-text-title); font: 700 2.2rem Poppins; } .login-container form fieldset legend a{ text-align: right; color: var(--color-primary-light); font: 400 1.2rem Poppins; } .form-password { margin: 1.5em 0 3rem; display: flex; justify-content: space-between; color: var(--color-text-complement); font-size: 1.3rem; } .form-password a { cursor: pointer; color: var(--color-text-complement); transition: color 0.2s; text-decoration: none; } .form-password a:hover { color: var(--color-text-base); } .form-password label { cursor: pointer; position: relative; padding-left: 2.3rem; display: flex; justify-content: center; } .form-password label input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .form-password label span { display: block; position: absolute; top: 0.1rem; left: 0; width: 1.8rem; height: 1.8rem; background: var(--color-box-footer); border: 1px solid var(--color-line-in-white); border-radius: 0.5rem; } .form-password label input + span { height: 20px; width: 20px; border-radius: 5px; background-color: var(--color-text-complement); display: flex; justify-content: center; align-items: center; cursor: pointer; } .form-password label input:hover + span { background: var(--color-text-base); } .form-password label input:checked + span { background-color: var(--color-secondary); border-color: var(--color-secondary); transition: all 0; } .form-password label input:checked + span:after { display: block; content: ''; position: absolute; left: calc(50% - 0.4rem + 1px); top: calc(50% - 0.8rem + 1px); width: 0.4rem; height: 0.8rem; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); } .login-tools{ display: flex; justify-content: space-between; align-items: center; margin: 2.4rem 0; width: 100%; } .login-tools a{ text-decoration: none; font: 400 1.2rem Poppins; color: var(--color-text-complement); } .login-tools div input{ margin-right: 0.8rem; } .login-submit, .login-submit-active { flex: 1; display: flex; width: 100%; padding: 1.6rem 0; justify-content: center; align-items: center; background: var(--color-line-in-white); color: var(--color-text-complement); border: 0; outline: 0; transition: 0.2s; border-radius: 0.8rem; cursor: not-allowed; } .login-submit-active { background: var(--color-secondary); color: var(--color-button-text); cursor: pointer; } .login-submit-active:hover { background: var(--color-secondary-dark); color: var(--color-button-text); } .login-footer{ display: none; } .login-footer .signup{ font-family: Poppins; font-size: 1.4rem; } .login-footer .signup p{ color: var(--color-text-complement); font-weight: 400; } .login-footer .signup a{ color: var(--color-primary-dark); font-weight: 700; } .login-footer span{ font: 400 1.4rem Poppins; color: var(--color-text-complement); } @media (min-width: 900px) { .login-container form fieldset legend a { display: none; } .login-footer { margin-top: 8rem; display: flex !important; justify-content: space-between; width: 100%; } }
0.365683
0.107766
box-sizing: border-box; font-family: sans-serif; }*/ /* line 6, D:/Temp/github/swipeslider/style.scss */ /*html, body { height: 100%; }*/ /* line 10, D:/Temp/github/swipeslider/style.scss */ /*body { margin: 0 auto; background-color: #383843; max-width: 640px; color: #fff8eb; }*/ /* line 16, D:/Temp/github/swipeslider/style.scss */ /*h1, h2, h3, h4, h5, h6 { text-align: center; color: #fff9f0; text-shadow: 1px 2px 5px black; }*/ /* line 21, D:/Temp/github/swipeslider/style.scss */ /*h1 { font-size: 50px; }*/ /* line 25, D:/Temp/github/swipeslider/style.scss */ /*h2 { margin-top: 80px; }*/ *{padding: 0;margin:0;} .jq22-container{ width: 100%; } .container{ margin: 0 auto; width: 100%; } /* line 30, D:/Temp/github/swipeslider/style.scss */ a:link { color: #fff0d5; } /* line 33, D:/Temp/github/swipeslider/style.scss */ a:hover { color: #aaa3fc; } /* line 36, D:/Temp/github/swipeslider/style.scss */ a:active { color: #9289ff; } /* line 39, D:/Temp/github/swipeslider/style.scss */ a:visited { color: #fff0d5; } /* line 44, D:/Temp/github/swipeslider/style.scss */ .swipslider { margin: 0 auto; } /* line 48, D:/Temp/github/swipeslider/style.scss */ #content_slider { background-color: #f0f0f0; width: 640px; } /* line 52, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted { padding: 25px; } /* line 54, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted:after { display: table; content: ""; clear: both; } /* line 60, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted img { float: left; position: relative; height: 225px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.33); margin-right: 15px; } /* line 68, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description { float: left; padding: 10px; display: block; font-size: 16px; color: #343332; background: #e5e5e5; height: 225px; width: 349px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.58); white-space: normal; } /* line 80, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description h1 { font-size: 18px; margin: 0; text-align: left; color: #515f6c; text-shadow: none; } /* line 88, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description::after { display: table; content: ""; clear: both; } /* line 94, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description p { margin-bottom: 1px; margin-top: 6px; font-size: 14px; } /* line 100, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description p.award { color: #be9a02; } /* line 104, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description ul { list-style: square; padding-left: 20px; font-size: 14px; } /* line 110, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description strong { color: #515f6c; } /* line 120, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next-prev { width: 120px; height: 60px; background-color: rgba(82, 82, 82, 0); color: rgba(255, 254, 235, 0.28); border-radius: 3px; font-size: 25px; } /* line 128, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next-prev:hover { color: #fffeeb; background-color: #525252; box-shadow: 0 0 5px rgba(0, 0, 0, 0.57); } /* line 135, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-prev { left: 0%; } /* line 138, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-prev::after { line-height: 60px; content: '< back'; } /* line 144, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next { right: 0%; } /* line 147, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next::after { line-height: 60px; content: 'next >'; } /* line 153, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet { top: 4%; } /* line 156, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet li { width: 10px; height: 5px; background-color: rgba(255, 254, 235, 0.28); border-radius: 0; vertical-align: middle; } /* line 163, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet li.active { border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #fffeeb; background-color: transparent; width: 0; height: 0; vertical-align: bottom; } /* line 174, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet li:hover { height: 10px; background-color: #fffeeb; } /* line 183, D:/Temp/github/swipeslider/style.scss */ .slide-number { font-size: 60px; display: inline-block; position: absolute; left: 50%; top: 25%; -webkit-transform: translate(-50%); transform: translate(-50%); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54); } .swipslider { position: relative; overflow: hidden; display: block; padding-top: 60%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .swipslider .sw-slides { display: block; padding: 0; list-style: none; width: 100%; height: 100%; white-space: nowrap; font-size: 0; -webkit-transform: translateX(0); transform: translateX(0); position: absolute; bottom: 0; z-index: 5; } .swipslider .sw-slide { width: 100%; height: 94%; margin: auto; display: inline-block; position: relative; } .swipslider .sw-slide > img { width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-height: 100%; max-width: 100%; margin-left: auto; margin-right: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .swipslider .sw-slide .sw-content { width: 100%; height: 100%; margin-left: 0; margin-right: 0; font-size: 14px; } .sw-next-prev { display: none; font-family: "Courier New", Courier, monospace; height: 50px; width: 50px; text-align: center; vertical-align: middle; position: absolute; line-height: 50px; font-size: 30px; font-weight: bolder; color: rgba(160, 160, 160, 0.53); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: rgba(255, 255, 255, 0); border-radius: 50%; text-decoration: none; transition: all .2s ease-out; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .sw-next-prev:hover { background-color: rgba(255, 255, 255, 0.74); } .sw-next-prev:active { background-color: rgba(255, 255, 255, 0.5); } .sw-prev { left: 2%; } .sw-prev::after { content: '<'; } .sw-next { right: 2%; } .sw-next::after { content: '>'; } .sw-bullet { position: absolute; bottom: 8%; list-style: none; display: block; width: 100%; text-align: center; z-index: 7; padding: 0; margin: 0; } .sw-bullet li { width: 20px; height: 20px; background-color: rgba(160, 160, 160, 0.53); border-radius: 50%; display: inline-block; cursor: pointer; transition: all .2s ease-out; } .sw-bullet li:hover { background-color: rgba(255, 255, 255, 0.74); } .sw-bullet li.active { background-color: rgba(255, 255, 255, 0.5); box-shadow: 0 0 2px rgba(160, 160, 160, 0.53); } .sw-bullet li:not(:last-child) { margin-right: 5px; }
public/home/css/swipeslider.css
box-sizing: border-box; font-family: sans-serif; }*/ /* line 6, D:/Temp/github/swipeslider/style.scss */ /*html, body { height: 100%; }*/ /* line 10, D:/Temp/github/swipeslider/style.scss */ /*body { margin: 0 auto; background-color: #383843; max-width: 640px; color: #fff8eb; }*/ /* line 16, D:/Temp/github/swipeslider/style.scss */ /*h1, h2, h3, h4, h5, h6 { text-align: center; color: #fff9f0; text-shadow: 1px 2px 5px black; }*/ /* line 21, D:/Temp/github/swipeslider/style.scss */ /*h1 { font-size: 50px; }*/ /* line 25, D:/Temp/github/swipeslider/style.scss */ /*h2 { margin-top: 80px; }*/ *{padding: 0;margin:0;} .jq22-container{ width: 100%; } .container{ margin: 0 auto; width: 100%; } /* line 30, D:/Temp/github/swipeslider/style.scss */ a:link { color: #fff0d5; } /* line 33, D:/Temp/github/swipeslider/style.scss */ a:hover { color: #aaa3fc; } /* line 36, D:/Temp/github/swipeslider/style.scss */ a:active { color: #9289ff; } /* line 39, D:/Temp/github/swipeslider/style.scss */ a:visited { color: #fff0d5; } /* line 44, D:/Temp/github/swipeslider/style.scss */ .swipslider { margin: 0 auto; } /* line 48, D:/Temp/github/swipeslider/style.scss */ #content_slider { background-color: #f0f0f0; width: 640px; } /* line 52, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted { padding: 25px; } /* line 54, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted:after { display: table; content: ""; clear: both; } /* line 60, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted img { float: left; position: relative; height: 225px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.33); margin-right: 15px; } /* line 68, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description { float: left; padding: 10px; display: block; font-size: 16px; color: #343332; background: #e5e5e5; height: 225px; width: 349px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.58); white-space: normal; } /* line 80, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description h1 { font-size: 18px; margin: 0; text-align: left; color: #515f6c; text-shadow: none; } /* line 88, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description::after { display: table; content: ""; clear: both; } /* line 94, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description p { margin-bottom: 1px; margin-top: 6px; font-size: 14px; } /* line 100, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description p.award { color: #be9a02; } /* line 104, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description ul { list-style: square; padding-left: 20px; font-size: 14px; } /* line 110, D:/Temp/github/swipeslider/style.scss */ #content_slider .wanted .description strong { color: #515f6c; } /* line 120, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next-prev { width: 120px; height: 60px; background-color: rgba(82, 82, 82, 0); color: rgba(255, 254, 235, 0.28); border-radius: 3px; font-size: 25px; } /* line 128, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next-prev:hover { color: #fffeeb; background-color: #525252; box-shadow: 0 0 5px rgba(0, 0, 0, 0.57); } /* line 135, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-prev { left: 0%; } /* line 138, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-prev::after { line-height: 60px; content: '< back'; } /* line 144, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next { right: 0%; } /* line 147, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-next::after { line-height: 60px; content: 'next >'; } /* line 153, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet { top: 4%; } /* line 156, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet li { width: 10px; height: 5px; background-color: rgba(255, 254, 235, 0.28); border-radius: 0; vertical-align: middle; } /* line 163, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet li.active { border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #fffeeb; background-color: transparent; width: 0; height: 0; vertical-align: bottom; } /* line 174, D:/Temp/github/swipeslider/style.scss */ #customizability .sw-bullet li:hover { height: 10px; background-color: #fffeeb; } /* line 183, D:/Temp/github/swipeslider/style.scss */ .slide-number { font-size: 60px; display: inline-block; position: absolute; left: 50%; top: 25%; -webkit-transform: translate(-50%); transform: translate(-50%); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54); } .swipslider { position: relative; overflow: hidden; display: block; padding-top: 60%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .swipslider .sw-slides { display: block; padding: 0; list-style: none; width: 100%; height: 100%; white-space: nowrap; font-size: 0; -webkit-transform: translateX(0); transform: translateX(0); position: absolute; bottom: 0; z-index: 5; } .swipslider .sw-slide { width: 100%; height: 94%; margin: auto; display: inline-block; position: relative; } .swipslider .sw-slide > img { width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-height: 100%; max-width: 100%; margin-left: auto; margin-right: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .swipslider .sw-slide .sw-content { width: 100%; height: 100%; margin-left: 0; margin-right: 0; font-size: 14px; } .sw-next-prev { display: none; font-family: "Courier New", Courier, monospace; height: 50px; width: 50px; text-align: center; vertical-align: middle; position: absolute; line-height: 50px; font-size: 30px; font-weight: bolder; color: rgba(160, 160, 160, 0.53); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: rgba(255, 255, 255, 0); border-radius: 50%; text-decoration: none; transition: all .2s ease-out; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .sw-next-prev:hover { background-color: rgba(255, 255, 255, 0.74); } .sw-next-prev:active { background-color: rgba(255, 255, 255, 0.5); } .sw-prev { left: 2%; } .sw-prev::after { content: '<'; } .sw-next { right: 2%; } .sw-next::after { content: '>'; } .sw-bullet { position: absolute; bottom: 8%; list-style: none; display: block; width: 100%; text-align: center; z-index: 7; padding: 0; margin: 0; } .sw-bullet li { width: 20px; height: 20px; background-color: rgba(160, 160, 160, 0.53); border-radius: 50%; display: inline-block; cursor: pointer; transition: all .2s ease-out; } .sw-bullet li:hover { background-color: rgba(255, 255, 255, 0.74); } .sw-bullet li.active { background-color: rgba(255, 255, 255, 0.5); box-shadow: 0 0 2px rgba(160, 160, 160, 0.53); } .sw-bullet li:not(:last-child) { margin-right: 5px; }
0.184804
0.040693
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html { height: 100%; 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; } .content { background-color: #f9fbfd; color: #d22d27; padding: 48px; border: 2px solid #d22d27; text-align: center; max-width: 720px; } .result-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #result { width: 80%; height: auto; font-size: 2rem; padding: 8px; } .setting { padding: 5px; text-align: left; } .setting.checkbox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .setting.checkbox label { margin-left: 4px; } #length { text-align: center; } input[type="number"] { width: 56px; height: 24px; } input[type="checkbox"] { width: 24px; height: 24px; } button { background-size: 2rem; width: 55px; height: 55px; display: inline-block; border: 0; background-color: transparent; background-position: 50%; background-repeat: no-repeat; } button.copy-button { background-image: url(./image/copy.svg); } button.new-button { background-image: url(./image/new.svg); } #copied { opacity: 0; -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } #copied.show { opacity: 1; -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } .hover-button { -webkit-transition: all 0.5s; transition: all 0.5s; cursor: pointer; color: #d22d27; } .hover-button span { cursor: pointer; display: inline-block; position: relative; -webkit-transition: 0.5s; transition: 0.5s; } .hover-button span:after { content: "\00bb"; position: absolute; opacity: 0; top: 0; right: -10px; -webkit-transition: 0.5s; transition: 0.5s; } .hover-button:hover span { padding-right: 16px; } .hover-button:hover span:after { opacity: 1; right: 0; } /*# sourceMappingURL=style.css.map */
style.css
* { -webkit-box-sizing: border-box; box-sizing: border-box; } html { height: 100%; 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; } .content { background-color: #f9fbfd; color: #d22d27; padding: 48px; border: 2px solid #d22d27; text-align: center; max-width: 720px; } .result-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } #result { width: 80%; height: auto; font-size: 2rem; padding: 8px; } .setting { padding: 5px; text-align: left; } .setting.checkbox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .setting.checkbox label { margin-left: 4px; } #length { text-align: center; } input[type="number"] { width: 56px; height: 24px; } input[type="checkbox"] { width: 24px; height: 24px; } button { background-size: 2rem; width: 55px; height: 55px; display: inline-block; border: 0; background-color: transparent; background-position: 50%; background-repeat: no-repeat; } button.copy-button { background-image: url(./image/copy.svg); } button.new-button { background-image: url(./image/new.svg); } #copied { opacity: 0; -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } #copied.show { opacity: 1; -webkit-transition: opacity 0.1s; transition: opacity 0.1s; } .hover-button { -webkit-transition: all 0.5s; transition: all 0.5s; cursor: pointer; color: #d22d27; } .hover-button span { cursor: pointer; display: inline-block; position: relative; -webkit-transition: 0.5s; transition: 0.5s; } .hover-button span:after { content: "\00bb"; position: absolute; opacity: 0; top: 0; right: -10px; -webkit-transition: 0.5s; transition: 0.5s; } .hover-button:hover span { padding-right: 16px; } .hover-button:hover span:after { opacity: 1; right: 0; } /*# sourceMappingURL=style.css.map */
0.370567
0.049336
* { box-sizing: border-box; } body { margin: 0 0 0; font-family: 'PT Sans', sans-serif; background-color: #c9c9c9; font-weight: normal; overflow: hidden; } .button_row { position: absolute; bottom: 150px; } .quit_button { position: absolute; bottom: 40px; right: 40px; } button, input[type=submit] { font-family: 'Source Code Pro', monospace; font-size: 1.1rem; padding: 0.6rem; font-weight: bold; background-color: #EFEFEF; } header { background-color: white; height: 90px; } header .logo { float: left; margin-top: 16px; } header .header_text { float: left; padding: 20px 0 0 25px; } header .header_text h1 { padding-top: 5px; font-family: "Source Code Pro", monospace; margin: 0; line-height: 1; padding-left: 15px; } header .header_icons { float: left; padding: 2rem 1rem 0 0; left: 71%; position: absolute; } header .header_icons button { position: absolute; top: 28px; right: -23px; } section.container { padding-left: 40px; width: 100%; float: left; } section#flash { display: none; font-size: 1.2rem; padding: 0.4rem 0 0.4rem 2rem; background-color: #FFF; } .search_box_left { float: left; width: 600px; } .link_button_right { margin-top: 2.5rem; float: right; clear: right; } .link_button_right button { width: 135px; } select#results option { font-size: 1.2rem; } select#results { width: 600px; height: 215px; margin-bottom: 1rem; } #lower { clear: both; } button#link_to_blank_card { display: none; } .progress-bar { margin-top: 15px; width: calc(100% - 6px); height: 5px; background: #e0e0e0; padding: 3px; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2); } .progress-bar-fill { display: block; height: 5px; background: #000000; border-radius: 3px; /*transition: width 250ms ease-in-out;*/ transition: width 5s ease-in-out; } section.container .left_info { max-width: 40%; float: left; font-size: 0.8rem; } section.container .left_info img, section.container#checked_in .person_info img { max-height: 200px; } section.container .right_info { margin-top: 1rem; width: 60%; float: left; text-align: center; } section.container .left_info p { margin-bottom: 0.5rem; } section.container .left_info p#user_id { display: none; } section.container .right_info #events button, section.container .guests#events button { padding: 0.1rem; margin-bottom: 1rem; width: 350px; height: 150px; font-family: 'Source Code Pro', sans-serif; font-size: 1.14rem; font-weight: bold; } section.container .guests#events button { padding: 0.1rem; margin-bottom: 1rem; width: 350px; height: 150px; font-family: 'Source Code Pro', sans-serif; font-size: 1.14rem; font-weight: bold; } section.container .right_info #events button.inactive, ssection.container .guests#events button .inactive { background-color: #c9c9c9; } { } section.container .right_info #events button img, section.container .guests#events button img { height: 80px; float: left; padding-left: 95px; } section.container .right_info #events button .title, section.container .guests#events button .title { padding: 0.4rem 0 1rem 0; clear: left; } section.container .right_info #events button .title .inactive, section.container .guests#events button .title .inactive { font-weight: normal; font-style: italic; font-size: 0.8rem; color: #666; } section.container .right_info #events button .temps, section.container .guests#events button .temps { float: right; bottom: 7px; right: 5px; position: relative; } section.container .right_info #events button .so_far, section.container .guests#events button .so_far { float: left; display: none; padding-left: 0.3rem; font-size: 0.75rem; } section.container#checking_in, section.container#printing_in_progress { text-align: center; } section.container#errors, section.container#printed_ok { display: none; text-align: center; } section.container#checked_in, section.container#printed_ok { display: none; } section.container#printed_ok .person_info button { margin: 1rem; font-size: 2.9rem; } section.container#checked_in .person_info { float: left; widh: 48%; } section.container#checked_in .stats { float: right; width: 48%; } section.container#checked_in .stats div span { font-size: 0.8rem; color: #666; } footer { clear: both; margin-top: 15px; padding: 0.4rem 2rem; } #screensaver_div { width: 1366px; height: 768px; margin: 0; background-color: black; overflow: hidden; } #screensaver_div .touchmessage { height: 40px; position: absolute; top: 220px; left: 0; color: black; text-align: center; font-size: 1.7rem; padding: 0.2rem 0; width: 800px; background-color: #fded57; font-family: 'Source Code Pro', sans-serif; } #stakeholder { font-size: 3rem; font-family: 'Source Code Pro', sans-serif; font-weight: bold; display: none; }
app/themes/kuusipalaa/css/index.css
* { box-sizing: border-box; } body { margin: 0 0 0; font-family: 'PT Sans', sans-serif; background-color: #c9c9c9; font-weight: normal; overflow: hidden; } .button_row { position: absolute; bottom: 150px; } .quit_button { position: absolute; bottom: 40px; right: 40px; } button, input[type=submit] { font-family: 'Source Code Pro', monospace; font-size: 1.1rem; padding: 0.6rem; font-weight: bold; background-color: #EFEFEF; } header { background-color: white; height: 90px; } header .logo { float: left; margin-top: 16px; } header .header_text { float: left; padding: 20px 0 0 25px; } header .header_text h1 { padding-top: 5px; font-family: "Source Code Pro", monospace; margin: 0; line-height: 1; padding-left: 15px; } header .header_icons { float: left; padding: 2rem 1rem 0 0; left: 71%; position: absolute; } header .header_icons button { position: absolute; top: 28px; right: -23px; } section.container { padding-left: 40px; width: 100%; float: left; } section#flash { display: none; font-size: 1.2rem; padding: 0.4rem 0 0.4rem 2rem; background-color: #FFF; } .search_box_left { float: left; width: 600px; } .link_button_right { margin-top: 2.5rem; float: right; clear: right; } .link_button_right button { width: 135px; } select#results option { font-size: 1.2rem; } select#results { width: 600px; height: 215px; margin-bottom: 1rem; } #lower { clear: both; } button#link_to_blank_card { display: none; } .progress-bar { margin-top: 15px; width: calc(100% - 6px); height: 5px; background: #e0e0e0; padding: 3px; border-radius: 3px; box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2); } .progress-bar-fill { display: block; height: 5px; background: #000000; border-radius: 3px; /*transition: width 250ms ease-in-out;*/ transition: width 5s ease-in-out; } section.container .left_info { max-width: 40%; float: left; font-size: 0.8rem; } section.container .left_info img, section.container#checked_in .person_info img { max-height: 200px; } section.container .right_info { margin-top: 1rem; width: 60%; float: left; text-align: center; } section.container .left_info p { margin-bottom: 0.5rem; } section.container .left_info p#user_id { display: none; } section.container .right_info #events button, section.container .guests#events button { padding: 0.1rem; margin-bottom: 1rem; width: 350px; height: 150px; font-family: 'Source Code Pro', sans-serif; font-size: 1.14rem; font-weight: bold; } section.container .guests#events button { padding: 0.1rem; margin-bottom: 1rem; width: 350px; height: 150px; font-family: 'Source Code Pro', sans-serif; font-size: 1.14rem; font-weight: bold; } section.container .right_info #events button.inactive, ssection.container .guests#events button .inactive { background-color: #c9c9c9; } { } section.container .right_info #events button img, section.container .guests#events button img { height: 80px; float: left; padding-left: 95px; } section.container .right_info #events button .title, section.container .guests#events button .title { padding: 0.4rem 0 1rem 0; clear: left; } section.container .right_info #events button .title .inactive, section.container .guests#events button .title .inactive { font-weight: normal; font-style: italic; font-size: 0.8rem; color: #666; } section.container .right_info #events button .temps, section.container .guests#events button .temps { float: right; bottom: 7px; right: 5px; position: relative; } section.container .right_info #events button .so_far, section.container .guests#events button .so_far { float: left; display: none; padding-left: 0.3rem; font-size: 0.75rem; } section.container#checking_in, section.container#printing_in_progress { text-align: center; } section.container#errors, section.container#printed_ok { display: none; text-align: center; } section.container#checked_in, section.container#printed_ok { display: none; } section.container#printed_ok .person_info button { margin: 1rem; font-size: 2.9rem; } section.container#checked_in .person_info { float: left; widh: 48%; } section.container#checked_in .stats { float: right; width: 48%; } section.container#checked_in .stats div span { font-size: 0.8rem; color: #666; } footer { clear: both; margin-top: 15px; padding: 0.4rem 2rem; } #screensaver_div { width: 1366px; height: 768px; margin: 0; background-color: black; overflow: hidden; } #screensaver_div .touchmessage { height: 40px; position: absolute; top: 220px; left: 0; color: black; text-align: center; font-size: 1.7rem; padding: 0.2rem 0; width: 800px; background-color: #fded57; font-family: 'Source Code Pro', sans-serif; } #stakeholder { font-size: 3rem; font-family: 'Source Code Pro', sans-serif; font-weight: bold; display: none; }
0.402627
0.096834
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Reset # Repeatable Patterns # Elements # Typography # Responsive images # Alignment # Entry Content # Attachments # Widgets # Galleries # Text meant only for screen readers --------------------------------------------------------------*/ /** * Reset * ---------------------------------------------------------------------------- */ .mb10 {margin-bottom: 10px !important; } .mb15 {margin-bottom: 15px !important; } .mb20 {margin-bottom: 20px !important; } .mb25 {margin-bottom: 25px !important; } .mb28 {margin-bottom: 28px !important; } .mb30 {margin-bottom: 30px !important; } .mb50 {margin-bottom: 50px !important; } .mt10 {margin-top: 10px !important; } .mt15 {margin-top: 15px !important; } .mt20 {margin-top: 20px !important; } .mt25 {margin-top: 25px !important; } .mt28 {margin-top: 28px !important; } .mt30 {margin-top: 30px !important; } .mt50 {margin-top: 50px !important; } .pt10 {padding-top: 10px !important; } .pt15 {padding-top: 15px !important; } .pt20 {padding-top: 20px !important; } .pt25 {padding-top: 25px !important; } .pt28 {padding-top: 28px !important; } .pt30 {padding-top: 30px !important; } .pt40 {padding-top: 40px !important; } .pt50 {padding-top: 50px !important; } .pt60 {padding-top: 60px !important; } .pt70 {padding-top: 70px !important; } .pt80 {padding-top: 80px !important; } .pt90 {padding-top: 90px !important; } .pt100 {padding-top: 100px !important; } .pb10 {padding-bottom: 10px !important; } .pb15 {padding-bottom: 15px !important; } .pb20 {padding-bottom: 20px !important; } .pb25 {padding-bottom: 25px !important; } .pb28 {padding-bottom: 28px !important; } .pb30 {padding-bottom: 30px !important; } .pb40 {padding-bottom: 40px !important; } .pb50 {padding-bottom: 50px !important; } .pb60 {padding-bottom: 60px !important; } .pb70 {padding-bottom: 70px !important; } .pb80 {padding-bottom: 80px !important; } .pb90 {padding-bottom: 90px !important; } .ml0 {margin-left: 0 !important; } .b0 { border: 0 !important;} code, kbd, pre, samp { font-family: monospace, serif; font-size: 14px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre { background: #f5f5f5; color: #666; font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } small { font-size: smaller; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } dl { margin: 0 20px; } dt { font-weight: bold; } dd { margin: 0 0 20px; } ul { list-style-type: square; } nav ul, nav ol { list-style: none; list-style-image: none; } svg:not(:root) { overflow: hidden; } form { margin: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; } button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; } button, input { line-height: normal; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], input[disabled] { cursor: default; } textarea { overflow: auto; vertical-align: top; } table { border-bottom: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 2; margin: 0 0 20px; width: 100%; } caption { font-size: 16px; margin: 20px 0; } th { font-weight: bold; text-transform: uppercase; } td { border-top: 1px solid #ededed; padding: 6px 10px 6px 0; } del { color: #333; } ins { background: #fff9c0; text-decoration: none; } /** * Repeatable Patterns * ---------------------------------------------------------------------------- */ .genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 16px/1 Genericons; vertical-align: text-bottom; } /* Clearing floats */ .clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after { clear: both; } .clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after { content: ""; display: table; } /** * Elements * ---------------------------------------------------------------------------- */ hr { background-color: #eaeaea; background-color: rgba(51, 51, 51, 0.1); border: 0; height: 1px; margin-bottom: 1.6em; } ul, ol { margin: 0; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; } dl { margin-bottom: 1.6em; } dt { font-weight: bold; } dd { margin-bottom: 1.6em; } table, th, td { border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); } table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; /* Prevents HTML tables from becoming too wide */ width: 100%; } caption, th, td { font-weight: normal; text-align: left; } th { border-width: 0 1px 1px 0; font-weight: 700; } td { border-width: 0 1px 1px 0; } th, td { padding: 0.4em; } img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle; } figure { margin: 0; } del { opacity: 0.8; } /** * Typography * ---------------------------------------------------------------------------- */ b, strong { font-weight: 700; } dfn, cite, em, i { font-style: italic; } blockquote { border-left: 4px solid #707070; border-left: 4px solid rgba(51, 51, 51, 0.7); color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 18px; font-size: 1.8rem; font-style: italic; line-height: 1.6667; margin-bottom: 1.6667em; padding-left: 0.7778em; } blockquote p { margin-bottom: 1.6667em; } blockquote > p:last-child { margin-bottom: 0; } blockquote cite, blockquote small { color: #333; font-size: 15px; font-size: 1.5rem; font-family: "Noto Sans", sans-serif; line-height: 1.6; } blockquote em, blockquote i, blockquote cite { font-style: normal; } blockquote strong, blockquote b { font-weight: 400; } address { font-style: italic; margin: 0 0 1.6em; } code, kbd, tt, var, samp, pre { font-family: Inconsolata, monospace; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre { background-color: transparent; background-color: rgba(0, 0, 0, 0.01); border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); line-height: 1.2; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 0.8em; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } abbr[title] { border-bottom: 1px dotted #eaeaea; border-bottom: 1px dotted rgba(51, 51, 51, 0.1); cursor: help; } mark, ins { background-color: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } /** * Responsive images * ---------------------------------------------------------------------------- */ .entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption { max-width: 100%; } /* Make sure images with WordPress-added height and width attributes are scaled correctly. */ .entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; } img.size-full, img.size-large, img.wp-post-image { height: auto; max-width: 100%; } /* Make sure videos and embeds fit their containers. */ embed, iframe, object, video { max-width: 100%; } /* Override the Twitter embed fixed width. */ .entry-content .twitter-tweet-rendered { max-width: 100% !important; } /** * Alignment * ---------------------------------------------------------------------------- */ /* Images */ .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } figure.wp-caption.alignleft, img.alignleft { margin: 5px 20px 5px 0; } .wp-caption.alignleft { margin: 5px 10px 5px 0; } figure.wp-caption.alignright, img.alignright { margin: 5px 0 5px 20px; } .wp-caption.alignright { margin: 5px 0 5px 10px; } img.aligncenter { margin: 5px auto; } .wp-caption .wp-caption-text, .entry-caption, .gallery-caption { color: #220e10; font-size: 18px; font-style: italic; font-weight: 300; margin: 0 0 24px; } div.wp-caption.alignright img[class*="wp-image-"] { float: right; } div.wp-caption.alignright .wp-caption-text { padding-left: 10px; } img.wp-smiley, .rsswidget img { border: 0; border-radius: 0; box-shadow: none; margin-bottom: 0; margin-top: 0; padding: 0; } .wp-caption.alignleft + ul, .wp-caption.alignleft + ol { list-style-position: inside; } /** * Entry Content * ---------------------------------------------------------------------------- */ .sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date { display: none; } /* Page links */ .page-links { clear: both; font-size: 16px; font-style: italic; font-weight: normal; line-height: 2.2; margin: 20px 0; text-transform: uppercase; } .page-links a, .page-links > span { background: #fff; border: 1px solid #fff; padding: 5px 10px; text-decoration: none; } .format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a { background: #000; border: 1px solid #000; color: #fff; } .format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover { background: #fff; color: #000; } .format-status .entry-content .page-links > span, .format-quote .entry-content .page-links > span { background: none; } .page-links .page-links-title { background: transparent; border: none; margin-right: 20px; padding: 0; } /* Mediaelements */ .hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls { background: #220e10; } .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #fff; } .hentry .mejs-controls .mejs-time-rail .mejs-time-current { background: #ea9629; } .hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: #595959; } .hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { border-radius: 0; } /** * Attachments * ---------------------------------------------------------------------------- */ .attachment .hentry { background-color: #e8e5ce; margin: 0; padding: 0; } .attachment .entry-header { margin-bottom: 0; max-width: 1040px; padding: 30px 0; } .attachment .entry-title { display: inline-block; float: left; font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif; margin: 0; } .attachment .entry-title:before { content: "\f416"; font-size: 32px; margin-right: 10px; } .attachment .entry-meta { clear: none; color: inherit; float: right; max-width: 604px; padding: 9px 0 0; text-align: right; } .hentry.attachment:not(.image-attachment) .entry-meta { max-width: 104px; } .attachment footer.entry-meta { display: none; } .attachment-meta:before { content: "\f307"; } .full-size-link a:before { content: "\f402"; } .full-size-link:before { content: none; } .attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before { color: #ca3c08; } .attachment .entry-content { background-color: #fff; max-width: 100%; padding: 40px 0; } .image-navigation { margin: 0 auto; max-width: 1040px; position: relative; } .image-navigation a:hover { text-decoration: none; } .image-navigation .nav-previous, .image-navigation .nav-next { position: absolute; top: 50px; } .image-navigation .nav-previous { left: 0; } .image-navigation .nav-next { right: 0; } .image-navigation .meta-nav { font-size: 32px; font-weight: 300; vertical-align: -4px; } .attachment .entry-attachment, .attachment .type-attachment p { margin: 0 auto; max-width: 724px; text-align: center; } .attachment .entry-attachment .attachment { display: inline-block; } .attachment .entry-caption { text-align: left; } .attachment .entry-description { margin: 20px auto 0; max-width: 604px; } .attachment .entry-caption p:last-child, .attachment .entry-description p:last-child { margin: 0; } .attachment .site-main .sidebar-container { display: none; } .attachment .entry-content .mejs-audio { max-width: 400px; margin: 0 auto; } .attachment .entry-content .wp-video { margin: 0 auto; } .attachment .entry-content .mejs-container { margin-bottom: 24px; } /** * Widget * ---------------------------------------------------------------------------- */ /* Search widget */ .search-form .search-submit { display: none; } /* RSS Widget */ .widget_rss .rss-date { display: block; } .widget_rss .rss-date, .widget_rss li > cite { color: #a2a2a2; } /* Calendar Widget */ .widget_calendar table, .widget_calendar td { border: 0; border-collapse: separate; border-spacing: 1px; } .widget_calendar caption { font-size: 14px; margin: 0; } .widget_calendar th, .widget_calendar td { padding: 0; text-align: center; } .widget_calendar a { display: block; } .widget_calendar a:hover { background-color: rgba(0, 0, 0, 0.15); } .widget_calendar tbody td { background-color: rgba(255, 255, 255, 0.5); } .site-footer .widget_calendar tbody td { background-color: rgba(255, 255, 255, 0.05); } .widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad { background-color: transparent; } @media (min-width: 1200px) { blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } blockquote { font-size: 18px; margin: 24px 40px; } blockquote blockquote { margin-right: 0; } blockquote cite, blockquote small { font-weight: normal; display: block; font-size: 11px; color: #000; margin-top: 20px; } blockquote em, blockquote i { font-style: normal; font-weight: 300; } blockquote strong, blockquote b { font-weight: 400; } } /** * Galleries * ---------------------------------------------------------------------------- */ .gallery { margin-bottom: 1.6em; } .gallery-item { display: inline-block; padding: 1.79104477%; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-icon img { margin: 0 auto; } .gallery-caption { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-family: "Noto Sans", sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } /** * Text meant only for screen readers. * ---------------------------------------------------------------------------- */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } .main-navigation.headroom--not-top{ position: fixed !important; left: 0 !important; top: 0 !important; } .site-branding { padding:20px 0px 20px 0px; } .site-branding-mobile { display: none; } article.post .read-more,.dates,.pagination span.current,.big-title h3:after,.big-title--single h3:after,.tm_quick_quote .vc_custom_heading h2:before,.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title .vc_tta-controls-icon,.tm_services .wpb_single_image,.vc_custom_heading.style4:after,.vc_custom_heading.style3:after,.vc_custom_heading.style2:after,.vc_custom_heading.style1:after,.widget-title:after { background-color:#98c11e; } .sidebar ul li:before,.wpb_widgetised_column ul li:before,.sidebar .recent-posts__item:before,.wpb_widgetised_column .recent-posts__item:before,.facts li:before,.error404 .col-md-6>div h2,.list li:before { color:#98c11e; } .search-box input[type="search"],.header02 .header-info i { border-color:#98c11e; } .header02 .header-info i:after { border-top-color:#98c11e; } .tp-caption span { color:#98c11e!important; } .tp-caption button { background-color:#98c11e!important; } .tm-skin .esg-filterbutton:before,.tm-skin-2 .esg-filterbutton:before { border-top-color:#98c11e!important; } article.post .read-more:hover,.tm-works-02:before,.tm_testimonials_02:before,.tm_counting:before,.tm_services:before,.site-footer:before { background-color:#333333; } .thememove_testimonials .author span:first-child { color:#ffffff; } a,a:visited { color:#ffffff; } a:hover { color:#98c11e; } .tm_bread_crumb a { color:#98c11e; } .tm_bread_crumb,.tm_bread_crumb a:hover { color:#ffffff; } input,textarea,keygen,select,button,.eg-tm-recent-posts-01-content,body { font-family:Lato; } body { font-weight:400; font-size:14px; color:#000000; } .esg-filterbutton span,.eg-tm-recent-posts-01-element-10-a,button,input[type="button"],input[type="reset"],input[type="submit"],.vc_label,.tp-caption.a1,.t1,.woocommerce div.product p.price del,.woocommerce div.product span.price del,.woocommerce ul.products li.product .price,.widget_products,.eg-infinity-members-element-0,.wpb_widgetised_column .better-menu-widget ul li,.sidebar .better-menu-widget ul li,.pagination span,.pagination a,.hentry .read-more,.post-thumb .date,.thememove_testimonials .author span:first-child,.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,.recent-posts__item a,.eg-infinity-features-element-0,h1,h2,h3,h4,h5,h6 { font-family:Montserrat; } .tp-caption,.tp-caption button { font-family:Montserrat!important; } h1,h2,h3,h4,h5,h6 { font-weight:700; } .sidebar .better-menu-widget ul li,.wpb_widgetised_column .better-menu-widget ul li,h1,h2,h3,h4,h5,h6,.eg-infinity-features-element-0 { letter-spacing:0em; } h1,h2,h3,h4 { color:#111111; } h1 { font-size:28px; } h2 { font-size:24px; } h3 { font-size:20px; } h4 { font-size:16px; } body.boxed { background-color:#999999; } #open-left { color:#ffffff; } #site-navigation { font-family:Montserrat; font-weight:700; font-size:14px; } #site-navigation .menu>ul>li>a,#site-navigation .menu>li>a { color:#333333; } #site-navigation .menu>ul>li>a:hover,#site-navigation .menu>li>a:hover { color:#98c11e; } .header03 #site-navigation .menu>ul>li.current-menu-item a,.header03 #site-navigation .menu>li.current-menu-item a,.header03 #site-navigation .menu>ul>li:hover a,.header03 #site-navigation .menu>li:hover a { border-color:#98c11e; } #site-navigation .sub-menu,#site-navigation .children { font-family:Montserrat; background-color:#98c11e; } #site-navigation .sub-menu li a,#site-navigation .children li a { font-weight:400; font-size:12px; color:#ffffff; } #site-navigation .sub-menu li a:hover,#site-navigation .children li a:hover { color:#ffffff; } #site-navigation .sub-menu li,#site-navigation .children li { padding:15px 15px 15px 15px; } .main-navigation { background-color:#ffffff; } #site-navigation .menu>ul>li:after,#site-navigation .menu>li:after { background-color:rgba(255,255,255,0.2); } #site-navigation .sub-menu li { background-color:#98c11e; } #site-navigation .sub-menu li:hover { background-color:#594431; } .vc_btn3-color-grey { font-family:Montserrat!important; font-size:13!important; font-weight:700!important; color:#ffffff!important; background-color:#98c11e!important; } .vc_btn3-color-grey:hover,.vc_btn3-color-grey:focus { color:#ffffff!important; background-color:#333333!important; } button,input[type="button"],input[type="reset"],input[type="submit"] { background-color:#98c11e; } button,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover { background-color:#8E8E8E; } .site-top { font-family:Lato; font-size:14px; font-weight:400; color:#ffffff; background-color:#333333; } .site-top a { font-family:Montserrat; font-size:14px; font-weight:400; color:#ffffff; } .site-top a:hover { color:#98c11e; } .site-header { font-family:Montserrat; font-size:14px; font-weight:300; } .site-header,.extra-info h3 { color:#111111; } .site-header,.header03 .headroom--not-top,.header04 .headroom--not-top { background-color:#ffffff; } .site-footer { font-family:Lato; font-size:14px; font-weight:400; color:#ffffff; padding:70px 0px 40px 0px; margin:0px 0px 0px 0px; border-width:0px 0px 0px 0px; border-style:solid; border-color:#000000; background-color:#333333; } .site-footer a { color:#ffffff; } .site-footer a:hover { color:#ffffff; } .site-footer .widget-title { color:#ffffff; } .copyright { color:#ffffff; background-color:#98c11e; } .copyright a { color:#ffffff; } .copyright a:hover { color:#ffffff; } .big-title .entry-title { font-family:Montserrat; font-weight:700; letter-spacing:0.05em; color:#ffffff; font-size:44px; } .big-title { padding:100px 0px 100px 0px; background-color:#333333; } .big-title--single .entry-title { font-family:Montserrat; font-weight:700; letter-spacing:0em; color:#ffffff; font-size:44px; } .big-title--single { padding:100px 0px 100px 0px; background-color:#ffffff; background-image:url("data/images/page_bg.jpg"); } .big-title--single:after { background-color:#ffffff; } @media ( min-width:75rem ) { #site-navigation .menu>ul>li.menu-item,#site-navigation .menu>li.menu-item { padding:15px 15px 15px 15px; } } @media ( max-width:61.9375rem ) { .site-header { background-color: #333333; } .site-branding-mobile { display: inline !important; } .site-branding { display: none !important; } .logo-mobile { max-width: 50%; } } #h2_d7c5_0{font-size: 30px;color: #333333;text-align: left} #h2_d7c5_1{font-size: 24px;color: #ffffff;line-height: 1;text-align: center} #h2_d7c5_2{font-size: 30px;color: #ffffff;text-align: left} #h3_d7c5_0{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_0{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h3_d7c5_1{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_1{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h3_d7c5_2{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_2{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h3_d7c5_3{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_3{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h2_0d67_0{font-size: 30px;color: #ffffff;text-align: left} #esg-grid-3-1{background-color: transparent;padding: 0px 0px 0px 0px ; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;} #h2_0d67_1{font-size: 30px;color: #3e3024;text-align: left} #h2_54db_0{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_0{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_1{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_1{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_2{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_2{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_3{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_3{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_4{font-size: 30px;color: #333333;text-align: left} #h2_54db_5{font-size: 30px;color: #333333;text-align: left} #esg-grid-1-1{background-color: transparent;padding: 0px 0px 0px 0px ; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
SflStucco.Site/SflStucco.Site/Content/css/style.css
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Reset # Repeatable Patterns # Elements # Typography # Responsive images # Alignment # Entry Content # Attachments # Widgets # Galleries # Text meant only for screen readers --------------------------------------------------------------*/ /** * Reset * ---------------------------------------------------------------------------- */ .mb10 {margin-bottom: 10px !important; } .mb15 {margin-bottom: 15px !important; } .mb20 {margin-bottom: 20px !important; } .mb25 {margin-bottom: 25px !important; } .mb28 {margin-bottom: 28px !important; } .mb30 {margin-bottom: 30px !important; } .mb50 {margin-bottom: 50px !important; } .mt10 {margin-top: 10px !important; } .mt15 {margin-top: 15px !important; } .mt20 {margin-top: 20px !important; } .mt25 {margin-top: 25px !important; } .mt28 {margin-top: 28px !important; } .mt30 {margin-top: 30px !important; } .mt50 {margin-top: 50px !important; } .pt10 {padding-top: 10px !important; } .pt15 {padding-top: 15px !important; } .pt20 {padding-top: 20px !important; } .pt25 {padding-top: 25px !important; } .pt28 {padding-top: 28px !important; } .pt30 {padding-top: 30px !important; } .pt40 {padding-top: 40px !important; } .pt50 {padding-top: 50px !important; } .pt60 {padding-top: 60px !important; } .pt70 {padding-top: 70px !important; } .pt80 {padding-top: 80px !important; } .pt90 {padding-top: 90px !important; } .pt100 {padding-top: 100px !important; } .pb10 {padding-bottom: 10px !important; } .pb15 {padding-bottom: 15px !important; } .pb20 {padding-bottom: 20px !important; } .pb25 {padding-bottom: 25px !important; } .pb28 {padding-bottom: 28px !important; } .pb30 {padding-bottom: 30px !important; } .pb40 {padding-bottom: 40px !important; } .pb50 {padding-bottom: 50px !important; } .pb60 {padding-bottom: 60px !important; } .pb70 {padding-bottom: 70px !important; } .pb80 {padding-bottom: 80px !important; } .pb90 {padding-bottom: 90px !important; } .ml0 {margin-left: 0 !important; } .b0 { border: 0 !important;} code, kbd, pre, samp { font-family: monospace, serif; font-size: 14px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre { background: #f5f5f5; color: #666; font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } small { font-size: smaller; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } dl { margin: 0 20px; } dt { font-weight: bold; } dd { margin: 0 0 20px; } ul { list-style-type: square; } nav ul, nav ol { list-style: none; list-style-image: none; } svg:not(:root) { overflow: hidden; } form { margin: 0; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; white-space: normal; } button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; } button, input { line-height: normal; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], input[disabled] { cursor: default; } textarea { overflow: auto; vertical-align: top; } table { border-bottom: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; font-size: 14px; line-height: 2; margin: 0 0 20px; width: 100%; } caption { font-size: 16px; margin: 20px 0; } th { font-weight: bold; text-transform: uppercase; } td { border-top: 1px solid #ededed; padding: 6px 10px 6px 0; } del { color: #333; } ins { background: #fff9c0; text-decoration: none; } /** * Repeatable Patterns * ---------------------------------------------------------------------------- */ .genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before { -webkit-font-smoothing: antialiased; display: inline-block; font: normal 16px/1 Genericons; vertical-align: text-bottom; } /* Clearing floats */ .clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after { clear: both; } .clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after { content: ""; display: table; } /** * Elements * ---------------------------------------------------------------------------- */ hr { background-color: #eaeaea; background-color: rgba(51, 51, 51, 0.1); border: 0; height: 1px; margin-bottom: 1.6em; } ul, ol { margin: 0; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; } dl { margin-bottom: 1.6em; } dt { font-weight: bold; } dd { margin-bottom: 1.6em; } table, th, td { border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); } table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; /* Prevents HTML tables from becoming too wide */ width: 100%; } caption, th, td { font-weight: normal; text-align: left; } th { border-width: 0 1px 1px 0; font-weight: 700; } td { border-width: 0 1px 1px 0; } th, td { padding: 0.4em; } img { -ms-interpolation-mode: bicubic; border: 0; height: auto; max-width: 100%; vertical-align: middle; } figure { margin: 0; } del { opacity: 0.8; } /** * Typography * ---------------------------------------------------------------------------- */ b, strong { font-weight: 700; } dfn, cite, em, i { font-style: italic; } blockquote { border-left: 4px solid #707070; border-left: 4px solid rgba(51, 51, 51, 0.7); color: #707070; color: rgba(51, 51, 51, 0.7); font-size: 18px; font-size: 1.8rem; font-style: italic; line-height: 1.6667; margin-bottom: 1.6667em; padding-left: 0.7778em; } blockquote p { margin-bottom: 1.6667em; } blockquote > p:last-child { margin-bottom: 0; } blockquote cite, blockquote small { color: #333; font-size: 15px; font-size: 1.5rem; font-family: "Noto Sans", sans-serif; line-height: 1.6; } blockquote em, blockquote i, blockquote cite { font-style: normal; } blockquote strong, blockquote b { font-weight: 400; } address { font-style: italic; margin: 0 0 1.6em; } code, kbd, tt, var, samp, pre { font-family: Inconsolata, monospace; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre { background-color: transparent; background-color: rgba(0, 0, 0, 0.01); border: 1px solid #eaeaea; border: 1px solid rgba(51, 51, 51, 0.1); line-height: 1.2; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 0.8em; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } abbr[title] { border-bottom: 1px dotted #eaeaea; border-bottom: 1px dotted rgba(51, 51, 51, 0.1); cursor: help; } mark, ins { background-color: #fff9c0; text-decoration: none; } sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; } sup { bottom: 1ex; } sub { top: .5ex; } small { font-size: 75%; } big { font-size: 125%; } /** * Responsive images * ---------------------------------------------------------------------------- */ .entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption { max-width: 100%; } /* Make sure images with WordPress-added height and width attributes are scaled correctly. */ .entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; } img.size-full, img.size-large, img.wp-post-image { height: auto; max-width: 100%; } /* Make sure videos and embeds fit their containers. */ embed, iframe, object, video { max-width: 100%; } /* Override the Twitter embed fixed width. */ .entry-content .twitter-tweet-rendered { max-width: 100% !important; } /** * Alignment * ---------------------------------------------------------------------------- */ /* Images */ .alignleft { float: left; } .alignright { float: right; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } figure.wp-caption.alignleft, img.alignleft { margin: 5px 20px 5px 0; } .wp-caption.alignleft { margin: 5px 10px 5px 0; } figure.wp-caption.alignright, img.alignright { margin: 5px 0 5px 20px; } .wp-caption.alignright { margin: 5px 0 5px 10px; } img.aligncenter { margin: 5px auto; } .wp-caption .wp-caption-text, .entry-caption, .gallery-caption { color: #220e10; font-size: 18px; font-style: italic; font-weight: 300; margin: 0 0 24px; } div.wp-caption.alignright img[class*="wp-image-"] { float: right; } div.wp-caption.alignright .wp-caption-text { padding-left: 10px; } img.wp-smiley, .rsswidget img { border: 0; border-radius: 0; box-shadow: none; margin-bottom: 0; margin-top: 0; padding: 0; } .wp-caption.alignleft + ul, .wp-caption.alignleft + ol { list-style-position: inside; } /** * Entry Content * ---------------------------------------------------------------------------- */ .sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date { display: none; } /* Page links */ .page-links { clear: both; font-size: 16px; font-style: italic; font-weight: normal; line-height: 2.2; margin: 20px 0; text-transform: uppercase; } .page-links a, .page-links > span { background: #fff; border: 1px solid #fff; padding: 5px 10px; text-decoration: none; } .format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a { background: #000; border: 1px solid #000; color: #fff; } .format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover { background: #fff; color: #000; } .format-status .entry-content .page-links > span, .format-quote .entry-content .page-links > span { background: none; } .page-links .page-links-title { background: transparent; border: none; margin-right: 20px; padding: 0; } /* Mediaelements */ .hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls { background: #220e10; } .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #fff; } .hentry .mejs-controls .mejs-time-rail .mejs-time-current { background: #ea9629; } .hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: #595959; } .hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { border-radius: 0; } /** * Attachments * ---------------------------------------------------------------------------- */ .attachment .hentry { background-color: #e8e5ce; margin: 0; padding: 0; } .attachment .entry-header { margin-bottom: 0; max-width: 1040px; padding: 30px 0; } .attachment .entry-title { display: inline-block; float: left; font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif; margin: 0; } .attachment .entry-title:before { content: "\f416"; font-size: 32px; margin-right: 10px; } .attachment .entry-meta { clear: none; color: inherit; float: right; max-width: 604px; padding: 9px 0 0; text-align: right; } .hentry.attachment:not(.image-attachment) .entry-meta { max-width: 104px; } .attachment footer.entry-meta { display: none; } .attachment-meta:before { content: "\f307"; } .full-size-link a:before { content: "\f402"; } .full-size-link:before { content: none; } .attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before { color: #ca3c08; } .attachment .entry-content { background-color: #fff; max-width: 100%; padding: 40px 0; } .image-navigation { margin: 0 auto; max-width: 1040px; position: relative; } .image-navigation a:hover { text-decoration: none; } .image-navigation .nav-previous, .image-navigation .nav-next { position: absolute; top: 50px; } .image-navigation .nav-previous { left: 0; } .image-navigation .nav-next { right: 0; } .image-navigation .meta-nav { font-size: 32px; font-weight: 300; vertical-align: -4px; } .attachment .entry-attachment, .attachment .type-attachment p { margin: 0 auto; max-width: 724px; text-align: center; } .attachment .entry-attachment .attachment { display: inline-block; } .attachment .entry-caption { text-align: left; } .attachment .entry-description { margin: 20px auto 0; max-width: 604px; } .attachment .entry-caption p:last-child, .attachment .entry-description p:last-child { margin: 0; } .attachment .site-main .sidebar-container { display: none; } .attachment .entry-content .mejs-audio { max-width: 400px; margin: 0 auto; } .attachment .entry-content .wp-video { margin: 0 auto; } .attachment .entry-content .mejs-container { margin-bottom: 24px; } /** * Widget * ---------------------------------------------------------------------------- */ /* Search widget */ .search-form .search-submit { display: none; } /* RSS Widget */ .widget_rss .rss-date { display: block; } .widget_rss .rss-date, .widget_rss li > cite { color: #a2a2a2; } /* Calendar Widget */ .widget_calendar table, .widget_calendar td { border: 0; border-collapse: separate; border-spacing: 1px; } .widget_calendar caption { font-size: 14px; margin: 0; } .widget_calendar th, .widget_calendar td { padding: 0; text-align: center; } .widget_calendar a { display: block; } .widget_calendar a:hover { background-color: rgba(0, 0, 0, 0.15); } .widget_calendar tbody td { background-color: rgba(255, 255, 255, 0.5); } .site-footer .widget_calendar tbody td { background-color: rgba(255, 255, 255, 0.05); } .widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad { background-color: transparent; } @media (min-width: 1200px) { blockquote, q { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } blockquote { font-size: 18px; margin: 24px 40px; } blockquote blockquote { margin-right: 0; } blockquote cite, blockquote small { font-weight: normal; display: block; font-size: 11px; color: #000; margin-top: 20px; } blockquote em, blockquote i { font-style: normal; font-weight: 300; } blockquote strong, blockquote b { font-weight: 400; } } /** * Galleries * ---------------------------------------------------------------------------- */ .gallery { margin-bottom: 1.6em; } .gallery-item { display: inline-block; padding: 1.79104477%; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-icon img { margin: 0 auto; } .gallery-caption { color: #707070; color: rgba(51, 51, 51, 0.7); display: block; font-family: "Noto Sans", sans-serif; font-size: 12px; font-size: 1.2rem; line-height: 1.5; padding: 0.5em 0; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } /** * Text meant only for screen readers. * ---------------------------------------------------------------------------- */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } .main-navigation.headroom--not-top{ position: fixed !important; left: 0 !important; top: 0 !important; } .site-branding { padding:20px 0px 20px 0px; } .site-branding-mobile { display: none; } article.post .read-more,.dates,.pagination span.current,.big-title h3:after,.big-title--single h3:after,.tm_quick_quote .vc_custom_heading h2:before,.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title .vc_tta-controls-icon,.tm_services .wpb_single_image,.vc_custom_heading.style4:after,.vc_custom_heading.style3:after,.vc_custom_heading.style2:after,.vc_custom_heading.style1:after,.widget-title:after { background-color:#98c11e; } .sidebar ul li:before,.wpb_widgetised_column ul li:before,.sidebar .recent-posts__item:before,.wpb_widgetised_column .recent-posts__item:before,.facts li:before,.error404 .col-md-6>div h2,.list li:before { color:#98c11e; } .search-box input[type="search"],.header02 .header-info i { border-color:#98c11e; } .header02 .header-info i:after { border-top-color:#98c11e; } .tp-caption span { color:#98c11e!important; } .tp-caption button { background-color:#98c11e!important; } .tm-skin .esg-filterbutton:before,.tm-skin-2 .esg-filterbutton:before { border-top-color:#98c11e!important; } article.post .read-more:hover,.tm-works-02:before,.tm_testimonials_02:before,.tm_counting:before,.tm_services:before,.site-footer:before { background-color:#333333; } .thememove_testimonials .author span:first-child { color:#ffffff; } a,a:visited { color:#ffffff; } a:hover { color:#98c11e; } .tm_bread_crumb a { color:#98c11e; } .tm_bread_crumb,.tm_bread_crumb a:hover { color:#ffffff; } input,textarea,keygen,select,button,.eg-tm-recent-posts-01-content,body { font-family:Lato; } body { font-weight:400; font-size:14px; color:#000000; } .esg-filterbutton span,.eg-tm-recent-posts-01-element-10-a,button,input[type="button"],input[type="reset"],input[type="submit"],.vc_label,.tp-caption.a1,.t1,.woocommerce div.product p.price del,.woocommerce div.product span.price del,.woocommerce ul.products li.product .price,.widget_products,.eg-infinity-members-element-0,.wpb_widgetised_column .better-menu-widget ul li,.sidebar .better-menu-widget ul li,.pagination span,.pagination a,.hentry .read-more,.post-thumb .date,.thememove_testimonials .author span:first-child,.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,.recent-posts__item a,.eg-infinity-features-element-0,h1,h2,h3,h4,h5,h6 { font-family:Montserrat; } .tp-caption,.tp-caption button { font-family:Montserrat!important; } h1,h2,h3,h4,h5,h6 { font-weight:700; } .sidebar .better-menu-widget ul li,.wpb_widgetised_column .better-menu-widget ul li,h1,h2,h3,h4,h5,h6,.eg-infinity-features-element-0 { letter-spacing:0em; } h1,h2,h3,h4 { color:#111111; } h1 { font-size:28px; } h2 { font-size:24px; } h3 { font-size:20px; } h4 { font-size:16px; } body.boxed { background-color:#999999; } #open-left { color:#ffffff; } #site-navigation { font-family:Montserrat; font-weight:700; font-size:14px; } #site-navigation .menu>ul>li>a,#site-navigation .menu>li>a { color:#333333; } #site-navigation .menu>ul>li>a:hover,#site-navigation .menu>li>a:hover { color:#98c11e; } .header03 #site-navigation .menu>ul>li.current-menu-item a,.header03 #site-navigation .menu>li.current-menu-item a,.header03 #site-navigation .menu>ul>li:hover a,.header03 #site-navigation .menu>li:hover a { border-color:#98c11e; } #site-navigation .sub-menu,#site-navigation .children { font-family:Montserrat; background-color:#98c11e; } #site-navigation .sub-menu li a,#site-navigation .children li a { font-weight:400; font-size:12px; color:#ffffff; } #site-navigation .sub-menu li a:hover,#site-navigation .children li a:hover { color:#ffffff; } #site-navigation .sub-menu li,#site-navigation .children li { padding:15px 15px 15px 15px; } .main-navigation { background-color:#ffffff; } #site-navigation .menu>ul>li:after,#site-navigation .menu>li:after { background-color:rgba(255,255,255,0.2); } #site-navigation .sub-menu li { background-color:#98c11e; } #site-navigation .sub-menu li:hover { background-color:#594431; } .vc_btn3-color-grey { font-family:Montserrat!important; font-size:13!important; font-weight:700!important; color:#ffffff!important; background-color:#98c11e!important; } .vc_btn3-color-grey:hover,.vc_btn3-color-grey:focus { color:#ffffff!important; background-color:#333333!important; } button,input[type="button"],input[type="reset"],input[type="submit"] { background-color:#98c11e; } button,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover { background-color:#8E8E8E; } .site-top { font-family:Lato; font-size:14px; font-weight:400; color:#ffffff; background-color:#333333; } .site-top a { font-family:Montserrat; font-size:14px; font-weight:400; color:#ffffff; } .site-top a:hover { color:#98c11e; } .site-header { font-family:Montserrat; font-size:14px; font-weight:300; } .site-header,.extra-info h3 { color:#111111; } .site-header,.header03 .headroom--not-top,.header04 .headroom--not-top { background-color:#ffffff; } .site-footer { font-family:Lato; font-size:14px; font-weight:400; color:#ffffff; padding:70px 0px 40px 0px; margin:0px 0px 0px 0px; border-width:0px 0px 0px 0px; border-style:solid; border-color:#000000; background-color:#333333; } .site-footer a { color:#ffffff; } .site-footer a:hover { color:#ffffff; } .site-footer .widget-title { color:#ffffff; } .copyright { color:#ffffff; background-color:#98c11e; } .copyright a { color:#ffffff; } .copyright a:hover { color:#ffffff; } .big-title .entry-title { font-family:Montserrat; font-weight:700; letter-spacing:0.05em; color:#ffffff; font-size:44px; } .big-title { padding:100px 0px 100px 0px; background-color:#333333; } .big-title--single .entry-title { font-family:Montserrat; font-weight:700; letter-spacing:0em; color:#ffffff; font-size:44px; } .big-title--single { padding:100px 0px 100px 0px; background-color:#ffffff; background-image:url("data/images/page_bg.jpg"); } .big-title--single:after { background-color:#ffffff; } @media ( min-width:75rem ) { #site-navigation .menu>ul>li.menu-item,#site-navigation .menu>li.menu-item { padding:15px 15px 15px 15px; } } @media ( max-width:61.9375rem ) { .site-header { background-color: #333333; } .site-branding-mobile { display: inline !important; } .site-branding { display: none !important; } .logo-mobile { max-width: 50%; } } #h2_d7c5_0{font-size: 30px;color: #333333;text-align: left} #h2_d7c5_1{font-size: 24px;color: #ffffff;line-height: 1;text-align: center} #h2_d7c5_2{font-size: 30px;color: #ffffff;text-align: left} #h3_d7c5_0{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_0{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h3_d7c5_1{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_1{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h3_d7c5_2{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_2{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h3_d7c5_3{font-size: 15px;color: #333333;line-height: 1;text-align: center} #div_d7c5_3{font-size: 14px;color: #aaaaaa;line-height: 1.8;text-align: center} #h2_0d67_0{font-size: 30px;color: #ffffff;text-align: left} #esg-grid-3-1{background-color: transparent;padding: 0px 0px 0px 0px ; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;} #h2_0d67_1{font-size: 30px;color: #3e3024;text-align: left} #h2_54db_0{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_0{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_1{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_1{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_2{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_2{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_3{font-size: 36px;color: #ffffff;text-align: left} #h3_54db_3{font-size: 16px;color: rgba(255,255,255,0.8);text-align: center} #h2_54db_4{font-size: 30px;color: #333333;text-align: left} #h2_54db_5{font-size: 30px;color: #333333;text-align: left} #esg-grid-1-1{background-color: transparent;padding: 0px 0px 0px 0px ; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
0.431225
0.084191
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block} mark, rp, rt, ruby, summary, time {display:inline} /* Left & Right alignment */ .left {float:left} .right {float:right} .wrapper {width:100%;overflow:hidden} body {background:url(../images/bg.jpg) top center repeat;border:0;font:13px Arial, Helvetica, sans-serif;color:#323232;line-height:17px} .ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0} .css3 {border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 0 4px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);behavior:url(js/PIE.htc);position:relative} .body1 {background:url(../images/bg_footer.jpg) top center repeat;height:100px} .main {margin:0 auto;width:960px;position:relative} .block {height:100px} .extra {min-height:100%;height:auto !important;height:100%;margin:0 auto -100px} .pro { background:#000000} body, html {height:100%} a {color:#f09e2f;text-decoration:underline;outline:none} a:hover {text-decoration:none} h1 {float:left;padding:17px 0 0 0} h2 {font-size:40px;text-transform:uppercase;font-weight:600;color:#3081c8;line-height:52px;padding:2px 0 33px 0} h3 {font-size:26px;color:#fff;color:#fff;padding-left:35px;line-height:57px;margin-bottom:30px;background:#3081c8;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative;text-transform:uppercase;font-weight:600} p {padding-bottom:17px} /* header */ header {overflow:hidden;width:100%;padding: 20px;} #logo {background:url(../images/logo.jpg) no-repeat;display:block;width:354px;height:101px;text-indent:-5000px} #map { width: 400px; height: 200px; padding: 0; margin: 0} #search {float:right;padding:36px 0 10px 0} #search .bg {background:url(../images/search.gif) no-repeat;width:247px;height:29px} #search .submit {background:none;width:29px;height:29px;float:right;cursor:pointer} #search .input {float:right;background:none;font:13px Arial, Helvetica, sans-serif;color:#303030;width:208px;height:17px;padding:6px 5px} #top_nav {float:right;padding:0 0 0 0} #top_nav li {float:left;padding-left:5px} #top_nav a {display:block;background:url(../images/top_nav_bg.gif) no-repeat;width:79px;font-size:13px;line-height:29px;color:#323232;text-align:center;text-decoration:none} #top_nav a:hover {color:#fff;background:#323232} #menu {width:100%;overflow:hidden;margin-top:22px;margin-bottom:0px;height:57px;overflow:hidden;padding-bottom:1px;border-bottom:5px solid #323232} #menu li {float:left} #menu li a {display:block;font-size:26px;color:#fff;font-weight:600;padding:0 35px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;behavior:url(js/PIE.htc);position:relative;text-decoration:none;text-transform:uppercase;line-height:57px} #menu li a:hover, #menu #menu_active a {background:#323232} #menu .end a {padding-right:36px} .nav1 {background:#3081c8} .nav2 {background:#8cbd20} .nav3 {background:#f09e2f} .nav4 {background:#b530ba} .nav5 {background:#30b6c9} .tabs {width:100%;overflow:hidden} .tabs li {float:left;padding-right:1px} .tabs .end {padding:0} .tabs a {display:block;width:100px;font-size:13px;line-height:31px;color:#fff;text-transform:uppercase;text-align:center;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;behavior:url(js/PIE.htc);position:relative;background:url(../images/tabs_bg.gif) bottom repeat-x #3081c8;text-decoration:none} .tabs a:hover, .tabs .active {background:url(../images/bg_form.gif) repeat} .tabs_cont {border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;behavior:url(js/PIE.htc);position:relative;background:url(../images/bg_form.gif) repeat;padding:30px 35px 28px} .img {position:absolute;right:0px;top:203px} .text {padding:7px 0 0 36px;width:575px} .text h2 {font-size:32px;color:#323232;line-height:40px;padding:4px 0 15px 0;letter-spacing:-1px} .text p {font-size:12px;font-weight:bold;color:#323232;line-height:20px;text-align:left;padding-bottom:25px} .text img {margin-top:43px} /* content */ #content {padding-top:35px;width:100%;overflow:hidden;padding-bottom:60px} .pad_bot1 {padding-bottom:17px} .pad_bot2 {padding-bottom:7px} .pad_left1 {padding-left:42px} .pad_right {padding-right: 42px;} .pad {padding:0 13px} .marg_bot1 {margin-bottom:17px} .marg_right1 {margin-right:18px} .marker_1, .marker_2 {display:inline-block;background:url(../images/marker_1.gif) 0 0 no-repeat;width:17px;height:17px} .marker_2, .marker_1:hover {background:url(../images/marker_2.gif) 0 0 no-repeat} .marker_2:hover {background:url(../images/marker_1.gif) 0 0 no-repeat} .under {padding-bottom:20px;border-bottom:1px solid #cccccc;margin-bottom:20px} .button {display:inline-block;font-size:16px;color:#fff;background:#f09e2f;line-height:35px;padding:0 16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative;font-weight:600;text-decoration:none;text-transform:uppercase} .button:hover {background:#8cbd20} .line1 {background:url(../images/line_ver.gif) 320px 0 repeat-y} .list1 li {line-height:22px} .list1 li a {padding-left:13px;background:url(../images/marker_3.gif) 0 5px no-repeat} /* footer */ footer {padding-top:31px;text-align:center;line-height:18px;color:#fff} footer a {color:#439deb} /* forms */ #ContactForm {margin-top:-10px;line-height:29px;font-weight:bold;width:638px} #ContactForm a {margin-left:10px;float: left;width: 100px;text-align:center;padding:0} #ContactForm .input {float:right;margin-right:222px;width:335px;height:17px;border:1px solid #dcdcdc;background:#fff;padding:5px;margin-bottom:6px;color:#323232;font:13px Arial, Helvetica, sans-serif} #ContactForm textarea {overflow:auto;float:right;width:557px;height:307px;border:1px solid #dcdcdc;background:#fff;padding:5px;margin-bottom:16px;color:#323232;font:13px Arial, Helvetica, sans-serif} #form_1 {color:#fff;line-height:24px} #from_1 .inpu {float:right;background:#fff;width:133px;padding:1px 8px;font:12px Arial, Helvetica, sans-serif ;color:#7f7f7f;height:16px;margin-top:3px} #form_1 .input {float:right;background:#fff;width:133px;padding:1px 8px;font:12px Arial, Helvetica, sans-serif ;color:#7f7f7f;height:16px;margin-top:3px} #form_1 a {color:#439deb} #form_1 .radio {float:left;padding-right:16px; padding-left: 20px;} #form_1 .radio.end {padding-right:15px} #form_1 .radio input {float:left;margin:5px 5px 0 0px;height:12px;width:12px;overflow:hidden;padding:0} #form_1 .check_box {margin-top:12px} #form_1 .input2 {width:133px} #form_1 select {width:150px;height:18px;padding:1px;margin-left:5px;margin-top:5px;display:inline-block} #form_1 .button {float:right;font-size:12px;color:#fff;width:66px;line-height:26px;text-decoration:none;text-transform:uppercase;text-align:center;background:#3081c8;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative;padding:0}
public/css/styles.css
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block} mark, rp, rt, ruby, summary, time {display:inline} /* Left & Right alignment */ .left {float:left} .right {float:right} .wrapper {width:100%;overflow:hidden} body {background:url(../images/bg.jpg) top center repeat;border:0;font:13px Arial, Helvetica, sans-serif;color:#323232;line-height:17px} .ic, .ic a {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0} .css3 {border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;box-shadow:0 0 4px rgba(0, 0, 0, .4);-moz-box-shadow:0 0 4px rgba(0, 0, 0, .4);-webkit-box-shadow:0 0 4px rgba(0, 0, 0, .4);behavior:url(js/PIE.htc);position:relative} .body1 {background:url(../images/bg_footer.jpg) top center repeat;height:100px} .main {margin:0 auto;width:960px;position:relative} .block {height:100px} .extra {min-height:100%;height:auto !important;height:100%;margin:0 auto -100px} .pro { background:#000000} body, html {height:100%} a {color:#f09e2f;text-decoration:underline;outline:none} a:hover {text-decoration:none} h1 {float:left;padding:17px 0 0 0} h2 {font-size:40px;text-transform:uppercase;font-weight:600;color:#3081c8;line-height:52px;padding:2px 0 33px 0} h3 {font-size:26px;color:#fff;color:#fff;padding-left:35px;line-height:57px;margin-bottom:30px;background:#3081c8;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative;text-transform:uppercase;font-weight:600} p {padding-bottom:17px} /* header */ header {overflow:hidden;width:100%;padding: 20px;} #logo {background:url(../images/logo.jpg) no-repeat;display:block;width:354px;height:101px;text-indent:-5000px} #map { width: 400px; height: 200px; padding: 0; margin: 0} #search {float:right;padding:36px 0 10px 0} #search .bg {background:url(../images/search.gif) no-repeat;width:247px;height:29px} #search .submit {background:none;width:29px;height:29px;float:right;cursor:pointer} #search .input {float:right;background:none;font:13px Arial, Helvetica, sans-serif;color:#303030;width:208px;height:17px;padding:6px 5px} #top_nav {float:right;padding:0 0 0 0} #top_nav li {float:left;padding-left:5px} #top_nav a {display:block;background:url(../images/top_nav_bg.gif) no-repeat;width:79px;font-size:13px;line-height:29px;color:#323232;text-align:center;text-decoration:none} #top_nav a:hover {color:#fff;background:#323232} #menu {width:100%;overflow:hidden;margin-top:22px;margin-bottom:0px;height:57px;overflow:hidden;padding-bottom:1px;border-bottom:5px solid #323232} #menu li {float:left} #menu li a {display:block;font-size:26px;color:#fff;font-weight:600;padding:0 35px;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;behavior:url(js/PIE.htc);position:relative;text-decoration:none;text-transform:uppercase;line-height:57px} #menu li a:hover, #menu #menu_active a {background:#323232} #menu .end a {padding-right:36px} .nav1 {background:#3081c8} .nav2 {background:#8cbd20} .nav3 {background:#f09e2f} .nav4 {background:#b530ba} .nav5 {background:#30b6c9} .tabs {width:100%;overflow:hidden} .tabs li {float:left;padding-right:1px} .tabs .end {padding:0} .tabs a {display:block;width:100px;font-size:13px;line-height:31px;color:#fff;text-transform:uppercase;text-align:center;border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;behavior:url(js/PIE.htc);position:relative;background:url(../images/tabs_bg.gif) bottom repeat-x #3081c8;text-decoration:none} .tabs a:hover, .tabs .active {background:url(../images/bg_form.gif) repeat} .tabs_cont {border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;behavior:url(js/PIE.htc);position:relative;background:url(../images/bg_form.gif) repeat;padding:30px 35px 28px} .img {position:absolute;right:0px;top:203px} .text {padding:7px 0 0 36px;width:575px} .text h2 {font-size:32px;color:#323232;line-height:40px;padding:4px 0 15px 0;letter-spacing:-1px} .text p {font-size:12px;font-weight:bold;color:#323232;line-height:20px;text-align:left;padding-bottom:25px} .text img {margin-top:43px} /* content */ #content {padding-top:35px;width:100%;overflow:hidden;padding-bottom:60px} .pad_bot1 {padding-bottom:17px} .pad_bot2 {padding-bottom:7px} .pad_left1 {padding-left:42px} .pad_right {padding-right: 42px;} .pad {padding:0 13px} .marg_bot1 {margin-bottom:17px} .marg_right1 {margin-right:18px} .marker_1, .marker_2 {display:inline-block;background:url(../images/marker_1.gif) 0 0 no-repeat;width:17px;height:17px} .marker_2, .marker_1:hover {background:url(../images/marker_2.gif) 0 0 no-repeat} .marker_2:hover {background:url(../images/marker_1.gif) 0 0 no-repeat} .under {padding-bottom:20px;border-bottom:1px solid #cccccc;margin-bottom:20px} .button {display:inline-block;font-size:16px;color:#fff;background:#f09e2f;line-height:35px;padding:0 16px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative;font-weight:600;text-decoration:none;text-transform:uppercase} .button:hover {background:#8cbd20} .line1 {background:url(../images/line_ver.gif) 320px 0 repeat-y} .list1 li {line-height:22px} .list1 li a {padding-left:13px;background:url(../images/marker_3.gif) 0 5px no-repeat} /* footer */ footer {padding-top:31px;text-align:center;line-height:18px;color:#fff} footer a {color:#439deb} /* forms */ #ContactForm {margin-top:-10px;line-height:29px;font-weight:bold;width:638px} #ContactForm a {margin-left:10px;float: left;width: 100px;text-align:center;padding:0} #ContactForm .input {float:right;margin-right:222px;width:335px;height:17px;border:1px solid #dcdcdc;background:#fff;padding:5px;margin-bottom:6px;color:#323232;font:13px Arial, Helvetica, sans-serif} #ContactForm textarea {overflow:auto;float:right;width:557px;height:307px;border:1px solid #dcdcdc;background:#fff;padding:5px;margin-bottom:16px;color:#323232;font:13px Arial, Helvetica, sans-serif} #form_1 {color:#fff;line-height:24px} #from_1 .inpu {float:right;background:#fff;width:133px;padding:1px 8px;font:12px Arial, Helvetica, sans-serif ;color:#7f7f7f;height:16px;margin-top:3px} #form_1 .input {float:right;background:#fff;width:133px;padding:1px 8px;font:12px Arial, Helvetica, sans-serif ;color:#7f7f7f;height:16px;margin-top:3px} #form_1 a {color:#439deb} #form_1 .radio {float:left;padding-right:16px; padding-left: 20px;} #form_1 .radio.end {padding-right:15px} #form_1 .radio input {float:left;margin:5px 5px 0 0px;height:12px;width:12px;overflow:hidden;padding:0} #form_1 .check_box {margin-top:12px} #form_1 .input2 {width:133px} #form_1 select {width:150px;height:18px;padding:1px;margin-left:5px;margin-top:5px;display:inline-block} #form_1 .button {float:right;font-size:12px;color:#fff;width:66px;line-height:26px;text-decoration:none;text-transform:uppercase;text-align:center;background:#3081c8;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;behavior:url(js/PIE.htc);position:relative;padding:0}
0.217919
0.087136
@CHARSET "UTF-8"; html, body { height: 100% } /* Into index it is overwrite */ header { padding-bottom: 100px; } h1 { margin: 0; margin-bottom: 20px; } .alert { font-size: 16px; } .border-bottom { border-bottom: solid 1px #CCC; } #wrap { min-height: 80%; } footer { padding: 50px; } footer .copyright { color: #000; font-size: 20px; } .form-control { margin-bottom: 10px; } /* Any information */ .info { color: #909090; } .layout-gradient { background-attachment: scroll; background: -webkit-radial-gradient(#CC6600, green, blue); /* Safari 5.1 to 6.0 */ background: -o-radial-gradient(red, green, blue); /* For Opera 11.6 to 12.0 */ background: -moz-radial-gradient(red, green, blue); /* For Firefox 3.6 to 15 */ background: radial-gradient(#FFFF99, #FFCC00); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .layout-gradient-col { margin-top: 20px; margin-bottom: 20px; } #top-menu-btn { height: 100%; padding: 15px; text-align: center; } #top-menu-dropdown { border: solid 0px transparent; outline: none; } #login-box { width: 200px; padding: 20px; } .column-menu { min-width: 200px; } .default-option:hover { text-decoration: none; } .default-option { font-size: 20px; } .requirement-create-type li { list-style: disc; margin-left: 20px; } .create-requirement { display: none; min-height: 100%; } .create form { padding: 20px; border: 0px; height: 300px; } .modal-content { padding: 20px; border: 0px; } .pull-left { text-align: left; } .suboption { margin-left: 20px; } .list-projects a { } .form-error { display: none; } .error-message { margin-left: 20px; } .error { color: #A94442; } .errors-list { margin-top: 20px; } .error-explain { font-size: 17px; text-align: center; } .error-explain i { font-size: 50px; } .notify { text-align: center; } .notify i { font-size: 80px; } .notify p { font-size: 18px; } .invalid-request ul { list-style: none; } .panel-heading h3 { display: block; margin:0px; font-size: 14px; font-weight: bold; line-height: 17px; } .panel label { font-weight: 700; color: #696969; } .panel table { text-align: left; } .member-info { font-size: 12px; }
src/main/webapp/css/stylesheet.css
@CHARSET "UTF-8"; html, body { height: 100% } /* Into index it is overwrite */ header { padding-bottom: 100px; } h1 { margin: 0; margin-bottom: 20px; } .alert { font-size: 16px; } .border-bottom { border-bottom: solid 1px #CCC; } #wrap { min-height: 80%; } footer { padding: 50px; } footer .copyright { color: #000; font-size: 20px; } .form-control { margin-bottom: 10px; } /* Any information */ .info { color: #909090; } .layout-gradient { background-attachment: scroll; background: -webkit-radial-gradient(#CC6600, green, blue); /* Safari 5.1 to 6.0 */ background: -o-radial-gradient(red, green, blue); /* For Opera 11.6 to 12.0 */ background: -moz-radial-gradient(red, green, blue); /* For Firefox 3.6 to 15 */ background: radial-gradient(#FFFF99, #FFCC00); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .layout-gradient-col { margin-top: 20px; margin-bottom: 20px; } #top-menu-btn { height: 100%; padding: 15px; text-align: center; } #top-menu-dropdown { border: solid 0px transparent; outline: none; } #login-box { width: 200px; padding: 20px; } .column-menu { min-width: 200px; } .default-option:hover { text-decoration: none; } .default-option { font-size: 20px; } .requirement-create-type li { list-style: disc; margin-left: 20px; } .create-requirement { display: none; min-height: 100%; } .create form { padding: 20px; border: 0px; height: 300px; } .modal-content { padding: 20px; border: 0px; } .pull-left { text-align: left; } .suboption { margin-left: 20px; } .list-projects a { } .form-error { display: none; } .error-message { margin-left: 20px; } .error { color: #A94442; } .errors-list { margin-top: 20px; } .error-explain { font-size: 17px; text-align: center; } .error-explain i { font-size: 50px; } .notify { text-align: center; } .notify i { font-size: 80px; } .notify p { font-size: 18px; } .invalid-request ul { list-style: none; } .panel-heading h3 { display: block; margin:0px; font-size: 14px; font-weight: bold; line-height: 17px; } .panel label { font-weight: 700; color: #696969; } .panel table { text-align: left; } .member-info { font-size: 12px; }
0.277277
0.058993
@-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } /*custom*/ .logo-pic{ margin-top: -43px; height: 129px; position: absolute; margin-left: 35px; } .mobile-menu-select{ padding: 10px; } .header_container { background-color: #fff; border-bottom: 2px solid #F47B20; } .top_hint { color: #fff; }
public/web/style/custom.css
@-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } /*custom*/ .logo-pic{ margin-top: -43px; height: 129px; position: absolute; margin-left: 35px; } .mobile-menu-select{ padding: 10px; } .header_container { background-color: #fff; border-bottom: 2px solid #F47B20; } .top_hint { color: #fff; }
0.367043
0.071689
.picker { box-sizing: border-box; display: flex; flex-direction: column; height: 10rem; padding: 0px 8px; position: relative; width: 100%; } .hue-selector { border-radius: 4px; height: 1rem; margin-top: 8px; overflow: hidden; position: relative; width: 100%; } .hue-selector__bar { padding: 0 2px; position: relative; height: 100%; } .hue-selector__pointer { position: absolute; background-color: rgb(248, 248, 248); border-radius: 6px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); height: 1.1rem; transform: translate(-6px, -1px); width: 0.5rem; } .saturation-selector { border-radius: 4px; border-radius: 4px; height: 9rem; overflow: hidden; position: relative; width: 100%; } .saturation-selector__color { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } .saturation-selector__white { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } .saturation-selector__black { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } .saturation-selector__pointer { position: absolute; width: 4px; height: 4px; box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); border-radius: 50%; cursor: hand; transform: translate(-2px, -2px); cursor: default; } .color-toggle { box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12); display: inline-flex; position: absolute; justify-content: center; align-items: center; box-sizing: border-box; width: 40px; height: 40px; padding: 0; border: none; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -moz-appearance: none; -webkit-appearance: none; overflow: visible; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, -webkit-transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, -webkit-transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; right: 24px; border-radius: 50%; top: 150px; } .color-toggle img { transform: scale(1.5); }
src/features/colorPicker/ColorPicker.css
.picker { box-sizing: border-box; display: flex; flex-direction: column; height: 10rem; padding: 0px 8px; position: relative; width: 100%; } .hue-selector { border-radius: 4px; height: 1rem; margin-top: 8px; overflow: hidden; position: relative; width: 100%; } .hue-selector__bar { padding: 0 2px; position: relative; height: 100%; } .hue-selector__pointer { position: absolute; background-color: rgb(248, 248, 248); border-radius: 6px; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); height: 1.1rem; transform: translate(-6px, -1px); width: 0.5rem; } .saturation-selector { border-radius: 4px; border-radius: 4px; height: 9rem; overflow: hidden; position: relative; width: 100%; } .saturation-selector__color { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } .saturation-selector__white { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } .saturation-selector__black { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } .saturation-selector__pointer { position: absolute; width: 4px; height: 4px; box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); border-radius: 50%; cursor: hand; transform: translate(-2px, -2px); cursor: default; } .color-toggle { box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12); display: inline-flex; position: absolute; justify-content: center; align-items: center; box-sizing: border-box; width: 40px; height: 40px; padding: 0; border: none; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -moz-appearance: none; -webkit-appearance: none; overflow: visible; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, -webkit-transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, -webkit-transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.27s cubic-bezier(0, 0, 0.2, 1) 0ms; right: 24px; border-radius: 50%; top: 150px; } .color-toggle img { transform: scale(1.5); }
0.596551
0.11304
:root { font-family:Arial, Helvetica, sans-serif; --primary: #05117a; --secondary: #e61a1a; --tertiary: #ffffff; --grey: #999999; } * { box-sizing: border-box; padding: 0; margin: 0; } body { background-color: #d9DCD6; } header { padding: 20px; font-family: ‘Trebuchet MS’, ‘Lucida Sans Unicode’, ‘Lucida Grande’, ‘Lucida Sans’, Arial, sans-serif; background-color: var(--primary); color: var(--tertiary); display: flex; justify-content: space-between; flex-wrap: wrap; } header h1 { display: inline-block; font-size: 48px; } header h1 .seo { color: var(--tertiary); } header div { padding-top: 15px; margin-right: 20px; float: right; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; font-size: 20px; } header nav ul { list-style-type: none; display: flex; justify-content: space-between; flex-wrap: wrap; } header nav ul li { margin-left: 25px; padding-top: 10px; } header img { width: 5%; padding-right: 10px; display: inline-block; } head h2 { background: var(--secondary); } main div h1 { color: var(--primary); background-color: var(--tertiary); border-top: solid var(--secondary) 4px; padding: 15px; font-size: 30px; font-weight: normal; text-align: center; } main h2 { color: var(--primary); padding: 10px 5px; margin: none; } main h3 { color: var(--primary); padding: 15px; text-align: center; background-color: var(--tertiary); font-size: 35px; } p { color: var(--primary); padding: 15px; font-size: 30px; text-align: center; } footer { padding: 30px; clear: both; font-family: ‘Trebuchet MS’, ‘Lucida Sans Unicode’, ‘Lucida Grande’, ‘Lucida Sans’, Arial, sans-serif; text-align: center; background-color: var(--primary); } footer h2 { font-size: 20px; color: var(--tertiary); } footer h3 { color: var(--tertiary); font-size: 14px; font-weight: normal; padding-top: 10px; } a { color: var(--tertiary); text-decoration: none; } p { font-size: 16px; } .btn { display: inline; font-size: 1.5em; padding: 5px; color: var(--tertiary); background-color: var(--secondary); outline: none; border: none; border-radius: 12px; position: relative; top: -3px; box-shadow: 0 3px var(--grey); } .btn:hover { box-shadow: 0 2px var(--grey); top: -2px; } .btn:active { box-shadow: 0 0px var(--grey); top: 0; } .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("./Assets/images/population-density-checker-logo.svg"); background-size: cover; background-position: center; } .float-left { float: left; margin-right: 25px; } .float-right { float: right; margin-left: 25px; } .content { width: 75%; display: inline-block; margin-left: 20px; } .benefits { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #2589BD; } .benefit-lead { margin-bottom: 32px; color: #FFFFFF; text-align: center; } .benefit-brand { margin-bottom: 32px; color: #FFFFFF; text-align: center; } .benefit-cost { margin-bottom: 32px; color: #FFFFFF; text-align: center; } .benefit-lead h3 { margin-bottom: 10px; text-align: center; } .benefit-brand h3 { margin-bottom: 10px; text-align: center; } .benefit-cost h3 { margin-bottom: 10px; text-align: center; } .benefit-lead img { display: block; margin: 10px auto; max-width: 150px; } .benefit-brand img { display: block; margin: 10px auto; max-width: 150px; } .benefit-cost img { display: block; margin: 10px auto; max-width: 150px; } .search-engine-optimization { margin-bottom: 20px; padding: 50px; height: 300px; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #0072BB; color: #FFFFFF; } .online-reputation-management { margin-bottom: 20px; padding: 50px; height: 300px; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #0072BB; color: #FFFFFF; } .social-media-marketing { margin-bottom: 20px; padding: 50px; height: 300px; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #0072BB; color: #FFFFFF; } .search-engine-optimization img { max-height: 200px; } .online-reputation-management img { max-height: 200px; } .social-media-marketing img { max-height: 200px; } .search-engine-optimization h2 { margin-bottom: 20px; font-size: 36px; } .online-reputation-management h2 { margin-bottom: 20px; font-size: 36px; } .search-container { background: var(--tertiary); text-align: center; } .search-results-wrapper { color: var(--primary); background-color: var(--tertiary); padding: 5px; margin: 5px; font-size: 1.5em; display: none; } .search-field { padding: 5px; font-size: 20px; margin: 10px; } .search-icon { width: 2%; border-top: 5px; position: relative; } .social-media-marketing h2 { margin-bottom: 20px; font-size: 36px; } #map{ width: 70%; height: 500px; } #map-des{ flex-direction: flex; font-size: 40px; text-align: center; color: #05117a; border-bottom: #ffffff 10px solid; border-top: #ffffff 10px solid; } .list-item{ justify-content: center; display: flex; } .resulthead { font-size: 30px; border-bottom: black 5px solid; ; }
assets/css/style.css
:root { font-family:Arial, Helvetica, sans-serif; --primary: #05117a; --secondary: #e61a1a; --tertiary: #ffffff; --grey: #999999; } * { box-sizing: border-box; padding: 0; margin: 0; } body { background-color: #d9DCD6; } header { padding: 20px; font-family: ‘Trebuchet MS’, ‘Lucida Sans Unicode’, ‘Lucida Grande’, ‘Lucida Sans’, Arial, sans-serif; background-color: var(--primary); color: var(--tertiary); display: flex; justify-content: space-between; flex-wrap: wrap; } header h1 { display: inline-block; font-size: 48px; } header h1 .seo { color: var(--tertiary); } header div { padding-top: 15px; margin-right: 20px; float: right; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; font-size: 20px; } header nav ul { list-style-type: none; display: flex; justify-content: space-between; flex-wrap: wrap; } header nav ul li { margin-left: 25px; padding-top: 10px; } header img { width: 5%; padding-right: 10px; display: inline-block; } head h2 { background: var(--secondary); } main div h1 { color: var(--primary); background-color: var(--tertiary); border-top: solid var(--secondary) 4px; padding: 15px; font-size: 30px; font-weight: normal; text-align: center; } main h2 { color: var(--primary); padding: 10px 5px; margin: none; } main h3 { color: var(--primary); padding: 15px; text-align: center; background-color: var(--tertiary); font-size: 35px; } p { color: var(--primary); padding: 15px; font-size: 30px; text-align: center; } footer { padding: 30px; clear: both; font-family: ‘Trebuchet MS’, ‘Lucida Sans Unicode’, ‘Lucida Grande’, ‘Lucida Sans’, Arial, sans-serif; text-align: center; background-color: var(--primary); } footer h2 { font-size: 20px; color: var(--tertiary); } footer h3 { color: var(--tertiary); font-size: 14px; font-weight: normal; padding-top: 10px; } a { color: var(--tertiary); text-decoration: none; } p { font-size: 16px; } .btn { display: inline; font-size: 1.5em; padding: 5px; color: var(--tertiary); background-color: var(--secondary); outline: none; border: none; border-radius: 12px; position: relative; top: -3px; box-shadow: 0 3px var(--grey); } .btn:hover { box-shadow: 0 2px var(--grey); top: -2px; } .btn:active { box-shadow: 0 0px var(--grey); top: 0; } .hero { height: 800px; width: 100%; margin-bottom: 25px; background-image: url("./Assets/images/population-density-checker-logo.svg"); background-size: cover; background-position: center; } .float-left { float: left; margin-right: 25px; } .float-right { float: right; margin-left: 25px; } .content { width: 75%; display: inline-block; margin-left: 20px; } .benefits { margin-right: 20px; padding: 20px; clear: both; float: right; width: 20%; height: 100%; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #2589BD; } .benefit-lead { margin-bottom: 32px; color: #FFFFFF; text-align: center; } .benefit-brand { margin-bottom: 32px; color: #FFFFFF; text-align: center; } .benefit-cost { margin-bottom: 32px; color: #FFFFFF; text-align: center; } .benefit-lead h3 { margin-bottom: 10px; text-align: center; } .benefit-brand h3 { margin-bottom: 10px; text-align: center; } .benefit-cost h3 { margin-bottom: 10px; text-align: center; } .benefit-lead img { display: block; margin: 10px auto; max-width: 150px; } .benefit-brand img { display: block; margin: 10px auto; max-width: 150px; } .benefit-cost img { display: block; margin: 10px auto; max-width: 150px; } .search-engine-optimization { margin-bottom: 20px; padding: 50px; height: 300px; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #0072BB; color: #FFFFFF; } .online-reputation-management { margin-bottom: 20px; padding: 50px; height: 300px; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #0072BB; color: #FFFFFF; } .social-media-marketing { margin-bottom: 20px; padding: 50px; height: 300px; font-family: ‘Gill Sans’, ‘Gill Sans MT’, Calibri, ‘Trebuchet MS’, sans-serif; background-color: #0072BB; color: #FFFFFF; } .search-engine-optimization img { max-height: 200px; } .online-reputation-management img { max-height: 200px; } .social-media-marketing img { max-height: 200px; } .search-engine-optimization h2 { margin-bottom: 20px; font-size: 36px; } .online-reputation-management h2 { margin-bottom: 20px; font-size: 36px; } .search-container { background: var(--tertiary); text-align: center; } .search-results-wrapper { color: var(--primary); background-color: var(--tertiary); padding: 5px; margin: 5px; font-size: 1.5em; display: none; } .search-field { padding: 5px; font-size: 20px; margin: 10px; } .search-icon { width: 2%; border-top: 5px; position: relative; } .social-media-marketing h2 { margin-bottom: 20px; font-size: 36px; } #map{ width: 70%; height: 500px; } #map-des{ flex-direction: flex; font-size: 40px; text-align: center; color: #05117a; border-bottom: #ffffff 10px solid; border-top: #ffffff 10px solid; } .list-item{ justify-content: center; display: flex; } .resulthead { font-size: 30px; border-bottom: black 5px solid; ; }
0.434701
0.166337
.controls_section li .posts:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 180px !important; font: inherit !important; } a.posts div.hide_overflow{ visibility: hidden !important; } .controls_section li .posts:before { content: "Notebook Entries" !important; }.controls_section li .likes:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } a.likes div.hide_overflow{ visibility: hidden !important; } .controls_section li .likes:before { content: "Justice" !important; }.controls_section li .following:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } a.following div.hide_overflow{ visibility: hidden !important; } .controls_section li .following:before { content: "Taskforce" !important; }.controls_section li .followers:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } a.followers div.hide_overflow{ visibility: hidden !important; } .controls_section li .followers:before { content: "Disciples" !important; }.controls_section li .spotlight:before { position: absolute !important; height: 23px !important; line-height: 28px !important; width: 200px !important; font: inherit !important; } a.spotlight div.hide_overflow{ visibility: hidden !important; } .controls_section li .spotlight:before { content: "Catch Kira" !important; }.controls_section li .drafts:before { position: absolute !important; height: 23px !important; line-height: 28px !important; width: 120px !important; font: inherit !important; } a.drafts div.hide_overflow{ visibility: hidden !important; } .controls_section li .drafts:before { content: "Inner Dialogue" !important; }.controls_section li .queue:before { position: absolute !important; height: 23px !important; line-height: 28px !important; width: 120px !important; font: inherit !important; } a.queue div.hide_overflow{ visibility: hidden !important; } .controls_section li .queue:before { content: "Boredom" !important; }.controls_section li .customize:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 180px !important; font: inherit !important; } a.customize div.hide_overflow{ visibility: hidden !important; } .controls_section li .customize:before { content: "Create a New World" !important; } .controls_section li .activity:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 120px !important; font: inherit !important; } a.activity div.hide_overflow{ visibility: hidden !important; } .controls_section li .activity:before { content: "Victims" !important; } .controls_section li .members:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } /* i really want this to be global */
data/usercss/99790.user.css
.controls_section li .posts:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 180px !important; font: inherit !important; } a.posts div.hide_overflow{ visibility: hidden !important; } .controls_section li .posts:before { content: "Notebook Entries" !important; }.controls_section li .likes:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } a.likes div.hide_overflow{ visibility: hidden !important; } .controls_section li .likes:before { content: "Justice" !important; }.controls_section li .following:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } a.following div.hide_overflow{ visibility: hidden !important; } .controls_section li .following:before { content: "Taskforce" !important; }.controls_section li .followers:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } a.followers div.hide_overflow{ visibility: hidden !important; } .controls_section li .followers:before { content: "Disciples" !important; }.controls_section li .spotlight:before { position: absolute !important; height: 23px !important; line-height: 28px !important; width: 200px !important; font: inherit !important; } a.spotlight div.hide_overflow{ visibility: hidden !important; } .controls_section li .spotlight:before { content: "Catch Kira" !important; }.controls_section li .drafts:before { position: absolute !important; height: 23px !important; line-height: 28px !important; width: 120px !important; font: inherit !important; } a.drafts div.hide_overflow{ visibility: hidden !important; } .controls_section li .drafts:before { content: "Inner Dialogue" !important; }.controls_section li .queue:before { position: absolute !important; height: 23px !important; line-height: 28px !important; width: 120px !important; font: inherit !important; } a.queue div.hide_overflow{ visibility: hidden !important; } .controls_section li .queue:before { content: "Boredom" !important; }.controls_section li .customize:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 180px !important; font: inherit !important; } a.customize div.hide_overflow{ visibility: hidden !important; } .controls_section li .customize:before { content: "Create a New World" !important; } .controls_section li .activity:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 120px !important; font: inherit !important; } a.activity div.hide_overflow{ visibility: hidden !important; } .controls_section li .activity:before { content: "Victims" !important; } .controls_section li .members:before { position: absolute !important; height: 30px !important; line-height: 28px !important; width: 100px !important; font: inherit !important; } /* i really want this to be global */
0.36139
0.048564
@tailwind base; html.light { --bg: #fcfcfc; --textNormal: #4a5568; --textLink: #1a202c; --project-card: #bdbdbd; } html.dark { --bg: #141936; --textNormal: #fff; --textLink: #fff; --project-card: #3546a8; } .background { position: absolute; display: block; top: 0; left: 0; z-index: 0; } pre { border-top-right-radius: 0px !important; border-top-left-radius: 0px !important; border-bottom-right-radius: 12px !important; border-bottom-left-radius: 12px !important; } h1 { font-size: 45px; font-weight: 700; font-style: italic; line-height: 1.2; margin: 0 0 15px; } h2 { font-size: 30px; font-weight: 400; font-style: italic; line-height: 1.2; opacity: 0.75; margin: 0; } .prose p, .prose ol, .prose ul, .prose li::before, .prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose strong { color: var(--textNormal) !important; } .prose li:before { color: rgb(168 85 247); background-image: url(enter.svg); } .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose a { padding-right: 2px; padding-left: 2px; } .prose li { padding: 1px; } .prose a { text-decoration: none; color: white; } .gatsby-resp-image-image { border-radius: 12px; } .ais-Snippet { margin-left: 30px !important; } .ais-Snippet-nonHighlighted { margin-left: 10px !important; } .custom-block { padding: 3px; border-radius: 12px; margin-top: 20px; margin-bottom: 20px; } .custom-block-body { padding-left: 20px; padding-top: 2px; padding-bottom: 2px; padding-right: 15px; border-radius: 12px; } .custom-block-heading { color: rgb(204, 45, 45); } .dark { background: rgb(40, 42, 54); border: 2px solid rgb(53, 59, 69, 0.25); color: rgb(214, 222, 235); } .code { background: rgb(54, 54, 40); border: 2px solid rgb(53, 59, 69, 0.25); color: rgb(214, 222, 235); } .sunny { background: rgb(230, 226, 8); border: 2px solid rgb(230, 226, 8, 0.25); box-shadow: 6px 5px 5px rgb(145, 142, 5); color: #000000 !important; } .success { background: rgb(67, 56, 202); border: 2px solid rgb(67, 56, 202, 0.25); box-shadow: 6px 5px 5px rgb(67, 56, 202, 0.75); color: rgb(214, 222, 235); } .summary { background: rgb(147, 51, 234); border: 2px solid rgb(147, 51, 234, 0.25); box-shadow: rgb(147, 51, 234, 0.75); color: rgb(214, 222, 235); } .danger { background: rgb(150, 2, 2, 0.5); border: 2px solid rgb(158, 11, 11, 0.25); box-shadow: 6px 5px 5px rgb(150, 2, 2, 0.5); color: rgb(214, 222, 235); } .sto { fill-rule: evenodd; clip-rule: evenodd; } mark { background-color: rgb(147 51 234); color: white !important; border-radius: 3px; padding: 1px 2px; } fieldset, ol, ul { margin: 0px !important; padding: 0px !important; } .language-text { color: rgb(168 85 247); } .prose code { color: rgb(168 85 247); } html { @apply transition-all duration-200 ease-linear antialiased overflow-x-hidden; background: var(--bg); font-family: 'DM Sans', sans-serif; scrollbar-color: linear-gradient(to bottom, #201c29, #100e17); scrollbar-width: 10px; overflow-x: hidden; } html::-webkit-scrollbar { width: 10px; height: 10px; } html::-webkit-scrollbar-thumb { background: -webkit-gradient(linear, left top, left bottom, from(#201c29), to(#100e17)); background: linear-gradient(to bottom, #201c29, #100e17); border-radius: 10px; -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } html::-webkit-scrollbar-track { background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17); } html::-webkit-scrollbar-resizer { background: rgb(1, 22, 39); } pre::-webkit-scrollbar { width: 10px; height: 10px; } pre::-webkit-scrollbar-thumb { background: #201c29; border-radius: 10px; box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } pre::-webkit-scrollbar-track { background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d); } pre::-webkit-scrollbar-resizer { background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d); } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px #1d1d1d inset !important; box-shadow: 0 0 0 30px #1d1d1d inset !important; color: #777 !important; } input:-webkit-autofill { -webkit-text-fill-color: #777 !important; color: #777; } .nav-scroll { overflow-y: auto; scrollbar-color: linear-gradient(to bottom, #201c29, #100e17); scrollbar-width: 10px; overflow-x: hidden; } ul li > .active { color: rgb(67, 56, 202); } .nav-scroll::-webkit-scrollbar { width: 10px; height: 10px; } .nav-scroll::-webkit-scrollbar-thumb { background: -webkit-gradient(linear, left top, left bottom, from(#201c29), to(#100e17)); background: linear-gradient(to bottom, #201c29, #100e17); border-radius: 10px; -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } .nav-scroll::-webkit-scrollbar-track { background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17); border-bottom: 10px; border-top: 10px; } .nav-scroll::-webkit-scrollbar-corner { background: #100e17; } article blockquote { margin-left: 0; width: 100%; padding: 5px 5px 5px 15px; border-left: 5px solid #540229 !important; border-radius: 8px; border-top: solid 1px #540229; border-right: solid 1px #540229; border-bottom: solid 1px #540229; } article figure { margin: 15px 0; text-align: center; } .cover { margin-bottom: 1em; border-radius: 0px; background-repeat: no-repeat; width: 100%; height: auto; object-fit: cover; } .cover-list { border-radius: 8px; background-repeat: no-repeat; width: 100%; height: auto; object-fit: cover; } .bio-avatar { min-width: 48px; border-radius: 100%; } .nav-scroll-div { max-height: '70vh'; background: '#111'; } .ais-PoweredBy { display: flex; justify-content: flex-end; margin-right: 10px; font-size: 80%; } fieldset, ol, ul { margin: 10px !important; padding: 10px !important; } .ais-Highlight-nonHighlighted { margin: 20px !important; color: rgb(255, 88, 116); } .ais-Snippet { margin: 10px !important; } .scroll-down { background: transparent; color: #777; width: 40px; height: 40px; border-radius: 50%; transition: 0.3s; position: fixed; right: calc(1.8vw - 1em / 1); top: 10vh; } .scroll-down:hover { transform: scale(1.15); background: transparent; } .scroll { background: transparent; color: #777; width: 40px; height: 40px; border-radius: 50%; transition: 0.3s; position: fixed; bottom: 12vh; right: calc(1.8vw - 1em / 1); } .scroll:hover { transition: 0.3s; background: transparent; } .highlight-line { background-color: rgb(53, 59, 69); display: block; margin-right: -1em; margin-left: -1em; padding-right: 1em; padding-left: 0.75em; border-radius: 3px; border-left: 0.3em solid rgb(168 85 247); } .prism-code { font-size: 1rem; padding-top: 1rem; padding-bottom: 1rem; -webkit-overflow-scrolling: touch; background-color: transparent; overflow: initial; } .token { display: inline-block; } .a.anchor { opacity: '0'; } .a.anchor:hover { fill: rgb(109, 40, 217); color: rgb(109, 40, 217); } .a.anchor:active { fill: rgb(109, 40, 217); color: rgb(109, 40, 217); margin-left: '20px'; padding-left: '20px'; } p > code, li > code { background: rgb(1, 22, 39); color: rgb(214, 222, 235); padding: 0.4em 0.3rem; } .gatsby-highlight { overflow: auto; max-width: 100%; position: relative; -webkit-overflow-scrolling: touch; } gatsby-highlight > code[class*='language-'], .gatsby-highlight > pre[class*='language-'] { word-spacing: normal; word-break: normal; overflow-wrap: normal; line-height: 1.5; tab-size: 4; hyphens: none; } .gatsby-highlight pre[class*='language-']::before { top: 0; } .gatsby-highlight pre[class='language-js']::before { content: 'js'; background: #f7df1e; color: black; } .gatsby-highlight pre[class='language-jsx']::before { content: 'jsx'; background: #da3941; color: white; } .gatsby-highlight pre[class='language-tsx']::before { content: 'tsx'; background: #2989c0; color: white; } .gatsby-highlight pre::-webkit-scrollbar { width: 10px; height: 10px; } .gatsby-highlight pre::-webkit-scrollbar-thumb { background: #201c29; border-radius: 10px; box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } .gatsby-highlight pre::-webkit-scrollbar-track { background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d); } .line-number-style { display: inline-block; padding-left: 0.25em; padding-right: 1.8em; width: 1em; user-select: none; opacity: 0.3; position: relative; } .highlight-line .line-number-style { opacity: 0.5; width: calc(1em - 4px); left: -2px; } .glow { background: linear-gradient(90deg, #ffa0ae 0%, #aacaef 75%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-filter: blur(15px); filter: blur(15px); border-radius: 12px; } .divider-wrapper { margin: 72px auto; max-width: 200px; } .project-card { border-color: var(--project-card); } .project-card:hover { border-color: var(--textNormal); } .token.attr-name { color: rgb(173, 219, 103); font-style: italic; } .token.comment { color: rgb(128, 147, 147); } .token.string, .token.url { color: rgb(173, 219, 103); } .token.variable { color: rgb(214, 222, 235); } .token.number { color: rgb(247, 140, 108); } .token.builtin, .token.char, .token.constant, .token.function { color: rgb(130, 170, 255); } .token.punctuation { color: rgb(199, 146, 234); } .token.selector, .token.doctype { color: rgb(199, 146, 234); font-style: 'italic'; } .token.class-name { color: rgb(255, 203, 139); } .token.tag, .token.operator, .token.keyword { color: #f07178; } .token.boolean { color: rgb(255, 88, 116); } .token.property { color: rgb(128, 203, 196); } .token.namespace { color: rgb(178, 204, 214); } .highlight-line { background-color: rgb(53, 59, 69); display: block; margin-right: -1em; margin-left: -1em; padding-right: 1em; padding-left: 0.75em; border-left: 0.1em solid #d23669; } giscus-widget { display: flex; margin: auto; max-width: 800px; } #comments::part(iframe) { max-width: 800px; margin: auto; display: flex; } .comments-container { max-height: 640px; overflow-y: scroll; } @tailwind components; @tailwind utilities;
src/styles/global.css
@tailwind base; html.light { --bg: #fcfcfc; --textNormal: #4a5568; --textLink: #1a202c; --project-card: #bdbdbd; } html.dark { --bg: #141936; --textNormal: #fff; --textLink: #fff; --project-card: #3546a8; } .background { position: absolute; display: block; top: 0; left: 0; z-index: 0; } pre { border-top-right-radius: 0px !important; border-top-left-radius: 0px !important; border-bottom-right-radius: 12px !important; border-bottom-left-radius: 12px !important; } h1 { font-size: 45px; font-weight: 700; font-style: italic; line-height: 1.2; margin: 0 0 15px; } h2 { font-size: 30px; font-weight: 400; font-style: italic; line-height: 1.2; opacity: 0.75; margin: 0; } .prose p, .prose ol, .prose ul, .prose li::before, .prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose strong { color: var(--textNormal) !important; } .prose li:before { color: rgb(168 85 247); background-image: url(enter.svg); } .prose h2, .prose h3, .prose h4, .prose h5, .prose h6, .prose a { padding-right: 2px; padding-left: 2px; } .prose li { padding: 1px; } .prose a { text-decoration: none; color: white; } .gatsby-resp-image-image { border-radius: 12px; } .ais-Snippet { margin-left: 30px !important; } .ais-Snippet-nonHighlighted { margin-left: 10px !important; } .custom-block { padding: 3px; border-radius: 12px; margin-top: 20px; margin-bottom: 20px; } .custom-block-body { padding-left: 20px; padding-top: 2px; padding-bottom: 2px; padding-right: 15px; border-radius: 12px; } .custom-block-heading { color: rgb(204, 45, 45); } .dark { background: rgb(40, 42, 54); border: 2px solid rgb(53, 59, 69, 0.25); color: rgb(214, 222, 235); } .code { background: rgb(54, 54, 40); border: 2px solid rgb(53, 59, 69, 0.25); color: rgb(214, 222, 235); } .sunny { background: rgb(230, 226, 8); border: 2px solid rgb(230, 226, 8, 0.25); box-shadow: 6px 5px 5px rgb(145, 142, 5); color: #000000 !important; } .success { background: rgb(67, 56, 202); border: 2px solid rgb(67, 56, 202, 0.25); box-shadow: 6px 5px 5px rgb(67, 56, 202, 0.75); color: rgb(214, 222, 235); } .summary { background: rgb(147, 51, 234); border: 2px solid rgb(147, 51, 234, 0.25); box-shadow: rgb(147, 51, 234, 0.75); color: rgb(214, 222, 235); } .danger { background: rgb(150, 2, 2, 0.5); border: 2px solid rgb(158, 11, 11, 0.25); box-shadow: 6px 5px 5px rgb(150, 2, 2, 0.5); color: rgb(214, 222, 235); } .sto { fill-rule: evenodd; clip-rule: evenodd; } mark { background-color: rgb(147 51 234); color: white !important; border-radius: 3px; padding: 1px 2px; } fieldset, ol, ul { margin: 0px !important; padding: 0px !important; } .language-text { color: rgb(168 85 247); } .prose code { color: rgb(168 85 247); } html { @apply transition-all duration-200 ease-linear antialiased overflow-x-hidden; background: var(--bg); font-family: 'DM Sans', sans-serif; scrollbar-color: linear-gradient(to bottom, #201c29, #100e17); scrollbar-width: 10px; overflow-x: hidden; } html::-webkit-scrollbar { width: 10px; height: 10px; } html::-webkit-scrollbar-thumb { background: -webkit-gradient(linear, left top, left bottom, from(#201c29), to(#100e17)); background: linear-gradient(to bottom, #201c29, #100e17); border-radius: 10px; -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } html::-webkit-scrollbar-track { background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17); } html::-webkit-scrollbar-resizer { background: rgb(1, 22, 39); } pre::-webkit-scrollbar { width: 10px; height: 10px; } pre::-webkit-scrollbar-thumb { background: #201c29; border-radius: 10px; box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } pre::-webkit-scrollbar-track { background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d); } pre::-webkit-scrollbar-resizer { background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d); } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px #1d1d1d inset !important; box-shadow: 0 0 0 30px #1d1d1d inset !important; color: #777 !important; } input:-webkit-autofill { -webkit-text-fill-color: #777 !important; color: #777; } .nav-scroll { overflow-y: auto; scrollbar-color: linear-gradient(to bottom, #201c29, #100e17); scrollbar-width: 10px; overflow-x: hidden; } ul li > .active { color: rgb(67, 56, 202); } .nav-scroll::-webkit-scrollbar { width: 10px; height: 10px; } .nav-scroll::-webkit-scrollbar-thumb { background: -webkit-gradient(linear, left top, left bottom, from(#201c29), to(#100e17)); background: linear-gradient(to bottom, #201c29, #100e17); border-radius: 10px; -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } .nav-scroll::-webkit-scrollbar-track { background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17); border-bottom: 10px; border-top: 10px; } .nav-scroll::-webkit-scrollbar-corner { background: #100e17; } article blockquote { margin-left: 0; width: 100%; padding: 5px 5px 5px 15px; border-left: 5px solid #540229 !important; border-radius: 8px; border-top: solid 1px #540229; border-right: solid 1px #540229; border-bottom: solid 1px #540229; } article figure { margin: 15px 0; text-align: center; } .cover { margin-bottom: 1em; border-radius: 0px; background-repeat: no-repeat; width: 100%; height: auto; object-fit: cover; } .cover-list { border-radius: 8px; background-repeat: no-repeat; width: 100%; height: auto; object-fit: cover; } .bio-avatar { min-width: 48px; border-radius: 100%; } .nav-scroll-div { max-height: '70vh'; background: '#111'; } .ais-PoweredBy { display: flex; justify-content: flex-end; margin-right: 10px; font-size: 80%; } fieldset, ol, ul { margin: 10px !important; padding: 10px !important; } .ais-Highlight-nonHighlighted { margin: 20px !important; color: rgb(255, 88, 116); } .ais-Snippet { margin: 10px !important; } .scroll-down { background: transparent; color: #777; width: 40px; height: 40px; border-radius: 50%; transition: 0.3s; position: fixed; right: calc(1.8vw - 1em / 1); top: 10vh; } .scroll-down:hover { transform: scale(1.15); background: transparent; } .scroll { background: transparent; color: #777; width: 40px; height: 40px; border-radius: 50%; transition: 0.3s; position: fixed; bottom: 12vh; right: calc(1.8vw - 1em / 1); } .scroll:hover { transition: 0.3s; background: transparent; } .highlight-line { background-color: rgb(53, 59, 69); display: block; margin-right: -1em; margin-left: -1em; padding-right: 1em; padding-left: 0.75em; border-radius: 3px; border-left: 0.3em solid rgb(168 85 247); } .prism-code { font-size: 1rem; padding-top: 1rem; padding-bottom: 1rem; -webkit-overflow-scrolling: touch; background-color: transparent; overflow: initial; } .token { display: inline-block; } .a.anchor { opacity: '0'; } .a.anchor:hover { fill: rgb(109, 40, 217); color: rgb(109, 40, 217); } .a.anchor:active { fill: rgb(109, 40, 217); color: rgb(109, 40, 217); margin-left: '20px'; padding-left: '20px'; } p > code, li > code { background: rgb(1, 22, 39); color: rgb(214, 222, 235); padding: 0.4em 0.3rem; } .gatsby-highlight { overflow: auto; max-width: 100%; position: relative; -webkit-overflow-scrolling: touch; } gatsby-highlight > code[class*='language-'], .gatsby-highlight > pre[class*='language-'] { word-spacing: normal; word-break: normal; overflow-wrap: normal; line-height: 1.5; tab-size: 4; hyphens: none; } .gatsby-highlight pre[class*='language-']::before { top: 0; } .gatsby-highlight pre[class='language-js']::before { content: 'js'; background: #f7df1e; color: black; } .gatsby-highlight pre[class='language-jsx']::before { content: 'jsx'; background: #da3941; color: white; } .gatsby-highlight pre[class='language-tsx']::before { content: 'tsx'; background: #2989c0; color: white; } .gatsby-highlight pre::-webkit-scrollbar { width: 10px; height: 10px; } .gatsby-highlight pre::-webkit-scrollbar-thumb { background: #201c29; border-radius: 10px; box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25); } .gatsby-highlight pre::-webkit-scrollbar-track { background: linear-gradient(90deg, #201c29, #201c29 1px, #17141d 0, #17141d); } .line-number-style { display: inline-block; padding-left: 0.25em; padding-right: 1.8em; width: 1em; user-select: none; opacity: 0.3; position: relative; } .highlight-line .line-number-style { opacity: 0.5; width: calc(1em - 4px); left: -2px; } .glow { background: linear-gradient(90deg, #ffa0ae 0%, #aacaef 75%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-filter: blur(15px); filter: blur(15px); border-radius: 12px; } .divider-wrapper { margin: 72px auto; max-width: 200px; } .project-card { border-color: var(--project-card); } .project-card:hover { border-color: var(--textNormal); } .token.attr-name { color: rgb(173, 219, 103); font-style: italic; } .token.comment { color: rgb(128, 147, 147); } .token.string, .token.url { color: rgb(173, 219, 103); } .token.variable { color: rgb(214, 222, 235); } .token.number { color: rgb(247, 140, 108); } .token.builtin, .token.char, .token.constant, .token.function { color: rgb(130, 170, 255); } .token.punctuation { color: rgb(199, 146, 234); } .token.selector, .token.doctype { color: rgb(199, 146, 234); font-style: 'italic'; } .token.class-name { color: rgb(255, 203, 139); } .token.tag, .token.operator, .token.keyword { color: #f07178; } .token.boolean { color: rgb(255, 88, 116); } .token.property { color: rgb(128, 203, 196); } .token.namespace { color: rgb(178, 204, 214); } .highlight-line { background-color: rgb(53, 59, 69); display: block; margin-right: -1em; margin-left: -1em; padding-right: 1em; padding-left: 0.75em; border-left: 0.1em solid #d23669; } giscus-widget { display: flex; margin: auto; max-width: 800px; } #comments::part(iframe) { max-width: 800px; margin: auto; display: flex; } .comments-container { max-height: 640px; overflow-y: scroll; } @tailwind components; @tailwind utilities;
0.438304
0.11326
max-width: 100%; overflow-x: hidden; position:relative; } body { position: relative; width: 1000px; height:900px; margin: 0px auto 10px auto; }*/ /* Sticky footer styles -------------------------------------------------- */ body { height: 100%; /* The html and body elements cannot have any padding or margin. */ position: relative; /*width: 1000px;*/ /*height:900px;*/ margin: 0px auto 0px auto; overflow-x:hidden; } html { height: 100%; /* The html and body elements cannot have any padding or margin. */ position: relative; /*width: 1000px;*/ /*height:900px;*/ margin: 0px auto 0px auto; } /* Wrapper for page content to push down footer */ #wrap { width: 1000px; min-height: 100%; height: auto; /* Negative indent footer by its height */ margin: 0 auto -50px; /* Pad bottom by footer height */ padding: 0 0 50px; } /* Set the fixed height of the footer here */ #footer { height: 60px; background-color: #f5f5f5; /*margin-left: 200px;*/ text-align: center; background-color: #f5f5f5; font-size: 13px; padding-left:10px; padding-right:10px; margin-top: 50px; } h1 { font-size: 45px; font-weight: 300; margin-top: 10px; margin-bottom: 20px; } h2 { margin-top: 2em; } /*footer {*/ /*position: absolute; bottom: 0; width: 100%; height:60; background-color: red;*/ /*margin-left: 200px; text-align: center; background-color: #f5f5f5; font-size: 13px; padding-left:10px; padding-right:10px;*/ /*}*/ #main_container{ position: relative; margin-left: 55px; /*height:2000px;*/ } #website_title{ margin-top: 12px; margin-bottom: 10px; display: inline-block; /*margin-left: 5px;*/ font-size: 30px; } .initial_paragraph{ width:940px; font-size: 19px; font-weight: 300; } /*footer - shift it with the sidebar*/ #footer_div{ margin-left: 0px; } /*position file upload button*/ #file_upload_button{ margin-left: 0px; } /*style example_tsv*/ #example_tsv{ width:275px; padding-left: 23px; margin-left: 30px; } /*color choose file button*/ .btn-default { background-color: #D0D0D0; } #iframe_preview{ display: block; height: 530px; width: 920px; border: 1px solid #DEDEDE; } #input_form{ margin-top: 10px; margin-bottom: 10px; /*float:left;*/ } #help_link{ font-size: 25px; margin-top: -9px; margin-left: 0px; padding-bottom: 0px; float: right; } #demo_paragraph{ margin-top: 25px; margin-bottom: 5px; } #demo_link{ color: #009dff; font-size: 12px; margin-left: 820px; } #upload_section{ margin-top: 10px; margin-left: 0px; } .footer_text{ padding-top: 2px; padding-bottom: 2px; } #footer_text_container{ margin-top: 10px; margin-bottom: 0px; min-width: 950px; } .first_instructions{ margin-left: 0px; text-align: justify; } #home_graham_cracker{ margin-top: -13px; } #homepage_examples{ /*divider*/ margin-top: 20px; padding-top: 10px; border-top: 1px solid #DEDEDE; width:920px;a height: 300px; margin-left: 0px; } .example_title{ font-size: 32px; font-weight: 300; margin-bottom: 20px; margin-left: -10px; margin-top: 20px; } .example_single_title{ font-size: 19px; font-weight: 300; text-align: center; } .example_single_description{ font-size: 15px; font-weight: 300; text-align: justify; /*padding-top: 5px;*/ padding-left: 2px; padding-right: 2px; } .example_image_container{ width:100%; height: 200px; /*background: red;*/ border: 1px solid #DEDEDE; margin-bottom: 5px; } .example_image{ margin-left: 5px; margin-top: 10px; width:285px; height: 180px; border: 0; } .github_logo{ width: 215px; margin-left: 45px; margin-top: 10px; } .jupyter_logo{ width: 198px; margin-left: 51px; margin-top: 0px; } #enrichr_example{ width: 245px; margin-left: 29px; margin-top: 0px; } #CST_image{ margin-left: 15px; margin-top: 5px; width:275px; height: 190px; border: 0; } #CyTOF_image{ margin-left: 25px; margin-top: 5px; width:250px; height: 190px; border: 0; } #MNIST_image{ margin-left: 20px; margin-top: 5px; width:270px; height: 190px; border: 0; } #kinase_network_image{ margin-left: 55px; margin-top: 5px; width:195px; /*height: 190px;*/ border: 0; } #CCLE_image{ margin-left: 5px; margin-top: 5px; width:290px; height: 190px; border: 0; } #Iris_image{ margin-left: 25px; margin-top: 5px; width:260px; height: 190px; border: 0; } #gene_info_image{ margin-left: 0px; margin-top: 20px; width:295px; /*height: 190px;*/ border: 0; } .example_section{ /*height: 380px;*/ margin-top: 7px; } #harmonizome{ margin-left: 10px; } #L1000CDS2{ margin-left: 10px; } .example_col{ padding-left: 7px; padding-right: 7px; } #doc_info{ margin-top: 5px; text-align: justify; padding-right: 25px; } #form-container{ /*height: 180px;*/ /*background: red;*/ /*width: 500px;*/ padding-left: 10px; /*padding-top: 5px;*/ border: 1px solid #D4D4D4; margin-right: 55px; margin-bottom: 10px; } #upload-button-container{ margin-top: 15px; } .options-dropdown{ margin-top: 5px; } #all-dropdown-container{ height: 75px; display: block; } .single-dropdown-container{ width:150px; height:75px; margin-right:20px; margin-top: 10px; float:left; font-size: 17px; font-weight: 300; } .file-input-name{ font-size: 20px; font-weight: 300; margin-left: 10px; } .file-input-wrapper{ font-size: 17px; font-weight: 300; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
clustergrammer/static/css/custom_index.css
max-width: 100%; overflow-x: hidden; position:relative; } body { position: relative; width: 1000px; height:900px; margin: 0px auto 10px auto; }*/ /* Sticky footer styles -------------------------------------------------- */ body { height: 100%; /* The html and body elements cannot have any padding or margin. */ position: relative; /*width: 1000px;*/ /*height:900px;*/ margin: 0px auto 0px auto; overflow-x:hidden; } html { height: 100%; /* The html and body elements cannot have any padding or margin. */ position: relative; /*width: 1000px;*/ /*height:900px;*/ margin: 0px auto 0px auto; } /* Wrapper for page content to push down footer */ #wrap { width: 1000px; min-height: 100%; height: auto; /* Negative indent footer by its height */ margin: 0 auto -50px; /* Pad bottom by footer height */ padding: 0 0 50px; } /* Set the fixed height of the footer here */ #footer { height: 60px; background-color: #f5f5f5; /*margin-left: 200px;*/ text-align: center; background-color: #f5f5f5; font-size: 13px; padding-left:10px; padding-right:10px; margin-top: 50px; } h1 { font-size: 45px; font-weight: 300; margin-top: 10px; margin-bottom: 20px; } h2 { margin-top: 2em; } /*footer {*/ /*position: absolute; bottom: 0; width: 100%; height:60; background-color: red;*/ /*margin-left: 200px; text-align: center; background-color: #f5f5f5; font-size: 13px; padding-left:10px; padding-right:10px;*/ /*}*/ #main_container{ position: relative; margin-left: 55px; /*height:2000px;*/ } #website_title{ margin-top: 12px; margin-bottom: 10px; display: inline-block; /*margin-left: 5px;*/ font-size: 30px; } .initial_paragraph{ width:940px; font-size: 19px; font-weight: 300; } /*footer - shift it with the sidebar*/ #footer_div{ margin-left: 0px; } /*position file upload button*/ #file_upload_button{ margin-left: 0px; } /*style example_tsv*/ #example_tsv{ width:275px; padding-left: 23px; margin-left: 30px; } /*color choose file button*/ .btn-default { background-color: #D0D0D0; } #iframe_preview{ display: block; height: 530px; width: 920px; border: 1px solid #DEDEDE; } #input_form{ margin-top: 10px; margin-bottom: 10px; /*float:left;*/ } #help_link{ font-size: 25px; margin-top: -9px; margin-left: 0px; padding-bottom: 0px; float: right; } #demo_paragraph{ margin-top: 25px; margin-bottom: 5px; } #demo_link{ color: #009dff; font-size: 12px; margin-left: 820px; } #upload_section{ margin-top: 10px; margin-left: 0px; } .footer_text{ padding-top: 2px; padding-bottom: 2px; } #footer_text_container{ margin-top: 10px; margin-bottom: 0px; min-width: 950px; } .first_instructions{ margin-left: 0px; text-align: justify; } #home_graham_cracker{ margin-top: -13px; } #homepage_examples{ /*divider*/ margin-top: 20px; padding-top: 10px; border-top: 1px solid #DEDEDE; width:920px;a height: 300px; margin-left: 0px; } .example_title{ font-size: 32px; font-weight: 300; margin-bottom: 20px; margin-left: -10px; margin-top: 20px; } .example_single_title{ font-size: 19px; font-weight: 300; text-align: center; } .example_single_description{ font-size: 15px; font-weight: 300; text-align: justify; /*padding-top: 5px;*/ padding-left: 2px; padding-right: 2px; } .example_image_container{ width:100%; height: 200px; /*background: red;*/ border: 1px solid #DEDEDE; margin-bottom: 5px; } .example_image{ margin-left: 5px; margin-top: 10px; width:285px; height: 180px; border: 0; } .github_logo{ width: 215px; margin-left: 45px; margin-top: 10px; } .jupyter_logo{ width: 198px; margin-left: 51px; margin-top: 0px; } #enrichr_example{ width: 245px; margin-left: 29px; margin-top: 0px; } #CST_image{ margin-left: 15px; margin-top: 5px; width:275px; height: 190px; border: 0; } #CyTOF_image{ margin-left: 25px; margin-top: 5px; width:250px; height: 190px; border: 0; } #MNIST_image{ margin-left: 20px; margin-top: 5px; width:270px; height: 190px; border: 0; } #kinase_network_image{ margin-left: 55px; margin-top: 5px; width:195px; /*height: 190px;*/ border: 0; } #CCLE_image{ margin-left: 5px; margin-top: 5px; width:290px; height: 190px; border: 0; } #Iris_image{ margin-left: 25px; margin-top: 5px; width:260px; height: 190px; border: 0; } #gene_info_image{ margin-left: 0px; margin-top: 20px; width:295px; /*height: 190px;*/ border: 0; } .example_section{ /*height: 380px;*/ margin-top: 7px; } #harmonizome{ margin-left: 10px; } #L1000CDS2{ margin-left: 10px; } .example_col{ padding-left: 7px; padding-right: 7px; } #doc_info{ margin-top: 5px; text-align: justify; padding-right: 25px; } #form-container{ /*height: 180px;*/ /*background: red;*/ /*width: 500px;*/ padding-left: 10px; /*padding-top: 5px;*/ border: 1px solid #D4D4D4; margin-right: 55px; margin-bottom: 10px; } #upload-button-container{ margin-top: 15px; } .options-dropdown{ margin-top: 5px; } #all-dropdown-container{ height: 75px; display: block; } .single-dropdown-container{ width:150px; height:75px; margin-right:20px; margin-top: 10px; float:left; font-size: 17px; font-weight: 300; } .file-input-name{ font-size: 20px; font-weight: 300; margin-left: 10px; } .file-input-wrapper{ font-size: 17px; font-weight: 300; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
0.26923
0.039788
.u-section-1 { background-image: none; min-height: 826px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 1140px) / 2) + 1140px); margin: 55px auto 0 0; } .u-section-1 .u-layout-cell-1 { min-height: 803px; } .u-section-1 .u-container-layout-1 { padding: 0; } .u-section-1 .u-image-1 { width: 479px; height: 512px; margin: 90px auto 0 111px; } .u-section-1 .u-layout-cell-2 { min-height: 803px; } .u-section-1 .u-container-layout-2 { padding: 60px 0; } .u-section-1 .u-text-1 { font-family: Sarina; text-transform: none; letter-spacing: normal; font-weight: 400; font-size: 3rem; margin: 117px 0 0; } .u-section-1 .u-text-2 { font-size: 1.25rem; margin: 88px 30px 0 60px; } .u-section-1 .u-btn-1 { text-transform: uppercase; letter-spacing: 3px; font-weight: 700; border-style: solid; background-image: none; margin: 20px auto 0 60px; padding: 10px 49px 10px 47px; } .u-section-1 .u-btn-2 { text-transform: uppercase; letter-spacing: 3px; font-weight: 700; border-style: solid; background-image: none; margin: -48px 12px 0 auto; padding: 10px 40px 10px 39px; } @media (max-width: 1199px) { .u-section-1 { min-height: 662px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 940px) / 2) + 940px); } .u-section-1 .u-layout-cell-1 { min-height: 643px; background-position: 50% 50%; } .u-section-1 .u-image-1 { margin-left: 54px; } .u-section-1 .u-layout-cell-2 { min-height: 689px; } .u-section-1 .u-container-layout-2 { padding-left: 20px; } .u-section-1 .u-text-1 { font-size: 2.25rem; width: auto; margin-right: 20px; } .u-section-1 .u-text-2 { width: auto; margin-top: 28px; margin-right: 0; margin-left: 42px; } .u-section-1 .u-btn-1 { margin-left: 20px; padding-right: 40px; padding-left: 40px; } .u-section-1 .u-btn-2 { margin-right: -1px; padding-right: 24px; padding-left: 23px; } } @media (max-width: 991px) { .u-section-1 { min-height: 420px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 720px) / 2) + 720px); } .u-section-1 .u-layout-cell-1 { min-height: 541px; } .u-section-1 .u-image-1 { width: 408px; height: 436px; margin-left: 0; } .u-section-1 .u-layout-cell-2 { min-height: 604px; } .u-section-1 .u-container-layout-2 { padding-top: 30px; padding-bottom: 30px; padding-left: 0; } .u-section-1 .u-text-1 { font-size: 4.5rem; margin-right: 0; } .u-section-1 .u-text-2 { font-size: 1.125rem; margin-left: 0; } .u-section-1 .u-btn-1 { margin-left: 0; padding-right: 28px; padding-left: 26px; } .u-section-1 .u-btn-2 { margin-right: 1px; padding-right: 10px; padding-left: 8px; } } @media (max-width: 767px) { .u-section-1 { min-height: 861px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 540px) / 2) + 540px); } .u-section-1 .u-layout-cell-1 { min-height: 117px; order: 1; } .u-section-1 .u-image-1 { margin-top: -606px; margin-left: auto; } .u-section-1 .u-layout-cell-2 { order: 0; min-height: 744px; } .u-section-1 .u-container-layout-2 { padding-bottom: 0; padding-left: 50px; } .u-section-1 .u-text-1 { font-size: 3.75rem; margin-top: 454px; } .u-section-1 .u-text-2 { margin-top: 23px; margin-right: -9px; margin-left: 9px; } .u-section-1 .u-btn-1 { margin-top: 8px; margin-left: 15px; padding-right: 65px; padding-left: 64px; } .u-section-1 .u-btn-2 { margin-right: 15px; padding-right: 42px; padding-left: 41px; } } @media (max-width: 575px) { .u-section-1 { min-height: 890px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 340px) / 2) + 340px); margin-top: 30px; margin-bottom: 60px; } .u-section-1 .u-layout-cell-1 { min-height: 109px; } .u-section-1 .u-image-1 { width: 340px; height: 363px; margin-top: -634px; margin-right: 7px; } .u-section-1 .u-layout-cell-2 { min-height: 690px; } .u-section-1 .u-container-layout-2 { padding-left: 25px; } .u-section-1 .u-text-1 { margin-top: 374px; margin-right: 7px; margin-left: 20px; } .u-section-1 .u-text-2 { margin-right: 0; margin-left: 26px; } .u-section-1 .u-btn-1 { margin-top: 21px; margin-left: 26px; padding-right: 17px; padding-left: 15px; } .u-section-1 .u-btn-2 { margin-right: -1px; margin-bottom: -109px; padding-right: 12px; padding-left: 12px; } }
mentalhacks/static/css/Home-Page.css
.u-section-1 { background-image: none; min-height: 826px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 1140px) / 2) + 1140px); margin: 55px auto 0 0; } .u-section-1 .u-layout-cell-1 { min-height: 803px; } .u-section-1 .u-container-layout-1 { padding: 0; } .u-section-1 .u-image-1 { width: 479px; height: 512px; margin: 90px auto 0 111px; } .u-section-1 .u-layout-cell-2 { min-height: 803px; } .u-section-1 .u-container-layout-2 { padding: 60px 0; } .u-section-1 .u-text-1 { font-family: Sarina; text-transform: none; letter-spacing: normal; font-weight: 400; font-size: 3rem; margin: 117px 0 0; } .u-section-1 .u-text-2 { font-size: 1.25rem; margin: 88px 30px 0 60px; } .u-section-1 .u-btn-1 { text-transform: uppercase; letter-spacing: 3px; font-weight: 700; border-style: solid; background-image: none; margin: 20px auto 0 60px; padding: 10px 49px 10px 47px; } .u-section-1 .u-btn-2 { text-transform: uppercase; letter-spacing: 3px; font-weight: 700; border-style: solid; background-image: none; margin: -48px 12px 0 auto; padding: 10px 40px 10px 39px; } @media (max-width: 1199px) { .u-section-1 { min-height: 662px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 940px) / 2) + 940px); } .u-section-1 .u-layout-cell-1 { min-height: 643px; background-position: 50% 50%; } .u-section-1 .u-image-1 { margin-left: 54px; } .u-section-1 .u-layout-cell-2 { min-height: 689px; } .u-section-1 .u-container-layout-2 { padding-left: 20px; } .u-section-1 .u-text-1 { font-size: 2.25rem; width: auto; margin-right: 20px; } .u-section-1 .u-text-2 { width: auto; margin-top: 28px; margin-right: 0; margin-left: 42px; } .u-section-1 .u-btn-1 { margin-left: 20px; padding-right: 40px; padding-left: 40px; } .u-section-1 .u-btn-2 { margin-right: -1px; padding-right: 24px; padding-left: 23px; } } @media (max-width: 991px) { .u-section-1 { min-height: 420px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 720px) / 2) + 720px); } .u-section-1 .u-layout-cell-1 { min-height: 541px; } .u-section-1 .u-image-1 { width: 408px; height: 436px; margin-left: 0; } .u-section-1 .u-layout-cell-2 { min-height: 604px; } .u-section-1 .u-container-layout-2 { padding-top: 30px; padding-bottom: 30px; padding-left: 0; } .u-section-1 .u-text-1 { font-size: 4.5rem; margin-right: 0; } .u-section-1 .u-text-2 { font-size: 1.125rem; margin-left: 0; } .u-section-1 .u-btn-1 { margin-left: 0; padding-right: 28px; padding-left: 26px; } .u-section-1 .u-btn-2 { margin-right: 1px; padding-right: 10px; padding-left: 8px; } } @media (max-width: 767px) { .u-section-1 { min-height: 861px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 540px) / 2) + 540px); } .u-section-1 .u-layout-cell-1 { min-height: 117px; order: 1; } .u-section-1 .u-image-1 { margin-top: -606px; margin-left: auto; } .u-section-1 .u-layout-cell-2 { order: 0; min-height: 744px; } .u-section-1 .u-container-layout-2 { padding-bottom: 0; padding-left: 50px; } .u-section-1 .u-text-1 { font-size: 3.75rem; margin-top: 454px; } .u-section-1 .u-text-2 { margin-top: 23px; margin-right: -9px; margin-left: 9px; } .u-section-1 .u-btn-1 { margin-top: 8px; margin-left: 15px; padding-right: 65px; padding-left: 64px; } .u-section-1 .u-btn-2 { margin-right: 15px; padding-right: 42px; padding-left: 41px; } } @media (max-width: 575px) { .u-section-1 { min-height: 890px; } .u-section-1 .u-layout-wrap-1 { width: calc(((100% - 340px) / 2) + 340px); margin-top: 30px; margin-bottom: 60px; } .u-section-1 .u-layout-cell-1 { min-height: 109px; } .u-section-1 .u-image-1 { width: 340px; height: 363px; margin-top: -634px; margin-right: 7px; } .u-section-1 .u-layout-cell-2 { min-height: 690px; } .u-section-1 .u-container-layout-2 { padding-left: 25px; } .u-section-1 .u-text-1 { margin-top: 374px; margin-right: 7px; margin-left: 20px; } .u-section-1 .u-text-2 { margin-right: 0; margin-left: 26px; } .u-section-1 .u-btn-1 { margin-top: 21px; margin-left: 26px; padding-right: 17px; padding-left: 15px; } .u-section-1 .u-btn-2 { margin-right: -1px; margin-bottom: -109px; padding-right: 12px; padding-left: 12px; } }
0.448668
0.08292
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap'); * { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 20px; font-family: 'EB Garamond', serif; scroll-behavior: smooth; background-color: white; } body { height: 100%; } /*Menüsor*/ #header { position: fixed; z-index: 1000; left: 0; top: 0; width: 100vw; height: auto; } #header .header { min-height: 8vh; background-color: #a48d64; transition: .3s ease background-color; } #header .brand { width: 130px; } #header .brand img { width: 60px; } #header .brand h1 { text-decoration: none; color: white; position: absolute; display: inline; margin-top: 10px; justify-content: center; font-size: 30px; font-weight: 600; } .header .nav-bar { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; max-width: 1300px; padding: 0 10px; } #header .nav-list>ul { list-style: none; position: absolute; background-color: #a48d64; width: 100vw; height: 100vh; left: 100%; top: 0; display: flex; z-index: 1; overflow-x: hidden; flex-direction: column; transition: .5s ease left; } #header .dropdown { display: none; list-style: none; z-index: 1; justify-content: center; margin-left: 50px; background-color: #a48d64; } #header .dropdown.show{ display: block; } #header .himzes{ font-size: 1rem; font-weight: 500; letter-spacing: .2rem; text-decoration: none; color: white; text-transform: uppercase; padding: 20px; display: block; background-color: #a48d64; cursor: pointer; } #header .nav-list ul .himzes:hover{ color: #575046; cursor: pointer; } #header ul li ul { list-style: none; } #header .nav-list ul.active { left: 25%; top: 45px; } #header .nav-list ul a { font-size: 1rem; font-weight: 500; letter-spacing: .2rem; text-decoration: none; color: white; text-transform: uppercase; padding: 20px; display: block; } #header .nav-list ul .himzes { cursor: default; } #header .nav-list ul a:hover { color: #575046; } #header .nav-list ul .himzes:hover { color: white; } #header .menu { height: 60px; width: 60px; display: inline-block; border: 3px solid white; border-radius: 50%; display: flex; position: relative; align-items: center; justify-content: center; cursor: pointer; z-index: 100; transform: scale(.8); margin-right: 15px; } #header .menu:after { position: absolute; content: ''; height: 100%; width: 100%; border-radius: 50%; border: 3px solid white; } #header .menu .bar { height: 2px; width: 30px; position: relative; background-color: white; z-index: -1; } #header .menu .bar::after, #header .menu .bar::before { content: ''; position: absolute; height: 100%; width: 100%; left: 0; background-color: white; transition: .3s ease; transition-property: top, bottom; } #header .menu .bar::after { top: 8px; } #header .menu .bar::before { bottom: 8px; } #header .menu.active .bar::before { bottom: 0; } #header .menu.active .bar::after { top: 0; } #header h1 { color: white; } /*Főoldal része*/ #hero { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-size: cover; background-position: top left; position: relative; z-index: 1; padding-top: 35px; } #hero .hero { max-width: 1200px; height: 100vh; margin: 0 auto; padding: 0 50px; padding-top: 170px; justify-content: center; text-align: center; align-items: center; } #hero h1 { margin: auto; display: block; width: fit-content; font-size: 1.2rem; position: relative; margin-bottom: 10px; text-align: center; color: white; letter-spacing: .2rem; text-transform: uppercase; text-shadow: 2px 2px 2px #333; font-weight: 600; } #hero hr { border-color: white; } #hero h2 { display: block; width: fit-content; font-size: 0.9rem; color: white; margin: auto; margin-top: 20px; margin-bottom: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .2rem; text-shadow: 2px 2px 2px #333; } #hero h3 { display: block; width: fit-content; font-size: 0.9rem; color: white; margin: auto; margin-top: 20px; margin-bottom: 10px; font-weight: 500; margin-top: 40px; text-shadow: 2px 2px 2px #333; } #hero .call { display: inline-block; padding: 10px 30px; color: white; background-color: #a48d64; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .1rem; margin-top: 5px; transition: .5s ease; transition-property: background-color, color; margin: 5px; box-shadow: 1px 1px 1px black; text-shadow: 2px 2px 2px #333; } /*Bemutatkozás rész*/ #bemutat { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-size: cover; width: 100%; padding: 150px 20px; min-height: 100vh; } #bemutat .bemutat-container h3 { font-size: 1.5rem; margin-bottom: 10px; letter-spacing: .2rem; text-transform: uppercase; font-weight: 500; color: white; text-align: center; } #bemutat .bemutat-container h4 { text-align: center; margin-bottom: 20px; color: white; font-size: 1rem; font-weight: 500; } #bemutat .bemutat-text { flex-direction: column; justify-items: center; margin: 0 auto; width: 95%; padding: 15px; position: relative; z-index: 1; } #bemutat .bemutat-text::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: white; opacity: .6; z-index: -1; } #bemutat .bemutat-text p { text-align: center; color: #575046; margin-bottom: 20px; } #bemutat .call { display: block; padding: 10px 10px; color: white; background-color: #a48d64; text-align: center; font-size: 0.9rem; text-transform: uppercase; letter-spacing: .1rem; margin-top: 30px; box-shadow: 1px 1px 1px black; width: 260px; margin: 0 auto; } /*Hímzésen belüli menüpontok/* /*Hímzések header részei*/ #references .references-header { background-color: white; margin: 0; padding: 20px; padding-top: 150px; max-width: 100%; } #references .references-header h2 { margin-bottom: 30px; margin: 0; color: #a48d64; font-size: 1.5rem; margin-bottom: 10px; text-align: center; text-transform: uppercase; font-weight: 500; letter-spacing: .2rem; } #references .references-header p { color: #a48d64; font-size: 1rem; margin-top: 5px; line-height: 2.5rem; font-weight: 300px; letter-spacing: .05rem; text-align: center; } #references h5 { color: #a48d64; font-size: 0.7rem; line-height: 2.5rem; font-weight: 300px; letter-spacing: .05rem; text-align: center; } #references hr { border-color: #a48d64; fill: #a48d64; } /*Referenciák*/ .referenc-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .referenc-gallery>.referenc-image { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; } .referenc-gallery>.referenc-image:hover>a, .referenc-gallery>.referenc-image:focus>a { transform: scale(1.1); opacity: .9; } .referenc-gallery>.referenc-image>a { display: flex; justify-content: center; align-items: center; cursor: pointer; height: 100%; width: 100%; background-color: #6a5c4a; background-position: center; transition: all .5s ease-out; transform: scale(1); } .referenc-gallery>.referenc-image>a img { width: 100%; } /*<NAME>*/ /*.static-image-grid { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .static-image-grid>a { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; } .static-image-grid>a>span { z-index: 1; font-size: 0.7rem; margin: 50px; text-align: center; justify-content: center; text-shadow: 0.5px 1px black; } .static-image-grid>a>label { z-index: 1; font-size: 0.6rem; text-transform: lowercase; }*/ .cimer-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .cimer-gallery>a { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; cursor: pointer; width: 100%; height: 100%; transition: all .5s ease-out; background-position: center; transform: scale(1); } .cimer-gallery>a>img { width: 100%; height: 100%; object-fit: cover; } .cimer-gallery>a::after { display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } .cimer-gallery>a>span { z-index: 1; font-size: 0.7rem; position: absolute; text-transform: uppercase; letter-spacing: 0.2rem; margin: 50px; color: white; text-shadow: 0.5px 1px black; } /*Magyar jelképek képei*/ .magyar-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .magyar-gallery>a { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; cursor: pointer; width: 100%; height: 100%; transition: all .5s ease-out; background-position: center; transform: scale(1); } .magyar-gallery>a>img { width: 100%; height: 100%; object-fit: cover; } .magyar-gallery>a::after { display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } .magyar-gallery>a>span { z-index: 1; font-size: 0.7rem; position: absolute; text-transform: uppercase; letter-spacing: 0.2rem; margin: 50px; color: white; text-align: center; text-shadow: 0.5px 1px black; } /*<NAME>*/ .index-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .index-gallery>.gallery-image { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; } .index-gallery>.gallery-image:hover>a, .index-gallery>.gallery-image:focus>a { transform: scale(1.1); opacity: .9; } .index-gallery>.gallery-image>a { display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; cursor: pointer; height: 100%; width: 100%; background-color: #6a5c4a; color: white; background-position: center; background-size: cover; transition: all .5s ease-out; transform: scale(1); text-transform: uppercase; letter-spacing: 0.2rem; } .index-gallery>.gallery-image>a::after { display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } .index-gallery>.gallery-image>a>span { z-index: 1; font-size: 0.7rem; margin: 50px; text-align: center; justify-content: center; text-shadow: 0.5px 1px black; } .index-gallery>.gallery-image>a>label { z-index: 1; font-size: 0.6rem; text-transform: lowercase; } .index-gallery>.gallery-image>a>svg { display: none; } .index-gallery>.gallery-image:hover>a svg { z-index: 0; height: 40px; width: 40px; display: block; position: absolute; margin-top: 250px; margin-left: 250px; z-index: 1; } .index-gallery>.gallery-image>.nyers { background-image: url("/img/len_csiga.jpg"); } .index-gallery>.gallery-image>.jel { background-image: url("/img/tar_vuk.jpg"); } .index-gallery>.gallery-image>.jel_evszam { background-image: url("/img/tar_kocka2010.jpg"); } .index-gallery>.gallery-image>.jel_evszam_csoport { background-image: url("/img/tar_suni_cs_09.jpg"); } .index-gallery>.gallery-image>.sajatjel { background-image: url("/img/szivecske_lajos.jpg"); } .index-gallery>.gallery-image>.sajatlogo { background-image: url("/img/evaneni.jpg"); } .index-gallery>.gallery-image>.virag { background-image: url("/img/fehervirag2011.jpg"); } .index-gallery>.gallery-image>.iskolaneve { background-image: url("/img/jag2011.jpg"); } /*Egyéb termékek képei*/ .index-gallery>.gallery-image>.fulbevalok { background-image: url("/img/virag_rozsaszin.jpg"); } .index-gallery>.gallery-image>.karacsonyfadisz { background-image: url("/img/hopihe.jpg"); } .index-gallery>.gallery-image>.hangulatjelek { background-image: url("/img/mosolygo.jpg"); } .index-gallery>.gallery-image>.kulcstarto { background-image: url("/img/kulcs1a.jpg"); } .index-gallery>.gallery-image>.aldas { background-image: url("/img/jaszsagi.jpg"); } .index-gallery>.gallery-image>.torolkozo { background-image: url("/img/torolkozo_legjobb.jpg"); } .lg-sub-html h4{ font-size: 25px !important; } .lg-sub-html p{ font-size: 20px !important; } /*Ajánlatkérés*/ #ajanlat { position: relative; min-height: 100vh; padding: 30px; padding-top: 100px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: url("/img/embroidery-3719464_1280_barna.jpg"); background-size: cover; } #ajanlat .ajanlat-header { max-width: 800px; text-align: center; margin-bottom: 50px; padding-top: 100px; } #ajanlat .ajanlat-header h3 { font-size: 1.5rem; letter-spacing: .2rem; text-transform: uppercase; font-weight: 500; color: white; } #ajanlat .ajanlat-header p { font-size: 1rem; color: white; } #ajanlat .contact-container { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .contactForm { width: 100%; padding: 30px; justify-content: center; background-color: #a48d64; margin-bottom: 40px; } .contactForm h4 { font-size: 22px; color: white; font-weight: 500; letter-spacing: .2rem; text-transform: uppercase; } .contactForm .inputBox .kerdo, .contactForm .inputBox .option, .contactForm .inputBox .opovoda { position: relative; width: 100%; margin-top: 10px; } .contactForm .kerdo, .contactForm .inputBox .munka { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 1px solid white; color: black; outline: none; resize: none; background-color: white; } .contactForm .inputBox .szoveg { left: 0; font-size: 16px; color: white; padding-top: 10px; padding-bottom: 0; } .contactForm .inputBox .radszoveg{ left: 0; font-size: 16px; color: white; padding-top: 10px; padding-bottom: 0; } .contactForm .inputBox .ovoda, .contactForm .inputBox .termek, .contactForm .inputBox .sajat { margin: 3px; color: white; } .contactForm .inputBox .ovodaiselect, .contactForm .inputBox .egyebselect { display: none; width: 100%; } .inputBox > .select2-container { display: block; } .contactForm .inputBox .meret{ position: relative; width: 100%; margin-top: 10px; } .contactForm .inputBox input[type="file"] { color: white; background-color: #a48d64; border: white solid 3px; font-size: 16px; cursor: pointer; margin: 0; padding: 0; width: 100%; } .contactForm .textszov { color: white; font-size: 16px; } .contactForm > ol { padding-left: 0; } .contactForm .preview > .preview-text { line-height: 32px; padding-left: 20px; color: white; font-size: 10px; } .contactForm .inputBox input[type="submit"] { width: 100%; background: #6a5c4a; color: white; text-transform: uppercase; border: none; cursor: pointer; padding: 10px; font-size: 14px; box-shadow: 1px 1px 1px black; } #ajanlat .thanks{ background-color: #52872f; width: 100%; justify-content: center; text-align: center; padding: 5px; } #ajanlat .thanks p{ color: white; } /*#status { width: 100%; text-align: center; padding: 10px; margin: 0 auto; border-radius: 8px; flex-direction: row; } #status.success { background-color: rgb(211, 250, 153); animation: status 4s ease forwards; } #status.error { background-color: rgb(250, 129, 92); color: white; animation: status 4s ease forwards; }*/ #ajanlat .Ajanlatinfo { color: white; width: 100%; display: flex; flex-direction: column; left: 0; } #ajanlat .Ajanlatinfo h1 { margin-bottom: 10px; font-weight: 500; font-size: 30px; } #ajanlat .Ajanlatinfo h2 { font-size: 0.9rem; margin-bottom: 10px; font-size: 18px; font-weight: 600; } #ajanlat .Ajanlatinfo p { font-size: 0.9rem; } /*Kapcsolat infók*/ #contact { position: relative; min-height: 100vh; padding: 30px; padding-top: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: url("/img/embroidery-3719464_1280_barna.jpg"); background-size: cover; } #contact .contact-header { max-width: 800px; text-align: center; margin-bottom: 50px; padding-top: 100px; } #contact .contact-header h3 { font-size: 1.5rem; letter-spacing: .2rem; text-transform: uppercase; font-weight: 500; color: white; } #contact .contact-header p { font-size: 1rem; color: white; } #contact .contact-container { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; z-index: 1; } #contact .contact-container .map iframe { width: 350px; height: 450px; border: solid #575046; } #contact .contact-container::after { content: ""; position: absolute; height: 100%; width: 100%; background-color: white; opacity: .6; z-index: -1; padding: 30px; } #contact .contactInfo { width: 100%; display: flex; flex-direction: column; left: 0; color: #575046; margin-top: 50px; font-weight: 700; } #contact .icon { display: flex; } #contact .icon span { margin-left: 10px; } #contact .contactInfo .contactmode { display: inline; } #contact .contactInfo p { position: relative; display: flex; left: 37px; color: #575046; margin-bottom: 30px; } #contact .contactInfo .email{ position: relative; display: flex; left: 37px; color: #575046; margin-bottom: 30px; text-decoration: none; } #contact .contactInfo .tel{ position: relative; display: flex; left: 37px; color: #575046; margin-bottom: 30px; text-decoration: none; } /*Footer*/ #footer { background-color: #a48d64; } #footer .footer { min-height: 100px; flex-direction: column; padding-top: 5px; padding-bottom: 5px; align-items: center; } #footer .logojel img { display: block; margin-left: auto; margin-right: auto; width: 50px; height: 50px; justify-content: center; } #footer .social-icon { margin: 0 auto; } #footer .social-item { justify-content: center; padding: 0; margin: 0 auto; display: flex; justify-content: center; } #footer .social-szoveg { display: block; display: flex; justify-content: center; } #footer .email{ color: white; font-size: 0.6rem; text-transform: uppercase; font-weight: 500; text-align: center; display: inline; margin: 3px; text-decoration: none; } #footer .tel{ color: white; font-size: 0.6rem; text-transform: uppercase; font-weight: 500; text-align: center; display: inline; margin: 3px; text-decoration: none; } #footer h3 { color: white; font-size: 0.6rem; text-transform: uppercase; font-weight: 500; text-align: center; display: inline; margin: 3px; } #footer p { color: white; font-size: 0.5rem; margin-top: 5px; text-align: center; padding-bottom: 5px; } @media only screen and (min-width: 768px) { #hero { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-position: top center; padding-top: 50px; } #header .nav-list ul.active { left: 200px; } #hero h1 { font-size: 1.5rem; } #hero h2 { font-size: 1rem; } #hero .call { font-size: 1rem; } #hero .ajanlat { font-size: 1rem; margin-top: 20px; margin: 20px; } .index-gallery>.gallery-image { flex: 40%; height: 20rem; } .referenc-gallery>.referenc-image { flex: 40%; height: 20rem; } .magyar-gallery>a { flex: 40%; height: 20rem; } .cimer-gallery>a { flex: 40%; height: 20rem; } } @media only screen and (min-width: 1200px) { #header .nav-bar { left: 1000px; } #header .nav-list ul { width: 100%; } #header .menu { display: none; } #header .nav-list ul { position: initial; display: block; height: auto; width: fit-content; background-color: transparent; } #header .nav-list ul li { display: inline-block; } #header .dropdown { width: 150px; margin-left: 0; position: absolute; } #header .himzes{ font-size: 0.6rem; font-weight: bold; letter-spacing: 0.1rem; } #header .nav-list ul li a { font-size: 0.6rem; font-weight: bold; letter-spacing: 0.1rem; } #header .nav-list ul a:after { display: none; } #hero { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-size: cover; } #hero h1 { font-size: 1.5rem; } #hero h2 { font-size: 1rem; } #hero .call { font-size: 1rem; } #hero .ajanlat { font-size: 1rem; margin-top: 20px; margin: 20px; } .index-gallery>.gallery-image { flex: 30%; height: 20rem; } .referenc-gallery>.referenc-image { flex: 30%; height: 20rem; } .magyar-gallery>a { flex: 30%; height: 20rem; } .cimer-gallery>a { flex: 30%; height: 20rem; } #ajanlat { position: relative; min-height: 100vh; padding: 50px; padding-top: 50px; display: flex; justify-content: center; align-items: center; } #ajanlat .contact-container { justify-content: center; align-items: center; flex-direction: row; } #ajanlat .Ajanlatinfo { padding-left: 30px; } #ajanlat .contactInfo { display: flex; padding-left: 250px; } #contact { position: relative; min-height: 100vh; padding: 50px; display: flex; justify-content: center; align-items: center; } #contact .contact-container { justify-content: center; align-items: center; flex-direction: row; } #contact .contact-container .map iframe { width: 600px; margin-left: 50px; } #contact .contactInfo { display: flex; padding-left: 200px; } }
src/css/imports/_tarisznya.css
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap'); * { padding: 0; margin: 0; box-sizing: border-box; } html { font-size: 20px; font-family: 'EB Garamond', serif; scroll-behavior: smooth; background-color: white; } body { height: 100%; } /*Menüsor*/ #header { position: fixed; z-index: 1000; left: 0; top: 0; width: 100vw; height: auto; } #header .header { min-height: 8vh; background-color: #a48d64; transition: .3s ease background-color; } #header .brand { width: 130px; } #header .brand img { width: 60px; } #header .brand h1 { text-decoration: none; color: white; position: absolute; display: inline; margin-top: 10px; justify-content: center; font-size: 30px; font-weight: 600; } .header .nav-bar { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; max-width: 1300px; padding: 0 10px; } #header .nav-list>ul { list-style: none; position: absolute; background-color: #a48d64; width: 100vw; height: 100vh; left: 100%; top: 0; display: flex; z-index: 1; overflow-x: hidden; flex-direction: column; transition: .5s ease left; } #header .dropdown { display: none; list-style: none; z-index: 1; justify-content: center; margin-left: 50px; background-color: #a48d64; } #header .dropdown.show{ display: block; } #header .himzes{ font-size: 1rem; font-weight: 500; letter-spacing: .2rem; text-decoration: none; color: white; text-transform: uppercase; padding: 20px; display: block; background-color: #a48d64; cursor: pointer; } #header .nav-list ul .himzes:hover{ color: #575046; cursor: pointer; } #header ul li ul { list-style: none; } #header .nav-list ul.active { left: 25%; top: 45px; } #header .nav-list ul a { font-size: 1rem; font-weight: 500; letter-spacing: .2rem; text-decoration: none; color: white; text-transform: uppercase; padding: 20px; display: block; } #header .nav-list ul .himzes { cursor: default; } #header .nav-list ul a:hover { color: #575046; } #header .nav-list ul .himzes:hover { color: white; } #header .menu { height: 60px; width: 60px; display: inline-block; border: 3px solid white; border-radius: 50%; display: flex; position: relative; align-items: center; justify-content: center; cursor: pointer; z-index: 100; transform: scale(.8); margin-right: 15px; } #header .menu:after { position: absolute; content: ''; height: 100%; width: 100%; border-radius: 50%; border: 3px solid white; } #header .menu .bar { height: 2px; width: 30px; position: relative; background-color: white; z-index: -1; } #header .menu .bar::after, #header .menu .bar::before { content: ''; position: absolute; height: 100%; width: 100%; left: 0; background-color: white; transition: .3s ease; transition-property: top, bottom; } #header .menu .bar::after { top: 8px; } #header .menu .bar::before { bottom: 8px; } #header .menu.active .bar::before { bottom: 0; } #header .menu.active .bar::after { top: 0; } #header h1 { color: white; } /*Főoldal része*/ #hero { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-size: cover; background-position: top left; position: relative; z-index: 1; padding-top: 35px; } #hero .hero { max-width: 1200px; height: 100vh; margin: 0 auto; padding: 0 50px; padding-top: 170px; justify-content: center; text-align: center; align-items: center; } #hero h1 { margin: auto; display: block; width: fit-content; font-size: 1.2rem; position: relative; margin-bottom: 10px; text-align: center; color: white; letter-spacing: .2rem; text-transform: uppercase; text-shadow: 2px 2px 2px #333; font-weight: 600; } #hero hr { border-color: white; } #hero h2 { display: block; width: fit-content; font-size: 0.9rem; color: white; margin: auto; margin-top: 20px; margin-bottom: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .2rem; text-shadow: 2px 2px 2px #333; } #hero h3 { display: block; width: fit-content; font-size: 0.9rem; color: white; margin: auto; margin-top: 20px; margin-bottom: 10px; font-weight: 500; margin-top: 40px; text-shadow: 2px 2px 2px #333; } #hero .call { display: inline-block; padding: 10px 30px; color: white; background-color: #a48d64; font-size: 0.8rem; text-transform: uppercase; letter-spacing: .1rem; margin-top: 5px; transition: .5s ease; transition-property: background-color, color; margin: 5px; box-shadow: 1px 1px 1px black; text-shadow: 2px 2px 2px #333; } /*Bemutatkozás rész*/ #bemutat { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-size: cover; width: 100%; padding: 150px 20px; min-height: 100vh; } #bemutat .bemutat-container h3 { font-size: 1.5rem; margin-bottom: 10px; letter-spacing: .2rem; text-transform: uppercase; font-weight: 500; color: white; text-align: center; } #bemutat .bemutat-container h4 { text-align: center; margin-bottom: 20px; color: white; font-size: 1rem; font-weight: 500; } #bemutat .bemutat-text { flex-direction: column; justify-items: center; margin: 0 auto; width: 95%; padding: 15px; position: relative; z-index: 1; } #bemutat .bemutat-text::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: white; opacity: .6; z-index: -1; } #bemutat .bemutat-text p { text-align: center; color: #575046; margin-bottom: 20px; } #bemutat .call { display: block; padding: 10px 10px; color: white; background-color: #a48d64; text-align: center; font-size: 0.9rem; text-transform: uppercase; letter-spacing: .1rem; margin-top: 30px; box-shadow: 1px 1px 1px black; width: 260px; margin: 0 auto; } /*Hímzésen belüli menüpontok/* /*Hímzések header részei*/ #references .references-header { background-color: white; margin: 0; padding: 20px; padding-top: 150px; max-width: 100%; } #references .references-header h2 { margin-bottom: 30px; margin: 0; color: #a48d64; font-size: 1.5rem; margin-bottom: 10px; text-align: center; text-transform: uppercase; font-weight: 500; letter-spacing: .2rem; } #references .references-header p { color: #a48d64; font-size: 1rem; margin-top: 5px; line-height: 2.5rem; font-weight: 300px; letter-spacing: .05rem; text-align: center; } #references h5 { color: #a48d64; font-size: 0.7rem; line-height: 2.5rem; font-weight: 300px; letter-spacing: .05rem; text-align: center; } #references hr { border-color: #a48d64; fill: #a48d64; } /*Referenciák*/ .referenc-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .referenc-gallery>.referenc-image { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; } .referenc-gallery>.referenc-image:hover>a, .referenc-gallery>.referenc-image:focus>a { transform: scale(1.1); opacity: .9; } .referenc-gallery>.referenc-image>a { display: flex; justify-content: center; align-items: center; cursor: pointer; height: 100%; width: 100%; background-color: #6a5c4a; background-position: center; transition: all .5s ease-out; transform: scale(1); } .referenc-gallery>.referenc-image>a img { width: 100%; } /*<NAME>*/ /*.static-image-grid { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .static-image-grid>a { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; } .static-image-grid>a>span { z-index: 1; font-size: 0.7rem; margin: 50px; text-align: center; justify-content: center; text-shadow: 0.5px 1px black; } .static-image-grid>a>label { z-index: 1; font-size: 0.6rem; text-transform: lowercase; }*/ .cimer-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .cimer-gallery>a { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; cursor: pointer; width: 100%; height: 100%; transition: all .5s ease-out; background-position: center; transform: scale(1); } .cimer-gallery>a>img { width: 100%; height: 100%; object-fit: cover; } .cimer-gallery>a::after { display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } .cimer-gallery>a>span { z-index: 1; font-size: 0.7rem; position: absolute; text-transform: uppercase; letter-spacing: 0.2rem; margin: 50px; color: white; text-shadow: 0.5px 1px black; } /*Magyar jelképek képei*/ .magyar-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .magyar-gallery>a { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; cursor: pointer; width: 100%; height: 100%; transition: all .5s ease-out; background-position: center; transform: scale(1); } .magyar-gallery>a>img { width: 100%; height: 100%; object-fit: cover; } .magyar-gallery>a::after { display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } .magyar-gallery>a>span { z-index: 1; font-size: 0.7rem; position: absolute; text-transform: uppercase; letter-spacing: 0.2rem; margin: 50px; color: white; text-align: center; text-shadow: 0.5px 1px black; } /*<NAME>*/ .index-gallery { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 50px; } .index-gallery>.gallery-image { flex: 60%; height: 20rem; justify-content: center; align-items: center; overflow: hidden; text-align: center; display: flex; margin: 4px; } .index-gallery>.gallery-image:hover>a, .index-gallery>.gallery-image:focus>a { transform: scale(1.1); opacity: .9; } .index-gallery>.gallery-image>a { display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; cursor: pointer; height: 100%; width: 100%; background-color: #6a5c4a; color: white; background-position: center; background-size: cover; transition: all .5s ease-out; transform: scale(1); text-transform: uppercase; letter-spacing: 0.2rem; } .index-gallery>.gallery-image>a::after { display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); } .index-gallery>.gallery-image>a>span { z-index: 1; font-size: 0.7rem; margin: 50px; text-align: center; justify-content: center; text-shadow: 0.5px 1px black; } .index-gallery>.gallery-image>a>label { z-index: 1; font-size: 0.6rem; text-transform: lowercase; } .index-gallery>.gallery-image>a>svg { display: none; } .index-gallery>.gallery-image:hover>a svg { z-index: 0; height: 40px; width: 40px; display: block; position: absolute; margin-top: 250px; margin-left: 250px; z-index: 1; } .index-gallery>.gallery-image>.nyers { background-image: url("/img/len_csiga.jpg"); } .index-gallery>.gallery-image>.jel { background-image: url("/img/tar_vuk.jpg"); } .index-gallery>.gallery-image>.jel_evszam { background-image: url("/img/tar_kocka2010.jpg"); } .index-gallery>.gallery-image>.jel_evszam_csoport { background-image: url("/img/tar_suni_cs_09.jpg"); } .index-gallery>.gallery-image>.sajatjel { background-image: url("/img/szivecske_lajos.jpg"); } .index-gallery>.gallery-image>.sajatlogo { background-image: url("/img/evaneni.jpg"); } .index-gallery>.gallery-image>.virag { background-image: url("/img/fehervirag2011.jpg"); } .index-gallery>.gallery-image>.iskolaneve { background-image: url("/img/jag2011.jpg"); } /*Egyéb termékek képei*/ .index-gallery>.gallery-image>.fulbevalok { background-image: url("/img/virag_rozsaszin.jpg"); } .index-gallery>.gallery-image>.karacsonyfadisz { background-image: url("/img/hopihe.jpg"); } .index-gallery>.gallery-image>.hangulatjelek { background-image: url("/img/mosolygo.jpg"); } .index-gallery>.gallery-image>.kulcstarto { background-image: url("/img/kulcs1a.jpg"); } .index-gallery>.gallery-image>.aldas { background-image: url("/img/jaszsagi.jpg"); } .index-gallery>.gallery-image>.torolkozo { background-image: url("/img/torolkozo_legjobb.jpg"); } .lg-sub-html h4{ font-size: 25px !important; } .lg-sub-html p{ font-size: 20px !important; } /*Ajánlatkérés*/ #ajanlat { position: relative; min-height: 100vh; padding: 30px; padding-top: 100px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: url("/img/embroidery-3719464_1280_barna.jpg"); background-size: cover; } #ajanlat .ajanlat-header { max-width: 800px; text-align: center; margin-bottom: 50px; padding-top: 100px; } #ajanlat .ajanlat-header h3 { font-size: 1.5rem; letter-spacing: .2rem; text-transform: uppercase; font-weight: 500; color: white; } #ajanlat .ajanlat-header p { font-size: 1rem; color: white; } #ajanlat .contact-container { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .contactForm { width: 100%; padding: 30px; justify-content: center; background-color: #a48d64; margin-bottom: 40px; } .contactForm h4 { font-size: 22px; color: white; font-weight: 500; letter-spacing: .2rem; text-transform: uppercase; } .contactForm .inputBox .kerdo, .contactForm .inputBox .option, .contactForm .inputBox .opovoda { position: relative; width: 100%; margin-top: 10px; } .contactForm .kerdo, .contactForm .inputBox .munka { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 1px solid white; color: black; outline: none; resize: none; background-color: white; } .contactForm .inputBox .szoveg { left: 0; font-size: 16px; color: white; padding-top: 10px; padding-bottom: 0; } .contactForm .inputBox .radszoveg{ left: 0; font-size: 16px; color: white; padding-top: 10px; padding-bottom: 0; } .contactForm .inputBox .ovoda, .contactForm .inputBox .termek, .contactForm .inputBox .sajat { margin: 3px; color: white; } .contactForm .inputBox .ovodaiselect, .contactForm .inputBox .egyebselect { display: none; width: 100%; } .inputBox > .select2-container { display: block; } .contactForm .inputBox .meret{ position: relative; width: 100%; margin-top: 10px; } .contactForm .inputBox input[type="file"] { color: white; background-color: #a48d64; border: white solid 3px; font-size: 16px; cursor: pointer; margin: 0; padding: 0; width: 100%; } .contactForm .textszov { color: white; font-size: 16px; } .contactForm > ol { padding-left: 0; } .contactForm .preview > .preview-text { line-height: 32px; padding-left: 20px; color: white; font-size: 10px; } .contactForm .inputBox input[type="submit"] { width: 100%; background: #6a5c4a; color: white; text-transform: uppercase; border: none; cursor: pointer; padding: 10px; font-size: 14px; box-shadow: 1px 1px 1px black; } #ajanlat .thanks{ background-color: #52872f; width: 100%; justify-content: center; text-align: center; padding: 5px; } #ajanlat .thanks p{ color: white; } /*#status { width: 100%; text-align: center; padding: 10px; margin: 0 auto; border-radius: 8px; flex-direction: row; } #status.success { background-color: rgb(211, 250, 153); animation: status 4s ease forwards; } #status.error { background-color: rgb(250, 129, 92); color: white; animation: status 4s ease forwards; }*/ #ajanlat .Ajanlatinfo { color: white; width: 100%; display: flex; flex-direction: column; left: 0; } #ajanlat .Ajanlatinfo h1 { margin-bottom: 10px; font-weight: 500; font-size: 30px; } #ajanlat .Ajanlatinfo h2 { font-size: 0.9rem; margin-bottom: 10px; font-size: 18px; font-weight: 600; } #ajanlat .Ajanlatinfo p { font-size: 0.9rem; } /*Kapcsolat infók*/ #contact { position: relative; min-height: 100vh; padding: 30px; padding-top: 50px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: url("/img/embroidery-3719464_1280_barna.jpg"); background-size: cover; } #contact .contact-header { max-width: 800px; text-align: center; margin-bottom: 50px; padding-top: 100px; } #contact .contact-header h3 { font-size: 1.5rem; letter-spacing: .2rem; text-transform: uppercase; font-weight: 500; color: white; } #contact .contact-header p { font-size: 1rem; color: white; } #contact .contact-container { width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; z-index: 1; } #contact .contact-container .map iframe { width: 350px; height: 450px; border: solid #575046; } #contact .contact-container::after { content: ""; position: absolute; height: 100%; width: 100%; background-color: white; opacity: .6; z-index: -1; padding: 30px; } #contact .contactInfo { width: 100%; display: flex; flex-direction: column; left: 0; color: #575046; margin-top: 50px; font-weight: 700; } #contact .icon { display: flex; } #contact .icon span { margin-left: 10px; } #contact .contactInfo .contactmode { display: inline; } #contact .contactInfo p { position: relative; display: flex; left: 37px; color: #575046; margin-bottom: 30px; } #contact .contactInfo .email{ position: relative; display: flex; left: 37px; color: #575046; margin-bottom: 30px; text-decoration: none; } #contact .contactInfo .tel{ position: relative; display: flex; left: 37px; color: #575046; margin-bottom: 30px; text-decoration: none; } /*Footer*/ #footer { background-color: #a48d64; } #footer .footer { min-height: 100px; flex-direction: column; padding-top: 5px; padding-bottom: 5px; align-items: center; } #footer .logojel img { display: block; margin-left: auto; margin-right: auto; width: 50px; height: 50px; justify-content: center; } #footer .social-icon { margin: 0 auto; } #footer .social-item { justify-content: center; padding: 0; margin: 0 auto; display: flex; justify-content: center; } #footer .social-szoveg { display: block; display: flex; justify-content: center; } #footer .email{ color: white; font-size: 0.6rem; text-transform: uppercase; font-weight: 500; text-align: center; display: inline; margin: 3px; text-decoration: none; } #footer .tel{ color: white; font-size: 0.6rem; text-transform: uppercase; font-weight: 500; text-align: center; display: inline; margin: 3px; text-decoration: none; } #footer h3 { color: white; font-size: 0.6rem; text-transform: uppercase; font-weight: 500; text-align: center; display: inline; margin: 3px; } #footer p { color: white; font-size: 0.5rem; margin-top: 5px; text-align: center; padding-bottom: 5px; } @media only screen and (min-width: 768px) { #hero { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-position: top center; padding-top: 50px; } #header .nav-list ul.active { left: 200px; } #hero h1 { font-size: 1.5rem; } #hero h2 { font-size: 1rem; } #hero .call { font-size: 1rem; } #hero .ajanlat { font-size: 1rem; margin-top: 20px; margin: 20px; } .index-gallery>.gallery-image { flex: 40%; height: 20rem; } .referenc-gallery>.referenc-image { flex: 40%; height: 20rem; } .magyar-gallery>a { flex: 40%; height: 20rem; } .cimer-gallery>a { flex: 40%; height: 20rem; } } @media only screen and (min-width: 1200px) { #header .nav-bar { left: 1000px; } #header .nav-list ul { width: 100%; } #header .menu { display: none; } #header .nav-list ul { position: initial; display: block; height: auto; width: fit-content; background-color: transparent; } #header .nav-list ul li { display: inline-block; } #header .dropdown { width: 150px; margin-left: 0; position: absolute; } #header .himzes{ font-size: 0.6rem; font-weight: bold; letter-spacing: 0.1rem; } #header .nav-list ul li a { font-size: 0.6rem; font-weight: bold; letter-spacing: 0.1rem; } #header .nav-list ul a:after { display: none; } #hero { background-image: url(/img/embroidery-3719464_1280_barna.jpg); background-size: cover; } #hero h1 { font-size: 1.5rem; } #hero h2 { font-size: 1rem; } #hero .call { font-size: 1rem; } #hero .ajanlat { font-size: 1rem; margin-top: 20px; margin: 20px; } .index-gallery>.gallery-image { flex: 30%; height: 20rem; } .referenc-gallery>.referenc-image { flex: 30%; height: 20rem; } .magyar-gallery>a { flex: 30%; height: 20rem; } .cimer-gallery>a { flex: 30%; height: 20rem; } #ajanlat { position: relative; min-height: 100vh; padding: 50px; padding-top: 50px; display: flex; justify-content: center; align-items: center; } #ajanlat .contact-container { justify-content: center; align-items: center; flex-direction: row; } #ajanlat .Ajanlatinfo { padding-left: 30px; } #ajanlat .contactInfo { display: flex; padding-left: 250px; } #contact { position: relative; min-height: 100vh; padding: 50px; display: flex; justify-content: center; align-items: center; } #contact .contact-container { justify-content: center; align-items: center; flex-direction: row; } #contact .contact-container .map iframe { width: 600px; margin-left: 50px; } #contact .contactInfo { display: flex; padding-left: 200px; } }
0.302082
0.050214
.default-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; } .top-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; background-position: top; -webkit-background-position: top; -moz-background-position: top; -o-background-position: top; } .contain-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; } .left-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-position: left; -webkit-background-position: left; -moz-background-position: left; -o-background-position: left; } .fixed-bg { background-attachment: fixed; -moz-background-attachment: fixed; -webkit-background-attachment: fixed; -o-background-attachment: fixed; } .intro-section { height: 100vh; width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; background-image: url(/images/services.jpeg); } .intro-section::before { content: ""; width: 100%; height: 100vh; position: absolute; background-color: rgba(0, 0, 0, 0.5); } .about-purpose { font-family: 'Georgia', 'Times'; font-weight: 100; line-height: 1.3; font-size: 25px; margin-top: 22px; color: white; } .about-container { padding-top: 50pt; } .about-title { font-family: 'proxima-nova', sans-serif; letter-spacing: 2px; color: #beaa8c; font-size: 12px; text-transform: uppercase; text-align: center; } .about-text { font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: #80848c; font-size: 14pt; line-height: 23px; margin: 20px 0; } .about-passion { font-family: 'Georgia', 'Times'; font-weight: 100; line-height: 1.3; text-align: center; font-size: 25px; max-width: 400pt; width: 100%; margin-left: auto; margin-right: auto; margin-top: 20pt; margin-bottom: 40pt; color: white; } .menu-content { margin-top: 74pt; padding-top: 60pt; } .about-img { width: 100%; background-image: url(/images/comp-weopen.jpeg); height: 300pt; background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; } .intro-section__nav { height: 74pt; -webkit-transition: all .4s linear; transition: all .4s linear; -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; width: 100%; top: 0px; z-index: 800; } .intro-section__nav .intro-section__nav-container, .intro-section__nav .intro-section__nav-row { height: 100%; position: relative; } .nav-active { background-color: rgba(43, 49, 63, 0.9); } .menu-items { text-decoration: none; color: white; font-size: 14pt; position: absolute; width: 74pt; bottom: 0; display: block; font-family: 'Georgia', 'Times'; top: 0; margin: auto; height: 23pt; } .menu-items:hover { text-decoration: underline; } .logo-container { width: 50%; display: inline-block; position: relative; } .contact-container { width: 50%; display: inline-block; position: relative; } .logo { z-index: 1200; left: 0; height: 60pt; display: block; width: 134pt; overflow: hidden; } .logo img { margin-top: -42pt; margin-left: 5pt; } .logo:hover { color: white; } #contact_us { text-decoration: none; color: white; font-size: 14pt; position: absolute; width: 74pt; bottom: 0; display: block; font-family: 'Georgia', 'Times'; top: 0; margin: auto; height: 23pt; z-index: 800; right: 35pt; } #contact_us:hover { text-decoration: underline; } .responsive-icon { position: absolute; right: 8px; top: 0; bottom: 0; display: block; margin: auto; height: 20pt; width: 22pt; cursor: pointer; z-index: 1200; } .responsive-icon .responsive-icon__icon_middle { position: relative; display: block; width: 100%; height: 1pt; background-color: white; top: 9pt; -webkit-transition: all .4s linear; transition: all .4s linear; } .responsive-icon .responsive-icon__icon_top { -webkit-transition: all .4s linear; transition: all .4s linear; position: relative; display: block; width: 100%; height: 1pt; background-color: white; top: 4pt; } .responsive-icon .responsive-icon__icon_bottom { -webkit-transition: all .4s linear; transition: all .4s linear; position: relative; display: block; width: 100%; height: 1pt; background-color: white; top: 14pt; } .icon-before-active { -webkit-transform: rotate(136deg); transform: rotate(136deg); top: -1pt; } .icon-after-active { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: -2pt; } .icon-active { display: none; } .intro-section__text { height: 100pt; width: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .intro-section__text p { font-family: 'Georgia', 'Times'; font-size: 22pt; text-align: center; color: white; font-weight: 400; } .footer-logo { border: 1px solid #beaa8c; border-radius: 50%; width: 30pt ! important; height: 30pt; } .intro-section__footer { position: absolute; bottom: 5%; margin: auto; width: 100%; text-align: center; } .intro-section__footer span { padding: 3pt; color: #beaa8c; font-family: 'Georgia', 'Times'; font-size: 14pt; font-weight: bold; width: 55pt; display: inline-block; } #main-menu { display: none; top: 0px; position: fixed; width: 100%; z-index: 799; height: 100vh; background-color: #2b313f; } #main-menu .main-menu__items-container { height: 170pt; width: 100%; position: absolute; top: 0; bottom: 0; margin: auto; text-align: center; } #main-menu .main-menu__items-container a { display: block; margin: auto; width: 150pt; font-family: 'Georgia', 'Times'; font-weight: 400; font-size: 2em; color: white; } .close-mainMenu { color: #beaa8c; top: 27pt; font-size: 16pt; position: relative; display: block; text-align: right; cursor: pointer; } #projects { height: 100%; min-height: 580pt; width: 100%; background-color: #2b313f; } #projects .project-row { -webkit-transform: translateY(36%); transform: translateY(36%); } #projects .project-item { height: 300pt; width: 100%; opacity: .5; -webkit-transition: all .4s linear; transition: all .4s linear; -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); } #projects .project-item:hover { -webkit-transform: scale(1.02); transform: scale(1.02); opacity: 1; } #projects .project-item .project-descr { top: 233.5pt; background-color: rgba(0, 0, 0, 0.8); position: relative; } #projects .project-item .project-descr h3 { color: white; font-family: 'Roboto', sans-serif; font-weight: 100; padding: 8pt; text-align: center; font-size: 25px; } #projects .project-item .project-descr a { display: block; text-decoration: none; font-family: 'Georgia', 'Times'; font-style: italic; text-align: center; padding-bottom: 6pt; font-weight: 100; color: #beaa8c; } .afrikaplus { background-image: url("/images/afrikaplusnews.jpg"); } .daweng { margin-top: -150px; background-image: url("/images/daweng.jpg"); } .wrapped { background-image: url("/images/wrapped.jpg"); } .projects-goal { font-family: 'Roboto', sans-serif; font-weight: 100; line-height: 1.3; text-align: center; font-size: 25px; color: white; width: 100%; margin-top: 10pt; } .projects-goal_exp { font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: #80848c; font-size: 13pt; line-height: 1.6; text-align: center; width: 100%; } .horizontal-shortline { display: block; margin: auto; height: 1pt; width: 50pt; line-height: 2; text-align: center; background-color: white; } .project-link { display: block; text-align: center; width: 100%; } .project-link a { text-decoration: none; width: 60pt; border-top: 1pt solid #beaa8c; padding-top: 6pt; font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: white; font-size: 15pt; } .project-link a:hover { color: #beaa8c; } .project-wrapper2 { display: none; -webkit-transform: translateY(14%); transform: translateY(14%); } .project-wrapper2 .daweng { margin-top: 0px ! important; } #companies { min-height: 114pt; } #companies .company { position: relative; min-height: 114pt; } #companies .company img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 84pt; height: auto; } #services { width: 100%; min-height: 500pt; height: 100%; background-image: url(/images/mac-pen.jpeg); position: relative; } #services .services-text { position: absolute; top: 90pt; margin: auto; left: 0; right: 0; z-index: 600; } #services .services-text .services-goal { font-family: 'Roboto', sans-serif; font-weight: 100; line-height: 1.3; text-align: center; font-size: 25px; color: white; width: 100%; margin-top: 10pt; } #services .services-text .services-goal_exp { font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: #80848c; font-size: 13pt; line-height: 1.6; text-align: center; width: 100%; } #services .services-text .services-link { display: block; text-align: center; width: 100%; } #services .services-text .services-link a { text-decoration: none; width: 60pt; border-top: 1pt solid #beaa8c; padding-top: 6pt; font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: white; font-size: 15pt; } #services .services-text .services-link a:hover { color: #beaa8c; } #services .others-container { position: absolute; top: 270pt; margin: auto; max-width: 1200px; width: 100%; left: 0; right: 0; z-index: 600; } #services::before { content: ""; position: absolute; width: 100%; z-index: 590; height: 100%; background-color: rgba(0, 0, 0, 0.7); } .other-item { color: #d9d9d9; border-radius: 100%; border: 1px solid rgba(255, 255, 255, 0.15); -o-border-image: initial; border-image: initial; height: 176pt; display: block; text-decoration: none; width: 176pt; margin-left: auto; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; margin-right: auto; margin-top: 10pt; position: relative; background-color: rgba(210, 206, 204, 0.3); } .other-item:hover { background-color: #191513; } .other-item:hover .other-item__descr h3 { color: #beaa8c; } .other-item:hover .other-item__descr p { color: white; } .other-item .other-item__descr { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 45pt; width: 100%; } .other-item .other-item__descr h3 { font-family: Roboto, sans-serif; font-weight: 100; line-height: 1.3; text-align: center; color: white; font-size: 25px; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } .other-item .other-item__descr p { font-family: Georgia, Times; font-style: italic; font-weight: 100; text-align: center; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; color: #beaa8c; } .start-project { height: 100%; min-height: 500pt; padding-top: 70pt; width: 100%; background-color: #272d3b; position: relative; } .start { margin: auto; border-radius: 0; border: 1px solid rgba(255, 255, 255, 0.15); width: 300px; display: block; padding: 20px 25px; position: relative; top: 80pt; font-family: 'Georgia', 'Times'; font-style: italic; text-decoration: none; font-size: 14pt; font-weight: 100; text-align: center; color: #beaa8c; } .start:hover { color: white; } .our-email { text-align: center; color: white; font-size: 18pt; } .telehpone { text-align: center; color: white; font-size: 18pt; } .social-networks { width: 320px; margin: auto; position: relative; top: 30pt; } .social-networks .social-networks__item { text-align: center; width: 25%; float: left; } .social-networks .social-networks__item a { font-size: 18pt; color: white; text-decoration: none; } .service-container { margin-top: 80pt; } .service-title { font-family: 'Georgia', 'Times'; font-weight: 100; line-height: 3.3; text-align: center; font-size: 20px; margin: 0; color: white; } .service-text { font-size: 12pt; color: #868990; text-align: center; } .services-number { margin: auto; height: 40pt; width: 40pt; border: 1px solid #beaa8c; border-radius: 50%; font-size: 17pt; padding-top: 6pt; text-align: center; color: #beaa8c; } .start-project-form { min-height: 500pt; height: 100%; width: 100%; background-color: #272d3b; } .start-project-form .intro-section__nav { background-color: #272d3b; } .start-project-form__container { max-width: 600pt; width: 90%; margin: auto; margin-top: 25pt; } .start-project-textarea { padding: 20pt; height: 120pt; color: white; font-size: 14pt; border: 1px solid #b09e84; width: 100%; background-color: #272d3b; resize: none; } .start-project-textarea:focus { outline: 1px solid #b09e84; } input[type='checkbox'], input[type='file'] { opacity: 0; } .checkbox-div { width: 100%; border: 1px solid white; margin-top: 10pt; position: relative; cursor: pointer; line-height: 1; } .checkbox-div p { color: #beaa8c; font-size: 14pt; padding: 10pt 0px 0px 7px; margin: 0px; } .checkbox-div p i { position: absolute; right: 14pt; top: 12pt; } .checkbox_div-active p { color: white; } .submit_project { width: 200pt; height: 50pt; background-color: #beaa8c; color: white; font-size: 18pt; cursor: pointer; border: none; } .project-questions { color: #beaa8c; font-size: 13pt; position: relative; top: 20pt; } .project-vertical-line { width: 100%; height: 80pt; border-left: 2pt solid #beaa8c; } .start-project__title { color: #beaa8c; font-size: 24pt; } .start-project__title2 { color: white; font-size: 18pt; } .project-comments { font-size: 14pt; color: white; line-height: 4; } .start-project-input { width: 100%; margin-top: 10pt; height: 30pt; color: white; background-color: #272d3b; border-bottom: 1px solid #beaa8c; border-top: none; border-left: none; border-right: none; } .start-project-input:focus { outline: none; } .error-container h3 { color: #beaa8c; font-size: 25pt; text-align: center; } .error-container p { color: #beaa8c; font-size: 14pt; line-height: 2; text-align: center; } .error-container p a { text-decoration: none; color: #beaa8c; } .error-container p a:hover { color: white; text-decoration: underline; } .telephone-container { position: relative; top: 62pt; } .footer { top: 140pt; position: relative; } .start-project__footer { margin-top: 100pt; margin-bottom: 50pt; } @media (max-height: 759px) { .daweng { margin-top: 0px ! important; } .project-wrapper { display: none; } .project-wrapper2 { display: block; } } @media (max-width: 768px) { .daweng { margin-top: 0px ! important; } #projects .project-row { height: 100%; -webkit-transform: translateY(23%); transform: translateY(23%); } #services { min-height: 940pt; } }
public/css/custom.css
.default-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; } .top-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; background-position: top; -webkit-background-position: top; -moz-background-position: top; -o-background-position: top; } .contain-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; } .left-bg { background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-position: left; -webkit-background-position: left; -moz-background-position: left; -o-background-position: left; } .fixed-bg { background-attachment: fixed; -moz-background-attachment: fixed; -webkit-background-attachment: fixed; -o-background-attachment: fixed; } .intro-section { height: 100vh; width: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; background-image: url(/images/services.jpeg); } .intro-section::before { content: ""; width: 100%; height: 100vh; position: absolute; background-color: rgba(0, 0, 0, 0.5); } .about-purpose { font-family: 'Georgia', 'Times'; font-weight: 100; line-height: 1.3; font-size: 25px; margin-top: 22px; color: white; } .about-container { padding-top: 50pt; } .about-title { font-family: 'proxima-nova', sans-serif; letter-spacing: 2px; color: #beaa8c; font-size: 12px; text-transform: uppercase; text-align: center; } .about-text { font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: #80848c; font-size: 14pt; line-height: 23px; margin: 20px 0; } .about-passion { font-family: 'Georgia', 'Times'; font-weight: 100; line-height: 1.3; text-align: center; font-size: 25px; max-width: 400pt; width: 100%; margin-left: auto; margin-right: auto; margin-top: 20pt; margin-bottom: 40pt; color: white; } .menu-content { margin-top: 74pt; padding-top: 60pt; } .about-img { width: 100%; background-image: url(/images/comp-weopen.jpeg); height: 300pt; background-position: center; background-repeat: no-repeat; background-size: cover; -moz-background-position: center; -moz-background-repeat: no-repeat; -moz-background-size: cover; -webkit-background-position: center; -webkit-background-repeat: no-repeat; -webkit-background-size: cover; -o-background-position: center; -o-background-repeat: no-repeat; -o-background-size: cover; } .intro-section__nav { height: 74pt; -webkit-transition: all .4s linear; transition: all .4s linear; -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; width: 100%; top: 0px; z-index: 800; } .intro-section__nav .intro-section__nav-container, .intro-section__nav .intro-section__nav-row { height: 100%; position: relative; } .nav-active { background-color: rgba(43, 49, 63, 0.9); } .menu-items { text-decoration: none; color: white; font-size: 14pt; position: absolute; width: 74pt; bottom: 0; display: block; font-family: 'Georgia', 'Times'; top: 0; margin: auto; height: 23pt; } .menu-items:hover { text-decoration: underline; } .logo-container { width: 50%; display: inline-block; position: relative; } .contact-container { width: 50%; display: inline-block; position: relative; } .logo { z-index: 1200; left: 0; height: 60pt; display: block; width: 134pt; overflow: hidden; } .logo img { margin-top: -42pt; margin-left: 5pt; } .logo:hover { color: white; } #contact_us { text-decoration: none; color: white; font-size: 14pt; position: absolute; width: 74pt; bottom: 0; display: block; font-family: 'Georgia', 'Times'; top: 0; margin: auto; height: 23pt; z-index: 800; right: 35pt; } #contact_us:hover { text-decoration: underline; } .responsive-icon { position: absolute; right: 8px; top: 0; bottom: 0; display: block; margin: auto; height: 20pt; width: 22pt; cursor: pointer; z-index: 1200; } .responsive-icon .responsive-icon__icon_middle { position: relative; display: block; width: 100%; height: 1pt; background-color: white; top: 9pt; -webkit-transition: all .4s linear; transition: all .4s linear; } .responsive-icon .responsive-icon__icon_top { -webkit-transition: all .4s linear; transition: all .4s linear; position: relative; display: block; width: 100%; height: 1pt; background-color: white; top: 4pt; } .responsive-icon .responsive-icon__icon_bottom { -webkit-transition: all .4s linear; transition: all .4s linear; position: relative; display: block; width: 100%; height: 1pt; background-color: white; top: 14pt; } .icon-before-active { -webkit-transform: rotate(136deg); transform: rotate(136deg); top: -1pt; } .icon-after-active { -webkit-transform: rotate(45deg); transform: rotate(45deg); top: -2pt; } .icon-active { display: none; } .intro-section__text { height: 100pt; width: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .intro-section__text p { font-family: 'Georgia', 'Times'; font-size: 22pt; text-align: center; color: white; font-weight: 400; } .footer-logo { border: 1px solid #beaa8c; border-radius: 50%; width: 30pt ! important; height: 30pt; } .intro-section__footer { position: absolute; bottom: 5%; margin: auto; width: 100%; text-align: center; } .intro-section__footer span { padding: 3pt; color: #beaa8c; font-family: 'Georgia', 'Times'; font-size: 14pt; font-weight: bold; width: 55pt; display: inline-block; } #main-menu { display: none; top: 0px; position: fixed; width: 100%; z-index: 799; height: 100vh; background-color: #2b313f; } #main-menu .main-menu__items-container { height: 170pt; width: 100%; position: absolute; top: 0; bottom: 0; margin: auto; text-align: center; } #main-menu .main-menu__items-container a { display: block; margin: auto; width: 150pt; font-family: 'Georgia', 'Times'; font-weight: 400; font-size: 2em; color: white; } .close-mainMenu { color: #beaa8c; top: 27pt; font-size: 16pt; position: relative; display: block; text-align: right; cursor: pointer; } #projects { height: 100%; min-height: 580pt; width: 100%; background-color: #2b313f; } #projects .project-row { -webkit-transform: translateY(36%); transform: translateY(36%); } #projects .project-item { height: 300pt; width: 100%; opacity: .5; -webkit-transition: all .4s linear; transition: all .4s linear; -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3); } #projects .project-item:hover { -webkit-transform: scale(1.02); transform: scale(1.02); opacity: 1; } #projects .project-item .project-descr { top: 233.5pt; background-color: rgba(0, 0, 0, 0.8); position: relative; } #projects .project-item .project-descr h3 { color: white; font-family: 'Roboto', sans-serif; font-weight: 100; padding: 8pt; text-align: center; font-size: 25px; } #projects .project-item .project-descr a { display: block; text-decoration: none; font-family: 'Georgia', 'Times'; font-style: italic; text-align: center; padding-bottom: 6pt; font-weight: 100; color: #beaa8c; } .afrikaplus { background-image: url("/images/afrikaplusnews.jpg"); } .daweng { margin-top: -150px; background-image: url("/images/daweng.jpg"); } .wrapped { background-image: url("/images/wrapped.jpg"); } .projects-goal { font-family: 'Roboto', sans-serif; font-weight: 100; line-height: 1.3; text-align: center; font-size: 25px; color: white; width: 100%; margin-top: 10pt; } .projects-goal_exp { font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: #80848c; font-size: 13pt; line-height: 1.6; text-align: center; width: 100%; } .horizontal-shortline { display: block; margin: auto; height: 1pt; width: 50pt; line-height: 2; text-align: center; background-color: white; } .project-link { display: block; text-align: center; width: 100%; } .project-link a { text-decoration: none; width: 60pt; border-top: 1pt solid #beaa8c; padding-top: 6pt; font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: white; font-size: 15pt; } .project-link a:hover { color: #beaa8c; } .project-wrapper2 { display: none; -webkit-transform: translateY(14%); transform: translateY(14%); } .project-wrapper2 .daweng { margin-top: 0px ! important; } #companies { min-height: 114pt; } #companies .company { position: relative; min-height: 114pt; } #companies .company img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 84pt; height: auto; } #services { width: 100%; min-height: 500pt; height: 100%; background-image: url(/images/mac-pen.jpeg); position: relative; } #services .services-text { position: absolute; top: 90pt; margin: auto; left: 0; right: 0; z-index: 600; } #services .services-text .services-goal { font-family: 'Roboto', sans-serif; font-weight: 100; line-height: 1.3; text-align: center; font-size: 25px; color: white; width: 100%; margin-top: 10pt; } #services .services-text .services-goal_exp { font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: #80848c; font-size: 13pt; line-height: 1.6; text-align: center; width: 100%; } #services .services-text .services-link { display: block; text-align: center; width: 100%; } #services .services-text .services-link a { text-decoration: none; width: 60pt; border-top: 1pt solid #beaa8c; padding-top: 6pt; font-family: 'Georgia', 'Times'; font-style: italic; font-weight: 100; color: white; font-size: 15pt; } #services .services-text .services-link a:hover { color: #beaa8c; } #services .others-container { position: absolute; top: 270pt; margin: auto; max-width: 1200px; width: 100%; left: 0; right: 0; z-index: 600; } #services::before { content: ""; position: absolute; width: 100%; z-index: 590; height: 100%; background-color: rgba(0, 0, 0, 0.7); } .other-item { color: #d9d9d9; border-radius: 100%; border: 1px solid rgba(255, 255, 255, 0.15); -o-border-image: initial; border-image: initial; height: 176pt; display: block; text-decoration: none; width: 176pt; margin-left: auto; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; margin-right: auto; margin-top: 10pt; position: relative; background-color: rgba(210, 206, 204, 0.3); } .other-item:hover { background-color: #191513; } .other-item:hover .other-item__descr h3 { color: #beaa8c; } .other-item:hover .other-item__descr p { color: white; } .other-item .other-item__descr { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 45pt; width: 100%; } .other-item .other-item__descr h3 { font-family: Roboto, sans-serif; font-weight: 100; line-height: 1.3; text-align: center; color: white; font-size: 25px; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; } .other-item .other-item__descr p { font-family: Georgia, Times; font-style: italic; font-weight: 100; text-align: center; -webkit-transition: all 0.3s ease-in; transition: all 0.3s ease-in; color: #beaa8c; } .start-project { height: 100%; min-height: 500pt; padding-top: 70pt; width: 100%; background-color: #272d3b; position: relative; } .start { margin: auto; border-radius: 0; border: 1px solid rgba(255, 255, 255, 0.15); width: 300px; display: block; padding: 20px 25px; position: relative; top: 80pt; font-family: 'Georgia', 'Times'; font-style: italic; text-decoration: none; font-size: 14pt; font-weight: 100; text-align: center; color: #beaa8c; } .start:hover { color: white; } .our-email { text-align: center; color: white; font-size: 18pt; } .telehpone { text-align: center; color: white; font-size: 18pt; } .social-networks { width: 320px; margin: auto; position: relative; top: 30pt; } .social-networks .social-networks__item { text-align: center; width: 25%; float: left; } .social-networks .social-networks__item a { font-size: 18pt; color: white; text-decoration: none; } .service-container { margin-top: 80pt; } .service-title { font-family: 'Georgia', 'Times'; font-weight: 100; line-height: 3.3; text-align: center; font-size: 20px; margin: 0; color: white; } .service-text { font-size: 12pt; color: #868990; text-align: center; } .services-number { margin: auto; height: 40pt; width: 40pt; border: 1px solid #beaa8c; border-radius: 50%; font-size: 17pt; padding-top: 6pt; text-align: center; color: #beaa8c; } .start-project-form { min-height: 500pt; height: 100%; width: 100%; background-color: #272d3b; } .start-project-form .intro-section__nav { background-color: #272d3b; } .start-project-form__container { max-width: 600pt; width: 90%; margin: auto; margin-top: 25pt; } .start-project-textarea { padding: 20pt; height: 120pt; color: white; font-size: 14pt; border: 1px solid #b09e84; width: 100%; background-color: #272d3b; resize: none; } .start-project-textarea:focus { outline: 1px solid #b09e84; } input[type='checkbox'], input[type='file'] { opacity: 0; } .checkbox-div { width: 100%; border: 1px solid white; margin-top: 10pt; position: relative; cursor: pointer; line-height: 1; } .checkbox-div p { color: #beaa8c; font-size: 14pt; padding: 10pt 0px 0px 7px; margin: 0px; } .checkbox-div p i { position: absolute; right: 14pt; top: 12pt; } .checkbox_div-active p { color: white; } .submit_project { width: 200pt; height: 50pt; background-color: #beaa8c; color: white; font-size: 18pt; cursor: pointer; border: none; } .project-questions { color: #beaa8c; font-size: 13pt; position: relative; top: 20pt; } .project-vertical-line { width: 100%; height: 80pt; border-left: 2pt solid #beaa8c; } .start-project__title { color: #beaa8c; font-size: 24pt; } .start-project__title2 { color: white; font-size: 18pt; } .project-comments { font-size: 14pt; color: white; line-height: 4; } .start-project-input { width: 100%; margin-top: 10pt; height: 30pt; color: white; background-color: #272d3b; border-bottom: 1px solid #beaa8c; border-top: none; border-left: none; border-right: none; } .start-project-input:focus { outline: none; } .error-container h3 { color: #beaa8c; font-size: 25pt; text-align: center; } .error-container p { color: #beaa8c; font-size: 14pt; line-height: 2; text-align: center; } .error-container p a { text-decoration: none; color: #beaa8c; } .error-container p a:hover { color: white; text-decoration: underline; } .telephone-container { position: relative; top: 62pt; } .footer { top: 140pt; position: relative; } .start-project__footer { margin-top: 100pt; margin-bottom: 50pt; } @media (max-height: 759px) { .daweng { margin-top: 0px ! important; } .project-wrapper { display: none; } .project-wrapper2 { display: block; } } @media (max-width: 768px) { .daweng { margin-top: 0px ! important; } #projects .project-row { height: 100%; -webkit-transform: translateY(23%); transform: translateY(23%); } #services { min-height: 940pt; } }
0.378689
0.042088
.mt-0{ margin-left: 0 !important; margin-right: 0 !important; } .service-item { margin-bottom: 30px; } img.img-item-service { height: 250px; object-fit: cover; width: 100%; } .title-service h3{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 50px; text-align: justify; } span.body-service { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 80px; text-align: justify; } a.more-service{ display: block; color: #0079e4; text-align: center; font-size: 15px; width: 100%; font-weight: 600; } a.more-service:hover { color: #00305a; } .ptb .container .row .col-md-3 .team-item .team-item-img img{ height: 315px; object-fit: cover; } .ptb .container .row .col-md-3 .team-item .team-item-img .team-item-detail .team-item-detail-inner p{ overflow: hidden; text-overflow: ellipsis; line-height: 25px; -webkit-line-clamp: 3; height: 75px; display: -webkit-box; -webkit-box-orient: vertical; } .ptb .container .row .modal{ z-index: 9999; padding-top: 5px; } .ptb .container .row .col-md-3 .team-item .team-item-info h5 a{ overflow: hidden; text-overflow: ellipsis; line-height: 25px; -webkit-line-clamp: 2; height: 50px; display: -webkit-box; -webkit-box-orient: vertical; } .overlay-light:before { background-color: rgba(70, 64, 64, 0.4); } @media(min-width:768px){ .inner-intro{ /*height: 300px;*/ /* background-image: url("{{App\Helpers\Theme::assetsPath('img/noimage.png')}}"); */ } .ptb .container .row .modal .modal-dialog .modal-content .modal-body h2{ font-size: 25px; } .team-item-info h5 a{ color: #000; font-size: 20px; } } @media(max-width:480px){ .blog-post-hr hr { margin-bottom: 0; margin-top: 0; } .container-fluid{ padding-right: 0; padding-left: 0; } .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style { display: none; } .inner-intro{ height: 64px; padding-top: 63px; } .ptb{ padding-top: 100px; } .ptb .container .row .modal .modal-dialog .modal-content .modal-body h2{ font-size: 20px; } .spacer-60{ display: none; } .ptb .container .row h3{ padding: 15px; font-size: 25px; } .inner-intro .container .row h2{ font-size: 20px; } .inner-intro .container .row .page-breadcrumb{ font-size: 10px; text-transform: none; } #client-logos .container .row .col-lg-12{ margin-top: -80px; } .a2a_kit { z-index: 90 !important; } .navigation .open{ z-index: 100; } .page-breadcrumb{ display: none; } .ptb .container .row .blog-post .post-meta{ font-size: 11px; } .ptb .container .row .blog-post .post-header h2{ font-size: 18px; } } @media(min-width:768px){ #client-logos .container .row .col-lg-12 h2{ margin-top: 0 !important; } } @media(max-width: 768px){ .title-service h3 a{ font-size: 17px } }
public/themes/tht/css/services.css
.mt-0{ margin-left: 0 !important; margin-right: 0 !important; } .service-item { margin-bottom: 30px; } img.img-item-service { height: 250px; object-fit: cover; width: 100%; } .title-service h3{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 50px; text-align: justify; } span.body-service { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 80px; text-align: justify; } a.more-service{ display: block; color: #0079e4; text-align: center; font-size: 15px; width: 100%; font-weight: 600; } a.more-service:hover { color: #00305a; } .ptb .container .row .col-md-3 .team-item .team-item-img img{ height: 315px; object-fit: cover; } .ptb .container .row .col-md-3 .team-item .team-item-img .team-item-detail .team-item-detail-inner p{ overflow: hidden; text-overflow: ellipsis; line-height: 25px; -webkit-line-clamp: 3; height: 75px; display: -webkit-box; -webkit-box-orient: vertical; } .ptb .container .row .modal{ z-index: 9999; padding-top: 5px; } .ptb .container .row .col-md-3 .team-item .team-item-info h5 a{ overflow: hidden; text-overflow: ellipsis; line-height: 25px; -webkit-line-clamp: 2; height: 50px; display: -webkit-box; -webkit-box-orient: vertical; } .overlay-light:before { background-color: rgba(70, 64, 64, 0.4); } @media(min-width:768px){ .inner-intro{ /*height: 300px;*/ /* background-image: url("{{App\Helpers\Theme::assetsPath('img/noimage.png')}}"); */ } .ptb .container .row .modal .modal-dialog .modal-content .modal-body h2{ font-size: 25px; } .team-item-info h5 a{ color: #000; font-size: 20px; } } @media(max-width:480px){ .blog-post-hr hr { margin-bottom: 0; margin-top: 0; } .container-fluid{ padding-right: 0; padding-left: 0; } .a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style { display: none; } .inner-intro{ height: 64px; padding-top: 63px; } .ptb{ padding-top: 100px; } .ptb .container .row .modal .modal-dialog .modal-content .modal-body h2{ font-size: 20px; } .spacer-60{ display: none; } .ptb .container .row h3{ padding: 15px; font-size: 25px; } .inner-intro .container .row h2{ font-size: 20px; } .inner-intro .container .row .page-breadcrumb{ font-size: 10px; text-transform: none; } #client-logos .container .row .col-lg-12{ margin-top: -80px; } .a2a_kit { z-index: 90 !important; } .navigation .open{ z-index: 100; } .page-breadcrumb{ display: none; } .ptb .container .row .blog-post .post-meta{ font-size: 11px; } .ptb .container .row .blog-post .post-header h2{ font-size: 18px; } } @media(min-width:768px){ #client-logos .container .row .col-lg-12 h2{ margin-top: 0 !important; } } @media(max-width: 768px){ .title-service h3 a{ font-size: 17px } }
0.214116
0.065366
body { font-family: 'Poppins', sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; } html, body { height: 100%; } .form-body { background-color: #27343E; height: 100%; } .form-body > .row { position: relative; margin-left: 0; margin-right: 0; height: 100%; } /* ****************************** The right side of the page ************************************** */ .img-holder { display: inline-block; position: absolute; top: 0; left: 0; width: 550px; min-height: 559px; height: 100%; overflow: hidden; background-color: #27343E; padding: 60px; text-align: center; z-index: 999; } .row { overflow: hidden } body:hover .img-holder { background-color: #27343E; animation: moving 3s infinite alternate; } @keyframes moving { 20% { /* background-color: #A06DF2;*/ color: black; transform: rotate(2deg); height: 125%; width: 590px; } 60% { background-color: #27343E; height: 100%; } 100% { /* background-color: #FF1D77;*/ color: white; transform: rotate(-2deg); height: 125%; width: 590px; } } .img-holder .info-holder { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .img-holder .info-holder h3 { display: inline-block; color: #fff; text-align: left; font-size: 25px; font-weight: 900; margin-bottom: 30px; width: 100%; max-width: 378px; padding-right: 30px; } .img-holder .info-holder p { display: inline-block; color: #fff; text-align: left; font-size: 19px; font-weight: 300; line-height: 20px; margin-bottom: 50px; width: 100%; max-width: 378px; padding-right: 30px; } .img-holder .info-holder img { width: 100%; max-width: 378px; } @media (min-height: 700px) { .img-holder { position: fixed; } .website-logo { position: fixed; } } .form-holder { margin-left: 550px; width: 100%; } .form-holder .form-content { position: relative; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; padding: 60px; min-height: 100%; } .form-holder .form-content ::-webkit-input-placeholder { color: #526489; } .form-holder .form-content :-moz-placeholder { color: #526489; } .form-holder .form-content ::-moz-placeholder { color: #526489; } .form-holder .form-content :-ms-input-placeholder { color: #526489; } .form-control:focus { -webkit-box-shadow: none; box-shadow: none; } .form-control ::-webkit-input-placeholder { color: #526489; } .form-control :-moz-placeholder { color: #526489; } .form-control ::-moz-placeholder { color: #526489; } .form-control :-ms-input-placeholder { color: #526489; } .form-content { background-color: #27343E; overflow: hidden; } .form-content .form-group { color: #fff; font-size: 15px; font-weight: 300; } .form-content .form-items { display: inline-block; width: 100%; max-width: 340px; text-align: left; } .form-content .header h1 { color: #fff !important; text-align: left; font-size: 50px; font-weight: 900; margin-bottom: 20px; } .form-content .header img{ width: 50px; height: 50px; float: left; } body:hover .form-content .header h1{ animation: fontColoring 1s infinite alternate; } @keyframes fontColoring { from{ color: #FFF; transform: rotate(1deg); } to{ color: #D64B77; transform: rotate(-1deg); } } .form-content p { color: #fff; text-align: left; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 30px; } .form-content .page-links { margin-bottom: 34px; } .form-content .page-links a { position: relative; display: inline-block; text-decoration: none; color: #fff; font-weight: 300; font-size: 15px; margin-right: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content .page-links a:last-child { margin-right: 0; } .form-content .page-links a:after { position: absolute; content: ""; width: 100%; height: 2px; left: 0; bottom: -10px; background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content .page-links a.active { font-weight: 700; } .form-content .page-links a.active:after { background-color: #fff; } .form-content .page-links a:hover:after, .form-content .page-links a:focus:after { background-color: #fff; } .form-content input, .form-content .dropdown-toggle.btn-default { width: 100%; padding: 9px 20px; text-align: left; border: 0; outline: 0; border-radius: 6px; background-color: #fff; font-size: 15px; font-weight: 300; color: #8D8D8D; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; margin-bottom: 14px; } .form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus { border: 0; background-color: #ebeff8; color: #8D8D8D; } .form-content textarea { position: static !important; width: 100%; padding: 8px 20px; border-radius: 6px; text-align: left; background-color: #fff; border: 0; font-size: 15px; color: #8D8D8D; outline: none; resize: none; height: 120px; -webkit-transition: none; transition: none; margin-bottom: 14px; } .form-content textarea:hover, .form-content textarea:focus { border: 0; background-color: #ebeff8; color: #8D8D8D; } .form-content input[type="checkbox"], .form-content input[type="radio"] { width: auto; } .form-content input[type="checkbox"]:not(:checked), .form-content input[type="checkbox"]:checked, .form-content input[type="radio"]:not(:checked), .form-content input[type="radio"]:checked { position: absolute; left: -9999px; } .form-content input[type="checkbox"]:not(:checked) + label, .form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:not(:checked) + label, .form-content input[type="radio"]:checked + label { position: relative; padding-left: 23px; cursor: pointer; display: inline; color: #fff; font-size: 14px; font-weight: 700; margin-left: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:checked + label { color: #fff; } .form-content input[type="checkbox"]:checked + label:before, .form-content input[type="radio"]:checked + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 15px; height: 15px; background: #fff; border-radius: 50px; border: 0px solid #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content input[type="checkbox"]:not(:checked) + label:before, .form-content input[type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 15px; height: 15px; background: transparent; border-radius: 50px; border: 2px solid #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content input[type="checkbox"]:not(:checked) + label:after, .form-content input[type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .form-content input[type="checkbox"]:checked + label:after, .form-content input[type="checkbox"]:not(:checked) + label:after { content: '\f00c'; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 600; position: absolute; top: 3px; left: 3px; font-size: 9px; color: #0093FF; line-height: 14px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .form-content input[type="checkbox"]:checked + label:before { border-radius: 4px; } .form-content input[type="checkbox"]:not(:checked) + label:before { border-radius: 4px; } .form-content input[type="radio"]:checked + label:after, .form-content input[type="radio"]:not(:checked) + label:after { content: ""; position: absolute; top: 7px; left: 5px; width: 5px; height: 5px; border-radius: 20px; background-color: #0093FF; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .form-content input[type="checkbox"]:disabled + label, .form-content input[type="radio"]:disabled + label { opacity: 0.6; } .form-content .form-button { margin-top: 30px; margin-bottom: 25px; } .form-content .form-button .ibtn { border-radius: 6px; border: 0; padding: 6px 28px; background-color: #fff; color: #29A4FF; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; margin-right: 10px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0 0 rgba(0, 0, 0, 0.16); } .form-content .form-button .ibtn:last-child { margin-right: 0; } .form-content .form-button .ibtn:hover, .form-content .form-button .ibtn:focus { -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16); box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16); } .form-content .btn { border-radius: 6px; padding: 6px 28px; font-size: 14px; font-weight: 700; margin-right: 10px; border: 0; } .form-content .btn.btn-light { color: #B0C2D0; } .form-content .btn.btn-light:hover, .form-content .btn.btn-light:focus { color: #a0b6c6; } .form-content .btn:last-child { margin-right: 0; } .form-content .backLink{ text-underline: none; border: none; text-decoration: none; } .form-content form { margin-bottom: 58px; } .form-content .other-links span { font-size: 12px; font-weight: 300; color: #fff; margin-right: 20px; } .form-content .other-links a { font-size: 12px; font-weight: 700; color: #fff; margin-right: 10px; } .form-content .other-links a:last-child { margin-right: 0; } .form-content .other-links a i { display: inline-block; width: 25px; height: 25px; background-color: #000; color: #fff; border-radius: 25px; text-align: center; padding-top: 5px; font-size: 15px; margin: 0 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content .other-links a i:hover, .form-content .other-links a i:focus { opacity: 0.8; } /* ----------------------------------- ************************** Responsive Styles ****************************88 ------------------------------------*/ @media (max-width: 992px) { .img-holder { display: none; } .form-holder { margin-left: 0; } .form-holder .form-content { padding: 125px 60px 60px; } .website-logo { top: 50px; left: 50px; right: initial; bottom: initial; } }
public/registerLogin/css/style.css
body { font-family: 'Poppins', sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; } html, body { height: 100%; } .form-body { background-color: #27343E; height: 100%; } .form-body > .row { position: relative; margin-left: 0; margin-right: 0; height: 100%; } /* ****************************** The right side of the page ************************************** */ .img-holder { display: inline-block; position: absolute; top: 0; left: 0; width: 550px; min-height: 559px; height: 100%; overflow: hidden; background-color: #27343E; padding: 60px; text-align: center; z-index: 999; } .row { overflow: hidden } body:hover .img-holder { background-color: #27343E; animation: moving 3s infinite alternate; } @keyframes moving { 20% { /* background-color: #A06DF2;*/ color: black; transform: rotate(2deg); height: 125%; width: 590px; } 60% { background-color: #27343E; height: 100%; } 100% { /* background-color: #FF1D77;*/ color: white; transform: rotate(-2deg); height: 125%; width: 590px; } } .img-holder .info-holder { position: relative; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .img-holder .info-holder h3 { display: inline-block; color: #fff; text-align: left; font-size: 25px; font-weight: 900; margin-bottom: 30px; width: 100%; max-width: 378px; padding-right: 30px; } .img-holder .info-holder p { display: inline-block; color: #fff; text-align: left; font-size: 19px; font-weight: 300; line-height: 20px; margin-bottom: 50px; width: 100%; max-width: 378px; padding-right: 30px; } .img-holder .info-holder img { width: 100%; max-width: 378px; } @media (min-height: 700px) { .img-holder { position: fixed; } .website-logo { position: fixed; } } .form-holder { margin-left: 550px; width: 100%; } .form-holder .form-content { position: relative; text-align: center; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; padding: 60px; min-height: 100%; } .form-holder .form-content ::-webkit-input-placeholder { color: #526489; } .form-holder .form-content :-moz-placeholder { color: #526489; } .form-holder .form-content ::-moz-placeholder { color: #526489; } .form-holder .form-content :-ms-input-placeholder { color: #526489; } .form-control:focus { -webkit-box-shadow: none; box-shadow: none; } .form-control ::-webkit-input-placeholder { color: #526489; } .form-control :-moz-placeholder { color: #526489; } .form-control ::-moz-placeholder { color: #526489; } .form-control :-ms-input-placeholder { color: #526489; } .form-content { background-color: #27343E; overflow: hidden; } .form-content .form-group { color: #fff; font-size: 15px; font-weight: 300; } .form-content .form-items { display: inline-block; width: 100%; max-width: 340px; text-align: left; } .form-content .header h1 { color: #fff !important; text-align: left; font-size: 50px; font-weight: 900; margin-bottom: 20px; } .form-content .header img{ width: 50px; height: 50px; float: left; } body:hover .form-content .header h1{ animation: fontColoring 1s infinite alternate; } @keyframes fontColoring { from{ color: #FFF; transform: rotate(1deg); } to{ color: #D64B77; transform: rotate(-1deg); } } .form-content p { color: #fff; text-align: left; font-size: 20px; font-weight: 300; line-height: 20px; margin-bottom: 30px; } .form-content .page-links { margin-bottom: 34px; } .form-content .page-links a { position: relative; display: inline-block; text-decoration: none; color: #fff; font-weight: 300; font-size: 15px; margin-right: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content .page-links a:last-child { margin-right: 0; } .form-content .page-links a:after { position: absolute; content: ""; width: 100%; height: 2px; left: 0; bottom: -10px; background-color: rgba(255, 255, 255, 0.5); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content .page-links a.active { font-weight: 700; } .form-content .page-links a.active:after { background-color: #fff; } .form-content .page-links a:hover:after, .form-content .page-links a:focus:after { background-color: #fff; } .form-content input, .form-content .dropdown-toggle.btn-default { width: 100%; padding: 9px 20px; text-align: left; border: 0; outline: 0; border-radius: 6px; background-color: #fff; font-size: 15px; font-weight: 300; color: #8D8D8D; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; margin-bottom: 14px; } .form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus { border: 0; background-color: #ebeff8; color: #8D8D8D; } .form-content textarea { position: static !important; width: 100%; padding: 8px 20px; border-radius: 6px; text-align: left; background-color: #fff; border: 0; font-size: 15px; color: #8D8D8D; outline: none; resize: none; height: 120px; -webkit-transition: none; transition: none; margin-bottom: 14px; } .form-content textarea:hover, .form-content textarea:focus { border: 0; background-color: #ebeff8; color: #8D8D8D; } .form-content input[type="checkbox"], .form-content input[type="radio"] { width: auto; } .form-content input[type="checkbox"]:not(:checked), .form-content input[type="checkbox"]:checked, .form-content input[type="radio"]:not(:checked), .form-content input[type="radio"]:checked { position: absolute; left: -9999px; } .form-content input[type="checkbox"]:not(:checked) + label, .form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:not(:checked) + label, .form-content input[type="radio"]:checked + label { position: relative; padding-left: 23px; cursor: pointer; display: inline; color: #fff; font-size: 14px; font-weight: 700; margin-left: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .form-content input[type="checkbox"]:checked + label, .form-content input[type="radio"]:checked + label { color: #fff; } .form-content input[type="checkbox"]:checked + label:before, .form-content input[type="radio"]:checked + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 15px; height: 15px; background: #fff; border-radius: 50px; border: 0px solid #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content input[type="checkbox"]:not(:checked) + label:before, .form-content input[type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 2px; width: 15px; height: 15px; background: transparent; border-radius: 50px; border: 2px solid #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content input[type="checkbox"]:not(:checked) + label:after, .form-content input[type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } .form-content input[type="checkbox"]:checked + label:after, .form-content input[type="checkbox"]:not(:checked) + label:after { content: '\f00c'; font-family: "Font Awesome 5 Free"; font-style: normal; font-weight: 600; position: absolute; top: 3px; left: 3px; font-size: 9px; color: #0093FF; line-height: 14px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .form-content input[type="checkbox"]:checked + label:before { border-radius: 4px; } .form-content input[type="checkbox"]:not(:checked) + label:before { border-radius: 4px; } .form-content input[type="radio"]:checked + label:after, .form-content input[type="radio"]:not(:checked) + label:after { content: ""; position: absolute; top: 7px; left: 5px; width: 5px; height: 5px; border-radius: 20px; background-color: #0093FF; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .form-content input[type="checkbox"]:disabled + label, .form-content input[type="radio"]:disabled + label { opacity: 0.6; } .form-content .form-button { margin-top: 30px; margin-bottom: 25px; } .form-content .form-button .ibtn { border-radius: 6px; border: 0; padding: 6px 28px; background-color: #fff; color: #29A4FF; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; margin-right: 10px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16); box-shadow: 0 0 0 rgba(0, 0, 0, 0.16); } .form-content .form-button .ibtn:last-child { margin-right: 0; } .form-content .form-button .ibtn:hover, .form-content .form-button .ibtn:focus { -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16); box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16); } .form-content .btn { border-radius: 6px; padding: 6px 28px; font-size: 14px; font-weight: 700; margin-right: 10px; border: 0; } .form-content .btn.btn-light { color: #B0C2D0; } .form-content .btn.btn-light:hover, .form-content .btn.btn-light:focus { color: #a0b6c6; } .form-content .btn:last-child { margin-right: 0; } .form-content .backLink{ text-underline: none; border: none; text-decoration: none; } .form-content form { margin-bottom: 58px; } .form-content .other-links span { font-size: 12px; font-weight: 300; color: #fff; margin-right: 20px; } .form-content .other-links a { font-size: 12px; font-weight: 700; color: #fff; margin-right: 10px; } .form-content .other-links a:last-child { margin-right: 0; } .form-content .other-links a i { display: inline-block; width: 25px; height: 25px; background-color: #000; color: #fff; border-radius: 25px; text-align: center; padding-top: 5px; font-size: 15px; margin: 0 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .form-content .other-links a i:hover, .form-content .other-links a i:focus { opacity: 0.8; } /* ----------------------------------- ************************** Responsive Styles ****************************88 ------------------------------------*/ @media (max-width: 992px) { .img-holder { display: none; } .form-holder { margin-left: 0; } .form-holder .form-content { padding: 125px 60px 60px; } .website-logo { top: 50px; left: 50px; right: initial; bottom: initial; } }
0.462959
0.070432
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css); * { margin: 5px; padding: 2px; } html, body { background-color: #333; color: #3b3b3b; } .root { width: 100%; height: 1000px; display: flex; flex-direction: row; justify-content: center; align-items: center; } .calculator { width: 350px; min-height: 700px; max-height: 800px; background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(11, 104, 202, 1) 11%, rgba(84, 95, 103, 1) 26%, rgba(65, 121, 137, 1) 46%, rgba(33, 165, 194, 1) 64%, rgba(14, 192, 229, 1) 75%, rgba(45, 132, 150, 1) 86%, rgba(0, 212, 255, 1) 96%); font-family: 'Noto Naskh Arabic', serif; font-size: 1.5em; border-radius: 15px; cursor: pointer; padding: 0; margin: 0; user-select: none; } .header { display: flex; align-items: center; color: #fff; flex-direction: row; padding: 0; margin: 0; } .box1 { display: flex; flex-direction: row; } .appName { font-size: 1.8em; font-weight: bolder; border-radius: 50%; background: transparent; border: 3px solid white; } .tld { font-size: 1.8em; margin-left: -5px; } .box2 { display: flex; flex-direction: row; } .info { font-size: medium; width: 180px; height: 90px; overflow: auto; visibility: hidden; margin-left: -8px; line-height: 1.5em; border: 2px solid #fff; color: black; background: #fff; word-wrap: normal; word-break: normal; } #infoID { direction: rtl; } .expression { height: auto; overflow: auto; background: white; visibility: visible; font-size: 1.5rem; } .translation { height: auto; overflow: auto; background: white; direction: ltr; visibility: visible; font-size: 1.5rem; } .result { overflow: auto; background: white; direction: rtl; font-size: 2rem; } .container { color: black; background: transparent; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(5, 1fr); grid-template-areas: "row1-1 row1-2 row1-3 row1-4" "row2-1 row2-2 row2-3 row2-4" "row3-1 row3-2 row3-3 row3-4" "row4-1 row4-2 row4-3 row4-4" "row5-1 row5-2 row5-3 row5-4"; column-gap: 3px; row-gap: 3px; position: relative; border-radius: 15px; margin: 0; padding: 0; justify-items: center; } .func, .numeral, .operator, .dec { text-align: center; height: 60px; width: 60px; font-size: 1.2em; } .numeral { transition: all .2s ease-in-out; background: white; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); } .numeral:hover { transform: scale(1.05); } .func, .operator { background: #fdf4e7; } .dec, .result { background: white; } #clrtxt, #deltxt { font-size: 24px; text-shadow: 0px 1px 0px rgba(255, 255, 255, .5); } /* menu styling */ nav { display: flex; flex-direction: row; justify-content: flex-end; height: 24px; padding: 0; margin: 0; border-top-right-radius: 15px; border-top-left-radius: 15px; } #slider { position: absolute; background: #fdf4e7; visibility: hidden; top: 0; bottom: 0; left: 0; width: 73%; height: 97%; border-bottom-left-radius: 3%; } #menu-options { font-size: 1em; list-style: none; text-decoration: none; color: black; transition: background-color .5s; } #adv, #pref { color: grey; } li:hover { background-color: rgba(0, 212, 255, 1); } /* device screen sizes */ /* iPhone 12 Pro Max */ @media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) { .calculator { min-height: 29vh; } } /* iPhone X */ @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) { .calculator { max-height: 30vh; } } /* iPhone 6/7/8 */ @media (max-aspect-ratio: 16/9) { .calculator { max-height: 40vh; } } /* Galaxy S9 */ @media (max-aspect-ratio: 0.4864864864864865) { .calculator { max-height: 36vh; } } /* EOF */
nmr.css
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css); * { margin: 5px; padding: 2px; } html, body { background-color: #333; color: #3b3b3b; } .root { width: 100%; height: 1000px; display: flex; flex-direction: row; justify-content: center; align-items: center; } .calculator { width: 350px; min-height: 700px; max-height: 800px; background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(11, 104, 202, 1) 11%, rgba(84, 95, 103, 1) 26%, rgba(65, 121, 137, 1) 46%, rgba(33, 165, 194, 1) 64%, rgba(14, 192, 229, 1) 75%, rgba(45, 132, 150, 1) 86%, rgba(0, 212, 255, 1) 96%); font-family: 'Noto Naskh Arabic', serif; font-size: 1.5em; border-radius: 15px; cursor: pointer; padding: 0; margin: 0; user-select: none; } .header { display: flex; align-items: center; color: #fff; flex-direction: row; padding: 0; margin: 0; } .box1 { display: flex; flex-direction: row; } .appName { font-size: 1.8em; font-weight: bolder; border-radius: 50%; background: transparent; border: 3px solid white; } .tld { font-size: 1.8em; margin-left: -5px; } .box2 { display: flex; flex-direction: row; } .info { font-size: medium; width: 180px; height: 90px; overflow: auto; visibility: hidden; margin-left: -8px; line-height: 1.5em; border: 2px solid #fff; color: black; background: #fff; word-wrap: normal; word-break: normal; } #infoID { direction: rtl; } .expression { height: auto; overflow: auto; background: white; visibility: visible; font-size: 1.5rem; } .translation { height: auto; overflow: auto; background: white; direction: ltr; visibility: visible; font-size: 1.5rem; } .result { overflow: auto; background: white; direction: rtl; font-size: 2rem; } .container { color: black; background: transparent; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(5, 1fr); grid-template-areas: "row1-1 row1-2 row1-3 row1-4" "row2-1 row2-2 row2-3 row2-4" "row3-1 row3-2 row3-3 row3-4" "row4-1 row4-2 row4-3 row4-4" "row5-1 row5-2 row5-3 row5-4"; column-gap: 3px; row-gap: 3px; position: relative; border-radius: 15px; margin: 0; padding: 0; justify-items: center; } .func, .numeral, .operator, .dec { text-align: center; height: 60px; width: 60px; font-size: 1.2em; } .numeral { transition: all .2s ease-in-out; background: white; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24); } .numeral:hover { transform: scale(1.05); } .func, .operator { background: #fdf4e7; } .dec, .result { background: white; } #clrtxt, #deltxt { font-size: 24px; text-shadow: 0px 1px 0px rgba(255, 255, 255, .5); } /* menu styling */ nav { display: flex; flex-direction: row; justify-content: flex-end; height: 24px; padding: 0; margin: 0; border-top-right-radius: 15px; border-top-left-radius: 15px; } #slider { position: absolute; background: #fdf4e7; visibility: hidden; top: 0; bottom: 0; left: 0; width: 73%; height: 97%; border-bottom-left-radius: 3%; } #menu-options { font-size: 1em; list-style: none; text-decoration: none; color: black; transition: background-color .5s; } #adv, #pref { color: grey; } li:hover { background-color: rgba(0, 212, 255, 1); } /* device screen sizes */ /* iPhone 12 Pro Max */ @media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) { .calculator { min-height: 29vh; } } /* iPhone X */ @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) { .calculator { max-height: 30vh; } } /* iPhone 6/7/8 */ @media (max-aspect-ratio: 16/9) { .calculator { max-height: 40vh; } } /* Galaxy S9 */ @media (max-aspect-ratio: 0.4864864864864865) { .calculator { max-height: 36vh; } } /* EOF */
0.189371
0.05715
.input_section{ display:flex; } .validation{ color: red; font-size: 20px; font-weight: bold; font-family: sans-serif; margin-top: 13px; } .imagebox{ margin : 10px; } .radio_check{ font-size:28px; } input[type=radio] { border: 0px; width: 10%; height: 1.5em; } input[type=text]{ border-radius: 10px; border-color: black; width: 200px; height: 40px; font-size: 24px; margin: 5px; font-family: auto; } input[type=date]{ border-radius: 10px; border-color: black; width: 200px; height: 40px; font-size: 24px; margin: 5px; font-family: auto; } input[type=number]{ border-radius: 10px; border-color: black; width: 200px; height: 40px; font-size: 24px; margin: 5px; font-family: auto; } p{ font-size: 30px; margin: 5px; } #find_addr{ font-size: 20px; font-family: sans-serif; font-weight: bold; border-radius: 10px; border-color: black; background-color: powderblue; width: 150px; height: 35px; margin-top: 10px; } #telnum1{ border-radius: 10px; border-color: black; width: 65px; height: 47px; border-width: 2px; font-size: 24px; margin: 5px; font-family: auto; } #comment{ width: 500px; height: 100px; resize: none; border-radius: 10px; border-color: black; font-size: 20px; margin: 5px; font-family: auto; } #submit_btn{ font-size: 20px; font-family: sans-serif; font-weight: bold; border-radius: 10px; border-color: black; background-color: powderblue; width: 150px; height: 35px; margin-top: 10px; } .submit_btn{ font-size: 20px; font-family: sans-serif; font-weight: bold; border-radius: 10px; border-color: black; background-color: powderblue; width: 150px; height: 35px; margin-top: 10px; }
src/main/webapp/resources/css/insertDB.css
.input_section{ display:flex; } .validation{ color: red; font-size: 20px; font-weight: bold; font-family: sans-serif; margin-top: 13px; } .imagebox{ margin : 10px; } .radio_check{ font-size:28px; } input[type=radio] { border: 0px; width: 10%; height: 1.5em; } input[type=text]{ border-radius: 10px; border-color: black; width: 200px; height: 40px; font-size: 24px; margin: 5px; font-family: auto; } input[type=date]{ border-radius: 10px; border-color: black; width: 200px; height: 40px; font-size: 24px; margin: 5px; font-family: auto; } input[type=number]{ border-radius: 10px; border-color: black; width: 200px; height: 40px; font-size: 24px; margin: 5px; font-family: auto; } p{ font-size: 30px; margin: 5px; } #find_addr{ font-size: 20px; font-family: sans-serif; font-weight: bold; border-radius: 10px; border-color: black; background-color: powderblue; width: 150px; height: 35px; margin-top: 10px; } #telnum1{ border-radius: 10px; border-color: black; width: 65px; height: 47px; border-width: 2px; font-size: 24px; margin: 5px; font-family: auto; } #comment{ width: 500px; height: 100px; resize: none; border-radius: 10px; border-color: black; font-size: 20px; margin: 5px; font-family: auto; } #submit_btn{ font-size: 20px; font-family: sans-serif; font-weight: bold; border-radius: 10px; border-color: black; background-color: powderblue; width: 150px; height: 35px; margin-top: 10px; } .submit_btn{ font-size: 20px; font-family: sans-serif; font-weight: bold; border-radius: 10px; border-color: black; background-color: powderblue; width: 150px; height: 35px; margin-top: 10px; }
0.151341
0.176814
html, body{ height:100%; width:100%; margin:0px; overflow-y: hidden; } body { background-image:url('../images/books.jpg'); background-size:100% 100%; background-repeat: no-repeat; } @font-face { font-family: tathyaFont; src: url(SAMARN__.TTF); } #layer1 { width:inherit; height: inherit; } .head { background-color:rgba(215, 186, 174, 0.48); height:12%; border-bottom: 1px solid white; } .txt { font-size: 4em; } #search_textbox { width : 30%; border:none; outline: none; font-size: 1em; padding: 0; border-bottom: 4px solid white; text-decoration-color: white; background-color: transparent; } ::-webkit-input-placeholder { color: white; } #footer{ height: 3%; width: 12%; } .contain { text-align: left; align-items: center; } #icon { position: relative; top: 15px; margin-right: 1px; } #iconspan{ display: inline-block; } .sign_logo,.sign_text{ display: inline-block; height: 36px; } #preloader{ display: none; position: relative; top: 15px; padding-left: 5px; } .header-display { background-color: #4FC3F7; height:12%; border-bottom: 1px solid #1A237E; } #mainArea{ height:85%; background-color: rgba(25, 37, 26, 0.40); } #footer{ height:3%; width: 100%; background-color: rgba(25, 37, 26, 0.40); } #soliton{ font-family: 'Arvo', serif; color: white; margin-left: 7%; } #dp { margin-top: 0.8%; width : 6%; height : 50%; display: none; padding-right: 2%; } #dp_in_profile { width : 10%; height: 70%; margin: 2%; position: relative; background-color: transparent; } #container { width: 70%; height: 85%; background-color: white; align-self: center; margin-left: 15%; margin-top: 5%; } #sub_container { width: 70%; height: 68%; margin-left: 15%; background-color: rgba(128, 128, 128, 0.2); border: ridge 10px rgba(128, 128, 128, 0.3); border-radius: 15px; } #profile_name { font-family: 'Courgette', cursive; color: rgba(32, 218, 242, 0.8); padding-top: 3%; padding-left: 3%; font-size: 3.5em; float: left; margin: 1%; text-transform: capitalize; background-color: transparent; } #dp_with_name { width: 100%; height: 25%; background-color: rgba(0, 0, 128,0.8); } #location, #dept, #job, #linkdin, #contact, #email { border: none; font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif; border-bottom: 1px solid #bdbdbd; background-color: rgba(128,128,128,0.4); color: black; padding: 0px; text-align: center; overflow-x: hidden; border-bottom-right-radius: 25px; border-top-right-radius: 25px; } #linkdin { border-radius: 25px; margin-left: 13.5%; } #location, #dept, #job, #contact { text-transform: capitalize; } #location:hover, #dept:hover, #job:hover, #linkdin:hover, #contact:hover, #email:hover { background-color: rgba(128,128,128,0.8); } #location:focus, #dept:focus, #job:focus, #linkdin:focus, #contact:focus, #email:focus { border-bottom: 2px solid black; background-color: inherit; } #save { margin-right: 2%; } #email_btn, #loc_btn, #job_btn, #contact_btn, #dept_btn, #linkdin_btn { background-color: rgba(128,128,128,0.7); height: 34px; margin-left: 10%; display: inline-block; padding:0 2rem 1em 2rem; border-bottom-left-radius: 25px; border-top-left-radius: 25px; } #email_btn, #loc_btn, #job_btn ,#linkdin_btn { margin-left: 13%; } #contact_btn { margin-left: 14%; } #linkdin_icon3 { z-index: 15; } #email_icon, #loc_icon, #job_icon, #contact_icon, #dept_icon { font-size: 1.1em; padding-bottom: 1rem; } #linkdin_icon { height: 7%; width: 15%; margin-left: 4%; cursor: pointer; } #linkdin_img { cursor: pointer; } #results { background-color: rgba(255,255,255,0.8); display: block; float: left; height: 100%; width : 0%; overflow-y: auto; transition: width 0.5s; z-index: 10; } #workingArea{ width:100%; height:85%; position:absolute; float:left; transition: width 0.5s; } #sliderPane{ float:right; width:0%; height:100%; background-color:rgba(25, 37, 26, 0.62); position:relative; transition: width 0.5s; z-index:100; } #signout, #signin, #dp { top:15%; float: right; right: 2%; display: none; } #menu{ top:85%; float: right; right: 2.5%; position: fixed; z-index: 100; } .btn-floating{ margin: 6px; } #edit_btn , #save{ float: right; } #menuDisplay, #profileDisplay{ color: white; width: 100%; overflow: hidden; } #profileDisplay{ font-family: 'Oxygen', sans-serif; padding-top: 40%; text-align: center; display: none; } #menuDisplay{ font-family: 'Titillium Web', sans-serif; width:100%; padding-top: 35%; text-align: center; display: none; } #History, #Activity, #Profile{ padding-bottom: 10%; cursor: pointer; } #Features, #Download, #About, #Support, #Feedback, #use{ padding-top: 2%; padding-bottom: 2%; cursor: pointer; } #Features:hover, #Download:hover, #use:hover, #About:hover, #History:hover, #Activity:hover, #Support:hover,#Profile:hover, #Feedback:hover{ background-color:rgba(25, 37, 26, 0.60); } #slide_image1, #slide_image2, #slide_image3 { height: 100%; float: right; } #FeaturesArea, #FeedbackArea, #DownloadArea, #SupportArea, #Usage_instruction{ height: 100%; width: 100%; align-self: center; text-align: center; background-color: rgba(25, 37, 26, 0.60); display: none; padding-top: 3%; padding-left: 10%; padding-right: 10%; } #SupportArea,#Usage_instruction{ text-align: left; } h5{ text-align: center; } #FeedbackArea{ text-align: left; } #search_content, #share_content, #account_content { text-align: center; float: left; color: white; align: center; text-transform: capitalize; padding-top: 10%; } #search_content h3 , #share_content h3, #account_content h3 { font-family: 'Lora', serif; text-align: center; } #search_content p , #share_content p, #account_content p { color: rgba(255,255,255,0.5); font-size: 1em; width: 70%; padding-top: 1%; padding-left: 25%; align-self: center; } #google, #Tathya { margin-left: 3%; } #Link, #Feedback_form, #Release_notes { height : 95%; width: 80%; align-self: center; align: center; background-color: transparent; color: white; border: none; } #Release_notes,#Usage_instruction { align: left; color: white; } #dtxt { font-size: 2em; color: white; font-weight: 200; align-self: center; font-family: 'Play', sans-serif; } #dtxt1 { font-size: 2em; color: white; font-weight: 200; align: center; font-family: 'Play', sans-serif; } #download { align-self: center; text-align: center; width: 60%; height: 20%; font-size: 2em; text-transform: capitalize; background-color: rgba(0, 128, 2, 0.4); } @media screen and (max-width: 960px) { #title { font-size: 4em; } #subtitle { font-size: 1em; } #menuDisplay, #profileDisplay { font-size: 2.8em; } #search_textbox { width: 50%; font-size: 2em; } #signup, #signin { width: 15%; } #location, #dept, #job, #linkdin, #contact, #email { font-size: 1.5em; width: 50%; height: 34px; } #slide_image1, #slide_image2, #slide_image3 { display: none; } #soliton { font-size: 1em; } } @media screen and (min-width: 960px) { #title { font-size: 8.5em; } #subtitle { font-size: 3em; } #menuDisplay, #profileDisplay { font-size: 2.5em; } #search_textbox { width: 30%; font-size: 1em; } #location, #dept, #job, #linkdin, #contact, #email { font-size: 1.3em; width: 50%; height: 34px; } #slide_image1, #slide_image2, #slide_image3 { display: block; } #soliton { font-size: 1em; } } #title { font-size-adjust: auto; color:#FFFF00; <!-- font-family: Harrington; --> font-weight: bolder; position:inherit; padding-left: 9%; display: block; top:25%; left: 27%; font-family: tathyaFont; } #subtitle{ font-size: 2em; color: #FFFF00; font-family: Harrington; position:inherit; padding-left: 10%; display: block; top:46%; left: 25%; -webkit-transform:scale(2,1); } #FeaturesTitle{ position: absolute; font-size: 2.5em; color: white; width: 100%; } #page_nav { margin-top: 5%; margin-left: 15%; } .dropbutton { /* main class */ height: 48px; width: 200px; font: bold 16px/48px arial; margin-bottom: 60px; position: relative; } .red1:first-child { /* styling for the left part */ padding: 7px; float: left; height: 50px; width: 35px; /* border radius */ -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22)); background: -moz-linear-gradient(#ff9782, #d83c22); background-color: #d83c22; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #c93f27; } .dropbutton:hover .red1:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048)); background: -moz-linear-gradient(#ffbdb0, #ee6048); background-color: #ee6048; } .dropbutton:active .red1:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053)); background: -moz-linear-gradient(#e75138, #ff7053); background-color: #ff9782; } .red1 { /* styling for the right part */ height: 50px; width: 155px; float: left; text-align: center; /* border radius */ -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22)); background: -moz-linear-gradient(#ff9782, #d83c22); background-color: #d83c22; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #c93f27; border-left: 0; } .dropbutton:hover .red1 { background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048)); background: -moz-linear-gradient(#ffbdb0, #ee6048); background-color: #ee6048; } .dropbutton:active .red1 { background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053)); background: -moz-linear-gradient(#e75138, #ff7053); background-color: #ff9782; } .red1 a { /* link styling */ color: #fbfbfb; font: bold 16px/32px arial, helvetica, sans-serif; text-decoration: none; text-shadow: 0 1px 0 #c93f27; } .blue:first-child { /* styling for the left part */ padding: 7px; float: left; width: 32px; height: 32px; /* border radius */ -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd)); background: -moz-linear-gradient(#87deff, #40a9fd); background-color: #40a9fd; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #008af5; } .dropbutton:hover .blue:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff)); background: -moz-linear-gradient(#b1eaff, #68bcff); background-color: #68bcff; } .dropbutton:active .blue:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff)); background: -moz-linear-gradient(#68bcff, #87deff); background-color: #87deff; } .blue { /* styling for the right part */ height: 50px; width: 155px; float: left; text-align: center; /* border radius */ -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd)); background: -moz-linear-gradient(#87deff, #40a9fd); background-color: #40a9fd; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #008af5; border-left: 0; } .dropbutton:hover .blue { background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff)); background: -moz-linear-gradient(#b1eaff, #68bcff); background-color: #68bcff; } .dropbutton:active .blue { background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff)); background: -moz-linear-gradient(#68bcff, #87deff); background-color: #87deff; } .blue a { /* link styling */ color: #fbfbfb; font: bold 16px/32px arial, helvetica, sans-serif; text-decoration: none; text-shadow: 0 1px 0 #008af5; } .light1 { width: 120px; height: 31px; padding: 7px 6px; margin-left: 58px; position: absolute; clear: both; z-index: -1; -webkit-transition: top .6s linear; /* text */ color: #333; font: bold 12px/15px arial, helvetica, sans-serif; text-decoration: none; text-shadow: 0 1px 0 #fff; /* border radius */ -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(.1, #e4e4e4), to(#f2f2f2)); background: -moz-linear-gradient(#bababa, #e4e4e4 10%, #f2f2f2); background-color: #ccc; /* shadows and highlights */ -webkit-box-shadow: 0 1px -1px rgba(255, 255, 255, 1) inset; -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 1) inset; box-shadow: 0 1px -1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #bbb; border-top: 0; } .dropbutton:hover .light { top: 48px } .light1 img { float: left } .light1 span { color: #555; font-weight: normal; }
public/stylesheets/main.css
html, body{ height:100%; width:100%; margin:0px; overflow-y: hidden; } body { background-image:url('../images/books.jpg'); background-size:100% 100%; background-repeat: no-repeat; } @font-face { font-family: tathyaFont; src: url(SAMARN__.TTF); } #layer1 { width:inherit; height: inherit; } .head { background-color:rgba(215, 186, 174, 0.48); height:12%; border-bottom: 1px solid white; } .txt { font-size: 4em; } #search_textbox { width : 30%; border:none; outline: none; font-size: 1em; padding: 0; border-bottom: 4px solid white; text-decoration-color: white; background-color: transparent; } ::-webkit-input-placeholder { color: white; } #footer{ height: 3%; width: 12%; } .contain { text-align: left; align-items: center; } #icon { position: relative; top: 15px; margin-right: 1px; } #iconspan{ display: inline-block; } .sign_logo,.sign_text{ display: inline-block; height: 36px; } #preloader{ display: none; position: relative; top: 15px; padding-left: 5px; } .header-display { background-color: #4FC3F7; height:12%; border-bottom: 1px solid #1A237E; } #mainArea{ height:85%; background-color: rgba(25, 37, 26, 0.40); } #footer{ height:3%; width: 100%; background-color: rgba(25, 37, 26, 0.40); } #soliton{ font-family: 'Arvo', serif; color: white; margin-left: 7%; } #dp { margin-top: 0.8%; width : 6%; height : 50%; display: none; padding-right: 2%; } #dp_in_profile { width : 10%; height: 70%; margin: 2%; position: relative; background-color: transparent; } #container { width: 70%; height: 85%; background-color: white; align-self: center; margin-left: 15%; margin-top: 5%; } #sub_container { width: 70%; height: 68%; margin-left: 15%; background-color: rgba(128, 128, 128, 0.2); border: ridge 10px rgba(128, 128, 128, 0.3); border-radius: 15px; } #profile_name { font-family: 'Courgette', cursive; color: rgba(32, 218, 242, 0.8); padding-top: 3%; padding-left: 3%; font-size: 3.5em; float: left; margin: 1%; text-transform: capitalize; background-color: transparent; } #dp_with_name { width: 100%; height: 25%; background-color: rgba(0, 0, 128,0.8); } #location, #dept, #job, #linkdin, #contact, #email { border: none; font-family: 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif; border-bottom: 1px solid #bdbdbd; background-color: rgba(128,128,128,0.4); color: black; padding: 0px; text-align: center; overflow-x: hidden; border-bottom-right-radius: 25px; border-top-right-radius: 25px; } #linkdin { border-radius: 25px; margin-left: 13.5%; } #location, #dept, #job, #contact { text-transform: capitalize; } #location:hover, #dept:hover, #job:hover, #linkdin:hover, #contact:hover, #email:hover { background-color: rgba(128,128,128,0.8); } #location:focus, #dept:focus, #job:focus, #linkdin:focus, #contact:focus, #email:focus { border-bottom: 2px solid black; background-color: inherit; } #save { margin-right: 2%; } #email_btn, #loc_btn, #job_btn, #contact_btn, #dept_btn, #linkdin_btn { background-color: rgba(128,128,128,0.7); height: 34px; margin-left: 10%; display: inline-block; padding:0 2rem 1em 2rem; border-bottom-left-radius: 25px; border-top-left-radius: 25px; } #email_btn, #loc_btn, #job_btn ,#linkdin_btn { margin-left: 13%; } #contact_btn { margin-left: 14%; } #linkdin_icon3 { z-index: 15; } #email_icon, #loc_icon, #job_icon, #contact_icon, #dept_icon { font-size: 1.1em; padding-bottom: 1rem; } #linkdin_icon { height: 7%; width: 15%; margin-left: 4%; cursor: pointer; } #linkdin_img { cursor: pointer; } #results { background-color: rgba(255,255,255,0.8); display: block; float: left; height: 100%; width : 0%; overflow-y: auto; transition: width 0.5s; z-index: 10; } #workingArea{ width:100%; height:85%; position:absolute; float:left; transition: width 0.5s; } #sliderPane{ float:right; width:0%; height:100%; background-color:rgba(25, 37, 26, 0.62); position:relative; transition: width 0.5s; z-index:100; } #signout, #signin, #dp { top:15%; float: right; right: 2%; display: none; } #menu{ top:85%; float: right; right: 2.5%; position: fixed; z-index: 100; } .btn-floating{ margin: 6px; } #edit_btn , #save{ float: right; } #menuDisplay, #profileDisplay{ color: white; width: 100%; overflow: hidden; } #profileDisplay{ font-family: 'Oxygen', sans-serif; padding-top: 40%; text-align: center; display: none; } #menuDisplay{ font-family: 'Titillium Web', sans-serif; width:100%; padding-top: 35%; text-align: center; display: none; } #History, #Activity, #Profile{ padding-bottom: 10%; cursor: pointer; } #Features, #Download, #About, #Support, #Feedback, #use{ padding-top: 2%; padding-bottom: 2%; cursor: pointer; } #Features:hover, #Download:hover, #use:hover, #About:hover, #History:hover, #Activity:hover, #Support:hover,#Profile:hover, #Feedback:hover{ background-color:rgba(25, 37, 26, 0.60); } #slide_image1, #slide_image2, #slide_image3 { height: 100%; float: right; } #FeaturesArea, #FeedbackArea, #DownloadArea, #SupportArea, #Usage_instruction{ height: 100%; width: 100%; align-self: center; text-align: center; background-color: rgba(25, 37, 26, 0.60); display: none; padding-top: 3%; padding-left: 10%; padding-right: 10%; } #SupportArea,#Usage_instruction{ text-align: left; } h5{ text-align: center; } #FeedbackArea{ text-align: left; } #search_content, #share_content, #account_content { text-align: center; float: left; color: white; align: center; text-transform: capitalize; padding-top: 10%; } #search_content h3 , #share_content h3, #account_content h3 { font-family: 'Lora', serif; text-align: center; } #search_content p , #share_content p, #account_content p { color: rgba(255,255,255,0.5); font-size: 1em; width: 70%; padding-top: 1%; padding-left: 25%; align-self: center; } #google, #Tathya { margin-left: 3%; } #Link, #Feedback_form, #Release_notes { height : 95%; width: 80%; align-self: center; align: center; background-color: transparent; color: white; border: none; } #Release_notes,#Usage_instruction { align: left; color: white; } #dtxt { font-size: 2em; color: white; font-weight: 200; align-self: center; font-family: 'Play', sans-serif; } #dtxt1 { font-size: 2em; color: white; font-weight: 200; align: center; font-family: 'Play', sans-serif; } #download { align-self: center; text-align: center; width: 60%; height: 20%; font-size: 2em; text-transform: capitalize; background-color: rgba(0, 128, 2, 0.4); } @media screen and (max-width: 960px) { #title { font-size: 4em; } #subtitle { font-size: 1em; } #menuDisplay, #profileDisplay { font-size: 2.8em; } #search_textbox { width: 50%; font-size: 2em; } #signup, #signin { width: 15%; } #location, #dept, #job, #linkdin, #contact, #email { font-size: 1.5em; width: 50%; height: 34px; } #slide_image1, #slide_image2, #slide_image3 { display: none; } #soliton { font-size: 1em; } } @media screen and (min-width: 960px) { #title { font-size: 8.5em; } #subtitle { font-size: 3em; } #menuDisplay, #profileDisplay { font-size: 2.5em; } #search_textbox { width: 30%; font-size: 1em; } #location, #dept, #job, #linkdin, #contact, #email { font-size: 1.3em; width: 50%; height: 34px; } #slide_image1, #slide_image2, #slide_image3 { display: block; } #soliton { font-size: 1em; } } #title { font-size-adjust: auto; color:#FFFF00; <!-- font-family: Harrington; --> font-weight: bolder; position:inherit; padding-left: 9%; display: block; top:25%; left: 27%; font-family: tathyaFont; } #subtitle{ font-size: 2em; color: #FFFF00; font-family: Harrington; position:inherit; padding-left: 10%; display: block; top:46%; left: 25%; -webkit-transform:scale(2,1); } #FeaturesTitle{ position: absolute; font-size: 2.5em; color: white; width: 100%; } #page_nav { margin-top: 5%; margin-left: 15%; } .dropbutton { /* main class */ height: 48px; width: 200px; font: bold 16px/48px arial; margin-bottom: 60px; position: relative; } .red1:first-child { /* styling for the left part */ padding: 7px; float: left; height: 50px; width: 35px; /* border radius */ -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22)); background: -moz-linear-gradient(#ff9782, #d83c22); background-color: #d83c22; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #c93f27; } .dropbutton:hover .red1:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048)); background: -moz-linear-gradient(#ffbdb0, #ee6048); background-color: #ee6048; } .dropbutton:active .red1:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053)); background: -moz-linear-gradient(#e75138, #ff7053); background-color: #ff9782; } .red1 { /* styling for the right part */ height: 50px; width: 155px; float: left; text-align: center; /* border radius */ -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#ff9782), to(#d83c22)); background: -moz-linear-gradient(#ff9782, #d83c22); background-color: #d83c22; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #c93f27; border-left: 0; } .dropbutton:hover .red1 { background: -webkit-gradient(linear, left top, left bottom, from(#ffbdb0), to(#ee6048)); background: -moz-linear-gradient(#ffbdb0, #ee6048); background-color: #ee6048; } .dropbutton:active .red1 { background: -webkit-gradient(linear, left top, left bottom, from(#e75138), to(#ff7053)); background: -moz-linear-gradient(#e75138, #ff7053); background-color: #ff9782; } .red1 a { /* link styling */ color: #fbfbfb; font: bold 16px/32px arial, helvetica, sans-serif; text-decoration: none; text-shadow: 0 1px 0 #c93f27; } .blue:first-child { /* styling for the left part */ padding: 7px; float: left; width: 32px; height: 32px; /* border radius */ -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd)); background: -moz-linear-gradient(#87deff, #40a9fd); background-color: #40a9fd; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #008af5; } .dropbutton:hover .blue:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff)); background: -moz-linear-gradient(#b1eaff, #68bcff); background-color: #68bcff; } .dropbutton:active .blue:first-child { background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff)); background: -moz-linear-gradient(#68bcff, #87deff); background-color: #87deff; } .blue { /* styling for the right part */ height: 50px; width: 155px; float: left; text-align: center; /* border radius */ -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#87deff), to(#40a9fd)); background: -moz-linear-gradient(#87deff, #40a9fd); background-color: #40a9fd; /* shadows and highlights */ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #008af5; border-left: 0; } .dropbutton:hover .blue { background: -webkit-gradient(linear, left top, left bottom, from(#b1eaff), to(#68bcff)); background: -moz-linear-gradient(#b1eaff, #68bcff); background-color: #68bcff; } .dropbutton:active .blue { background: -webkit-gradient(linear, left top, left bottom, from(#68bcff), to(#87deff)); background: -moz-linear-gradient(#68bcff, #87deff); background-color: #87deff; } .blue a { /* link styling */ color: #fbfbfb; font: bold 16px/32px arial, helvetica, sans-serif; text-decoration: none; text-shadow: 0 1px 0 #008af5; } .light1 { width: 120px; height: 31px; padding: 7px 6px; margin-left: 58px; position: absolute; clear: both; z-index: -1; -webkit-transition: top .6s linear; /* text */ color: #333; font: bold 12px/15px arial, helvetica, sans-serif; text-decoration: none; text-shadow: 0 1px 0 #fff; /* border radius */ -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; /* backgorund */ background: -webkit-gradient(linear, left top, left bottom, from(#bababa), color-stop(.1, #e4e4e4), to(#f2f2f2)); background: -moz-linear-gradient(#bababa, #e4e4e4 10%, #f2f2f2); background-color: #ccc; /* shadows and highlights */ -webkit-box-shadow: 0 1px -1px rgba(255, 255, 255, 1) inset; -moz-box-shadow: 0 -1px 1px rgba(255, 255, 255, 1) inset; box-shadow: 0 1px -1px rgba(255, 255, 255, 0.8) inset; /* border */ border: 1px solid #bbb; border-top: 0; } .dropbutton:hover .light { top: 48px } .light1 img { float: left } .light1 span { color: #555; font-weight: normal; }
0.343562
0.068506
.CasUtilisation{ width: 100%; } .CasUtilisation div{ display: flex; flex-flow: row wrap; justify-content: stretch; width: 100%; } .CasUtilisation div div { width: auto; height: 30vh; min-width: 250px; color: var(--main-white); margin: auto; } .CasUtilisation .seul { background-image: url("../../img/solo_or_team.jpg"); background-position: center; background-size: cover; width: 25%; height: 26vw; display: flex; align-items: flex-end; -webkit-box-pack: center; justify-content: center; order: 1; box-shadow: rgba(0, 0, 0, 0.45) 0px -25px 25px -25px inset; flex: 1 1 0%; overflow: hidden; } .CasUtilisation .conduite { background-image: url("../../img/success-4705451_1920.jpg"); background-position: right; background-size: cover; width: 50%; height: 26vw; display: flex; align-items: flex-end; -webkit-box-pack: center; justify-content: center; order: 1; box-shadow: rgba(0, 0, 0, 0.45) 0px -25px 25px -25px inset; flex: 1 1 0%; overflow: hidden; } .CasUtilisation .smartphone { background-image: url("../../img/office-620822_1920.jpg"); background-position: center; background-size: cover; width: 25%; height: 26vw; display: flex; align-items: flex-end; -webkit-box-pack: center; justify-content: center; order: 1; box-shadow: rgba(0, 0, 0, 0.45) 0px -25px 25px -25px inset; flex: 1 1 0%; overflow: hidden; } .CasUtilisation{ width: 100%; } .CasUtilisation p{ font-size: 20px; text-align: center; width: 100%; } .CasUtilisation .Paragraphe{ color: var(--main-color); padding-bottom: 5vh; font-size: 2.5rem; padding-top: 5vh; font-weight: bold; text-align: center; font-size: 30px; } .ADN .Slider .sliderW{ overflow: hidden; width: 100%; } .Slider .sliderW{ background-color: var(--main-white); color: var(--main-color); display: flex; flex-direction: row; justify-content: space-around; overflow: hidden; width: 300%; animation: slider 8s infinite alternate-reverse; } .sliderW div{ font-size: 1.7rem !important; } .sliderW p{ display: block; } @keyframes slider{ 0%{ transform: translateX(-0%); }10%{ transform: translateX(-0%); }45%{ transform: translateX(-33.333%); }70%{ transform: translateX(-33.333%); }90%{ transform: translateX(-66.666%); }100%{ transform: translateX(-66.666%); } } @media screen and (max-width: 1024px){ .CasUtilisation p{ font-size: 16px; text-align: center; width: 100%; } }
src/pages/Utilisation/Utilisation.css
.CasUtilisation{ width: 100%; } .CasUtilisation div{ display: flex; flex-flow: row wrap; justify-content: stretch; width: 100%; } .CasUtilisation div div { width: auto; height: 30vh; min-width: 250px; color: var(--main-white); margin: auto; } .CasUtilisation .seul { background-image: url("../../img/solo_or_team.jpg"); background-position: center; background-size: cover; width: 25%; height: 26vw; display: flex; align-items: flex-end; -webkit-box-pack: center; justify-content: center; order: 1; box-shadow: rgba(0, 0, 0, 0.45) 0px -25px 25px -25px inset; flex: 1 1 0%; overflow: hidden; } .CasUtilisation .conduite { background-image: url("../../img/success-4705451_1920.jpg"); background-position: right; background-size: cover; width: 50%; height: 26vw; display: flex; align-items: flex-end; -webkit-box-pack: center; justify-content: center; order: 1; box-shadow: rgba(0, 0, 0, 0.45) 0px -25px 25px -25px inset; flex: 1 1 0%; overflow: hidden; } .CasUtilisation .smartphone { background-image: url("../../img/office-620822_1920.jpg"); background-position: center; background-size: cover; width: 25%; height: 26vw; display: flex; align-items: flex-end; -webkit-box-pack: center; justify-content: center; order: 1; box-shadow: rgba(0, 0, 0, 0.45) 0px -25px 25px -25px inset; flex: 1 1 0%; overflow: hidden; } .CasUtilisation{ width: 100%; } .CasUtilisation p{ font-size: 20px; text-align: center; width: 100%; } .CasUtilisation .Paragraphe{ color: var(--main-color); padding-bottom: 5vh; font-size: 2.5rem; padding-top: 5vh; font-weight: bold; text-align: center; font-size: 30px; } .ADN .Slider .sliderW{ overflow: hidden; width: 100%; } .Slider .sliderW{ background-color: var(--main-white); color: var(--main-color); display: flex; flex-direction: row; justify-content: space-around; overflow: hidden; width: 300%; animation: slider 8s infinite alternate-reverse; } .sliderW div{ font-size: 1.7rem !important; } .sliderW p{ display: block; } @keyframes slider{ 0%{ transform: translateX(-0%); }10%{ transform: translateX(-0%); }45%{ transform: translateX(-33.333%); }70%{ transform: translateX(-33.333%); }90%{ transform: translateX(-66.666%); }100%{ transform: translateX(-66.666%); } } @media screen and (max-width: 1024px){ .CasUtilisation p{ font-size: 16px; text-align: center; width: 100%; } }
0.556159
0.110904
nav { background-color: black; margin: 0; padding: 30px; } nav ul { list-style-type: none; display: flex; justify-content: space-around; } nav button { text-decoration: none; background-color: black; border-width: 0; color: white; padding: 0 5%; font-family: 'Baloo Tammudu 2', cursive; font-size: xx-large; } nav button:hover { background-color: #323232; } .mainpage { background-image: url(./images/main.jpg); background-repeat: no-repeat; background-size: contain; background-attachment: fixed; background-position:300px; background-color: black; padding: 350px; } .mainpage h1 { color: white; font-family: 'Permanent Marker', cursive; text-align: center; margin-top: -300px; font-size: 500%; } .description { display: flex; justify-content: space-around; flex-direction: row; align-items: center; margin: 100px 300px; } .innerText { margin-left: 200px; } .description h1 { font-family: 'Permanent Marker', cursive; font-size: 50px; } .description p { font-family: 'Baloo Tammudu 2', cursive; font-size: x-large; } .description img{ width: 350px; } .menu{ display: flex; justify-content: space-around; flex-wrap: wrap; margin: 50px 0; } .dish { display:flex; flex-direction: row; justify-content: space-between; align-items: center; width: 40%; margin: 40px 20px; } .dish img { width: 250px; border-radius: 10%; } .dishDescription { margin-left: 35px; } .dishDescription h1{ font-family: 'Permanent Marker', cursive; } .dishDescription p{ font-family: '<NAME> 2', cursive; font-size: large; } .contactpage { background-image: url(./images/romanticsushi.jpg); background-repeat: no-repeat; background-size: contain; background-attachment: fixed; background-position:300px; background-color: black; padding: 250px; } .contactpage h1 { color: white; font-family: 'Permanent Marker', cursive; text-align: center; margin-top: -200px; font-size: 500%; } .frame { display: flex; justify-content: center; } .footer { background-color: black; margin-top: 50px; padding: 5px; } .footer p { color: white; font-family: '<NAME> 2', cursive; font-size:medium; text-align: center; }
dist/assets/styles.css
nav { background-color: black; margin: 0; padding: 30px; } nav ul { list-style-type: none; display: flex; justify-content: space-around; } nav button { text-decoration: none; background-color: black; border-width: 0; color: white; padding: 0 5%; font-family: 'Baloo Tammudu 2', cursive; font-size: xx-large; } nav button:hover { background-color: #323232; } .mainpage { background-image: url(./images/main.jpg); background-repeat: no-repeat; background-size: contain; background-attachment: fixed; background-position:300px; background-color: black; padding: 350px; } .mainpage h1 { color: white; font-family: 'Permanent Marker', cursive; text-align: center; margin-top: -300px; font-size: 500%; } .description { display: flex; justify-content: space-around; flex-direction: row; align-items: center; margin: 100px 300px; } .innerText { margin-left: 200px; } .description h1 { font-family: 'Permanent Marker', cursive; font-size: 50px; } .description p { font-family: 'Baloo Tammudu 2', cursive; font-size: x-large; } .description img{ width: 350px; } .menu{ display: flex; justify-content: space-around; flex-wrap: wrap; margin: 50px 0; } .dish { display:flex; flex-direction: row; justify-content: space-between; align-items: center; width: 40%; margin: 40px 20px; } .dish img { width: 250px; border-radius: 10%; } .dishDescription { margin-left: 35px; } .dishDescription h1{ font-family: 'Permanent Marker', cursive; } .dishDescription p{ font-family: '<NAME> 2', cursive; font-size: large; } .contactpage { background-image: url(./images/romanticsushi.jpg); background-repeat: no-repeat; background-size: contain; background-attachment: fixed; background-position:300px; background-color: black; padding: 250px; } .contactpage h1 { color: white; font-family: 'Permanent Marker', cursive; text-align: center; margin-top: -200px; font-size: 500%; } .frame { display: flex; justify-content: center; } .footer { background-color: black; margin-top: 50px; padding: 5px; } .footer p { color: white; font-family: '<NAME> 2', cursive; font-size:medium; text-align: center; }
0.503174
0.09122
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@1,700&family=Tajawal:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Scheherazade&display=swap'); body{ margin: auto; font-family: Helvetica; letter-spacing: .4px; } .photo-container{ display: flex; width: 100%; height: 545px; background: url(https://images.unsplash.com/photo-1489875347897-49f64b51c1f8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); flex-direction: column; align-items: center; background-repeat: no-repeat; background-size: cover; border-radius: 4px; } /*HEADER BAR*/ header{ position: fixed; right: 0; left: 0; width: 100%; height: 56px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; z-index: 1; } #logo-swap{ width: 104px; height: 37px; margin-left: 13px; cursor: pointer; } .mid-section-header{ display: flex; justify-content: space-between; margin-left: -30%; } .header-links{ padding: 10px; font-size: 17px; font-weight: 600; cursor: pointer; } .header-links:hover{ color: #e9e9e9; background-color: rgba(123, 149, 167, 0.541); border-radius: 5px; } .right-section-header{ display: flex; width: 300.609px; height: 39px; padding-top: 5px; align-items: center; } a{ color: white; text-decoration: none; } #log-in-section{ cursor: pointer; } #log-in-section .fa-lock{ width: 8.0625px; height: 11px; margin-right: 1px; font-size: 11px; } #log-in{ font-size: 17px; font-family: Helvetica; font-weight: 600; margin-right: 13px; cursor: pointer; letter-spacing: 0.36px; } .btn-header{ font-size: 10px; font-family: Helvetica; font-weight: 800; cursor: pointer; border: solid 1px rgb(236, 135, 36); border-radius: 2px; background-color: rgb(236, 135, 36); line-height: 15px; padding: 3px 22px; } span#sign-up { font-size: 17px; } /*END : HEADER BAR */ #headline{ width: 100%; height: 141px; display: flex; flex-direction: column; align-items: center; margin-top: 168px; } #breakline{ font-size: 60px; color: white; font-family: Helvetica; font-weight: 900; text-transform: uppercase; } #sub-headline { color: white; font-size: 30px; background: rgba(8, 8, 6, 0.67); font-family: 'Scheherazade', serif; padding: 9px; border-radius: 8px; width: 96%; margin-bottom: -66px; text-align: center; line-height: 1.5; animation-name: bounceInUp; animation-duration: 2s; } @-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } a{ text-decoration: none; color: white; font-size: 17px; } a:hover{ color: #e9e9e9; background-color: rgba(123, 149, 167, 0.541); border-radius: 5px; } .sign-up-free{ position: relative; top: 222%; display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 800; cursor: pointer; border: solid 1px rgb(252, 137, 16); border-radius: 2px; background-color: rgb(252, 137, 16); line-height: 15px; padding: 12px; width: 184px; } .sign-up-free .fa-lock{ font-size: 12px; padding-right: 4px; } .sign-up-free:hover{ background-color: #c25400; border: 1px solid #c25400; transition-duration: .25s; transition-timing-function: linear; touch-action: manipulation; } .chat-btn{ background-color: rgba(243, 243, 243, 0.0980392); padding: 12px 13px; font-size: 13.5px; height: 23px; margin-top: 57px; } .fa-comment-o{ color: white; padding-left: 4px; font-size: 16px; } .chat-btn:hover{ text-decoration: underline; color: white; } /* UNDER-THE-PHOTO-SECTION */ .under-photo-wrap{ display: flex; justify-content: center; background-color: rgb(245, 245, 245); height: 255px; } .under-photo-container{ justify-content: space-around; display: flex; flex-direction: row; width: 970px; height: 255px; } .under-photo-cell{ display: flex; flex-direction: column; align-content: space-between; align-items: center; width: 323.328px; } .under-photo-cell p{ width: 253.328px; display: block; text-align: center; line-height: 20px; font-weight: 300; font-size: 14px; font-family: Helvetica; } .cell-header { font-size: 26px; color: orange; font-weight: 800; margin-right: 9%; padding-bottom: 4%; font-family: 'Amiri', serif; } .cell-header1 { font-size: 26px; color: orange; font-weight: 800; margin-right: 17%; padding-bottom: 4%; font-family: 'Amiri', serif; } div#homep { position: relative; top: -71px; width: 60%; height: 462px; } .get-started-text { direction: rtl; } .paragraph{ height: 60px; margin-bottom: 50px; } /* PERSONALIZED --- AREA (3) */ .personalized{ display: flex; flex-direction: column-reverse; height: 442px; width: 100%; background-color: white; box-sizing: border-box; border-bottom: solid 1px rgb(221, 221, 221); } .perso-content{ display: flex; flex-direction: row; justify-content: flex-start; width: auto; margin-bottom: 2%; } .perso-image{ background-image: url(https://images.unsplash.com/photo-1529400971008-f566de0e6dfc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); background-size: 100%; width: 679px; height: 358px; margin-left: 14%; margin-right: 6%; border-radius: 9px; box-shadow: 0px 2px 6px #535b75; } .perso-image:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .perso-image2 { background-image: url(https://images.unsplash.com/photo-1518644730709-0835105d9daa?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); background-size: 100%; width: 679px; height: 358px; margin-left: 14%; margin-right: 6%; border-radius: 9px; box-shadow: 0px 2px 6px #535b75; } .perso-image2:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .perso-text{ width: 455px; position: relative; right: 100px; padding-top: 17px; margin-left: 60px; direction: rtl; box-sizing: border-box; } ul{ list-style-type: none; } ul li{ width: 419px; font-size: 20.5px; font-family: 'Amiri', serif; font-weight: 300px; line-height: 33px; padding-bottom: 20px; } .list-icon1:before{ position: absolute; top: 92px; left: 0px; content: ""; width: 18px; height: 20px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -1430px; } .list-icon2:before{ position: absolute; top: 150px; left: 0px; content: ""; width: 18px; height: 20px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -4580px; } .list-icon3:before{ position: absolute; left: 0px; top: 212px; content: ""; width: 18px; height: 20px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -1627px; } .blue-link{ color: rgb(0, 121, 243); font-size: 16px; } .blue-link:hover{ text-decoration: underline; color: darkblue; } /*GET STARTED SIMPLY AND SECURELY SECTION -- START */ .get-started{ display: flex; flex-direction: row; justify-content: center; height: 369px; width: auto; padding-top: 60px; background-color: rgb(245, 245, 245); border-bottom: solid 1px rgb(221, 221, 221); } .get-started-text ul li{ margin-right: 50px; color: black; } .get-started-photo{ background-image: url(https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); box-shadow: 0px 2px 6px #535b75; width: 37%; box-sizing: border-box; background-repeat: no-repeat; height: 335.5px; border-radius: 9px; } .get-started-photo:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .get-started-photo2{ background-image: url(https://firstsiteguide.com/wp-content/uploads/2018/04/what-is-a-blog-641x400-2-1-641x400.jpg); box-shadow: 0px 2px 6px #535b75; width: 37%; box-sizing: border-box; background-repeat: no-repeat; height: 335.5px; border-radius: 9px; } .get-started-photo2:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .list-icon4{ position: relative; } .list-icon4:before{ width: 18px; height: 20px; position: absolute; content: ""; left: -35px; top: 4px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -1651px; } .list-icon5{ position: relative; } .list-icon5:before{ width: 18px; height: 20px; position: absolute; content: ""; left: -35px; top: 4px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -2417px; } .list-icon6{ position: relative; } .list-icon6:before{ width: 18px; height: 20px; position: absolute; content: ""; left: -35px; top: 4px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -4605px; } /* LEAF-ON BLUE Section START -- */ .blue-section{ width: 100%; height: 480px; /* display: flex; align-items: center; justify-content: center; flex-direction: column; */ display: block; text-align: center; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/bkr-quote-row.jpg); background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; color: white; } #leaf-on-blue{ width: 96px; height: 133px; background-image: url("https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png"); background-position: 0 -3384px; position: absolute; top: -60px; box-sizing: border-box; background-origin: padding-box; margin-left: 46.5%; } .inside-panel-blue{ background: #131340c9; display:flex; justify-content: center; flex-direction: column; align-items: center; } .blue-section-header{ width: 334px; height: 88px; font-size: 40px; margin-top: 107px; margin-bottom: 60px; } .blue-section-text { font-size: 20.5px; margin: 0px; font-family: 'Tajawal', sans-serif; line-height: 36.5px; text-align: center; } #blue-section-btn{ color: white; padding: 13.5px 32px; border: 1px solid rgba(255, 255, 255, 0.298039); border-radius: 2px; font-weight: 100; font-size: 13.5px; margin-top: 6px; } @keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } img.name { position: relative; top: -29%; left: 18%; width: 66%; animation-name: bounceIn; animation-duration: 2s; } img.name2 { position: fixed; top: -17px; left: -8px; width: 11%; z-index: 9999; } @-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } img#userimg { width: 16%; margin-left: 2%; border-radius: 35px; }
public/css/home.css
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@1,700&family=Tajawal:wght@200&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Scheherazade&display=swap'); body{ margin: auto; font-family: Helvetica; letter-spacing: .4px; } .photo-container{ display: flex; width: 100%; height: 545px; background: url(https://images.unsplash.com/photo-1489875347897-49f64b51c1f8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); flex-direction: column; align-items: center; background-repeat: no-repeat; background-size: cover; border-radius: 4px; } /*HEADER BAR*/ header{ position: fixed; right: 0; left: 0; width: 100%; height: 56px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; z-index: 1; } #logo-swap{ width: 104px; height: 37px; margin-left: 13px; cursor: pointer; } .mid-section-header{ display: flex; justify-content: space-between; margin-left: -30%; } .header-links{ padding: 10px; font-size: 17px; font-weight: 600; cursor: pointer; } .header-links:hover{ color: #e9e9e9; background-color: rgba(123, 149, 167, 0.541); border-radius: 5px; } .right-section-header{ display: flex; width: 300.609px; height: 39px; padding-top: 5px; align-items: center; } a{ color: white; text-decoration: none; } #log-in-section{ cursor: pointer; } #log-in-section .fa-lock{ width: 8.0625px; height: 11px; margin-right: 1px; font-size: 11px; } #log-in{ font-size: 17px; font-family: Helvetica; font-weight: 600; margin-right: 13px; cursor: pointer; letter-spacing: 0.36px; } .btn-header{ font-size: 10px; font-family: Helvetica; font-weight: 800; cursor: pointer; border: solid 1px rgb(236, 135, 36); border-radius: 2px; background-color: rgb(236, 135, 36); line-height: 15px; padding: 3px 22px; } span#sign-up { font-size: 17px; } /*END : HEADER BAR */ #headline{ width: 100%; height: 141px; display: flex; flex-direction: column; align-items: center; margin-top: 168px; } #breakline{ font-size: 60px; color: white; font-family: Helvetica; font-weight: 900; text-transform: uppercase; } #sub-headline { color: white; font-size: 30px; background: rgba(8, 8, 6, 0.67); font-family: 'Scheherazade', serif; padding: 9px; border-radius: 8px; width: 96%; margin-bottom: -66px; text-align: center; line-height: 1.5; animation-name: bounceInUp; animation-duration: 2s; } @-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } a{ text-decoration: none; color: white; font-size: 17px; } a:hover{ color: #e9e9e9; background-color: rgba(123, 149, 167, 0.541); border-radius: 5px; } .sign-up-free{ position: relative; top: 222%; display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 800; cursor: pointer; border: solid 1px rgb(252, 137, 16); border-radius: 2px; background-color: rgb(252, 137, 16); line-height: 15px; padding: 12px; width: 184px; } .sign-up-free .fa-lock{ font-size: 12px; padding-right: 4px; } .sign-up-free:hover{ background-color: #c25400; border: 1px solid #c25400; transition-duration: .25s; transition-timing-function: linear; touch-action: manipulation; } .chat-btn{ background-color: rgba(243, 243, 243, 0.0980392); padding: 12px 13px; font-size: 13.5px; height: 23px; margin-top: 57px; } .fa-comment-o{ color: white; padding-left: 4px; font-size: 16px; } .chat-btn:hover{ text-decoration: underline; color: white; } /* UNDER-THE-PHOTO-SECTION */ .under-photo-wrap{ display: flex; justify-content: center; background-color: rgb(245, 245, 245); height: 255px; } .under-photo-container{ justify-content: space-around; display: flex; flex-direction: row; width: 970px; height: 255px; } .under-photo-cell{ display: flex; flex-direction: column; align-content: space-between; align-items: center; width: 323.328px; } .under-photo-cell p{ width: 253.328px; display: block; text-align: center; line-height: 20px; font-weight: 300; font-size: 14px; font-family: Helvetica; } .cell-header { font-size: 26px; color: orange; font-weight: 800; margin-right: 9%; padding-bottom: 4%; font-family: 'Amiri', serif; } .cell-header1 { font-size: 26px; color: orange; font-weight: 800; margin-right: 17%; padding-bottom: 4%; font-family: 'Amiri', serif; } div#homep { position: relative; top: -71px; width: 60%; height: 462px; } .get-started-text { direction: rtl; } .paragraph{ height: 60px; margin-bottom: 50px; } /* PERSONALIZED --- AREA (3) */ .personalized{ display: flex; flex-direction: column-reverse; height: 442px; width: 100%; background-color: white; box-sizing: border-box; border-bottom: solid 1px rgb(221, 221, 221); } .perso-content{ display: flex; flex-direction: row; justify-content: flex-start; width: auto; margin-bottom: 2%; } .perso-image{ background-image: url(https://images.unsplash.com/photo-1529400971008-f566de0e6dfc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); background-size: 100%; width: 679px; height: 358px; margin-left: 14%; margin-right: 6%; border-radius: 9px; box-shadow: 0px 2px 6px #535b75; } .perso-image:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .perso-image2 { background-image: url(https://images.unsplash.com/photo-1518644730709-0835105d9daa?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); background-size: 100%; width: 679px; height: 358px; margin-left: 14%; margin-right: 6%; border-radius: 9px; box-shadow: 0px 2px 6px #535b75; } .perso-image2:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .perso-text{ width: 455px; position: relative; right: 100px; padding-top: 17px; margin-left: 60px; direction: rtl; box-sizing: border-box; } ul{ list-style-type: none; } ul li{ width: 419px; font-size: 20.5px; font-family: 'Amiri', serif; font-weight: 300px; line-height: 33px; padding-bottom: 20px; } .list-icon1:before{ position: absolute; top: 92px; left: 0px; content: ""; width: 18px; height: 20px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -1430px; } .list-icon2:before{ position: absolute; top: 150px; left: 0px; content: ""; width: 18px; height: 20px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -4580px; } .list-icon3:before{ position: absolute; left: 0px; top: 212px; content: ""; width: 18px; height: 20px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -1627px; } .blue-link{ color: rgb(0, 121, 243); font-size: 16px; } .blue-link:hover{ text-decoration: underline; color: darkblue; } /*GET STARTED SIMPLY AND SECURELY SECTION -- START */ .get-started{ display: flex; flex-direction: row; justify-content: center; height: 369px; width: auto; padding-top: 60px; background-color: rgb(245, 245, 245); border-bottom: solid 1px rgb(221, 221, 221); } .get-started-text ul li{ margin-right: 50px; color: black; } .get-started-photo{ background-image: url(https://images.unsplash.com/photo-1461749280684-dccba630e2f6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=60); box-shadow: 0px 2px 6px #535b75; width: 37%; box-sizing: border-box; background-repeat: no-repeat; height: 335.5px; border-radius: 9px; } .get-started-photo:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .get-started-photo2{ background-image: url(https://firstsiteguide.com/wp-content/uploads/2018/04/what-is-a-blog-641x400-2-1-641x400.jpg); box-shadow: 0px 2px 6px #535b75; width: 37%; box-sizing: border-box; background-repeat: no-repeat; height: 335.5px; border-radius: 9px; } .get-started-photo2:hover{ animation-name: pulse; animation-duration: 2s; box-shadow: 0px 2px 6px #e89a3d; } .list-icon4{ position: relative; } .list-icon4:before{ width: 18px; height: 20px; position: absolute; content: ""; left: -35px; top: 4px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -1651px; } .list-icon5{ position: relative; } .list-icon5:before{ width: 18px; height: 20px; position: absolute; content: ""; left: -35px; top: 4px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -2417px; } .list-icon6{ position: relative; } .list-icon6:before{ width: 18px; height: 20px; position: absolute; content: ""; left: -35px; top: 4px; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png); background-position: 0 -4605px; } /* LEAF-ON BLUE Section START -- */ .blue-section{ width: 100%; height: 480px; /* display: flex; align-items: center; justify-content: center; flex-direction: column; */ display: block; text-align: center; background-image: url(https://www.mint.com/sites/all/themes/custom/mint_2014/img/bkr-quote-row.jpg); background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative; color: white; } #leaf-on-blue{ width: 96px; height: 133px; background-image: url("https://www.mint.com/sites/all/themes/custom/mint_2014/img/icons/normal-sa1f1c7ac3f.png"); background-position: 0 -3384px; position: absolute; top: -60px; box-sizing: border-box; background-origin: padding-box; margin-left: 46.5%; } .inside-panel-blue{ background: #131340c9; display:flex; justify-content: center; flex-direction: column; align-items: center; } .blue-section-header{ width: 334px; height: 88px; font-size: 40px; margin-top: 107px; margin-bottom: 60px; } .blue-section-text { font-size: 20.5px; margin: 0px; font-family: 'Tajawal', sans-serif; line-height: 36.5px; text-align: center; } #blue-section-btn{ color: white; padding: 13.5px 32px; border: 1px solid rgba(255, 255, 255, 0.298039); border-radius: 2px; font-weight: 100; font-size: 13.5px; margin-top: 6px; } @keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } img.name { position: relative; top: -29%; left: 18%; width: 66%; animation-name: bounceIn; animation-duration: 2s; } img.name2 { position: fixed; top: -17px; left: -8px; width: 11%; z-index: 9999; } @-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } img#userimg { width: 16%; margin-left: 2%; border-radius: 35px; }
0.289271
0.080321
* { margin: 0; padding: -1%; } body { background-color: white; font-family: arial; font-size: 15px; color: #4C5159; } h6 { font-size: 30px; color: white; text-align: center; padding: 50px 20px; } h3 { font-size: 60px; text-align: center; color: white; padding: 100px 20px; } black { font-size: 80px; text-align: center; color: black; } header { width: 100%; background: #fff; margin-bottom: 20px; position: fixed; } .wrapper1 { width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } hr {} header .logo1 { color: black; font-size: 50px; line-height: 100px; float: left; } header nav { float: right; line-height: 100px; } header nav a { display: inline-block; color: #000; text-decoration: none; padding: 5px 20px; line-height: normal; font-size: 15px; font-weight: bold; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } header nav a:hover { background: #244AB0; border-radius: 50px; color: #fff; } .nav { width: 450px; margin: 0px; } .nav ul { list-style: none; } .menu>li { display: inline-block; } li { list-style: none; } .menu>li>a { display: block; padding: 15px 20px; text-decoration: none; } .submenu { position: absolute; background: #333333; width: 11%; visibility: hidden; opacity: 0; transition: opacity 0.0s; border-radius: 25px; } .submenu li a { display: block; font-size: 12px; width: 80%; padding: 15px; color: #fff; text-decoration: none; } .menu li:hover .submenu { visibility: visible; opacity: 1; } .sec1 { background-color: #244AB0; } .logo { width: 80px; height: 50px; } .container { width: 300px; height: 300px; } .button { background-color: #244AB0; color: white; border: none; padding: 10px 24px; text-align: center; display: inline-block; font-size: 16px; border-radius: 12px; } .button { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; } .button:hover { background-color: white; color: black; border: 2px solid #244AB0; } .container { width: 1200px; height: 500px; box-shadow: 2px 2px 5px #999; } h2 { font-family: arial; font-size: 50px; color: black; font-weight: bold; } h1 { font-family: arial; font-size: 50px; color: white; font-weight: bold; } .izquierda { float: right; float: top; border-radius: 25px; } .fondo { width: 100%; height: 600px; background-image: url(../imagenes/regis.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; } .button1 { background-color: #244AB0; color: blue; border: none; padding: 10px 24px; text-align: center; display: inline-block; font-size: 16px; border-radius: 12px; float: center; } .button1 { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; float: center; } .button1:hover { background-color: white; color: blue; border: 2px solid #244AB0; float: center; } button a { color: white; font-weight: bold; } button:hover a { color: #244AB0; font-weight: bold; } .BLACK { font-family: arial; font-size: 50px; color: black; font-weight: bold; text-align: center; } .textoslargos { font-size: 25px; text-align: center; color: black; font-weight: normal; } .textos { font-size: 25px; text-align: left; color: black; font-weight: normal; } .textos1 { font-size: 20px; text-align: left; color: black; font-weight: normal; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -4em; color: white; font-family: arial; float: center; } .footer, .push { height: 4em; float: center; } .blue { background: linear-gradient(#244AB0, #244AB0); } .pool { background-color: #244AB0; color: white; width: 298px; height: 20px; } .fondo { width: 100%; height: 600px; background-image: url(../imagenes/1234.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; } .imagen { background-size: 135%; width: 300px; height: 300px; margin: 30px; background-image: url(../imagenes/one.jpg); } .info { position: absolute; overflow: hidden; width: 300px; height: 300px; background-color: rgba(31, 31, 31, 0.9); -webkit-transition: opacity: 0.8s; opacity: 0; } .imagen:hover .info { opacity: 1; } .headline { color: white; position: absolute; margin-top: 20px; -webkit-transition: margin 0.2s; margin-left: -10px; font-size: 21px; } .imagen:hover .headline { margin-left: 10px; } .info2 { color: white; margin: auto; width: 250px; text-align: center; -webkit-transition: margin 0.3s; margin-top: 160px; } .imagen:hover .info2 { margin-top: 70px } .imagen2 { background-size: 135%; width: 300px; height: 300px; margin: 30px; background-image: url(../imagenes/two.jpg); } .info { position: absolute; overflow: hidden; width: 300px; height: 300px; background-color: rgba(31, 31, 31, 0.9); -webkit-transition: opacity: 0.8s; opacity: 0; } .imagen2:hover .info { opacity: 1; } .headline { color: white; position: absolute; margin-top: 20px; -webkit-transition: margin 0.2s; margin-left: -10px; font-size: 21px; } .imagen2:hover .headline { margin-left: 10px; } .info2 { color: white; margin: auto; width: 250px; text-align: center; -webkit-transition: margin 0.3s; margin-top: 160px; } .imagen2:hover .info2 { margin-top: 70px } .imagen3 { background-size: 135%; width: 300px; height: 300px; margin: 30px; background-image: url(../imagenes/three.jpg); } .info { position: absolute; overflow: hidden; width: 300px; height: 300px; background-color: rgba(31, 31, 31, 0.9); -webkit-transition: opacity: 0.8s; opacity: 0; } .imagen3:hover .info { opacity: 1; } .headline { color: white; position: absolute; margin-top: 20px; -webkit-transition: margin 0.2s; margin-left: -10px; font-size: 21px; } .imagen3:hover .headline { margin-left: 10px; } .info2 { color: white; margin: auto; width: 250px; text-align: center; -webkit-transition: margin 0.3s; margin-top: 160px; } .imagen3:hover .info2 { margin-top: 70px } .circle { color: white; background-color: #244AB0; width: 200px; height: 200px; border-radius: 50%; } .saltos { width: 1000px; } #link { color: black; text-decoration: none; } input { width: 80%; border: 2px solid #aaa; border-radius: 4px; margin: 8px 0; outline: none; padding: 8px; box-sizing: border-box; transition: 0.3s; } input:focus { border-color: #244AB0; box-shadow: 0 0 8px 0 dodgerBlue; } .inputWithIcon { padding-left: 40px; } .inputWithIcon { position: relative; } .inputWithIcon i { position: absolute; left: 0; top: 8px; padding: 9px 8px; color: #aaa; transition: 0.3s; } .inputWithIcon input[type="text"]:focus+i { color: dodgerBlue; } .inputWithIcon.inputIconBg i { background-color: #aaa; color: #fff; padding: 9px 4px; border-radius: 4px 0 0 4px; } .inputWithIcon.inputIconBg input[type="text"]:focus+i { color: #fff; background-color: dodgerBlue; }
css/estilo_inicio2.css
* { margin: 0; padding: -1%; } body { background-color: white; font-family: arial; font-size: 15px; color: #4C5159; } h6 { font-size: 30px; color: white; text-align: center; padding: 50px 20px; } h3 { font-size: 60px; text-align: center; color: white; padding: 100px 20px; } black { font-size: 80px; text-align: center; color: black; } header { width: 100%; background: #fff; margin-bottom: 20px; position: fixed; } .wrapper1 { width: 90%; max-width: 1000px; margin: auto; overflow: hidden; } hr {} header .logo1 { color: black; font-size: 50px; line-height: 100px; float: left; } header nav { float: right; line-height: 100px; } header nav a { display: inline-block; color: #000; text-decoration: none; padding: 5px 20px; line-height: normal; font-size: 15px; font-weight: bold; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; } header nav a:hover { background: #244AB0; border-radius: 50px; color: #fff; } .nav { width: 450px; margin: 0px; } .nav ul { list-style: none; } .menu>li { display: inline-block; } li { list-style: none; } .menu>li>a { display: block; padding: 15px 20px; text-decoration: none; } .submenu { position: absolute; background: #333333; width: 11%; visibility: hidden; opacity: 0; transition: opacity 0.0s; border-radius: 25px; } .submenu li a { display: block; font-size: 12px; width: 80%; padding: 15px; color: #fff; text-decoration: none; } .menu li:hover .submenu { visibility: visible; opacity: 1; } .sec1 { background-color: #244AB0; } .logo { width: 80px; height: 50px; } .container { width: 300px; height: 300px; } .button { background-color: #244AB0; color: white; border: none; padding: 10px 24px; text-align: center; display: inline-block; font-size: 16px; border-radius: 12px; } .button { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; } .button:hover { background-color: white; color: black; border: 2px solid #244AB0; } .container { width: 1200px; height: 500px; box-shadow: 2px 2px 5px #999; } h2 { font-family: arial; font-size: 50px; color: black; font-weight: bold; } h1 { font-family: arial; font-size: 50px; color: white; font-weight: bold; } .izquierda { float: right; float: top; border-radius: 25px; } .fondo { width: 100%; height: 600px; background-image: url(../imagenes/regis.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; } .button1 { background-color: #244AB0; color: blue; border: none; padding: 10px 24px; text-align: center; display: inline-block; font-size: 16px; border-radius: 12px; float: center; } .button1 { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; float: center; } .button1:hover { background-color: white; color: blue; border: 2px solid #244AB0; float: center; } button a { color: white; font-weight: bold; } button:hover a { color: #244AB0; font-weight: bold; } .BLACK { font-family: arial; font-size: 50px; color: black; font-weight: bold; text-align: center; } .textoslargos { font-size: 25px; text-align: center; color: black; font-weight: normal; } .textos { font-size: 25px; text-align: left; color: black; font-weight: normal; } .textos1 { font-size: 20px; text-align: left; color: black; font-weight: normal; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -4em; color: white; font-family: arial; float: center; } .footer, .push { height: 4em; float: center; } .blue { background: linear-gradient(#244AB0, #244AB0); } .pool { background-color: #244AB0; color: white; width: 298px; height: 20px; } .fondo { width: 100%; height: 600px; background-image: url(../imagenes/1234.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; } .imagen { background-size: 135%; width: 300px; height: 300px; margin: 30px; background-image: url(../imagenes/one.jpg); } .info { position: absolute; overflow: hidden; width: 300px; height: 300px; background-color: rgba(31, 31, 31, 0.9); -webkit-transition: opacity: 0.8s; opacity: 0; } .imagen:hover .info { opacity: 1; } .headline { color: white; position: absolute; margin-top: 20px; -webkit-transition: margin 0.2s; margin-left: -10px; font-size: 21px; } .imagen:hover .headline { margin-left: 10px; } .info2 { color: white; margin: auto; width: 250px; text-align: center; -webkit-transition: margin 0.3s; margin-top: 160px; } .imagen:hover .info2 { margin-top: 70px } .imagen2 { background-size: 135%; width: 300px; height: 300px; margin: 30px; background-image: url(../imagenes/two.jpg); } .info { position: absolute; overflow: hidden; width: 300px; height: 300px; background-color: rgba(31, 31, 31, 0.9); -webkit-transition: opacity: 0.8s; opacity: 0; } .imagen2:hover .info { opacity: 1; } .headline { color: white; position: absolute; margin-top: 20px; -webkit-transition: margin 0.2s; margin-left: -10px; font-size: 21px; } .imagen2:hover .headline { margin-left: 10px; } .info2 { color: white; margin: auto; width: 250px; text-align: center; -webkit-transition: margin 0.3s; margin-top: 160px; } .imagen2:hover .info2 { margin-top: 70px } .imagen3 { background-size: 135%; width: 300px; height: 300px; margin: 30px; background-image: url(../imagenes/three.jpg); } .info { position: absolute; overflow: hidden; width: 300px; height: 300px; background-color: rgba(31, 31, 31, 0.9); -webkit-transition: opacity: 0.8s; opacity: 0; } .imagen3:hover .info { opacity: 1; } .headline { color: white; position: absolute; margin-top: 20px; -webkit-transition: margin 0.2s; margin-left: -10px; font-size: 21px; } .imagen3:hover .headline { margin-left: 10px; } .info2 { color: white; margin: auto; width: 250px; text-align: center; -webkit-transition: margin 0.3s; margin-top: 160px; } .imagen3:hover .info2 { margin-top: 70px } .circle { color: white; background-color: #244AB0; width: 200px; height: 200px; border-radius: 50%; } .saltos { width: 1000px; } #link { color: black; text-decoration: none; } input { width: 80%; border: 2px solid #aaa; border-radius: 4px; margin: 8px 0; outline: none; padding: 8px; box-sizing: border-box; transition: 0.3s; } input:focus { border-color: #244AB0; box-shadow: 0 0 8px 0 dodgerBlue; } .inputWithIcon { padding-left: 40px; } .inputWithIcon { position: relative; } .inputWithIcon i { position: absolute; left: 0; top: 8px; padding: 9px 8px; color: #aaa; transition: 0.3s; } .inputWithIcon input[type="text"]:focus+i { color: dodgerBlue; } .inputWithIcon.inputIconBg i { background-color: #aaa; color: #fff; padding: 9px 4px; border-radius: 4px 0 0 4px; } .inputWithIcon.inputIconBg input[type="text"]:focus+i { color: #fff; background-color: dodgerBlue; }
0.510985
0.132486
@font-face { font-family: 'Subway-Icons'; src: url('../fonts/Subway-Icons.eot?nqe6p0'); src: url('../fonts/Subway-Icons.eot?nqe6p0#iefix') format('embedded-opentype'), url('../fonts/Subway-Icons.ttf?nqe6p0') format('truetype'), url('../fonts/Subway-Icons.woff?nqe6p0') format('woff'), url('../fonts/Subway-Icons.svg?nqe6p0#Subway-Icons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="subway-"], [class*=" subway-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Subway-Icons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .subway-at:before { content: "\e900"; } .subway-add-1:before { content: "\e901"; } .subway-add-playlist:before { content: "\e902"; } .subway-add:before { content: "\e903"; } .subway-admin-1:before { content: "\e904"; } .subway-admin-2:before { content: "\e905"; } .subway-admin:before { content: "\e906"; } .subway-airplane-mode:before { content: "\e907"; } .subway-alam:before { content: "\e908"; } .subway-backward:before { content: "\e909"; } .subway-backward-1:before { content: "\e90a"; } .subway-bag:before { content: "\e90b"; } .subway-basket:before { content: "\e90c"; } .subway-bell:before { content: "\e90d"; } .subway-black-white:before { content: "\e90e"; } .subway-bluetooth:before { content: "\e90f"; } .subway-blur:before { content: "\e910"; } .subway-book-1:before { content: "\e911"; } .subway-book:before { content: "\e912"; } .subway-box-1:before { content: "\e913"; } .subway-box:before { content: "\e914"; } .subway-brightest:before { content: "\e915"; } .subway-brush:before { content: "\e916"; } .subway-c:before { content: "\e917"; } .subway-cain:before { content: "\e918"; } .subway-calendar-1:before { content: "\e919"; } .subway-calendar-2:before { content: "\e91a"; } .subway-calendar-3:before { content: "\e91b"; } .subway-calendar-4:before { content: "\e91c"; } .subway-calendar-5:before { content: "\e91d"; } .subway-calendar-6:before { content: "\e91e"; } .subway-calendar:before { content: "\e91f"; } .subway-call-1:before { content: "\e920"; } .subway-call-2:before { content: "\e921"; } .subway-call-3:before { content: "\e922"; } .subway-call-4:before { content: "\e923"; } .subway-call:before { content: "\e924"; } .subway-camera:before { content: "\e925"; } .subway-cercle-1:before { content: "\e926"; } .subway-cercle-2:before { content: "\e927"; } .subway-cercle-3:before { content: "\e928"; } .subway-cercle-4:before { content: "\e929"; } .subway-cercle-5:before { content: "\e92a"; } .subway-cercle-6:before { content: "\e92b"; } .subway-cercle-7:before { content: "\e92c"; } .subway-cercle-8:before { content: "\e92d"; } .subway-circle:before { content: "\e92e"; } .subway-close-2:before { content: "\e92f"; } .subway-close-corner-arrow-1:before { content: "\e930"; } .subway-close-corner-arrow-2:before { content: "\e931"; } .subway-cloth-1:before { content: "\e932"; } .subway-cloth:before { content: "\e933"; } .subway-cloud-download:before { content: "\e934"; } .subway-cloud-reload:before { content: "\e935"; } .subway-cloud-upload:before { content: "\e936"; } .subway-cloud:before { content: "\e937"; } .subway-coin-1:before { content: "\e938"; } .subway-coin:before { content: "\e939"; } .subway-compass-1:before { content: "\e93a"; } .subway-compass-2:before { content: "\e93b"; } .subway-compass:before { content: "\e93c"; } .subway-compose:before { content: "\e93d"; } .subway-cover:before { content: "\e93e"; } .subway-crop:before { content: "\e93f"; } .subway-crpss:before { content: "\e940"; } .subway-dail-pad:before { content: "\e941"; } .subway-delete:before { content: "\e942"; } .subway-divide-1:before { content: "\e943"; } .subway-divide:before { content: "\e944"; } .subway-document-1:before { content: "\e945"; } .subway-document-2:before { content: "\e946"; } .subway-document-3:before { content: "\e947"; } .subway-document:before { content: "\e948"; } .subway-down-2:before { content: "\e949"; } .subway-down-arrow-1:before { content: "\e94a"; } .subway-down-arrow:before { content: "\e94b"; } .subway-down:before { content: "\e94c"; } .subway-download-1:before { content: "\e94d"; } .subway-download-2:before { content: "\e94e"; } .subway-download-3:before { content: "\e94f"; } .subway-download-4:before { content: "\e950"; } .subway-duble-corner-arrow-1:before { content: "\e951"; } .subway-duble-corner-arrow-3:before { content: "\e952"; } .subway-duble-corner-arrow-4:before { content: "\e953"; } .subway-duble-corner-arrow-5:before { content: "\e954"; } .subway-duble-corner-arrow-6:before { content: "\e955"; } .subway-duble-corner-arrow-blod-2:before { content: "\e956"; } .subway-equal-1:before { content: "\e957"; } .subway-equal:before { content: "\e958"; } .subway-equalizer-1:before { content: "\e959"; } .subway-equalizer-2:before { content: "\e95a"; } .subway-equalizer:before { content: "\e95b"; } .subway-error:before { content: "\e95c"; } .subway-euro:before { content: "\e95d"; } .subway-exit:before { content: "\e95e"; } .subway-eye:before { content: "\e95f"; } .subway-f:before { content: "\e960"; } .subway-feed:before { content: "\e961"; } .subway-file-1:before { content: "\e962"; } .subway-file-2:before { content: "\e963"; } .subway-file-3:before { content: "\e964"; } .subway-file-4:before { content: "\e965"; } .subway-file-5:before { content: "\e966"; } .subway-file-6:before { content: "\e967"; } .subway-file-7:before { content: "\e968"; } .subway-file-8:before { content: "\e969"; } .subway-file-9:before { content: "\e96a"; } .subway-file-10:before { content: "\e96b"; } .subway-file-11:before { content: "\e96c"; } .subway-file-12:before { content: "\e96d"; } .subway-file-13:before { content: "\e96e"; } .subway-file:before { content: "\e96f"; } .subway-folder-1:before { content: "\e970"; } .subway-folder-2:before { content: "\e971"; } .subway-folder-3:before { content: "\e972"; } .subway-folder:before { content: "\e973"; } .subway-fot-screen:before { content: "\e974"; } .subway-four-box:before { content: "\e975"; } .subway-froward-1:before { content: "\e976"; } .subway-froward:before { content: "\e977"; } .subway-fullscreen:before { content: "\e978"; } .subway-glass:before { content: "\e979"; } .subway-home-1:before { content: "\e97a"; } .subway-home-2:before { content: "\e97b"; } .subway-home-3:before { content: "\e97c"; } .subway-home:before { content: "\e97d"; } .subway-hulf-of-circle-2:before { content: "\e97e"; } .subway-hurt-1:before { content: "\e97f"; } .subway-hurt-3:before { content: "\e980"; } .subway-hurt:before { content: "\e981"; } .subway-id-card-1:before { content: "\e982"; } .subway-id-card:before { content: "\e983"; } .subway-image:before { content: "\e984"; } .subway-join-corner-arrow-1:before { content: "\e985"; } .subway-join-corner-arrow-2:before { content: "\e986"; } .subway-join-corner-arrow-3:before { content: "\e987"; } .subway-join-corner-arrow-4:before { content: "\e988"; } .subway-join-corner-arrow-5:before { content: "\e989"; } .subway-join-corner-arrow-6:before { content: "\e98a"; } .subway-key:before { content: "\e98b"; } .subway-left-arrow-1:before { content: "\e98c"; } .subway-left-arrow:before { content: "\e98d"; } .subway-left-down-corner-arrow-1:before { content: "\e98e"; } .subway-left-down-corner-arrow:before { content: "\e98f"; } .subway-left-up-corner-arrow-1:before { content: "\e990"; } .subway-left-up-corner-arrow:before { content: "\e991"; } .subway-like:before { content: "\e992"; } .subway-location-1:before { content: "\e993"; } .subway-location-2:before { content: "\e994"; } .subway-location-3:before { content: "\e995"; } .subway-location:before { content: "\e996"; } .subway-lock-1:before { content: "\e997"; } .subway-lock-2:before { content: "\e998"; } .subway-lock:before { content: "\e999"; } .subway-magic:before { content: "\e99a"; } .subway-mail-icon-1:before { content: "\e99b"; } .subway-mail-icon-2:before { content: "\e99c"; } .subway-mail-icon:before { content: "\e99d"; } .subway-mark-1:before { content: "\e99e"; } .subway-mark-2:before { content: "\e99f"; } .subway-mark-3:before { content: "\e9a0"; } .subway-mark-4:before { content: "\e9a1"; } .subway-mark:before { content: "\e9a2"; } .subway-massage-1:before { content: "\e9a3"; } .subway-massage:before { content: "\e9a4"; } .subway-media:before { content: "\e9a5"; } .subway-memori-card:before { content: "\e9a6"; } .subway-menu:before { content: "\e9a7"; } .subway-mic:before { content: "\e9a8"; } .subway-missing:before { content: "\e9a9"; } .subway-move-1:before { content: "\e9aa"; } .subway-move-2:before { content: "\e9ab"; } .subway-move:before { content: "\e9ac"; } .subway-movie:before { content: "\e9ad"; } .subway-multiply-1:before { content: "\e9ae"; } .subway-multiply:before { content: "\e9af"; } .subway-music:before { content: "\e9b0"; } .subway-musk:before { content: "\e9b1"; } .subway-mute:before { content: "\e9b2"; } .subway-netwark:before { content: "\e9b3"; } .subway-next-1:before { content: "\e9b4"; } .subway-next:before { content: "\e9b5"; } .subway-paragraph-2:before { content: "\e9b6"; } .subway-paragraph-3:before { content: "\e9b7"; } .subway-paragraph-4:before { content: "\e9b8"; } .subway-paragraph-5:before { content: "\e9b9"; } .subway-paragraph-6:before { content: "\e9ba"; } .subway-paragraph-7:before { content: "\e9bb"; } .subway-paragraph-8:before { content: "\e9bc"; } .subway-paragraph-9:before { content: "\e9bd"; } .subway-paragraph:before { content: "\e9be"; } .subway-part-of-circle-1:before { content: "\e9bf"; } .subway-part-of-circle-2:before { content: "\e9c0"; } .subway-part-of-circle-3:before { content: "\e9c1"; } .subway-part-of-circle-4:before { content: "\e9c2"; } .subway-part-of-circle-5:before { content: "\e9c3"; } .subway-part-of-circle:before { content: "\e9c4"; } .subway-passing:before { content: "\e9c5"; } .subway-pause-1:before { content: "\e9c6"; } .subway-pause:before { content: "\e9c7"; } .subway-pencil:before { content: "\e9c8"; } .subway-pin-1:before { content: "\e9c9"; } .subway-pin:before { content: "\e9ca"; } .subway-play-1:before { content: "\e9cb"; } .subway-play:before { content: "\e9cc"; } .subway-pound:before { content: "\e9cd"; } .subway-power-batton:before { content: "\e9ce"; } .subway-power:before { content: "\e9cf"; } .subway-previous-1:before { content: "\e9d0"; } .subway-previous:before { content: "\e9d1"; } .subway-print:before { content: "\e9d2"; } .subway-random:before { content: "\e9d3"; } .subway-rectangle-1:before { content: "\e9d4"; } .subway-rectangle-2:before { content: "\e9d5"; } .subway-rectangle-3:before { content: "\e9d6"; } .subway-rectangle-4:before { content: "\e9d7"; } .subway-rectangle:before { content: "\e9d8"; } .subway-rectangular:before { content: "\e9d9"; } .subway-redo-1:before { content: "\e9da"; } .subway-redo-icon:before { content: "\e9db"; } .subway-redo:before { content: "\e9dc"; } .subway-refresh-time:before { content: "\e9dd"; } .subway-remove-playlist:before { content: "\e9de"; } .subway-reply:before { content: "\e9df"; } .subway-right-arrow-1:before { content: "\e9e0"; } .subway-right-arrow:before { content: "\e9e1"; } .subway-right-down-corner-arrow-1:before { content: "\e9e2"; } .subway-right-down-corner-arrow:before { content: "\e9e3"; } .subway-right-up-corner-arrow-1:before { content: "\e9e4"; } .subway-right-up-corner-arrow:before { content: "\e9e5"; } .subway-round-arrow-1:before { content: "\e9e6"; } .subway-round-arrow-2:before { content: "\e9e7"; } .subway-round-arrow-3:before { content: "\e9e8"; } .subway-round-arrow-4:before { content: "\e9e9"; } .subway-round-arrow-5:before { content: "\e9ea"; } .subway-round-arrow-6:before { content: "\e9eb"; } .subway-save:before { content: "\e9ec"; } .subway-search:before { content: "\e9ed"; } .subway-settong:before { content: "\e9ee"; } .subway-share-1:before { content: "\e9ef"; } .subway-share:before { content: "\e9f0"; } .subway-sharing-1:before { content: "\e9f1"; } .subway-sharing:before { content: "\e9f2"; } .subway-shuffile:before { content: "\e9f3"; } .subway-sms-1:before { content: "\e9f4"; } .subway-sms-2:before { content: "\e9f5"; } .subway-sms-3:before { content: "\e9f6"; } .subway-sms-4:before { content: "\e9f7"; } .subway-sms-5:before { content: "\e9f8"; } .subway-sms-6:before { content: "\e9f9"; } .subway-sms-7:before { content: "\e9fa"; } .subway-sms-8:before { content: "\e9fb"; } .subway-sms-9:before { content: "\e9fc"; } .subway-sms:before { content: "\e9fd"; } .subway-sound-1:before { content: "\e9fe"; } .subway-sound-2:before { content: "\e9ff"; } .subway-sound:before { content: "\ea00"; } .subway-star-1:before { content: "\ea01"; } .subway-star:before { content: "\ea02"; } .subway-step-1:before { content: "\ea03"; } .subway-step-2:before { content: "\ea04"; } .subway-step:before { content: "\ea05"; } .subway-stop-1:before { content: "\ea06"; } .subway-stop:before { content: "\ea07"; } .subway-subtraction-1:before { content: "\ea08"; } .subway-subtraction:before { content: "\ea09"; } .subway-switch:before { content: "\ea0a"; } .subway-symbol-1:before { content: "\ea0b"; } .subway-symbol-2:before { content: "\ea0c"; } .subway-symbol:before { content: "\ea0d"; } .subway-tep:before { content: "\ea0e"; } .subway-tick:before { content: "\ea0f"; } .subway-time-1:before { content: "\ea10"; } .subway-time-2:before { content: "\ea11"; } .subway-time-3:before { content: "\ea12"; } .subway-time-4:before { content: "\ea13"; } .subway-time-5:before { content: "\ea14"; } .subway-time:before { content: "\ea15"; } .subway-title:before { content: "\ea16"; } .subway-tool-box-1:before { content: "\ea17"; } .subway-tool-box:before { content: "\ea18"; } .subway-undo-1:before { content: "\ea19"; } .subway-undo-icon:before { content: "\ea1a"; } .subway-undo:before { content: "\ea1b"; } .subway-unlike:before { content: "\ea1c"; } .subway-unlock-1:before { content: "\ea1d"; } .subway-unlock:before { content: "\ea1e"; } .subway-up-2:before { content: "\ea1f"; } .subway-up-arrow-1:before { content: "\ea20"; } .subway-up-arrow:before { content: "\ea21"; } .subway-up:before { content: "\ea22"; } .subway-upload-1:before { content: "\ea23"; } .subway-upload-2:before { content: "\ea24"; } .subway-upload-3:before { content: "\ea25"; } .subway-upload-4:before { content: "\ea26"; } .subway-usd:before { content: "\ea27"; } .subway-video-1:before { content: "\ea28"; } .subway-video:before { content: "\ea29"; } .subway-webcam:before { content: "\ea2a"; } .subway-world-1:before { content: "\ea2b"; } .subway-world:before { content: "\ea2c"; } .subway-write-1:before { content: "\ea2d"; } .subway-write:before { content: "\ea2e"; } .subway-zip:before { content: "\ea2f"; } .subway-zoom-out:before { content: "\ea30"; } .subway-zoom-in:before { content: "\ea31"; }
icon-packs/ikonli-subway-pack/src/main/resources/META-INF/resources/subway/20201108/css/subway.css
@font-face { font-family: 'Subway-Icons'; src: url('../fonts/Subway-Icons.eot?nqe6p0'); src: url('../fonts/Subway-Icons.eot?nqe6p0#iefix') format('embedded-opentype'), url('../fonts/Subway-Icons.ttf?nqe6p0') format('truetype'), url('../fonts/Subway-Icons.woff?nqe6p0') format('woff'), url('../fonts/Subway-Icons.svg?nqe6p0#Subway-Icons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="subway-"], [class*=" subway-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Subway-Icons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .subway-at:before { content: "\e900"; } .subway-add-1:before { content: "\e901"; } .subway-add-playlist:before { content: "\e902"; } .subway-add:before { content: "\e903"; } .subway-admin-1:before { content: "\e904"; } .subway-admin-2:before { content: "\e905"; } .subway-admin:before { content: "\e906"; } .subway-airplane-mode:before { content: "\e907"; } .subway-alam:before { content: "\e908"; } .subway-backward:before { content: "\e909"; } .subway-backward-1:before { content: "\e90a"; } .subway-bag:before { content: "\e90b"; } .subway-basket:before { content: "\e90c"; } .subway-bell:before { content: "\e90d"; } .subway-black-white:before { content: "\e90e"; } .subway-bluetooth:before { content: "\e90f"; } .subway-blur:before { content: "\e910"; } .subway-book-1:before { content: "\e911"; } .subway-book:before { content: "\e912"; } .subway-box-1:before { content: "\e913"; } .subway-box:before { content: "\e914"; } .subway-brightest:before { content: "\e915"; } .subway-brush:before { content: "\e916"; } .subway-c:before { content: "\e917"; } .subway-cain:before { content: "\e918"; } .subway-calendar-1:before { content: "\e919"; } .subway-calendar-2:before { content: "\e91a"; } .subway-calendar-3:before { content: "\e91b"; } .subway-calendar-4:before { content: "\e91c"; } .subway-calendar-5:before { content: "\e91d"; } .subway-calendar-6:before { content: "\e91e"; } .subway-calendar:before { content: "\e91f"; } .subway-call-1:before { content: "\e920"; } .subway-call-2:before { content: "\e921"; } .subway-call-3:before { content: "\e922"; } .subway-call-4:before { content: "\e923"; } .subway-call:before { content: "\e924"; } .subway-camera:before { content: "\e925"; } .subway-cercle-1:before { content: "\e926"; } .subway-cercle-2:before { content: "\e927"; } .subway-cercle-3:before { content: "\e928"; } .subway-cercle-4:before { content: "\e929"; } .subway-cercle-5:before { content: "\e92a"; } .subway-cercle-6:before { content: "\e92b"; } .subway-cercle-7:before { content: "\e92c"; } .subway-cercle-8:before { content: "\e92d"; } .subway-circle:before { content: "\e92e"; } .subway-close-2:before { content: "\e92f"; } .subway-close-corner-arrow-1:before { content: "\e930"; } .subway-close-corner-arrow-2:before { content: "\e931"; } .subway-cloth-1:before { content: "\e932"; } .subway-cloth:before { content: "\e933"; } .subway-cloud-download:before { content: "\e934"; } .subway-cloud-reload:before { content: "\e935"; } .subway-cloud-upload:before { content: "\e936"; } .subway-cloud:before { content: "\e937"; } .subway-coin-1:before { content: "\e938"; } .subway-coin:before { content: "\e939"; } .subway-compass-1:before { content: "\e93a"; } .subway-compass-2:before { content: "\e93b"; } .subway-compass:before { content: "\e93c"; } .subway-compose:before { content: "\e93d"; } .subway-cover:before { content: "\e93e"; } .subway-crop:before { content: "\e93f"; } .subway-crpss:before { content: "\e940"; } .subway-dail-pad:before { content: "\e941"; } .subway-delete:before { content: "\e942"; } .subway-divide-1:before { content: "\e943"; } .subway-divide:before { content: "\e944"; } .subway-document-1:before { content: "\e945"; } .subway-document-2:before { content: "\e946"; } .subway-document-3:before { content: "\e947"; } .subway-document:before { content: "\e948"; } .subway-down-2:before { content: "\e949"; } .subway-down-arrow-1:before { content: "\e94a"; } .subway-down-arrow:before { content: "\e94b"; } .subway-down:before { content: "\e94c"; } .subway-download-1:before { content: "\e94d"; } .subway-download-2:before { content: "\e94e"; } .subway-download-3:before { content: "\e94f"; } .subway-download-4:before { content: "\e950"; } .subway-duble-corner-arrow-1:before { content: "\e951"; } .subway-duble-corner-arrow-3:before { content: "\e952"; } .subway-duble-corner-arrow-4:before { content: "\e953"; } .subway-duble-corner-arrow-5:before { content: "\e954"; } .subway-duble-corner-arrow-6:before { content: "\e955"; } .subway-duble-corner-arrow-blod-2:before { content: "\e956"; } .subway-equal-1:before { content: "\e957"; } .subway-equal:before { content: "\e958"; } .subway-equalizer-1:before { content: "\e959"; } .subway-equalizer-2:before { content: "\e95a"; } .subway-equalizer:before { content: "\e95b"; } .subway-error:before { content: "\e95c"; } .subway-euro:before { content: "\e95d"; } .subway-exit:before { content: "\e95e"; } .subway-eye:before { content: "\e95f"; } .subway-f:before { content: "\e960"; } .subway-feed:before { content: "\e961"; } .subway-file-1:before { content: "\e962"; } .subway-file-2:before { content: "\e963"; } .subway-file-3:before { content: "\e964"; } .subway-file-4:before { content: "\e965"; } .subway-file-5:before { content: "\e966"; } .subway-file-6:before { content: "\e967"; } .subway-file-7:before { content: "\e968"; } .subway-file-8:before { content: "\e969"; } .subway-file-9:before { content: "\e96a"; } .subway-file-10:before { content: "\e96b"; } .subway-file-11:before { content: "\e96c"; } .subway-file-12:before { content: "\e96d"; } .subway-file-13:before { content: "\e96e"; } .subway-file:before { content: "\e96f"; } .subway-folder-1:before { content: "\e970"; } .subway-folder-2:before { content: "\e971"; } .subway-folder-3:before { content: "\e972"; } .subway-folder:before { content: "\e973"; } .subway-fot-screen:before { content: "\e974"; } .subway-four-box:before { content: "\e975"; } .subway-froward-1:before { content: "\e976"; } .subway-froward:before { content: "\e977"; } .subway-fullscreen:before { content: "\e978"; } .subway-glass:before { content: "\e979"; } .subway-home-1:before { content: "\e97a"; } .subway-home-2:before { content: "\e97b"; } .subway-home-3:before { content: "\e97c"; } .subway-home:before { content: "\e97d"; } .subway-hulf-of-circle-2:before { content: "\e97e"; } .subway-hurt-1:before { content: "\e97f"; } .subway-hurt-3:before { content: "\e980"; } .subway-hurt:before { content: "\e981"; } .subway-id-card-1:before { content: "\e982"; } .subway-id-card:before { content: "\e983"; } .subway-image:before { content: "\e984"; } .subway-join-corner-arrow-1:before { content: "\e985"; } .subway-join-corner-arrow-2:before { content: "\e986"; } .subway-join-corner-arrow-3:before { content: "\e987"; } .subway-join-corner-arrow-4:before { content: "\e988"; } .subway-join-corner-arrow-5:before { content: "\e989"; } .subway-join-corner-arrow-6:before { content: "\e98a"; } .subway-key:before { content: "\e98b"; } .subway-left-arrow-1:before { content: "\e98c"; } .subway-left-arrow:before { content: "\e98d"; } .subway-left-down-corner-arrow-1:before { content: "\e98e"; } .subway-left-down-corner-arrow:before { content: "\e98f"; } .subway-left-up-corner-arrow-1:before { content: "\e990"; } .subway-left-up-corner-arrow:before { content: "\e991"; } .subway-like:before { content: "\e992"; } .subway-location-1:before { content: "\e993"; } .subway-location-2:before { content: "\e994"; } .subway-location-3:before { content: "\e995"; } .subway-location:before { content: "\e996"; } .subway-lock-1:before { content: "\e997"; } .subway-lock-2:before { content: "\e998"; } .subway-lock:before { content: "\e999"; } .subway-magic:before { content: "\e99a"; } .subway-mail-icon-1:before { content: "\e99b"; } .subway-mail-icon-2:before { content: "\e99c"; } .subway-mail-icon:before { content: "\e99d"; } .subway-mark-1:before { content: "\e99e"; } .subway-mark-2:before { content: "\e99f"; } .subway-mark-3:before { content: "\e9a0"; } .subway-mark-4:before { content: "\e9a1"; } .subway-mark:before { content: "\e9a2"; } .subway-massage-1:before { content: "\e9a3"; } .subway-massage:before { content: "\e9a4"; } .subway-media:before { content: "\e9a5"; } .subway-memori-card:before { content: "\e9a6"; } .subway-menu:before { content: "\e9a7"; } .subway-mic:before { content: "\e9a8"; } .subway-missing:before { content: "\e9a9"; } .subway-move-1:before { content: "\e9aa"; } .subway-move-2:before { content: "\e9ab"; } .subway-move:before { content: "\e9ac"; } .subway-movie:before { content: "\e9ad"; } .subway-multiply-1:before { content: "\e9ae"; } .subway-multiply:before { content: "\e9af"; } .subway-music:before { content: "\e9b0"; } .subway-musk:before { content: "\e9b1"; } .subway-mute:before { content: "\e9b2"; } .subway-netwark:before { content: "\e9b3"; } .subway-next-1:before { content: "\e9b4"; } .subway-next:before { content: "\e9b5"; } .subway-paragraph-2:before { content: "\e9b6"; } .subway-paragraph-3:before { content: "\e9b7"; } .subway-paragraph-4:before { content: "\e9b8"; } .subway-paragraph-5:before { content: "\e9b9"; } .subway-paragraph-6:before { content: "\e9ba"; } .subway-paragraph-7:before { content: "\e9bb"; } .subway-paragraph-8:before { content: "\e9bc"; } .subway-paragraph-9:before { content: "\e9bd"; } .subway-paragraph:before { content: "\e9be"; } .subway-part-of-circle-1:before { content: "\e9bf"; } .subway-part-of-circle-2:before { content: "\e9c0"; } .subway-part-of-circle-3:before { content: "\e9c1"; } .subway-part-of-circle-4:before { content: "\e9c2"; } .subway-part-of-circle-5:before { content: "\e9c3"; } .subway-part-of-circle:before { content: "\e9c4"; } .subway-passing:before { content: "\e9c5"; } .subway-pause-1:before { content: "\e9c6"; } .subway-pause:before { content: "\e9c7"; } .subway-pencil:before { content: "\e9c8"; } .subway-pin-1:before { content: "\e9c9"; } .subway-pin:before { content: "\e9ca"; } .subway-play-1:before { content: "\e9cb"; } .subway-play:before { content: "\e9cc"; } .subway-pound:before { content: "\e9cd"; } .subway-power-batton:before { content: "\e9ce"; } .subway-power:before { content: "\e9cf"; } .subway-previous-1:before { content: "\e9d0"; } .subway-previous:before { content: "\e9d1"; } .subway-print:before { content: "\e9d2"; } .subway-random:before { content: "\e9d3"; } .subway-rectangle-1:before { content: "\e9d4"; } .subway-rectangle-2:before { content: "\e9d5"; } .subway-rectangle-3:before { content: "\e9d6"; } .subway-rectangle-4:before { content: "\e9d7"; } .subway-rectangle:before { content: "\e9d8"; } .subway-rectangular:before { content: "\e9d9"; } .subway-redo-1:before { content: "\e9da"; } .subway-redo-icon:before { content: "\e9db"; } .subway-redo:before { content: "\e9dc"; } .subway-refresh-time:before { content: "\e9dd"; } .subway-remove-playlist:before { content: "\e9de"; } .subway-reply:before { content: "\e9df"; } .subway-right-arrow-1:before { content: "\e9e0"; } .subway-right-arrow:before { content: "\e9e1"; } .subway-right-down-corner-arrow-1:before { content: "\e9e2"; } .subway-right-down-corner-arrow:before { content: "\e9e3"; } .subway-right-up-corner-arrow-1:before { content: "\e9e4"; } .subway-right-up-corner-arrow:before { content: "\e9e5"; } .subway-round-arrow-1:before { content: "\e9e6"; } .subway-round-arrow-2:before { content: "\e9e7"; } .subway-round-arrow-3:before { content: "\e9e8"; } .subway-round-arrow-4:before { content: "\e9e9"; } .subway-round-arrow-5:before { content: "\e9ea"; } .subway-round-arrow-6:before { content: "\e9eb"; } .subway-save:before { content: "\e9ec"; } .subway-search:before { content: "\e9ed"; } .subway-settong:before { content: "\e9ee"; } .subway-share-1:before { content: "\e9ef"; } .subway-share:before { content: "\e9f0"; } .subway-sharing-1:before { content: "\e9f1"; } .subway-sharing:before { content: "\e9f2"; } .subway-shuffile:before { content: "\e9f3"; } .subway-sms-1:before { content: "\e9f4"; } .subway-sms-2:before { content: "\e9f5"; } .subway-sms-3:before { content: "\e9f6"; } .subway-sms-4:before { content: "\e9f7"; } .subway-sms-5:before { content: "\e9f8"; } .subway-sms-6:before { content: "\e9f9"; } .subway-sms-7:before { content: "\e9fa"; } .subway-sms-8:before { content: "\e9fb"; } .subway-sms-9:before { content: "\e9fc"; } .subway-sms:before { content: "\e9fd"; } .subway-sound-1:before { content: "\e9fe"; } .subway-sound-2:before { content: "\e9ff"; } .subway-sound:before { content: "\ea00"; } .subway-star-1:before { content: "\ea01"; } .subway-star:before { content: "\ea02"; } .subway-step-1:before { content: "\ea03"; } .subway-step-2:before { content: "\ea04"; } .subway-step:before { content: "\ea05"; } .subway-stop-1:before { content: "\ea06"; } .subway-stop:before { content: "\ea07"; } .subway-subtraction-1:before { content: "\ea08"; } .subway-subtraction:before { content: "\ea09"; } .subway-switch:before { content: "\ea0a"; } .subway-symbol-1:before { content: "\ea0b"; } .subway-symbol-2:before { content: "\ea0c"; } .subway-symbol:before { content: "\ea0d"; } .subway-tep:before { content: "\ea0e"; } .subway-tick:before { content: "\ea0f"; } .subway-time-1:before { content: "\ea10"; } .subway-time-2:before { content: "\ea11"; } .subway-time-3:before { content: "\ea12"; } .subway-time-4:before { content: "\ea13"; } .subway-time-5:before { content: "\ea14"; } .subway-time:before { content: "\ea15"; } .subway-title:before { content: "\ea16"; } .subway-tool-box-1:before { content: "\ea17"; } .subway-tool-box:before { content: "\ea18"; } .subway-undo-1:before { content: "\ea19"; } .subway-undo-icon:before { content: "\ea1a"; } .subway-undo:before { content: "\ea1b"; } .subway-unlike:before { content: "\ea1c"; } .subway-unlock-1:before { content: "\ea1d"; } .subway-unlock:before { content: "\ea1e"; } .subway-up-2:before { content: "\ea1f"; } .subway-up-arrow-1:before { content: "\ea20"; } .subway-up-arrow:before { content: "\ea21"; } .subway-up:before { content: "\ea22"; } .subway-upload-1:before { content: "\ea23"; } .subway-upload-2:before { content: "\ea24"; } .subway-upload-3:before { content: "\ea25"; } .subway-upload-4:before { content: "\ea26"; } .subway-usd:before { content: "\ea27"; } .subway-video-1:before { content: "\ea28"; } .subway-video:before { content: "\ea29"; } .subway-webcam:before { content: "\ea2a"; } .subway-world-1:before { content: "\ea2b"; } .subway-world:before { content: "\ea2c"; } .subway-write-1:before { content: "\ea2d"; } .subway-write:before { content: "\ea2e"; } .subway-zip:before { content: "\ea2f"; } .subway-zoom-out:before { content: "\ea30"; } .subway-zoom-in:before { content: "\ea31"; }
0.253399
0.099208
Created on : Nov 5, 2017, 1:48:02 PM Author : DroitLab */ /*menu dropdown css*/ .widget ul li a { font-size: 15px; color: #222222; } .blog_header .navbar { background: #fff; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li a{ padding: 5px 10px !important; } @media (min-width: 992px) { .footer-area3 .col-left::before { right: -33px; } } .navbar.navbar-default .navbar-collapse .menu li .sub-menu{ background: transparent; } .header.stricky-fixed .menu li .sub-menu{ background: #fff; } @media(min-width: 991px){ .navbar.navbar-default .navbar-collapse .menu li .sub-menu{ position: absolute; top: 100%; right: 75px; transition: all 300ms linear 0s; display: block; min-width: 75px; background: #fff; border-radius: 0px; border: none; padding: 20px 0px 20px 0px; box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .175); opacity: 0; visibility: hidden; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li{ margin-right: 0px !important; position: relative; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li a{ padding: 0px 10px; border: 0px; } .navbar.navbar-default .navbar-collapse .menu li:hover .sub-menu li a{ border: 0px; } .navbar.navbar-default .navbar-collapse .menu li:hover .sub-menu{ opacity: 1; visibility: visible; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li .sub-sub-menu{ left: 100%; top: 0; opacity: 0; visibility: hidden; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li:hover .sub-sub-menu{ opacity: 1; visibility: visible; } } .smith-page { background-attachment: fixed!important; background-size: cover!important; background-position: 50%, 25%!important; padding: 235px 0px 166px; z-index: 1; position: relative; } .smith-page:before { content: ''; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background-image: -moz-linear-gradient(-15deg, #f1b200 0%, #d69303 100%); background-image: -webkit-linear-gradient(-15deg, #f1b200 0%, #d69303 100%); background-image: -ms-linear-gradient(-15deg, #f1b200 0%, #d69303 100%); z-index: -1; opacity: 0.45; } /*Unit Test For Blog*/ .blog-banner-area { background-image: url(../image/blog/blog_banner.jpg); background-size: cover!important; background-position: 50%, 25%!important; padding: 235px 0px 166px; z-index: 1; position: relative; } .blog-banner-area:before { content: ''; width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: -1; opacity: 0.35; background-image: -moz-linear-gradient(-15deg, #000000 0%, #000000 100%); background-image: -webkit-linear-gradient(-15deg, #000000 0%, #000000 100%) !important; background-image: -ms-linear-gradient(-15deg, #000000 0%, #000000 100%) !important; } .blog-banner-content { text-align: center; color: #fff; } .blog-banner-content h2 { font: 200 55px/65px "Poppins", sans-serif; letter-spacing: 0.50px; } .blog-banner-content p { font: 400 18px "Open Sans", sans-serif; padding-top: 12px; color: #fff; } .blog-sidebar .widget.widget_text .textwidget .wp-caption{ color: #1a264a; } .widget.widget_text .textwidget .wp-caption .wp-caption-text{ font: 300 13px/15px "Poppins", sans-serif; font-style: italic; } .blog-sidebar .widget.widget_text .textwidget .wp-caption .wp-caption-text{ color: #1a264a; } .blog-section-area { padding: 115px 0px 105px; } .blog-section-area .section-subtitle{ margin-bottom: 30px; } .blog-section-area .sticky { background-color: #f8f8f8; color:#272727; padding: 20px 40px 30px; } .blog-section-area .sticky:before { font-family: "Poppins", sans-serif; content: "Featured"; color: #FFF; background: #f1b200 ; padding: 5px 20px; display: inline-block; text-align: right; float: right; font-weight: bold; text-transform: uppercase; position: absolute; right: 1px; font-size: 14px; top: 0; } .blog-section-area .sticky h2 { margin-top: 5px; } /*========== start blog-area css ===========*/ .blog-section-area { padding: 110px 0px 105px; } .blog-section-area .section-subtitle{ margin-bottom: 30px; } .blog-section { padding-right: 50px; padding-top: 5px; } .blog-items { margin-bottom: 70px; position: relative; } .blog-items .blog-content p.more a i{ vertical-align: middle; } .blog-items .blog-content a h2:hover, .blog-items .blog-content a h1:hover, .blog-items .blog-content a h3:hover, .blog-items .blog-content a h4:hover, .blog-items .blog-content a h5:hover, .blog-items .blog-content a h6:hover { color: #f1b200; } .blog-items .blog-content p { color: #666666; padding: 0px 0px 25px; font-family: "Poppins", sans-serif; font-size: 16px; } .blog-items .blog-content a:hover{ color: #f1b200; } .post-info { padding-top: 15px; border-top: 1px solid #f0f0f0; margin-top: 20px; } .blog-items.single-post .post-info { padding-bottom: 0px; } .blog-items .post-info { clear: right; } .post-info li { font: 400 13px/30px "Open Sans", sans-serif; color: #9a9a9a; display: inline-block; font-style: normal; } .post-info li.post-tags{ display: inline; } .post-info li a, .post-info li span { color: #9a9a9a; } .post-info li a:hover, .post-info li span:hover { color: #f1b200; } .post-info li + li { margin-left: 10px; } .post-info li + li:before { content: ''; width: 1px; height: 15px; display: inline-block; background: #9a9a9a; vertical-align: middle; margin-right: 10px; } .blog-pagination ul.page-numbers{ text-align: center; } .blog-pagination ul.page-numbers li span.page-numbers.current{ color: #f1b200; } .blog-pagination li { display: inline-block; padding-right: 5px; } .blog-pagination li .page-numbers , .blog-pagination li .page-numbers.current:hover{ font: 400 15px/38px "Poppins", sans-serif; color: #999; padding: 5px 10px; background: #fff; border: 1px solid #ccc; border-radius: 2px; } .blog-pagination li a.page-numbers:hover { color: #fff !important; background: #f1b200; border-color: #f1b200 !important; } .blog-pagination li a i { padding-left: 13px; vertical-align: middle; } .blog-pagination li a:hover { color: #f1b200; } .blog-pagination li.active a { color: #1a264a; font-weight: 500; } /*=========== blog-sidebar css ===============*/ .blog-sidebar { padding-left: 20px; } /*.blog-sidebar .widget .widget_title { font: 400 24px "Poppins", sans-serif; color: #1a264a; border-bottom: 1px solid #ededed; padding-bottom: 25px; margin-bottom: 30px; }*/ .widget.widget_pages ul li{ padding: 0px 0px 5px; } .widget.widget_pages ul li.page_item_has_children{ padding: 0px; } .blog-sidebar .widget.widget_pages ul li a:hover{ color: #f1b200; } .blog-sidebar .widget.widget_nav_menu ul li a:hover{ color: #f1b200; } .blog-sidebar .widget.widget_nav_menu ul.menu li.menu-item-has-children ul.sub-menu{ padding-left: 15px; } .widget.widget_rss ul li .rsswidget{ font: 500 16px/25px "Poppins", sans-serif; color: #666; } .widget.widget_rss ul li .rsswidget, .widget.widget_rss ul li .rss-date{ display: block; } .widget.widget_rss ul li .rss-date{ font: 300 13px "Poppins", sans-serif; } .blog-sidebar .widget.widget_rss ul li .rss-date{ color: #585e68; } .blog-sidebar .widget.widget_rss .rsswidget:hover{ color: #f1b200; } .blog-sidebar .widget ul li .children { padding-left: 20px; } .blog-sidebar .widget.categories-widget { margin-top: 67px; } .blog-sidebar .widget.categories-widget .widget_title { margin-bottom: 20px; } .widget .widgettitle , .widget .widget_title{ font: 600 18px "Poppins", sans-serif; color: #444444; padding-bottom: 0px; line-height: 36px; } .widget_recent_comments ul li:first-child, .widget_recent_entries ul li:first-child { padding-top: 0; } .widget_recent_comments ul li { padding-top: 20px; } .widget_recent_entries ul li { padding-top: 20px; } .blog-sidebar .widget.widget_categories { margin-top: 67px; } .blog-sidebar .widget .widgettitle { margin-bottom: 10px; } .blog-sidebar .widget + .widget { margin-top: 45px; } .widget-search { padding-bottom: 5px; } .screen-reader-text{ display: none; } .search-form{ position: relative; } .search-form label{ display:block; } .search-form label::before{ content: "\e610"; font-family: 'themify'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; position:absolute; right: 25px; top: 50%; transform: translateY(-50%); } .search-field { border: 0px; box-shadow: none; height: 50px; font-family: "Open Sans", sans-serif; font-size: 15px; color: #999999; padding: 0px 10px 0px 30px; width: 100%; background: #f6f6f6; } .search-field .placeholder { color: #999999; } .search-field:-moz-placeholder { color: #999999; font-weight: normal; } .search-field::-moz-placeholder { color: #999999; font-weight: normal; } .search-field::-webkit-input-placeholder { color: #999999; font-weight: normal; } .widget-search .search-form .input-group-addon { padding: 0px; background: none; border-radius: 0px; border: 0px; } .search-submit { font-size: 15px; color: #f1b200; border: 0px; background: transparent; padding: 0px 30px 0px 0px; position: absolute; text-indent: -50px; top:10px; right:18px; } .search-field:focus { border-color: #f1b200; outline: none; } .search-submit:focus { outline: none; } .post-widget .media { margin-top: 21px; } .post-widget .media .media-left, .media>.pull-left { padding-right: 0px; } .post-widget .media .media-body .tn_tittle { font: 400 14px/25px "Open Sans", sans-serif; color: #1a264a; transition: all 400ms linear 0s; } .post-widget .media .media-body .tn_tittle:hover { color: #f1b200; } .post-widget .media .media-body ul li { display: inline-block; } .post-widget .media .media-body ul li a { font: 400 13px/26px "Open Sans", sans-serif; color: #555555; transition: all 400ms linear 0s; } .post-widget .media .media-body a{ font: 400 14px/25px "Open Sans", sans-serif; } .post-widget .media .media-body ul li a i { color: #9c9c9c; padding-right: 7px; } .post-widget .media .media-body ul li a:hover { color: #f1b200; } .post-widget .media .media-body ul li a:hover i { color: #f1b200; } .post-widget .media .media-body ul li + li { margin-left: 10px; } .post-widget .media:nth-child(2) { margin-top: 0px; } .widget_tag_cloud .tagcloud { margin-left: -7px; } .widget_tag_cloud .tagcloud a { font: 400 12px/26px "Poppins", sans-serif; color: #666666; border: 1px solid #e0e0e0; padding: 3px 20px; display: inline-block; transition: all 0.1s linear; margin: 0px 5px 10px; font-size: 12px !important; border-radius: 16px; text-transform: uppercase; } .widget_tag_cloud .tagcloud a:hover { background: #f1b200; color: #fff; } .blog-sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a{ color: #555; } .blog-sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a:hover{ color: #f1b200; } .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item { padding: 5px 0px; font: 400 13px "Open Sans", sans-serif; } .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item ul.sub-menu{ padding-left: 10px; } .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item ul.sub-menu li{ padding-left: 10px; } .widget.widget_nav_menu ul.menu li.menu-item a:hover { color: #f1b200; } .blog-sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a{ color: #555; } .blog-sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover{ color: #f1b200; } .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item { padding: 5px 0px; font: 400 13px "Open Sans", sans-serif; } .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item ul.sub-menu{ padding-left: 10px; } .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item ul.sub-menu li{ padding-left: 10px; } .widget.widget_nav_menu ul.menu li.menu-item a:hover { color: #f1b200; } .widget_categories ul li { font: 400 13px/30px "Open Sans", sans-serif; } .widget_categories ul li a i { font-size: 9px; vertical-align: middle; padding-right: 17px; } .widget_categories ul li a:hover { color: #f1b200; } .tweets-widget .tweets li { font: 400 15px/28px "Open Sans", sans-serif; color: #666666; } .tweets-widget .tweets li a { color: #1a264a; } .tweets-widget .tweets li a:hover { color: #f1b200; } .tweets-widget .tweets li span { color: #555555; display: block; padding-top: 5px; } .tweets-widget .tweets li span i { color: #9c9c9c; padding-right: 10px; } .tweets-widget .tweets li + li { padding-top: 14px; } .flicker-widget .ri-grid { width: 55%; } .flicker-widget .ri-grid ul { width: 356px; } .flicker-widget .ri-grid ul li { height: 112px !important; width: 112px !important; margin-right: 6px; margin-bottom: 6px; } .single-post pre{ padding: 20px; margin: 20px auto; } .single-post code{ background-color: rgba( 68, 68, 68, 0.2); color: #444444; } .single-post ins{ background-color: #79a7c6; color: #fff; text-decoration: none; } .single-post kbd{ background-color: transparent; color: #444444; box-shadow: none; } blockquote{ border-left: 2px solid #b9b8b8; padding: 0 0 0 35px; margin: 40px 0 50px; } blockquote p { font-family: "Poppins", sans-serif; font-size: 24px !important; color: #9c9c9c !important; font-style: italic; margin: 0 !important; padding: 0 !important; line-height: 36px !important; } .single-post h2{ margin: 20px 0px; } .single-post .pagination { display: block; overflow: hidden; border-top: 1px solid #f0f0f0; margin-top: 10px; padding-top: 27px; } .single-post .pagination a { font: 400 15px "Poppins", sans-serif; color: #555555; display: inline-block; float: left; } .single-post .pagination a[rel="next"] { float: right; } .single-post .pagination a i { vertical-align: middle; padding-right: 13px; } .single-post .pagination a + a { float: right; } .single-post .pagination a + a i { padding-right: 0px; padding-left: 13px; } .single-post .pagination a:hover { color: #f1b200; } /*Single Post Social Share*/ .post_social { background-color: white; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); padding: 36px 25px 35px 40px; margin-bottom: 80px; } @media (max-width: 480px) { .post_social { padding: 36px 15px 26px 15px; } } .post_social li { display: inline-block; border-radius: 50%; background: #3b5796; transition: all 0.2s linear; margin-right: 12px; margin-bottom: 5px; } .post_social li a { color: #fff; width: 45px; height: 45px; text-align: center; font-size: 18px; line-height: 45px; display: block; } .post_social li:nth-child(2) { background: #55aded; } .post_social li:nth-child(3) { background: #db4a37; } .post_social li:nth-child(4) { background: #c0061e; } .post_social li:nth-child(5) { background: #0779b8; } .post_social li:nth-child(6) { background: #33455d; } .post_social li:nth-child(7) { background: #e23f5c; } .post_social li:hover { opacity: 0.8; } .comment-title { font: 400 18px "Poppins", sans-serif; color: #1a264a; padding-bottom: 25px; } .comments-area .comment-list .comment-content table tbody tr td a { color: #666666; } .comments-area .comment-list .comment-content a:hover { color: #f1b200; } .comments-area .comments .comment-list .comment-body .comment-meta { padding-bottom: 20px; font-family: "Poppins", sans-serif; } .comments-area .comments .comment-list .comment-body .comment-meta .comment-metadata, .comments-area .comments .comment-list .comment-body .comment-content { padding-left: 42px; } pre{ background: #eee; } pre h2{ font-weight: 300 !important; } .comments-area .comment-list .comment-content table tr td a:hover { color: #f1b200; } .comments .comment-author .fn a.url:hover, .comments .comment-metadata a:hover, .comments-area .comments .reply a.comment-reply-link:hover, .comments-area .comment-list .comment-body a.url:hover{ color: #f1b200; } .comments-area .comment-list .comment-content h1, .comments-area .comment-list .comment-content h2, .comments-area .comment-list .comment-content h3, .comments-area .comment-list .comment-content h4, .comments-area .comment-list .comment-content h5, .comments-area .comment-list .comment-content h6 { font-family: "Poppins", sans-serif; color: #666; margin-bottom: 20px; font-weight: 500; margin-top: 25px; line-height: 1.5; } .comments-area ul, .comments-area ol { margin-left: 20px; } .comments-area .comment-list .comment-content p { color: #666666; font-family: "Poppins", sans-serif; font-size: 14px; line-height: 24px; } .comments .comment .media-left { padding-right: 20px; } .comments .comment .media-body .commenter-name { font: 400 15px "Poppins", sans-serif; color: #1a264a; } .comments .comment .media-body h6 { font: 400 13px/30px "Open Sans", sans-serif; color: #555555; font-style: italic; } .comments .comment .media-body p { color: #555555; padding-top: 10px; } .comments .comment .media-body .reply-btn { line-height: 48px; color: #555555; } .comments .comment .media-body .reply-btn i { padding-left: 10px; vertical-align: middle; } .comments .comment .media-body .reply-btn:hover { color: #f1b200; } .contact-form { margin-top: 10px; overflow: hidden; } .contact-form input { /* width: 48.6%;*/ float: left; } .contact-form input + input { margin-left: 2.5%; } .contact-form .form-control { font: 400 15px/46px "Open Sans", sans-serif; padding: 0px 30px; color: #555555; background: #fff; box-shadow: none; outline: none; border: 1px solid #f2f2f2; border-radius: 0px; height: auto; margin-bottom: 20px; } .contact-form .form-control.placeholder { color: #9c9c9c; } .contact-form .form-control:-moz-placeholder { color: #9c9c9c; } .contact-form .form-control::-moz-placeholder { color: #9c9c9c; } .contact-form .form-control::-webkit-input-placeholder { color: #9c9c9c; } .contact-form .form-control:focus { border-color: #f1b200; } .contact-form textarea.form-control { height: 220px; } .contact-form .sub_btn-two { height: 48px; padding: 0px; margin-top: 10px; } .navigation.posts-navigation .nav-links .nav-previous a, .navigation.posts-navigation .nav-links .nav-next a{ font: 400 15px/38px "Poppins", sans-serif; color: #f1b200; padding: 5px 10px; background: #fff; border: 1px solid #f1b200; } .navigation.posts-navigation .nav-links .nav-previous a:hover, .navigation.posts-navigation .nav-links .nav-next a:hover{ color: #fff; background: #f1b200; border: 1px solid #f1b200; } .navigation.posts-navigation .nav-links .nav-previous a:before{ content: "\e879"; display: inline-block; font-family: 'Linearicons-Free'; padding-right: 5px; } .navigation.posts-navigation .nav-links .nav-next a:after{ content: "\e87a"; display: inline-block; font-family: 'Linearicons-Free'; padding-left: 5px; } .navigation.posts-navigation .nav-links .nav-previous{ float: left; } .navigation.posts-navigation .nav-links .nav-next{ float: right; } /* Maksud */ .comment-form textarea#comment{ height: 220px; font: 400 15px/46px "Open Sans", sans-serif; padding: 0px 25px; color: #555555; background: #fff; box-shadow: none; outline: none; border: 1px solid #f2f2f2; border-radius: 5px; margin-bottom: 20px; display: block; width: 100%; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s } .comment-form textarea#comment:focus{ border-color: #f1b200; } .comment-form label{ display: none; } .comment-form input#url{ display: none; } .comment-form input#author, .comment-form input#email{ font: 400 15px/46px "Open Sans", sans-serif; padding: 0px 25px; color: #555555; background: #fff; box-shadow: none; outline: none; border: 1px solid #f2f2f2; border-radius: 5px; height: auto; margin-bottom: 20px; } .comment-form input#author:focus, .comment-form input#email:focus{ border-color: #f1b200; } .page-links { clear: both; margin: 0 0 1.5em; } .page-links { font-size: 14px; font-weight: 800; padding: 2em 0 3em; } .page-links a{ display: inline-block; } .page-links .page-number, .page-links a .page-number{ padding: 0px 15px; display: inline-block; } .page-links .page-number{ color: #f1b200; border: 1px solid #f1b200; } .page-links a .page-number{ color: #fff; border: 1px solid #f1b200; background: #f1b200; } .page-links a:hover .page-number{ color: #f1b200; background: transparent; border-color: #f1b200; } .comment-form .submit { padding: 0px; max-width: 260px; margin-top: 45px; color: #fff; width: 290px; height: 48px; display: inline-block; font: 700 14px/40px "Open Sans", sans-serif; letter-spacing: 1px; border-radius: 40px; background: #f1b200; text-transform: uppercase; color: #fff; border: 2px solid #ffffff; transition: all 400ms linear 0s; } .comment-form .submit:hover { background: #f1b200; border-color: #f1b200; color: #fff; } .comment-form input { width: 48.6%; float: left; } .comment-form input#email{ margin-left: 2.5%; } .comment-notes{ display: none; } .comment-reply-title{ font: 400 18px "Poppins", sans-serif; color: #1a264a; padding-bottom: 25px; } .children{ list-style: none; } span.says{ display: none; } .comments-area .comments .comment-list .pingback .comment-body{ margin-bottom: 30px; } .comments-area .comments .comment-list .pingback .comment-body a{ color: #555; } .comments-area .comments .comment-list .pingback .comment-body a:hover{ color: #f1b200; } article.comment-body{ padding: 15px 0; border: none; } .blog-sidebar li{ list-style: none; } /*========== End blog-area css ===========*/ /*========== full-width-blog css =============*/ .full-width-blog { padding-right: 0px; padding-top: 0px; } .full-width-blog .blog-pagination { text-align: center; } .right-sidebar-blog .blog-section { padding-right: 0px; padding-left: 20px; } .right-sidebar-blog .blog-sidebar { padding-left: 0px; padding-right: 20px; } .full-width-single2 .blog-section { padding-right: 0px; padding-top: 0px; } .gallery-caption{ font: 400 18px/30px "Poppins", sans-serif; color: #1a264a; } .bypostauthor{ color: #337ab7; } /*Unit test css Starts*/ .widget_recent_comments ul li>a, .widget_recent_entries ul li>a { font: 500 15px/20px "Poppins", sans-serif; color: #444444; display: block; } .widget_recent_entries ul li a:hover { color: #f1b200; } .widget_recent_entries ul li span { font: 400 12px/0px "Poppins", sans-serif; } .widget_recent_comments ul li.recentcomments { font: 400 13px/25px "Poppins", sans-serif; } .widget_recent_comments ul li.recentcomments span.comment-author-link a:hover { color: #f1b200; } .widget_recent_comments ul li.recentcomments > a:hover{ color: #f1b200; } .blog-sidebar .widget select{ font: 400 15px "Poppins", sans-serif; color: #666666; max-width: 100%; padding: 5px; } .widget select{ width: 100%; } .blog-sidebar .widget select option{ font: 300 13px "Poppins", sans-serif; color: #1a264a; } .blog-sidebar .widget.widget_rss ul li{ padding: 15px 0px; } .blog-sidebar .widget.widget_rss ul li .rssSummary{ color: #666; } .widget.widget_rss ul li .rssSummary{ font: 300 13px "Poppins", sans-serif; line-height: 25px; } .widget.widget_rss ul li cite{ font: 300 13px "Poppins", sans-serif; font-style: italic; color: #585e68; } .blog-sidebar #monster-widget-placeholder-11{ margin-top: 20px; } .widget.widget_text .textwidget p{ margin: 0px 0px 24px; } .blog-sidebar .widget.widget_text .textwidget p{ color: #585e68; } .widget.widget_text .textwidget p{ font: 300 13px/25px "Poppins", sans-serif; } .widget.widget_text .textwidget p strong{ font: 400 14px/30px "Poppins", sans-serif; } .blog-sidebar .widget.widget_text .textwidget p strong{ color: #1a264a; } .widget.widget_text .textwidget img{ max-width: 100%; height: auto; } .widget_archive ul li { font: 400 13px/30px "Poppins", sans-serif; } .widget_meta ul li a, .widget_categories ul li a, .widget_pages ul li a, .widget_nav_menu ul li a, .widget_archive ul li a { color: #222222; display: inline; position: relative; font-size: 15px; line-height: 28px; } .widget_archive ul li a:hover{ color: #f1b200; } .widget_meta ul li a:hover{ color: #f1b200; } .widget_calendar .calendar_wrap table#wp-calendar{ width: 100%; } .widget_calendar .calendar_wrap table#wp-calendar caption{ font: 400 15px/25px "Poppins", sans-serif; color: #555555; } .widget_calendar .calendar_wrap table#wp-calendar thead, .widget_calendar .calendar_wrap table#wp-calendar tbody, .widget_calendar .calendar_wrap table#wp-calendar tfoot{ font: 400 13px/25px "Poppins", sans-serif; color: #555555; } /*.widget_calendar .calendar_wrap table#wp-calendar tbody{ font-family: "Open Sans", sans-serif; }*/ .widget_calendar .calendar_wrap table#wp-calendar tbody tr{ border: 1px solid; } .widget_calendar .calendar_wrap table#wp-calendar tbody tr td{ border: 1px solid #ddd; padding: 0px 15px; } .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#prev{ text-align: left; } .widget_calendar .calendar_wrap table#wp-calendar tr td a:hover{ color: #f1b200; } .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#next{ text-align: right; } .search-page{ padding-top: 100px; padding-bottom: 30px; } .search-page .no-results.not-found{ padding-bottom: 115px; } .btn.sub_btn.sub_btn-two.four_0_four_btn{ border-radius: 40px 40px 40px 40px; } .btn.sub_btn.sub_btn-two.four_0_four_btn:hover{ border: 2px solid #ffffff } .blog-content table tr td, th{ padding: 15px 20px; } .blog-content table{ margin: 30px 0px; width: 100%; } .blog-content table tr{ border: 1px solid #ddd; } .blog-content table tr td, th{ border: 1px solid #ddd; } .blog-content table tr th a{ color: #666666; } .blog-content table tr th a:hover{ color: #f1b200; } .blog-content dl dt{ padding-top: 20px; } .blog-content dl dd{ margin-left: 40px; } .blog-content address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .blog-content abbr{ color: #f1b200; } .blog-content acronym{ color: #f1b200; } .blog-content q{ font-style: italic; color: #1AACAB; } .alignright{ text-align: right; float: right; } .alignleft{ text-align: left; float: left; } .aligncenter { text-align: center; margin: 0px auto; } .alignnone{ max-width: 100%; height: auto; } img.size-full.alignleft{ margin-right: 30px; margin-top: 10px; } img.alignnone{ max-width: 100%; display: block; height: auto; } img.size-full.alignright{ margin: 25px 0px 0px 20px; } img.size-full{ max-width: 100%; height: auto; } img.wp-image-754.size-large{ display: block; margin: 15px 0px; } img.size-full.wp-image-612{ display: block; margin: 15px 0px; } figure.wp-caption.alignnone{ max-width: 100%; height: auto; } figure.wp-caption.alignleft{ margin-right: 30px; margin-top: 10px; } figure.wp-caption.alignnone img{ max-width: 100%; display: block; height: auto; } figure.wp-caption.alignright{ margin: 15px 0px 20px 20px; } img.alignright.size-thumbnail.wp-image-827{ margin-bottom: 25px; } figcaption.wp-caption-text{ color: #1a264a; font-weight: 400; text-align: left; font-style: italic; } .blog-section-area .gallery-item, .single-blog-area .gallery-item, .smith-page-content .gallery-item { display: inline-block; text-align: left; vertical-align: top; margin: 0 0 1.5em; padding: 0 1em 0 0; width: 33.33%; } @media screen and (min-width: 30em){ .gallery-columns-3 .gallery-item { max-width: 33.33%; } } @media screen and (min-width: 30em){ .gallery-columns-4 .gallery-item { max-width: 25%; } } .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-1 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-2 .gallery-item { width: 50%; } .gallery-columns-2 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-4 .gallery-item { width: 25%; } .gallery-columns-4 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-5 .gallery-item { width: 20%; } .gallery-columns-5 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-6 .gallery-item { width: 16.66%; } .gallery-columns-6 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-7 .gallery-item { width: 14.28%; } .gallery-columns-7 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-8 .gallery-item { width: 12.5%; } .gallery-columns-8 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-9 .gallery-item { width: 11.11%; } .gallery-columns-9 .gallery-item .gallery-caption { margin-bottom: 0px; } .blog-section-area .gallery-item a, .blog-section-area .gallery-item a:hover,.blog-section-area .gallery-item a:focus, .single-blog-area .gallery-item a, .single-blog-area .gallery-item a:hover,.single-blog-area .gallery-item a:focus, .smith-page-content .gallery-item a, .smith-page-content .gallery-item a:hover,.smith-page-content .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; } .blog-section-area .gallery-item a img, .single-blog-area .gallery-item a img, .smith-page-content .gallery-item a img { display: block; -webkit-transition: -webkit-filter 0.2s ease-in; transition: -webkit-filter 0.2s ease-in; transition: filter 0.2s ease-in; transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in; -webkit-backface-visibility: hidden; backface-visibility: hidden; max-width: 100%; height: auto; } .entry-content a img, .widget a img { -webkit-box-shadow: 0 0 0 8px #fff; box-shadow: 0 0 0 8px #fff; } .gallery-caption { display: block; text-align: left !important; padding: 0 10px 0 0; margin-bottom: 0; } .wp-caption, .gallery-caption { margin-bottom: 1.5em; max-width: 100%; line-height: 25px; font-size: 13px !important; } .blog-items .blog-content ul.post-info{ clear: right; } .blog-items .blog-content ul, .blog-items .blog-content ol{ padding-left: 15px; } .blog-items .blog-content ol li ol, .blog-items .blog-content ol li ul, .blog-items .blog-content ol li ol li ol, .blog-items .blog-content ul li ul, .blog-items .blog-content ul li ol, .blog-items .blog-content ul li ul li ul{ padding-left: 20px; } .blog-items .blog-content ul li span{ font-size: 1.334rem !important; } .blog-items .blog-content h1, .blog-items .blog-content h2, .blog-items .blog-content h3, .blog-items .blog-content h4, .blog-items .blog-content h5, .blog-items .blog-content h6{ font-family: "Poppins", sans-serif; color: #666; margin-bottom: 20px; font-weight: 500; margin-top: 30px; } .blog-items .blog-content h1{ line-height: 40px; font-size: 30px; } .blog-items .blog-content h2{ font-size: 24px; } .blog-items .blog-content h3{ line-height: 35px; font-size: 20px; } .blog-items .blog-content h4{ font-size: 16px; } .blog-items .blog-content h5{ font-size: 13px; } .blog-items .blog-content h6{ font-size: 10px; } .blog-items .blog-content h4, h5, h6{ line-height: 30px; } .blog-section .single-post p a:hover{ color: #f1b200; } .blog-content ul{ list-style: disc; } .blog-content ul ul{ list-style: circle; } .blog-content ul ul ul{ list-style: square; } .blog-content input{ border-radius: 50px; box-shadow: 0px 3px 7px 0px rgba(82, 37, 37, 0.07); border: 1px solid #ededed; padding: 2px 15px; } input[type="password"]{ padding: 0px 30px; height: 35px; margin-right: 20px; margin-left: 20px; } .blog-content input[type="submit"]{ background-color: #fff; color: #f1b200; } .blog-content input[type="submit"]:hover{ background-color: #f1b200; color: #fff; } .blog-content input[type="password"]:focus{ border-color: #f1b200; outline: none; } .smith-page-content h1, .smith-page-content h2, .smith-page-content h3, .smith-page-content h4, .smith-page-content h5, .smith-page-content h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .smith-page-content { font-family: "Poppins", sans-serif; font-size: 15px; padding-top: 20px; } .page-comment{ padding-bottom: 20px; } .smith-page-content p { color: #555555; font-family: "Poppins", sans-serif; font-size: 15px; } .smith-page-content table tbody tr td a { color: #666666; } .smith-page-content table tbody tr td a:hover { color: #f1b200; } .smith-page-content h1{ line-height: 40px; } .smith-page-content h2 { } .smith-page-content h3{ line-height: 35px; } .smith-page-content h4, h5, h6{ line-height: 30px; } .smith-page-content p{ padding-bottom: 20px; } .smith-page-content table{ margin: 30px 0px; } .smith-page-content table tr{ border: 1px solid #ddd; } .smith-page-content table tr td, th{ border: 1px solid #ddd; } .smith-page-content table tr td, th{ padding: 15px; } .smith-page-content dl dt{ padding-top: 20px; } .smith-page-content dl dd{ margin-left: 40px; } .smith-page-content address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .smith-page-content abbr{ color: #f1b200; } .smith-page-content acronym{ color: #f1b200; } .smith-page-content q{ font-style: italic; color: #1AACAB; } .smith-page-content ul, .smith-page-content ol{ padding-left: 17px; } .smith-page-content ol li ul,.smith-page-content ol li ul li ol, .smith-page-content ol li ul li ul{ padding-left: 20px; } .smith-page-content ul li span{ font-size: 1.334rem !important; } .smith-page-content h1, .smith-page-content h2, .smith-page-content h3, .smith-page-content h4, .smith-page-content h5, .smith-page-content h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .smith-page-content h1{ line-height: 40px; } .smith-page-content h2 { } .smith-page-content h3{ line-height: 35px; } .smith-page-content h4, h5, h6{ line-height: 30px; } .smith-page-content p a{ color: #1574d4; } .smith-page-content p a:hover{ color: #f1b200; } .smith-page-content ol li a:hover{ color: #f1b200; } .smith-page-content h1, .smith-page-content h2, .smith-page-content h3, .smith-page-content h4, .smith-page-content h5, .smith-page-content h6 { font-family: "Poppins", sans-serif; color: #666; margin-bottom: 20px; font-weight: 500; } .smith-page-content ul{ list-style: disc; } .smith-page-content ul ul{ list-style: circle; } .smith-page-content ul ul ul{ list-style: square; } /**/ .archive-page{ padding-bottom: 50px; padding-top: 50px; } .archive-page .blog-sidebar{ padding-top: 110px; } .archive-page h1, .archive-page h2, .archive-page h3, .archive-page h4, .archive-page h5, .archive-page h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .archive-page h1{ line-height: 40px; } .archive-page h2 { } .archive-page h3{ line-height: 35px; } .archive-page h4, h5, h6{ line-height: 30px; } .archive-page p{ padding-bottom: 20px; } .archive-page .gallery-item{ text-align: center; } .archive-page .gallery-item figcaption{ line-height: 30px; } .archive-page figcaption{ color: #1a264a; font-weight: 400; text-align: left; } .archive-page table{ margin: 30px 0px; } .archive-page table tr{ border: 1px solid #ddd; } .archive-page table tr td, th{ border: 1px solid #ddd; } .archive-page table tr td, th{ padding: 15px; } .archive-page dl dt{ padding-top: 20px; } .archive-page dl dd{ margin-left: 40px; } .archive-page address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .archive-page abbr{ color: #f1b200; } .archive-page acronym{ color: #f1b200; } .archive-page q{ font-style: italic; color: #1AACAB; } .archive-page img.size-full.wp-image-904.alignleft{ float: left; margin-right: 30px; } .archive-page img.size-full.wp-image-904{ float: left; margin: 10px 20px 10px 0px; } .archive-page img.alignnone{ max-width: 100%; margin: 20px 0px; } .archive-page img.size-full.alignright{ float: right; overflow: hidden; margin: 15px 0px 9px 20px; } .archive-page img.size-full.wp-image-906.aligncenter{ margin: 25px auto 0; display: block; } .archive-page .wp-caption.aligncenter{ margin: 0px auto; display: block; } .archive-page img.size-full.wp-image-906{ margin: 20px auto; display: block; max-width: 100%; } .archive-page .wp-caption.alignright{ float: right; margin: 14px 0px 10px 15px; } .archive-page .wp-caption.alignnone{ max-width: 100%; } .archive-page .wp-caption.alignright img{ padding-bottom: 10px; } .archive-page p img.alignleft{ float: left; margin: 10px 10px 10px 0px; } .archive-page img.wp-image-907{ margin: 20px 0px; display: block; max-width: 100%; } .archive-page img.wp-image-754.size-large{ display: block; margin: 15px 0px; } .archive-page img.size-full.wp-image-612{ display: block; margin: 15px 0px; } .archive-page img.alignnone.wp-image-755.size-large{ margin: 15px 0px; display: block; } .archive-page ul, .archive-page ol{ padding-left: 17px; } .archive-page ol li ul,.archive-page ol li ul li ol, .archive-page ol li ul li ul{ padding-left: 20px; } .archive-page ul li span{ font-size: 1.334rem !important; } .archive-page h1, .archive-page h2, .archive-page h3, .archive-page h4, .archive-page h5, .archive-page h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .archive-page h1{ line-height: 40px; } .archive-page h3{ line-height: 35px; } .archive-page h4, h5, h6{ line-height: 30px; } .archive-page ul{ list-style: disc; } .archive-page ul ul{ list-style: circle; } .archive-page ul ul ul{ list-style: square; } .archive-page input[type="password"]{ padding: 0px 30px; height: 35px; } .archive-page input[type="submit"]{ background-color: #fff; color: #f1b200; } .archive-page input[type="submit"]:hover{ background-color: #f1b200; color: #fff; } .archive-page .search-submit{ color: #555555 !important; border: 0px !important; background-color: transparent !important; padding: 0px 30px 0px 0px !important; } .archive-page .search-submit:hover{ background-color: #f1b200; color: #fff; } .archive-page input[type="password"]:focus{ border-color: #f1b200; outline: none; } .archive-page input{ border-radius: 50px; box-shadow: 0px 3px 7px 0px rgba(82, 37, 37, 0.07); border: 1px solid #ededed; padding: 2px 15px; } /**/ /**/ p.comment-form-comment{ padding-top: 10px; } .comments-area h1, .comments-area h2, .comments-area h3, .comments-area h4, .comments-area h5, .comments-area h6{ font-family: "Poppins", sans-serif; color: #1a264a; font-weight: 500; } .comments-area h1{ line-height: 40px; } .comments-area h3{ line-height: 35px; } .comments-area h4, h5, h6{ line-height: 30px; } .comments-area table{ margin: 30px 0px; } .comments-area table tr{ border: 1px solid #ddd; } .comments-area table tr td, th{ border: 1px solid #ddd; } .comments-area table tr td, th{ padding: 15px; } .comments-area dl dt{ padding-top: 20px; } .comments-area dl dd{ margin-left: 40px; } .comments-area address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .comments-area abbr{ color: #f1b200; } .comments-area acronym{ color: #f1b200; } .comments-area q{ font-style: italic; color: #1AACAB; } .comments-area ul, .comments-area ol{ padding-left: 0px; } .comments-area ul li ul,.comments-area ul li ul li ul, .comments-area ol li ol li ol,.comments-area ol li ol li ol li ol{ padding-left: 20px; } .comments-area ul li span{ font-size: 1.334rem !important; } .comments-area .comment-list .children{ padding-left: 82px; } .comments-area ul{ list-style: disc; } .comments-area ul ul{ list-style: circle; } .comments-area ul ul ul{ list-style: square; } .comments-area input[type="password"]{ padding: 0px 30px; height: 35px; } .comments-area input[type="submit"]{ background-color: #fff; color: #f1b200; } .comments-area input[type="submit"]:hover{ background-color: #f1b200 !important; color: #fff !important; border-color: #f1b200 !important; } ol.comment-list { margin-left: 0 !important; } .comments-area input[type="submit"]:focus{ outline: none; } .comments-area .search-submit{ color: #555555 !important; border: 0px !important; background-color: transparent !important; padding: 0px 30px 0px 0px !important; } .comment-form .form-submit .submit{ margin-top: 0px; } .comments-area .search-submit:hover{ background-color: #f1b200; color: #fff; } .comments-area input[type="password"]:focus{ border-color: #f1b200; outline: none; } .comments-area input{ border-radius: 50px; box-shadow: 0px 3px 7px 0px rgba(82, 37, 37, 0.07); border: 1px solid #ededed; padding: 2px 15px; } /**/ /*Footer Sidebars*/ .footer-top .footer_sidebar .widgettitle { font: 400 24px "Poppins", sans-serif; padding-bottom: 10px; color: #f1b200; } .footer-top .footer_sidebar .widget + .widget { margin-top: 70px; } .footer-top .footer_sidebar .widget select { font: 400 20px "Poppins", sans-serif; color: #1a264a; max-width: 100%; } .footer-top .footer_sidebar .widget select option { font: 300 16px "Poppins", sans-serif; color: #1a264a; } .widget.widget_media_image img{ width: 100%; } .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tbody tr td a:hover, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tbody tr td#today a:hover, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#prev a:hover, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#next a:hover, .footer-top .footer_sidebar .widget.widget_archive ul li a:hover, .footer-top .footer_sidebar .widget.widget_categories ul li a:hover, .footer-top .footer_sidebar .widget.widget_pages ul li a:hover, .footer-top .footer_sidebar .widget.widget_meta ul li a:hover, .footer-top .footer_sidebar .widget.widget_recent_comments ul li a:hover, .footer-top .footer_sidebar .widget.widget_recent_entries ul li a:hover, .footer-top .footer_sidebar .widget.widget_rss ul li a:hover, .footer-top .footer_sidebar .widget.widget_rss .widgettitle .rsswidget:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover { color: #f1b200; } .footer-top .footer_sidebar .widget.widget_rss ul li .rssSummary{ color: #999; } .footer-top .footer_sidebar .widget.widget_rss ul li .rss-date{ color: #1a264a; } .footer-top .footer_sidebar .widget.widget_text .textwidget .wp-caption p.wp-caption-text, .footer-top .footer_sidebar .widget.widget_text .textwidget p strong{ color: #1a264a; } .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar caption, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar thead, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tbody{ color: #999; } .footer-top .footer_sidebar .widget.widget_pages ul li a, .footer-top .footer_sidebar .widget.widget_meta ul li a, .footer-top .footer_sidebar .widget.widget_recent_comments ul li a, .footer-top .footer_sidebar .widget.widget_recent_entries ul li a, .footer-top .footer_sidebar .widget.widget_rss ul li a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a { color: #555555; } .footer-top .footer_sidebar .widget.widget_rss .widgettitle .rsswidget{ color: rgba(255, 255, 255, 0.5); } .footer-top .footer_sidebar .widget ul li .children { padding-left: 20px; } .comments-area a, .blog-items a{ color: #333; } .comment-author img { margin-right: 30px; vertical-align: top; border-radius: 50%; } .comment-author b.fn a { color: #444444; font-family: "Poppins", sans-serif; } .comments-area h3.comment-title, .comment-respond h3#reply-title { font-size: 18px; line-height: 34px; color: #222222; font-weight: bold; border-bottom: 1px solid #ebebeb; margin-bottom: 35px; } .comments-area .comments .comment-list .comment-body .comment-meta .comment-metadata a { font-size: 12px; font-family: "Poppins", sans-serif; color: #a1a1a1; } .comments-area .comments .comment-list .comment-body .comment-meta .comment-metadata { padding-left: 103px; margin-top: -50px; } .comments-area .comments .comment-list .comment-body .comment-content { padding-left: 103px; margin-top: -20px; padding-bottom: 5px; } .comment-body .reply { margin-left: 103px; } .comment-body .reply a.comment-reply-link { font-size: 12px; } .comment-list li.comment { margin-bottom: 33px; clear: both; } span.edit-link { display: none; } a.comment-reply-link:after { content: "\e87a"; padding-left: 10px; vertical-align: middle; font-family: 'Linearicons-Free'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .comment-respond input#submit { color: #999999; font-size: 14px !important; padding: 4px 27px !important; width: auto; height: auto; border: 1px solid rgba(0,0,0, .35); } p.comment-awaiting-moderation { padding-left: 100px; font-weight: bold; } .widget_recent_entries .post-meta { display: inline-block; color: #666666; font-size: 12px; } .widget_recent_entries span.post-date { margin-right: 20px; } .widget_recent_entries .post-meta .fa { padding-right: 5px; } .widget_recent_comments .comment-author-link a { font-size: 12px; color: #666666; } .commented-by { color: #999999; font-size: 12px; } .widget_recent_entries .post-meta a { font-size: 12px; color: #666666; } section.error_page_area { margin-top: 165px; } .blog-sidebar .widget.widget_archive .widgettitle, .blog-sidebar .widget.widget_meta .widgettitle, .blog-sidebar .widget.widget_pages .widgettitle, .blog-sidebar .widget_categories.widget .widgettitle { margin-bottom: 5px; } .blog-sidebar .widget.widget_tag_cloud .widgettitle { margin-bottom: 18px; } #reply-title a#cancel-comment-reply-link { float: right; font-weight: 500; font-size: 14px; } #reply-title a#cancel-comment-reply-link:hover { color: #f1b200; }
assets/themes/layouts/3/css/unittest.css
Created on : Nov 5, 2017, 1:48:02 PM Author : DroitLab */ /*menu dropdown css*/ .widget ul li a { font-size: 15px; color: #222222; } .blog_header .navbar { background: #fff; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li a{ padding: 5px 10px !important; } @media (min-width: 992px) { .footer-area3 .col-left::before { right: -33px; } } .navbar.navbar-default .navbar-collapse .menu li .sub-menu{ background: transparent; } .header.stricky-fixed .menu li .sub-menu{ background: #fff; } @media(min-width: 991px){ .navbar.navbar-default .navbar-collapse .menu li .sub-menu{ position: absolute; top: 100%; right: 75px; transition: all 300ms linear 0s; display: block; min-width: 75px; background: #fff; border-radius: 0px; border: none; padding: 20px 0px 20px 0px; box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .175); opacity: 0; visibility: hidden; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li{ margin-right: 0px !important; position: relative; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li a{ padding: 0px 10px; border: 0px; } .navbar.navbar-default .navbar-collapse .menu li:hover .sub-menu li a{ border: 0px; } .navbar.navbar-default .navbar-collapse .menu li:hover .sub-menu{ opacity: 1; visibility: visible; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li .sub-sub-menu{ left: 100%; top: 0; opacity: 0; visibility: hidden; } .navbar.navbar-default .navbar-collapse .menu li .sub-menu li:hover .sub-sub-menu{ opacity: 1; visibility: visible; } } .smith-page { background-attachment: fixed!important; background-size: cover!important; background-position: 50%, 25%!important; padding: 235px 0px 166px; z-index: 1; position: relative; } .smith-page:before { content: ''; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background-image: -moz-linear-gradient(-15deg, #f1b200 0%, #d69303 100%); background-image: -webkit-linear-gradient(-15deg, #f1b200 0%, #d69303 100%); background-image: -ms-linear-gradient(-15deg, #f1b200 0%, #d69303 100%); z-index: -1; opacity: 0.45; } /*Unit Test For Blog*/ .blog-banner-area { background-image: url(../image/blog/blog_banner.jpg); background-size: cover!important; background-position: 50%, 25%!important; padding: 235px 0px 166px; z-index: 1; position: relative; } .blog-banner-area:before { content: ''; width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: -1; opacity: 0.35; background-image: -moz-linear-gradient(-15deg, #000000 0%, #000000 100%); background-image: -webkit-linear-gradient(-15deg, #000000 0%, #000000 100%) !important; background-image: -ms-linear-gradient(-15deg, #000000 0%, #000000 100%) !important; } .blog-banner-content { text-align: center; color: #fff; } .blog-banner-content h2 { font: 200 55px/65px "Poppins", sans-serif; letter-spacing: 0.50px; } .blog-banner-content p { font: 400 18px "Open Sans", sans-serif; padding-top: 12px; color: #fff; } .blog-sidebar .widget.widget_text .textwidget .wp-caption{ color: #1a264a; } .widget.widget_text .textwidget .wp-caption .wp-caption-text{ font: 300 13px/15px "Poppins", sans-serif; font-style: italic; } .blog-sidebar .widget.widget_text .textwidget .wp-caption .wp-caption-text{ color: #1a264a; } .blog-section-area { padding: 115px 0px 105px; } .blog-section-area .section-subtitle{ margin-bottom: 30px; } .blog-section-area .sticky { background-color: #f8f8f8; color:#272727; padding: 20px 40px 30px; } .blog-section-area .sticky:before { font-family: "Poppins", sans-serif; content: "Featured"; color: #FFF; background: #f1b200 ; padding: 5px 20px; display: inline-block; text-align: right; float: right; font-weight: bold; text-transform: uppercase; position: absolute; right: 1px; font-size: 14px; top: 0; } .blog-section-area .sticky h2 { margin-top: 5px; } /*========== start blog-area css ===========*/ .blog-section-area { padding: 110px 0px 105px; } .blog-section-area .section-subtitle{ margin-bottom: 30px; } .blog-section { padding-right: 50px; padding-top: 5px; } .blog-items { margin-bottom: 70px; position: relative; } .blog-items .blog-content p.more a i{ vertical-align: middle; } .blog-items .blog-content a h2:hover, .blog-items .blog-content a h1:hover, .blog-items .blog-content a h3:hover, .blog-items .blog-content a h4:hover, .blog-items .blog-content a h5:hover, .blog-items .blog-content a h6:hover { color: #f1b200; } .blog-items .blog-content p { color: #666666; padding: 0px 0px 25px; font-family: "Poppins", sans-serif; font-size: 16px; } .blog-items .blog-content a:hover{ color: #f1b200; } .post-info { padding-top: 15px; border-top: 1px solid #f0f0f0; margin-top: 20px; } .blog-items.single-post .post-info { padding-bottom: 0px; } .blog-items .post-info { clear: right; } .post-info li { font: 400 13px/30px "Open Sans", sans-serif; color: #9a9a9a; display: inline-block; font-style: normal; } .post-info li.post-tags{ display: inline; } .post-info li a, .post-info li span { color: #9a9a9a; } .post-info li a:hover, .post-info li span:hover { color: #f1b200; } .post-info li + li { margin-left: 10px; } .post-info li + li:before { content: ''; width: 1px; height: 15px; display: inline-block; background: #9a9a9a; vertical-align: middle; margin-right: 10px; } .blog-pagination ul.page-numbers{ text-align: center; } .blog-pagination ul.page-numbers li span.page-numbers.current{ color: #f1b200; } .blog-pagination li { display: inline-block; padding-right: 5px; } .blog-pagination li .page-numbers , .blog-pagination li .page-numbers.current:hover{ font: 400 15px/38px "Poppins", sans-serif; color: #999; padding: 5px 10px; background: #fff; border: 1px solid #ccc; border-radius: 2px; } .blog-pagination li a.page-numbers:hover { color: #fff !important; background: #f1b200; border-color: #f1b200 !important; } .blog-pagination li a i { padding-left: 13px; vertical-align: middle; } .blog-pagination li a:hover { color: #f1b200; } .blog-pagination li.active a { color: #1a264a; font-weight: 500; } /*=========== blog-sidebar css ===============*/ .blog-sidebar { padding-left: 20px; } /*.blog-sidebar .widget .widget_title { font: 400 24px "Poppins", sans-serif; color: #1a264a; border-bottom: 1px solid #ededed; padding-bottom: 25px; margin-bottom: 30px; }*/ .widget.widget_pages ul li{ padding: 0px 0px 5px; } .widget.widget_pages ul li.page_item_has_children{ padding: 0px; } .blog-sidebar .widget.widget_pages ul li a:hover{ color: #f1b200; } .blog-sidebar .widget.widget_nav_menu ul li a:hover{ color: #f1b200; } .blog-sidebar .widget.widget_nav_menu ul.menu li.menu-item-has-children ul.sub-menu{ padding-left: 15px; } .widget.widget_rss ul li .rsswidget{ font: 500 16px/25px "Poppins", sans-serif; color: #666; } .widget.widget_rss ul li .rsswidget, .widget.widget_rss ul li .rss-date{ display: block; } .widget.widget_rss ul li .rss-date{ font: 300 13px "Poppins", sans-serif; } .blog-sidebar .widget.widget_rss ul li .rss-date{ color: #585e68; } .blog-sidebar .widget.widget_rss .rsswidget:hover{ color: #f1b200; } .blog-sidebar .widget ul li .children { padding-left: 20px; } .blog-sidebar .widget.categories-widget { margin-top: 67px; } .blog-sidebar .widget.categories-widget .widget_title { margin-bottom: 20px; } .widget .widgettitle , .widget .widget_title{ font: 600 18px "Poppins", sans-serif; color: #444444; padding-bottom: 0px; line-height: 36px; } .widget_recent_comments ul li:first-child, .widget_recent_entries ul li:first-child { padding-top: 0; } .widget_recent_comments ul li { padding-top: 20px; } .widget_recent_entries ul li { padding-top: 20px; } .blog-sidebar .widget.widget_categories { margin-top: 67px; } .blog-sidebar .widget .widgettitle { margin-bottom: 10px; } .blog-sidebar .widget + .widget { margin-top: 45px; } .widget-search { padding-bottom: 5px; } .screen-reader-text{ display: none; } .search-form{ position: relative; } .search-form label{ display:block; } .search-form label::before{ content: "\e610"; font-family: 'themify'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; position:absolute; right: 25px; top: 50%; transform: translateY(-50%); } .search-field { border: 0px; box-shadow: none; height: 50px; font-family: "Open Sans", sans-serif; font-size: 15px; color: #999999; padding: 0px 10px 0px 30px; width: 100%; background: #f6f6f6; } .search-field .placeholder { color: #999999; } .search-field:-moz-placeholder { color: #999999; font-weight: normal; } .search-field::-moz-placeholder { color: #999999; font-weight: normal; } .search-field::-webkit-input-placeholder { color: #999999; font-weight: normal; } .widget-search .search-form .input-group-addon { padding: 0px; background: none; border-radius: 0px; border: 0px; } .search-submit { font-size: 15px; color: #f1b200; border: 0px; background: transparent; padding: 0px 30px 0px 0px; position: absolute; text-indent: -50px; top:10px; right:18px; } .search-field:focus { border-color: #f1b200; outline: none; } .search-submit:focus { outline: none; } .post-widget .media { margin-top: 21px; } .post-widget .media .media-left, .media>.pull-left { padding-right: 0px; } .post-widget .media .media-body .tn_tittle { font: 400 14px/25px "Open Sans", sans-serif; color: #1a264a; transition: all 400ms linear 0s; } .post-widget .media .media-body .tn_tittle:hover { color: #f1b200; } .post-widget .media .media-body ul li { display: inline-block; } .post-widget .media .media-body ul li a { font: 400 13px/26px "Open Sans", sans-serif; color: #555555; transition: all 400ms linear 0s; } .post-widget .media .media-body a{ font: 400 14px/25px "Open Sans", sans-serif; } .post-widget .media .media-body ul li a i { color: #9c9c9c; padding-right: 7px; } .post-widget .media .media-body ul li a:hover { color: #f1b200; } .post-widget .media .media-body ul li a:hover i { color: #f1b200; } .post-widget .media .media-body ul li + li { margin-left: 10px; } .post-widget .media:nth-child(2) { margin-top: 0px; } .widget_tag_cloud .tagcloud { margin-left: -7px; } .widget_tag_cloud .tagcloud a { font: 400 12px/26px "Poppins", sans-serif; color: #666666; border: 1px solid #e0e0e0; padding: 3px 20px; display: inline-block; transition: all 0.1s linear; margin: 0px 5px 10px; font-size: 12px !important; border-radius: 16px; text-transform: uppercase; } .widget_tag_cloud .tagcloud a:hover { background: #f1b200; color: #fff; } .blog-sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a{ color: #555; } .blog-sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a:hover{ color: #f1b200; } .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item { padding: 5px 0px; font: 400 13px "Open Sans", sans-serif; } .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item ul.sub-menu{ padding-left: 10px; } .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item ul.sub-menu li{ padding-left: 10px; } .widget.widget_nav_menu ul.menu li.menu-item a:hover { color: #f1b200; } .blog-sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a{ color: #555; } .blog-sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover{ color: #f1b200; } .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item { padding: 5px 0px; font: 400 13px "Open Sans", sans-serif; } .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item ul.sub-menu{ padding-left: 10px; } .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item ul.sub-menu li{ padding-left: 10px; } .widget.widget_nav_menu ul.menu li.menu-item a:hover { color: #f1b200; } .widget_categories ul li { font: 400 13px/30px "Open Sans", sans-serif; } .widget_categories ul li a i { font-size: 9px; vertical-align: middle; padding-right: 17px; } .widget_categories ul li a:hover { color: #f1b200; } .tweets-widget .tweets li { font: 400 15px/28px "Open Sans", sans-serif; color: #666666; } .tweets-widget .tweets li a { color: #1a264a; } .tweets-widget .tweets li a:hover { color: #f1b200; } .tweets-widget .tweets li span { color: #555555; display: block; padding-top: 5px; } .tweets-widget .tweets li span i { color: #9c9c9c; padding-right: 10px; } .tweets-widget .tweets li + li { padding-top: 14px; } .flicker-widget .ri-grid { width: 55%; } .flicker-widget .ri-grid ul { width: 356px; } .flicker-widget .ri-grid ul li { height: 112px !important; width: 112px !important; margin-right: 6px; margin-bottom: 6px; } .single-post pre{ padding: 20px; margin: 20px auto; } .single-post code{ background-color: rgba( 68, 68, 68, 0.2); color: #444444; } .single-post ins{ background-color: #79a7c6; color: #fff; text-decoration: none; } .single-post kbd{ background-color: transparent; color: #444444; box-shadow: none; } blockquote{ border-left: 2px solid #b9b8b8; padding: 0 0 0 35px; margin: 40px 0 50px; } blockquote p { font-family: "Poppins", sans-serif; font-size: 24px !important; color: #9c9c9c !important; font-style: italic; margin: 0 !important; padding: 0 !important; line-height: 36px !important; } .single-post h2{ margin: 20px 0px; } .single-post .pagination { display: block; overflow: hidden; border-top: 1px solid #f0f0f0; margin-top: 10px; padding-top: 27px; } .single-post .pagination a { font: 400 15px "Poppins", sans-serif; color: #555555; display: inline-block; float: left; } .single-post .pagination a[rel="next"] { float: right; } .single-post .pagination a i { vertical-align: middle; padding-right: 13px; } .single-post .pagination a + a { float: right; } .single-post .pagination a + a i { padding-right: 0px; padding-left: 13px; } .single-post .pagination a:hover { color: #f1b200; } /*Single Post Social Share*/ .post_social { background-color: white; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07); padding: 36px 25px 35px 40px; margin-bottom: 80px; } @media (max-width: 480px) { .post_social { padding: 36px 15px 26px 15px; } } .post_social li { display: inline-block; border-radius: 50%; background: #3b5796; transition: all 0.2s linear; margin-right: 12px; margin-bottom: 5px; } .post_social li a { color: #fff; width: 45px; height: 45px; text-align: center; font-size: 18px; line-height: 45px; display: block; } .post_social li:nth-child(2) { background: #55aded; } .post_social li:nth-child(3) { background: #db4a37; } .post_social li:nth-child(4) { background: #c0061e; } .post_social li:nth-child(5) { background: #0779b8; } .post_social li:nth-child(6) { background: #33455d; } .post_social li:nth-child(7) { background: #e23f5c; } .post_social li:hover { opacity: 0.8; } .comment-title { font: 400 18px "Poppins", sans-serif; color: #1a264a; padding-bottom: 25px; } .comments-area .comment-list .comment-content table tbody tr td a { color: #666666; } .comments-area .comment-list .comment-content a:hover { color: #f1b200; } .comments-area .comments .comment-list .comment-body .comment-meta { padding-bottom: 20px; font-family: "Poppins", sans-serif; } .comments-area .comments .comment-list .comment-body .comment-meta .comment-metadata, .comments-area .comments .comment-list .comment-body .comment-content { padding-left: 42px; } pre{ background: #eee; } pre h2{ font-weight: 300 !important; } .comments-area .comment-list .comment-content table tr td a:hover { color: #f1b200; } .comments .comment-author .fn a.url:hover, .comments .comment-metadata a:hover, .comments-area .comments .reply a.comment-reply-link:hover, .comments-area .comment-list .comment-body a.url:hover{ color: #f1b200; } .comments-area .comment-list .comment-content h1, .comments-area .comment-list .comment-content h2, .comments-area .comment-list .comment-content h3, .comments-area .comment-list .comment-content h4, .comments-area .comment-list .comment-content h5, .comments-area .comment-list .comment-content h6 { font-family: "Poppins", sans-serif; color: #666; margin-bottom: 20px; font-weight: 500; margin-top: 25px; line-height: 1.5; } .comments-area ul, .comments-area ol { margin-left: 20px; } .comments-area .comment-list .comment-content p { color: #666666; font-family: "Poppins", sans-serif; font-size: 14px; line-height: 24px; } .comments .comment .media-left { padding-right: 20px; } .comments .comment .media-body .commenter-name { font: 400 15px "Poppins", sans-serif; color: #1a264a; } .comments .comment .media-body h6 { font: 400 13px/30px "Open Sans", sans-serif; color: #555555; font-style: italic; } .comments .comment .media-body p { color: #555555; padding-top: 10px; } .comments .comment .media-body .reply-btn { line-height: 48px; color: #555555; } .comments .comment .media-body .reply-btn i { padding-left: 10px; vertical-align: middle; } .comments .comment .media-body .reply-btn:hover { color: #f1b200; } .contact-form { margin-top: 10px; overflow: hidden; } .contact-form input { /* width: 48.6%;*/ float: left; } .contact-form input + input { margin-left: 2.5%; } .contact-form .form-control { font: 400 15px/46px "Open Sans", sans-serif; padding: 0px 30px; color: #555555; background: #fff; box-shadow: none; outline: none; border: 1px solid #f2f2f2; border-radius: 0px; height: auto; margin-bottom: 20px; } .contact-form .form-control.placeholder { color: #9c9c9c; } .contact-form .form-control:-moz-placeholder { color: #9c9c9c; } .contact-form .form-control::-moz-placeholder { color: #9c9c9c; } .contact-form .form-control::-webkit-input-placeholder { color: #9c9c9c; } .contact-form .form-control:focus { border-color: #f1b200; } .contact-form textarea.form-control { height: 220px; } .contact-form .sub_btn-two { height: 48px; padding: 0px; margin-top: 10px; } .navigation.posts-navigation .nav-links .nav-previous a, .navigation.posts-navigation .nav-links .nav-next a{ font: 400 15px/38px "Poppins", sans-serif; color: #f1b200; padding: 5px 10px; background: #fff; border: 1px solid #f1b200; } .navigation.posts-navigation .nav-links .nav-previous a:hover, .navigation.posts-navigation .nav-links .nav-next a:hover{ color: #fff; background: #f1b200; border: 1px solid #f1b200; } .navigation.posts-navigation .nav-links .nav-previous a:before{ content: "\e879"; display: inline-block; font-family: 'Linearicons-Free'; padding-right: 5px; } .navigation.posts-navigation .nav-links .nav-next a:after{ content: "\e87a"; display: inline-block; font-family: 'Linearicons-Free'; padding-left: 5px; } .navigation.posts-navigation .nav-links .nav-previous{ float: left; } .navigation.posts-navigation .nav-links .nav-next{ float: right; } /* Maksud */ .comment-form textarea#comment{ height: 220px; font: 400 15px/46px "Open Sans", sans-serif; padding: 0px 25px; color: #555555; background: #fff; box-shadow: none; outline: none; border: 1px solid #f2f2f2; border-radius: 5px; margin-bottom: 20px; display: block; width: 100%; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s } .comment-form textarea#comment:focus{ border-color: #f1b200; } .comment-form label{ display: none; } .comment-form input#url{ display: none; } .comment-form input#author, .comment-form input#email{ font: 400 15px/46px "Open Sans", sans-serif; padding: 0px 25px; color: #555555; background: #fff; box-shadow: none; outline: none; border: 1px solid #f2f2f2; border-radius: 5px; height: auto; margin-bottom: 20px; } .comment-form input#author:focus, .comment-form input#email:focus{ border-color: #f1b200; } .page-links { clear: both; margin: 0 0 1.5em; } .page-links { font-size: 14px; font-weight: 800; padding: 2em 0 3em; } .page-links a{ display: inline-block; } .page-links .page-number, .page-links a .page-number{ padding: 0px 15px; display: inline-block; } .page-links .page-number{ color: #f1b200; border: 1px solid #f1b200; } .page-links a .page-number{ color: #fff; border: 1px solid #f1b200; background: #f1b200; } .page-links a:hover .page-number{ color: #f1b200; background: transparent; border-color: #f1b200; } .comment-form .submit { padding: 0px; max-width: 260px; margin-top: 45px; color: #fff; width: 290px; height: 48px; display: inline-block; font: 700 14px/40px "Open Sans", sans-serif; letter-spacing: 1px; border-radius: 40px; background: #f1b200; text-transform: uppercase; color: #fff; border: 2px solid #ffffff; transition: all 400ms linear 0s; } .comment-form .submit:hover { background: #f1b200; border-color: #f1b200; color: #fff; } .comment-form input { width: 48.6%; float: left; } .comment-form input#email{ margin-left: 2.5%; } .comment-notes{ display: none; } .comment-reply-title{ font: 400 18px "Poppins", sans-serif; color: #1a264a; padding-bottom: 25px; } .children{ list-style: none; } span.says{ display: none; } .comments-area .comments .comment-list .pingback .comment-body{ margin-bottom: 30px; } .comments-area .comments .comment-list .pingback .comment-body a{ color: #555; } .comments-area .comments .comment-list .pingback .comment-body a:hover{ color: #f1b200; } article.comment-body{ padding: 15px 0; border: none; } .blog-sidebar li{ list-style: none; } /*========== End blog-area css ===========*/ /*========== full-width-blog css =============*/ .full-width-blog { padding-right: 0px; padding-top: 0px; } .full-width-blog .blog-pagination { text-align: center; } .right-sidebar-blog .blog-section { padding-right: 0px; padding-left: 20px; } .right-sidebar-blog .blog-sidebar { padding-left: 0px; padding-right: 20px; } .full-width-single2 .blog-section { padding-right: 0px; padding-top: 0px; } .gallery-caption{ font: 400 18px/30px "Poppins", sans-serif; color: #1a264a; } .bypostauthor{ color: #337ab7; } /*Unit test css Starts*/ .widget_recent_comments ul li>a, .widget_recent_entries ul li>a { font: 500 15px/20px "Poppins", sans-serif; color: #444444; display: block; } .widget_recent_entries ul li a:hover { color: #f1b200; } .widget_recent_entries ul li span { font: 400 12px/0px "Poppins", sans-serif; } .widget_recent_comments ul li.recentcomments { font: 400 13px/25px "Poppins", sans-serif; } .widget_recent_comments ul li.recentcomments span.comment-author-link a:hover { color: #f1b200; } .widget_recent_comments ul li.recentcomments > a:hover{ color: #f1b200; } .blog-sidebar .widget select{ font: 400 15px "Poppins", sans-serif; color: #666666; max-width: 100%; padding: 5px; } .widget select{ width: 100%; } .blog-sidebar .widget select option{ font: 300 13px "Poppins", sans-serif; color: #1a264a; } .blog-sidebar .widget.widget_rss ul li{ padding: 15px 0px; } .blog-sidebar .widget.widget_rss ul li .rssSummary{ color: #666; } .widget.widget_rss ul li .rssSummary{ font: 300 13px "Poppins", sans-serif; line-height: 25px; } .widget.widget_rss ul li cite{ font: 300 13px "Poppins", sans-serif; font-style: italic; color: #585e68; } .blog-sidebar #monster-widget-placeholder-11{ margin-top: 20px; } .widget.widget_text .textwidget p{ margin: 0px 0px 24px; } .blog-sidebar .widget.widget_text .textwidget p{ color: #585e68; } .widget.widget_text .textwidget p{ font: 300 13px/25px "Poppins", sans-serif; } .widget.widget_text .textwidget p strong{ font: 400 14px/30px "Poppins", sans-serif; } .blog-sidebar .widget.widget_text .textwidget p strong{ color: #1a264a; } .widget.widget_text .textwidget img{ max-width: 100%; height: auto; } .widget_archive ul li { font: 400 13px/30px "Poppins", sans-serif; } .widget_meta ul li a, .widget_categories ul li a, .widget_pages ul li a, .widget_nav_menu ul li a, .widget_archive ul li a { color: #222222; display: inline; position: relative; font-size: 15px; line-height: 28px; } .widget_archive ul li a:hover{ color: #f1b200; } .widget_meta ul li a:hover{ color: #f1b200; } .widget_calendar .calendar_wrap table#wp-calendar{ width: 100%; } .widget_calendar .calendar_wrap table#wp-calendar caption{ font: 400 15px/25px "Poppins", sans-serif; color: #555555; } .widget_calendar .calendar_wrap table#wp-calendar thead, .widget_calendar .calendar_wrap table#wp-calendar tbody, .widget_calendar .calendar_wrap table#wp-calendar tfoot{ font: 400 13px/25px "Poppins", sans-serif; color: #555555; } /*.widget_calendar .calendar_wrap table#wp-calendar tbody{ font-family: "Open Sans", sans-serif; }*/ .widget_calendar .calendar_wrap table#wp-calendar tbody tr{ border: 1px solid; } .widget_calendar .calendar_wrap table#wp-calendar tbody tr td{ border: 1px solid #ddd; padding: 0px 15px; } .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#prev{ text-align: left; } .widget_calendar .calendar_wrap table#wp-calendar tr td a:hover{ color: #f1b200; } .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#next{ text-align: right; } .search-page{ padding-top: 100px; padding-bottom: 30px; } .search-page .no-results.not-found{ padding-bottom: 115px; } .btn.sub_btn.sub_btn-two.four_0_four_btn{ border-radius: 40px 40px 40px 40px; } .btn.sub_btn.sub_btn-two.four_0_four_btn:hover{ border: 2px solid #ffffff } .blog-content table tr td, th{ padding: 15px 20px; } .blog-content table{ margin: 30px 0px; width: 100%; } .blog-content table tr{ border: 1px solid #ddd; } .blog-content table tr td, th{ border: 1px solid #ddd; } .blog-content table tr th a{ color: #666666; } .blog-content table tr th a:hover{ color: #f1b200; } .blog-content dl dt{ padding-top: 20px; } .blog-content dl dd{ margin-left: 40px; } .blog-content address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .blog-content abbr{ color: #f1b200; } .blog-content acronym{ color: #f1b200; } .blog-content q{ font-style: italic; color: #1AACAB; } .alignright{ text-align: right; float: right; } .alignleft{ text-align: left; float: left; } .aligncenter { text-align: center; margin: 0px auto; } .alignnone{ max-width: 100%; height: auto; } img.size-full.alignleft{ margin-right: 30px; margin-top: 10px; } img.alignnone{ max-width: 100%; display: block; height: auto; } img.size-full.alignright{ margin: 25px 0px 0px 20px; } img.size-full{ max-width: 100%; height: auto; } img.wp-image-754.size-large{ display: block; margin: 15px 0px; } img.size-full.wp-image-612{ display: block; margin: 15px 0px; } figure.wp-caption.alignnone{ max-width: 100%; height: auto; } figure.wp-caption.alignleft{ margin-right: 30px; margin-top: 10px; } figure.wp-caption.alignnone img{ max-width: 100%; display: block; height: auto; } figure.wp-caption.alignright{ margin: 15px 0px 20px 20px; } img.alignright.size-thumbnail.wp-image-827{ margin-bottom: 25px; } figcaption.wp-caption-text{ color: #1a264a; font-weight: 400; text-align: left; font-style: italic; } .blog-section-area .gallery-item, .single-blog-area .gallery-item, .smith-page-content .gallery-item { display: inline-block; text-align: left; vertical-align: top; margin: 0 0 1.5em; padding: 0 1em 0 0; width: 33.33%; } @media screen and (min-width: 30em){ .gallery-columns-3 .gallery-item { max-width: 33.33%; } } @media screen and (min-width: 30em){ .gallery-columns-4 .gallery-item { max-width: 25%; } } .gallery-columns-1 .gallery-item { width: 100%; } .gallery-columns-1 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-2 .gallery-item { width: 50%; } .gallery-columns-2 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-4 .gallery-item { width: 25%; } .gallery-columns-4 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-5 .gallery-item { width: 20%; } .gallery-columns-5 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-6 .gallery-item { width: 16.66%; } .gallery-columns-6 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-7 .gallery-item { width: 14.28%; } .gallery-columns-7 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-8 .gallery-item { width: 12.5%; } .gallery-columns-8 .gallery-item .gallery-caption { margin-bottom: 0px; } .gallery-columns-9 .gallery-item { width: 11.11%; } .gallery-columns-9 .gallery-item .gallery-caption { margin-bottom: 0px; } .blog-section-area .gallery-item a, .blog-section-area .gallery-item a:hover,.blog-section-area .gallery-item a:focus, .single-blog-area .gallery-item a, .single-blog-area .gallery-item a:hover,.single-blog-area .gallery-item a:focus, .smith-page-content .gallery-item a, .smith-page-content .gallery-item a:hover,.smith-page-content .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; } .blog-section-area .gallery-item a img, .single-blog-area .gallery-item a img, .smith-page-content .gallery-item a img { display: block; -webkit-transition: -webkit-filter 0.2s ease-in; transition: -webkit-filter 0.2s ease-in; transition: filter 0.2s ease-in; transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in; -webkit-backface-visibility: hidden; backface-visibility: hidden; max-width: 100%; height: auto; } .entry-content a img, .widget a img { -webkit-box-shadow: 0 0 0 8px #fff; box-shadow: 0 0 0 8px #fff; } .gallery-caption { display: block; text-align: left !important; padding: 0 10px 0 0; margin-bottom: 0; } .wp-caption, .gallery-caption { margin-bottom: 1.5em; max-width: 100%; line-height: 25px; font-size: 13px !important; } .blog-items .blog-content ul.post-info{ clear: right; } .blog-items .blog-content ul, .blog-items .blog-content ol{ padding-left: 15px; } .blog-items .blog-content ol li ol, .blog-items .blog-content ol li ul, .blog-items .blog-content ol li ol li ol, .blog-items .blog-content ul li ul, .blog-items .blog-content ul li ol, .blog-items .blog-content ul li ul li ul{ padding-left: 20px; } .blog-items .blog-content ul li span{ font-size: 1.334rem !important; } .blog-items .blog-content h1, .blog-items .blog-content h2, .blog-items .blog-content h3, .blog-items .blog-content h4, .blog-items .blog-content h5, .blog-items .blog-content h6{ font-family: "Poppins", sans-serif; color: #666; margin-bottom: 20px; font-weight: 500; margin-top: 30px; } .blog-items .blog-content h1{ line-height: 40px; font-size: 30px; } .blog-items .blog-content h2{ font-size: 24px; } .blog-items .blog-content h3{ line-height: 35px; font-size: 20px; } .blog-items .blog-content h4{ font-size: 16px; } .blog-items .blog-content h5{ font-size: 13px; } .blog-items .blog-content h6{ font-size: 10px; } .blog-items .blog-content h4, h5, h6{ line-height: 30px; } .blog-section .single-post p a:hover{ color: #f1b200; } .blog-content ul{ list-style: disc; } .blog-content ul ul{ list-style: circle; } .blog-content ul ul ul{ list-style: square; } .blog-content input{ border-radius: 50px; box-shadow: 0px 3px 7px 0px rgba(82, 37, 37, 0.07); border: 1px solid #ededed; padding: 2px 15px; } input[type="password"]{ padding: 0px 30px; height: 35px; margin-right: 20px; margin-left: 20px; } .blog-content input[type="submit"]{ background-color: #fff; color: #f1b200; } .blog-content input[type="submit"]:hover{ background-color: #f1b200; color: #fff; } .blog-content input[type="password"]:focus{ border-color: #f1b200; outline: none; } .smith-page-content h1, .smith-page-content h2, .smith-page-content h3, .smith-page-content h4, .smith-page-content h5, .smith-page-content h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .smith-page-content { font-family: "Poppins", sans-serif; font-size: 15px; padding-top: 20px; } .page-comment{ padding-bottom: 20px; } .smith-page-content p { color: #555555; font-family: "Poppins", sans-serif; font-size: 15px; } .smith-page-content table tbody tr td a { color: #666666; } .smith-page-content table tbody tr td a:hover { color: #f1b200; } .smith-page-content h1{ line-height: 40px; } .smith-page-content h2 { } .smith-page-content h3{ line-height: 35px; } .smith-page-content h4, h5, h6{ line-height: 30px; } .smith-page-content p{ padding-bottom: 20px; } .smith-page-content table{ margin: 30px 0px; } .smith-page-content table tr{ border: 1px solid #ddd; } .smith-page-content table tr td, th{ border: 1px solid #ddd; } .smith-page-content table tr td, th{ padding: 15px; } .smith-page-content dl dt{ padding-top: 20px; } .smith-page-content dl dd{ margin-left: 40px; } .smith-page-content address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .smith-page-content abbr{ color: #f1b200; } .smith-page-content acronym{ color: #f1b200; } .smith-page-content q{ font-style: italic; color: #1AACAB; } .smith-page-content ul, .smith-page-content ol{ padding-left: 17px; } .smith-page-content ol li ul,.smith-page-content ol li ul li ol, .smith-page-content ol li ul li ul{ padding-left: 20px; } .smith-page-content ul li span{ font-size: 1.334rem !important; } .smith-page-content h1, .smith-page-content h2, .smith-page-content h3, .smith-page-content h4, .smith-page-content h5, .smith-page-content h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .smith-page-content h1{ line-height: 40px; } .smith-page-content h2 { } .smith-page-content h3{ line-height: 35px; } .smith-page-content h4, h5, h6{ line-height: 30px; } .smith-page-content p a{ color: #1574d4; } .smith-page-content p a:hover{ color: #f1b200; } .smith-page-content ol li a:hover{ color: #f1b200; } .smith-page-content h1, .smith-page-content h2, .smith-page-content h3, .smith-page-content h4, .smith-page-content h5, .smith-page-content h6 { font-family: "Poppins", sans-serif; color: #666; margin-bottom: 20px; font-weight: 500; } .smith-page-content ul{ list-style: disc; } .smith-page-content ul ul{ list-style: circle; } .smith-page-content ul ul ul{ list-style: square; } /**/ .archive-page{ padding-bottom: 50px; padding-top: 50px; } .archive-page .blog-sidebar{ padding-top: 110px; } .archive-page h1, .archive-page h2, .archive-page h3, .archive-page h4, .archive-page h5, .archive-page h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .archive-page h1{ line-height: 40px; } .archive-page h2 { } .archive-page h3{ line-height: 35px; } .archive-page h4, h5, h6{ line-height: 30px; } .archive-page p{ padding-bottom: 20px; } .archive-page .gallery-item{ text-align: center; } .archive-page .gallery-item figcaption{ line-height: 30px; } .archive-page figcaption{ color: #1a264a; font-weight: 400; text-align: left; } .archive-page table{ margin: 30px 0px; } .archive-page table tr{ border: 1px solid #ddd; } .archive-page table tr td, th{ border: 1px solid #ddd; } .archive-page table tr td, th{ padding: 15px; } .archive-page dl dt{ padding-top: 20px; } .archive-page dl dd{ margin-left: 40px; } .archive-page address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .archive-page abbr{ color: #f1b200; } .archive-page acronym{ color: #f1b200; } .archive-page q{ font-style: italic; color: #1AACAB; } .archive-page img.size-full.wp-image-904.alignleft{ float: left; margin-right: 30px; } .archive-page img.size-full.wp-image-904{ float: left; margin: 10px 20px 10px 0px; } .archive-page img.alignnone{ max-width: 100%; margin: 20px 0px; } .archive-page img.size-full.alignright{ float: right; overflow: hidden; margin: 15px 0px 9px 20px; } .archive-page img.size-full.wp-image-906.aligncenter{ margin: 25px auto 0; display: block; } .archive-page .wp-caption.aligncenter{ margin: 0px auto; display: block; } .archive-page img.size-full.wp-image-906{ margin: 20px auto; display: block; max-width: 100%; } .archive-page .wp-caption.alignright{ float: right; margin: 14px 0px 10px 15px; } .archive-page .wp-caption.alignnone{ max-width: 100%; } .archive-page .wp-caption.alignright img{ padding-bottom: 10px; } .archive-page p img.alignleft{ float: left; margin: 10px 10px 10px 0px; } .archive-page img.wp-image-907{ margin: 20px 0px; display: block; max-width: 100%; } .archive-page img.wp-image-754.size-large{ display: block; margin: 15px 0px; } .archive-page img.size-full.wp-image-612{ display: block; margin: 15px 0px; } .archive-page img.alignnone.wp-image-755.size-large{ margin: 15px 0px; display: block; } .archive-page ul, .archive-page ol{ padding-left: 17px; } .archive-page ol li ul,.archive-page ol li ul li ol, .archive-page ol li ul li ul{ padding-left: 20px; } .archive-page ul li span{ font-size: 1.334rem !important; } .archive-page h1, .archive-page h2, .archive-page h3, .archive-page h4, .archive-page h5, .archive-page h6{ font-family: "Poppins", sans-serif; color: #1a264a; margin-bottom: 20px; font-weight: 500; } .archive-page h1{ line-height: 40px; } .archive-page h3{ line-height: 35px; } .archive-page h4, h5, h6{ line-height: 30px; } .archive-page ul{ list-style: disc; } .archive-page ul ul{ list-style: circle; } .archive-page ul ul ul{ list-style: square; } .archive-page input[type="password"]{ padding: 0px 30px; height: 35px; } .archive-page input[type="submit"]{ background-color: #fff; color: #f1b200; } .archive-page input[type="submit"]:hover{ background-color: #f1b200; color: #fff; } .archive-page .search-submit{ color: #555555 !important; border: 0px !important; background-color: transparent !important; padding: 0px 30px 0px 0px !important; } .archive-page .search-submit:hover{ background-color: #f1b200; color: #fff; } .archive-page input[type="password"]:focus{ border-color: #f1b200; outline: none; } .archive-page input{ border-radius: 50px; box-shadow: 0px 3px 7px 0px rgba(82, 37, 37, 0.07); border: 1px solid #ededed; padding: 2px 15px; } /**/ /**/ p.comment-form-comment{ padding-top: 10px; } .comments-area h1, .comments-area h2, .comments-area h3, .comments-area h4, .comments-area h5, .comments-area h6{ font-family: "Poppins", sans-serif; color: #1a264a; font-weight: 500; } .comments-area h1{ line-height: 40px; } .comments-area h3{ line-height: 35px; } .comments-area h4, h5, h6{ line-height: 30px; } .comments-area table{ margin: 30px 0px; } .comments-area table tr{ border: 1px solid #ddd; } .comments-area table tr td, th{ border: 1px solid #ddd; } .comments-area table tr td, th{ padding: 15px; } .comments-area dl dt{ padding-top: 20px; } .comments-area dl dd{ margin-left: 40px; } .comments-area address{ font-style: italic; font-size: 15px; font-weight: 500; font-family: "Open Sans", sans-serif; } .comments-area abbr{ color: #f1b200; } .comments-area acronym{ color: #f1b200; } .comments-area q{ font-style: italic; color: #1AACAB; } .comments-area ul, .comments-area ol{ padding-left: 0px; } .comments-area ul li ul,.comments-area ul li ul li ul, .comments-area ol li ol li ol,.comments-area ol li ol li ol li ol{ padding-left: 20px; } .comments-area ul li span{ font-size: 1.334rem !important; } .comments-area .comment-list .children{ padding-left: 82px; } .comments-area ul{ list-style: disc; } .comments-area ul ul{ list-style: circle; } .comments-area ul ul ul{ list-style: square; } .comments-area input[type="password"]{ padding: 0px 30px; height: 35px; } .comments-area input[type="submit"]{ background-color: #fff; color: #f1b200; } .comments-area input[type="submit"]:hover{ background-color: #f1b200 !important; color: #fff !important; border-color: #f1b200 !important; } ol.comment-list { margin-left: 0 !important; } .comments-area input[type="submit"]:focus{ outline: none; } .comments-area .search-submit{ color: #555555 !important; border: 0px !important; background-color: transparent !important; padding: 0px 30px 0px 0px !important; } .comment-form .form-submit .submit{ margin-top: 0px; } .comments-area .search-submit:hover{ background-color: #f1b200; color: #fff; } .comments-area input[type="password"]:focus{ border-color: #f1b200; outline: none; } .comments-area input{ border-radius: 50px; box-shadow: 0px 3px 7px 0px rgba(82, 37, 37, 0.07); border: 1px solid #ededed; padding: 2px 15px; } /**/ /*Footer Sidebars*/ .footer-top .footer_sidebar .widgettitle { font: 400 24px "Poppins", sans-serif; padding-bottom: 10px; color: #f1b200; } .footer-top .footer_sidebar .widget + .widget { margin-top: 70px; } .footer-top .footer_sidebar .widget select { font: 400 20px "Poppins", sans-serif; color: #1a264a; max-width: 100%; } .footer-top .footer_sidebar .widget select option { font: 300 16px "Poppins", sans-serif; color: #1a264a; } .widget.widget_media_image img{ width: 100%; } .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tbody tr td a:hover, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tbody tr td#today a:hover, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#prev a:hover, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tfoot tr td#next a:hover, .footer-top .footer_sidebar .widget.widget_archive ul li a:hover, .footer-top .footer_sidebar .widget.widget_categories ul li a:hover, .footer-top .footer_sidebar .widget.widget_pages ul li a:hover, .footer-top .footer_sidebar .widget.widget_meta ul li a:hover, .footer-top .footer_sidebar .widget.widget_recent_comments ul li a:hover, .footer-top .footer_sidebar .widget.widget_recent_entries ul li a:hover, .footer-top .footer_sidebar .widget.widget_rss ul li a:hover, .footer-top .footer_sidebar .widget.widget_rss .widgettitle .rsswidget:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a:hover { color: #f1b200; } .footer-top .footer_sidebar .widget.widget_rss ul li .rssSummary{ color: #999; } .footer-top .footer_sidebar .widget.widget_rss ul li .rss-date{ color: #1a264a; } .footer-top .footer_sidebar .widget.widget_text .textwidget .wp-caption p.wp-caption-text, .footer-top .footer_sidebar .widget.widget_text .textwidget p strong{ color: #1a264a; } .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar caption, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar thead, .footer-top .footer_sidebar .widget_calendar .calendar_wrap table#wp-calendar tbody{ color: #999; } .footer-top .footer_sidebar .widget.widget_pages ul li a, .footer-top .footer_sidebar .widget.widget_meta ul li a, .footer-top .footer_sidebar .widget.widget_recent_comments ul li a, .footer-top .footer_sidebar .widget.widget_recent_entries ul li a, .footer-top .footer_sidebar .widget.widget_rss ul li a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-all-pages-container ul.menu li.menu-item a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a, .footer-top .footer_sidebar .widget.widget_nav_menu .menu-main-menu-container ul.menu li.menu-item a { color: #555555; } .footer-top .footer_sidebar .widget.widget_rss .widgettitle .rsswidget{ color: rgba(255, 255, 255, 0.5); } .footer-top .footer_sidebar .widget ul li .children { padding-left: 20px; } .comments-area a, .blog-items a{ color: #333; } .comment-author img { margin-right: 30px; vertical-align: top; border-radius: 50%; } .comment-author b.fn a { color: #444444; font-family: "Poppins", sans-serif; } .comments-area h3.comment-title, .comment-respond h3#reply-title { font-size: 18px; line-height: 34px; color: #222222; font-weight: bold; border-bottom: 1px solid #ebebeb; margin-bottom: 35px; } .comments-area .comments .comment-list .comment-body .comment-meta .comment-metadata a { font-size: 12px; font-family: "Poppins", sans-serif; color: #a1a1a1; } .comments-area .comments .comment-list .comment-body .comment-meta .comment-metadata { padding-left: 103px; margin-top: -50px; } .comments-area .comments .comment-list .comment-body .comment-content { padding-left: 103px; margin-top: -20px; padding-bottom: 5px; } .comment-body .reply { margin-left: 103px; } .comment-body .reply a.comment-reply-link { font-size: 12px; } .comment-list li.comment { margin-bottom: 33px; clear: both; } span.edit-link { display: none; } a.comment-reply-link:after { content: "\e87a"; padding-left: 10px; vertical-align: middle; font-family: 'Linearicons-Free'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .comment-respond input#submit { color: #999999; font-size: 14px !important; padding: 4px 27px !important; width: auto; height: auto; border: 1px solid rgba(0,0,0, .35); } p.comment-awaiting-moderation { padding-left: 100px; font-weight: bold; } .widget_recent_entries .post-meta { display: inline-block; color: #666666; font-size: 12px; } .widget_recent_entries span.post-date { margin-right: 20px; } .widget_recent_entries .post-meta .fa { padding-right: 5px; } .widget_recent_comments .comment-author-link a { font-size: 12px; color: #666666; } .commented-by { color: #999999; font-size: 12px; } .widget_recent_entries .post-meta a { font-size: 12px; color: #666666; } section.error_page_area { margin-top: 165px; } .blog-sidebar .widget.widget_archive .widgettitle, .blog-sidebar .widget.widget_meta .widgettitle, .blog-sidebar .widget.widget_pages .widgettitle, .blog-sidebar .widget_categories.widget .widgettitle { margin-bottom: 5px; } .blog-sidebar .widget.widget_tag_cloud .widgettitle { margin-bottom: 18px; } #reply-title a#cancel-comment-reply-link { float: right; font-weight: 500; font-size: 14px; } #reply-title a#cancel-comment-reply-link:hover { color: #f1b200; }
0.266548
0.133641
@font-face { font-family:'icon'; src:url('fonts/icon.eot?v=1'); src:url('fonts/icon.eot?v=1#iefix') format('embedded-opentype'), url('fonts/icon.woff?v=1') format('woff'); font-weight:normal; font-style:normal; } @font-face { font-family:'Born'; src:url('fonts/born.eot'); src:url('fonts/born.eot#iefix') format('embedded-opentype'), url('fonts/born.woff2') format('woff2'), url('fonts/born.woff') format('woff'); } @font-face { font-family:'Merriweather Bold'; src:url('fonts/merriweather-bold.eot'); src:url('fonts/merriweather-bold.eot#iefix') format('embedded-opentype'), url('fonts/merriweather-bold.woff2') format('woff2'), url('fonts/merriweather-bold.woff') format('woff'); } body { font:14px/22px 'Helvetica neue', Helvetica, sans-serif; } h1 { font-size:16px; line-height:24px; } label { font-size:12px; } .legend-key { padding:4px; vertical-align:middle; } .dark-hover:hover { color:#fff; } .small-circle { width:40px; height:40px; } .small-circle .icon:before { font-size:24px; line-height:30px; } .prose { font-family:'Born'; } .prose.strong, .prose .strong, .prose h1, .prose h2, .prose h3 { font-family:'Merriweather Bold'; } .prose h1 { font-size:28px; line-height:38px; } .prose p { font-size:18px; line-height:28px; } button, .button, [type=button], [type=submit] { padding:5px 40px; line-height:20px; height:40px; line-height:30px; color:#fff; font-weight:700; } .interactive-control, .button:empty { padding:5px 10px; } .button-keyline.dark { color:#fff; background:transparent; box-shadow:inset 0 0 0 2px currentcolor; } .button-keyline.dark:hover { color:#1b1b1b; background:#fff; } input[type=range] { vertical-align:inherit; background-color:rgba(0,0,0,0.75); position:relative; border-radius:5px; } input[type=range]::-webkit-slider-thumb { background-color:rgba(255,255,255,0.5); box-shadow:rgba(255,255,255,0.15) -1200px 0 0 1200px; border-radius:50%; } input[type=range]:focus::-webkit-slider-thumb { background-color:#fff; } input[type=range]::-moz-range-thumb { background-color:rgba(255,255,255,0.5); box-shadow:rgba(255,255,255,0.15) -1200px 0 0 1200px; border-radius:6px; } input[type=range]:focus::-moz-range-thumb { background-color:#fff; } input[type=range]::-ms-thumb { background-color:rgba(255,255,255,0.5); box-shadow:rgba(255,255,255,0.15) -1200px 0 0 1200px; border-radius:6px; } input[type=range]:focus::-ms-thumb { background-color:#fff; } .dark .quiet { color:rgba(255,255,255,0.65); } /* Icons ---------------------- */ .rcon:after, .icon:before { font-family:'icon'; content:''; display:inline-block; font-size:20px; color:inherit; vertical-align:middle; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .rcon:empty:after, .icon:empty:before { margin:0; } .rcon.osm:after, .icon.osm:before { content:'\e600'; } .rcon.globe:after, .icon.globe:before { content:'\e601'; } .rcon.facebook:after, .icon.facebook:before { content:'\e602'; } .rcon.twitter:after, .icon.twitter:before { content:'\e603'; } .rcon.geolocate:after, .icon.geolocate:before { content:'\e604'; } .rcon.pause:after, .icon.pause:before { content:'\e605'; } .rcon.marker:after, .icon.marker:before { content:'\e606'; } .rcon.playback:after, .icon.playback:before { content:'\e607'; } .dot .icon:before, .dot .rcon:after { color:#fff; } /* Map ---------------------- */ .map.leaflet-container { background:transparent; } /* Color palette ---------------------- */ .fill-facebook { background-color:#395b96; } .fill-facebook:hover { background-color:#304d82; } .fill-twitter { background-color:#59adec; } .fill-twitter:hover { background-color:#399eeb; } .fill-green { background-color:#76c551; } .color-green { color:#76c551; } .fill-orange { background-color:#fa714a; } .color-orange { color:#fa714a; } .fill-blue-onhover:hover, .fill-blue { background-color:#3c74b4; } .color-blue { color:#3c74b4; } .fill-darkblue { background-color:#0d0d27; } .fill-darken0 { background-color:rgba(45,45,45,0.45); } .fill-darken { background-color:rgba(45,45,45,0.75); } .fill-dark0 { background-color:rgba(0,0,0,0.5); } .fill-dark { background-color:rgba(0,0,0,0.75); } .fill-light { background-color:#fff; } /* Util classes ---------------------- */ .w80 { width:80px; } .dark-shadow { text-shadow:0 0 10px #000; } .intro header, .intro #controls { opacity:0; -webkit-animation-name:none; -moz-animation-name:none; -o-animation-name:none; animation-name:none; } header, #controls { -webkit-animation-duration:500ms; -moz-animation-duration:500ms; -o-animation-duration:500ms; animation-duration:500ms; } header { -webkit-animation-name:fadeUpDown; -moz-animation-name:fadeUpDown; -o-animation-name:fadeUpDown; animation-name:fadeUpDown; } #controls { -webkit-animation-name:fadeDownUp; -moz-animation-name:fadeDownUp; -o-animation-name:fadeDownUp; animation-name:fadeDownUp; } /* Animations ---------------------- */ @-webkit-keyframes fadeUpDown { 0% { opacity:0; -webkit-transform:translateY(-10px); } 100% { opacity:1; -webkit-transform:translateY(0); } } @-moz-keyframes fadeUpDown { 0% { opacity:0; -moz-transform:translateY(-10px); } 100% { opacity:1; -moz-transform:translateY(0); } } @-o-keyframes fadeUpDown { 0% { opacity:0; -o-transform:translateY(-10px); } 100% { opacity:1; -o-transform:translateY(0); } } @keyframes fadeUpDown { 0% { opacity:0; transform:translateY(-10px); } 100% { opacity:1; transform:translateY(0); } } @-webkit-keyframes fadeDownUp { 0% { opacity:0; -webkit-transform:translateY(10px); } 100% { opacity:1; -webkit-transform:translateY(0); } } @-moz-keyframes fadeDownUp { 0% { opacity:0; -moz-transform:translateY(10px); } 100% { opacity:1; -moz-transform:translateY(0); } } @-o-keyframes fadeDownUp { 0% { opacity:0; -o-transform:translateY(10px); } 100% { opacity:1; -o-transform:translateY(0); } } @keyframes fadeDownUp { 0% { opacity:0; transform:translateY(10px); } 100% { opacity:1; transform:translateY(0); } } /* Front page ---------------------- */ .title-link, .title-link:hover, .title-link:before { color:#fff; } .title-link:before { font-size:50px; line-height:1; font-weight:500; } header .title-link:before { font-size:38px; } .map { position:absolute; top:0; bottom:0; width:100%; } .mapbox-logo { opacity:0.5; } .leaflet-container.dark .leaflet-bar a.leaflet-disabled, .leaflet-container.dark .leaflet-control .mapbox-button.disabled, .leaflet-container.dark .leaflet-bar { background-color:rgba(45,45,45,0.75); } .leaflet-container.dark .leaflet-bar a:last-child { border-bottom:none; border-radius:0 0 3px 3px; } .leaflet-container.dark .leaflet-bar a:only-child { border-radius:3px; } .button.fill-darken:hover, .leaflet-container.dark .leaflet-bar a:hover { background-color:#333; } .leaflet-geolocate:before { color:#fff; padding:3px; } .leaflet-geolocate.loading:before { opacity:0.5; } .attribution a { color:#fff; } .attribution a:hover { color:rgba(255,255,255,0.75); } .controls { height:40px; } .control-padding { padding:0 80px 0 40px; } .range-tooltip { position:absolute; bottom:40px; width:70px; border-color:#000; z-index:1; text-align:center; margin-left:-20px; -webkit-transition:background-color 150ms linear; -moz-transition:background-color 150ms linear; -o-transition:background-color 150ms linear; transition:background-color 150ms linear; } .interactive-control { border-color:#000; z-index:1; } .modal { background:rgba(0,0,0,0.75); position:fixed; overflow:auto; top:0; left:0; right:0; opacity:0; z-index:99999; } .modal-content { position: absolute; overflow-y:auto; height:100%; left:0; right:0; } .intro .modal { opacity:1; bottom:0; } .stats { display:none; } .stats.active { display:block; } /* header, .leaflet-control-container, .mapbox-logo, .attribution { opacity:0; } */ /* Mobile layout ---------------------- */ @media only screen and (max-width:640px) { header.pad2 { padding:10px; } .pad8y { padding-top:0; padding-bottom:0; } .limiter { padding:0 10px; } }
site.css
@font-face { font-family:'icon'; src:url('fonts/icon.eot?v=1'); src:url('fonts/icon.eot?v=1#iefix') format('embedded-opentype'), url('fonts/icon.woff?v=1') format('woff'); font-weight:normal; font-style:normal; } @font-face { font-family:'Born'; src:url('fonts/born.eot'); src:url('fonts/born.eot#iefix') format('embedded-opentype'), url('fonts/born.woff2') format('woff2'), url('fonts/born.woff') format('woff'); } @font-face { font-family:'Merriweather Bold'; src:url('fonts/merriweather-bold.eot'); src:url('fonts/merriweather-bold.eot#iefix') format('embedded-opentype'), url('fonts/merriweather-bold.woff2') format('woff2'), url('fonts/merriweather-bold.woff') format('woff'); } body { font:14px/22px 'Helvetica neue', Helvetica, sans-serif; } h1 { font-size:16px; line-height:24px; } label { font-size:12px; } .legend-key { padding:4px; vertical-align:middle; } .dark-hover:hover { color:#fff; } .small-circle { width:40px; height:40px; } .small-circle .icon:before { font-size:24px; line-height:30px; } .prose { font-family:'Born'; } .prose.strong, .prose .strong, .prose h1, .prose h2, .prose h3 { font-family:'Merriweather Bold'; } .prose h1 { font-size:28px; line-height:38px; } .prose p { font-size:18px; line-height:28px; } button, .button, [type=button], [type=submit] { padding:5px 40px; line-height:20px; height:40px; line-height:30px; color:#fff; font-weight:700; } .interactive-control, .button:empty { padding:5px 10px; } .button-keyline.dark { color:#fff; background:transparent; box-shadow:inset 0 0 0 2px currentcolor; } .button-keyline.dark:hover { color:#1b1b1b; background:#fff; } input[type=range] { vertical-align:inherit; background-color:rgba(0,0,0,0.75); position:relative; border-radius:5px; } input[type=range]::-webkit-slider-thumb { background-color:rgba(255,255,255,0.5); box-shadow:rgba(255,255,255,0.15) -1200px 0 0 1200px; border-radius:50%; } input[type=range]:focus::-webkit-slider-thumb { background-color:#fff; } input[type=range]::-moz-range-thumb { background-color:rgba(255,255,255,0.5); box-shadow:rgba(255,255,255,0.15) -1200px 0 0 1200px; border-radius:6px; } input[type=range]:focus::-moz-range-thumb { background-color:#fff; } input[type=range]::-ms-thumb { background-color:rgba(255,255,255,0.5); box-shadow:rgba(255,255,255,0.15) -1200px 0 0 1200px; border-radius:6px; } input[type=range]:focus::-ms-thumb { background-color:#fff; } .dark .quiet { color:rgba(255,255,255,0.65); } /* Icons ---------------------- */ .rcon:after, .icon:before { font-family:'icon'; content:''; display:inline-block; font-size:20px; color:inherit; vertical-align:middle; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .rcon:empty:after, .icon:empty:before { margin:0; } .rcon.osm:after, .icon.osm:before { content:'\e600'; } .rcon.globe:after, .icon.globe:before { content:'\e601'; } .rcon.facebook:after, .icon.facebook:before { content:'\e602'; } .rcon.twitter:after, .icon.twitter:before { content:'\e603'; } .rcon.geolocate:after, .icon.geolocate:before { content:'\e604'; } .rcon.pause:after, .icon.pause:before { content:'\e605'; } .rcon.marker:after, .icon.marker:before { content:'\e606'; } .rcon.playback:after, .icon.playback:before { content:'\e607'; } .dot .icon:before, .dot .rcon:after { color:#fff; } /* Map ---------------------- */ .map.leaflet-container { background:transparent; } /* Color palette ---------------------- */ .fill-facebook { background-color:#395b96; } .fill-facebook:hover { background-color:#304d82; } .fill-twitter { background-color:#59adec; } .fill-twitter:hover { background-color:#399eeb; } .fill-green { background-color:#76c551; } .color-green { color:#76c551; } .fill-orange { background-color:#fa714a; } .color-orange { color:#fa714a; } .fill-blue-onhover:hover, .fill-blue { background-color:#3c74b4; } .color-blue { color:#3c74b4; } .fill-darkblue { background-color:#0d0d27; } .fill-darken0 { background-color:rgba(45,45,45,0.45); } .fill-darken { background-color:rgba(45,45,45,0.75); } .fill-dark0 { background-color:rgba(0,0,0,0.5); } .fill-dark { background-color:rgba(0,0,0,0.75); } .fill-light { background-color:#fff; } /* Util classes ---------------------- */ .w80 { width:80px; } .dark-shadow { text-shadow:0 0 10px #000; } .intro header, .intro #controls { opacity:0; -webkit-animation-name:none; -moz-animation-name:none; -o-animation-name:none; animation-name:none; } header, #controls { -webkit-animation-duration:500ms; -moz-animation-duration:500ms; -o-animation-duration:500ms; animation-duration:500ms; } header { -webkit-animation-name:fadeUpDown; -moz-animation-name:fadeUpDown; -o-animation-name:fadeUpDown; animation-name:fadeUpDown; } #controls { -webkit-animation-name:fadeDownUp; -moz-animation-name:fadeDownUp; -o-animation-name:fadeDownUp; animation-name:fadeDownUp; } /* Animations ---------------------- */ @-webkit-keyframes fadeUpDown { 0% { opacity:0; -webkit-transform:translateY(-10px); } 100% { opacity:1; -webkit-transform:translateY(0); } } @-moz-keyframes fadeUpDown { 0% { opacity:0; -moz-transform:translateY(-10px); } 100% { opacity:1; -moz-transform:translateY(0); } } @-o-keyframes fadeUpDown { 0% { opacity:0; -o-transform:translateY(-10px); } 100% { opacity:1; -o-transform:translateY(0); } } @keyframes fadeUpDown { 0% { opacity:0; transform:translateY(-10px); } 100% { opacity:1; transform:translateY(0); } } @-webkit-keyframes fadeDownUp { 0% { opacity:0; -webkit-transform:translateY(10px); } 100% { opacity:1; -webkit-transform:translateY(0); } } @-moz-keyframes fadeDownUp { 0% { opacity:0; -moz-transform:translateY(10px); } 100% { opacity:1; -moz-transform:translateY(0); } } @-o-keyframes fadeDownUp { 0% { opacity:0; -o-transform:translateY(10px); } 100% { opacity:1; -o-transform:translateY(0); } } @keyframes fadeDownUp { 0% { opacity:0; transform:translateY(10px); } 100% { opacity:1; transform:translateY(0); } } /* Front page ---------------------- */ .title-link, .title-link:hover, .title-link:before { color:#fff; } .title-link:before { font-size:50px; line-height:1; font-weight:500; } header .title-link:before { font-size:38px; } .map { position:absolute; top:0; bottom:0; width:100%; } .mapbox-logo { opacity:0.5; } .leaflet-container.dark .leaflet-bar a.leaflet-disabled, .leaflet-container.dark .leaflet-control .mapbox-button.disabled, .leaflet-container.dark .leaflet-bar { background-color:rgba(45,45,45,0.75); } .leaflet-container.dark .leaflet-bar a:last-child { border-bottom:none; border-radius:0 0 3px 3px; } .leaflet-container.dark .leaflet-bar a:only-child { border-radius:3px; } .button.fill-darken:hover, .leaflet-container.dark .leaflet-bar a:hover { background-color:#333; } .leaflet-geolocate:before { color:#fff; padding:3px; } .leaflet-geolocate.loading:before { opacity:0.5; } .attribution a { color:#fff; } .attribution a:hover { color:rgba(255,255,255,0.75); } .controls { height:40px; } .control-padding { padding:0 80px 0 40px; } .range-tooltip { position:absolute; bottom:40px; width:70px; border-color:#000; z-index:1; text-align:center; margin-left:-20px; -webkit-transition:background-color 150ms linear; -moz-transition:background-color 150ms linear; -o-transition:background-color 150ms linear; transition:background-color 150ms linear; } .interactive-control { border-color:#000; z-index:1; } .modal { background:rgba(0,0,0,0.75); position:fixed; overflow:auto; top:0; left:0; right:0; opacity:0; z-index:99999; } .modal-content { position: absolute; overflow-y:auto; height:100%; left:0; right:0; } .intro .modal { opacity:1; bottom:0; } .stats { display:none; } .stats.active { display:block; } /* header, .leaflet-control-container, .mapbox-logo, .attribution { opacity:0; } */ /* Mobile layout ---------------------- */ @media only screen and (max-width:640px) { header.pad2 { padding:10px; } .pad8y { padding-top:0; padding-bottom:0; } .limiter { padding:0 10px; } }
0.346652
0.062933
@media print { body { color: black; background: white; } .tm-sidebar, .tm-team-img, .boxes, #contact, .carousel-indicators ,.img-contact-us,section::before,.text::after{ display: none; } .tm-banner-text{ letter-spacing: 5px; } h2+p { font-style: inherit; line-height: 1; } .tm-banner { background-color: #fff; } h2 { text-transform: uppercase; color: lightskyblue; font-weight: 300; text-align: center; } a { color: lightskyblue; } ol { width: 30%; margin: 0 auto; padding: 0; } li { display: block; } li:nth-child(odd) { text-align: right; } .blocks .padding-medium .tm-section-description:last-child{ font-style: italic; word-spacing: 10px; letter-spacing: 4px; } .carousel ,.padding-medium,.tm-main-content{ padding: 0; } .tm-content-box { margin: 0; } .tm-team-description-container { max-width: 100%; text-align: center; } .tm-footer a { color: #0275d8; } /*Created by <NAME>*/ } @media screen{ h2 + p{ font-style: italic; } .blocks .padding-medium .tm-section-description:last-child{ font-style: italic; word-spacing: 10px; letter-spacing: 4px; } .tm-banner-text{ text-shadow: 0px 10px 2px #76cdd7, 0px 3px 1px #76cdd7; letter-spacing: 5px; animation: 5s 2s rotate; } @keyframes rotate { 0% { transform: rotateY(360deg); } 100% { transform: rotateY(0deg); } } .tm-main-content section::before{ /*Created by <NAME>*/ content: ''; width: 0; height: 0; border-top: 30px solid #5ce; border-right: 50px solid transparent; } h2.tm-box-bg-title:hover{ background-color: lightgrey ; color:lightskyblue; font-style: italic; } section:first-of-type > div:first-child > div:first-child{ padding-top: 150px } .blocks ul.boxes li.box:nth-child(odd){ background-color: lightskyblue; color:white; } .blocks ul.boxes li.box{ list-style: none; width: 33.333333333333333333333333333333334%; height: auto; padding: 10px; } ul.boxes li.box p::first-letter{ font-weight:bold; } section:first-of-type,.heading,#ideas,#home,.tm-sidebar,.blocks,.tm-main-content section:nth-child(6){ box-shadow: 0 0 25px rgba(0,0,0,0.5); } .tm-banner { padding: 0; border: solid 30px #76cdd7; } .tm-team-description-container,div.tm-content-box > div.padding-medium > p { text-indent: 1.5em; line-height: 2em; } .padding-medium ol li a{ color:lightskyblue; } .padding-medium ol a.text::after{ content: 'New'; vertical-align:super; color: red; font-size: 10px; } .padding-medium ol { list-style-type: lower-alpha; } .padding-medium ol a:hover::before{ content: ">"; text-decoration: underline; } .padding-medium ol a { color: black; } .mandatory-field::after{ content: ""; background: url(https://i.ibb.co/GWY3vWD/email-icon.png) no-repeat; background-size: 30px; background-position: right; top: 320px; width: 30px; height: 30px; } .form-control{ border-bottom: 5px solid #87cefa; border-top:0px; border-left: 0px; border-right: 0px; } .btn:hover{ color: white; background-color: #87cefa; border: 1px solid #87c; } textarea.form-control{ border: 5px solid #87cefa; } input[type=text]:focus,input[type=email]:focus,textarea:focus{ background: #87cefa; border-bottom: 5px solid #87cefa; color:white; } .btn{ background: 0; color: #31b0d5; float: right; padding: 15px 60px; border-radius: 0; border: 1px solid #87cefa; } .tm-nav-item-link:hover{ background: lightskyblue; } section:first-of-type > div:first-child { display: flex; } } @media only screen and (max-width: 815px) { section:first-of-type > div:first-child { flex-direction: column; } .tm-team-img{ margin: 0 auto; } .tm-team-img img{ width: 300px; height: auto; } h2.tm-section-title { font-size: 25px; } .box-work-title{ font-size: 23px; } .box-work-text{ font-size: 19px; } section:first-of-type > div:first-child > div:first-child { padding-top: 20px; } } @media only screen and (max-width: 400px) { .box-work-title{ font-size: 19px; } h2.tm-section-title { font-size: 22px; } .box-work-text{ font-size: 14px; } .tm-nav-item-link { font-size: 15px; } }
simple-site-8/css/style.css
@media print { body { color: black; background: white; } .tm-sidebar, .tm-team-img, .boxes, #contact, .carousel-indicators ,.img-contact-us,section::before,.text::after{ display: none; } .tm-banner-text{ letter-spacing: 5px; } h2+p { font-style: inherit; line-height: 1; } .tm-banner { background-color: #fff; } h2 { text-transform: uppercase; color: lightskyblue; font-weight: 300; text-align: center; } a { color: lightskyblue; } ol { width: 30%; margin: 0 auto; padding: 0; } li { display: block; } li:nth-child(odd) { text-align: right; } .blocks .padding-medium .tm-section-description:last-child{ font-style: italic; word-spacing: 10px; letter-spacing: 4px; } .carousel ,.padding-medium,.tm-main-content{ padding: 0; } .tm-content-box { margin: 0; } .tm-team-description-container { max-width: 100%; text-align: center; } .tm-footer a { color: #0275d8; } /*Created by <NAME>*/ } @media screen{ h2 + p{ font-style: italic; } .blocks .padding-medium .tm-section-description:last-child{ font-style: italic; word-spacing: 10px; letter-spacing: 4px; } .tm-banner-text{ text-shadow: 0px 10px 2px #76cdd7, 0px 3px 1px #76cdd7; letter-spacing: 5px; animation: 5s 2s rotate; } @keyframes rotate { 0% { transform: rotateY(360deg); } 100% { transform: rotateY(0deg); } } .tm-main-content section::before{ /*Created by <NAME>*/ content: ''; width: 0; height: 0; border-top: 30px solid #5ce; border-right: 50px solid transparent; } h2.tm-box-bg-title:hover{ background-color: lightgrey ; color:lightskyblue; font-style: italic; } section:first-of-type > div:first-child > div:first-child{ padding-top: 150px } .blocks ul.boxes li.box:nth-child(odd){ background-color: lightskyblue; color:white; } .blocks ul.boxes li.box{ list-style: none; width: 33.333333333333333333333333333333334%; height: auto; padding: 10px; } ul.boxes li.box p::first-letter{ font-weight:bold; } section:first-of-type,.heading,#ideas,#home,.tm-sidebar,.blocks,.tm-main-content section:nth-child(6){ box-shadow: 0 0 25px rgba(0,0,0,0.5); } .tm-banner { padding: 0; border: solid 30px #76cdd7; } .tm-team-description-container,div.tm-content-box > div.padding-medium > p { text-indent: 1.5em; line-height: 2em; } .padding-medium ol li a{ color:lightskyblue; } .padding-medium ol a.text::after{ content: 'New'; vertical-align:super; color: red; font-size: 10px; } .padding-medium ol { list-style-type: lower-alpha; } .padding-medium ol a:hover::before{ content: ">"; text-decoration: underline; } .padding-medium ol a { color: black; } .mandatory-field::after{ content: ""; background: url(https://i.ibb.co/GWY3vWD/email-icon.png) no-repeat; background-size: 30px; background-position: right; top: 320px; width: 30px; height: 30px; } .form-control{ border-bottom: 5px solid #87cefa; border-top:0px; border-left: 0px; border-right: 0px; } .btn:hover{ color: white; background-color: #87cefa; border: 1px solid #87c; } textarea.form-control{ border: 5px solid #87cefa; } input[type=text]:focus,input[type=email]:focus,textarea:focus{ background: #87cefa; border-bottom: 5px solid #87cefa; color:white; } .btn{ background: 0; color: #31b0d5; float: right; padding: 15px 60px; border-radius: 0; border: 1px solid #87cefa; } .tm-nav-item-link:hover{ background: lightskyblue; } section:first-of-type > div:first-child { display: flex; } } @media only screen and (max-width: 815px) { section:first-of-type > div:first-child { flex-direction: column; } .tm-team-img{ margin: 0 auto; } .tm-team-img img{ width: 300px; height: auto; } h2.tm-section-title { font-size: 25px; } .box-work-title{ font-size: 23px; } .box-work-text{ font-size: 19px; } section:first-of-type > div:first-child > div:first-child { padding-top: 20px; } } @media only screen and (max-width: 400px) { .box-work-title{ font-size: 19px; } h2.tm-section-title { font-size: 22px; } .box-work-text{ font-size: 14px; } .tm-nav-item-link { font-size: 15px; } }
0.261425
0.083292
* { padding: 0px; margin: 0px; font-family: "open_sansregular"; } /* * * Flex align class Property * */ .Aligner { display: flex; align-items: center; justify-content: center; } .Aligner-item { max-width: 50%; } .Aligner-item--top { align-self: flex-start; } .Aligner-item--bottom { align-self: flex-end; } /* * * Navbar Property * */ .navbar { padding-bottom: 3px; } .navbar-custom { background-color: #1ca3a0; border-color: #17c9c5; padding-bottom: 10px; border-radius: 0px; } .navbar-custom .navbar-nav > li > a { color: #FFF; } .navbar-custom .navbar-nav > li:hover { background-color: #FFF; } .navbar-custom .navbar-nav > li:hover > a { color: #FFF; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #17c9c5; border-color: none; } .nav-tabs > li.active a { color: #319ffa; } .tab-content { padding: 20px; } .t { padding-top: 15px; margin-right: 5px; color: #fff; } .pointer { cursor: pointer; } @media (max-width: 768px) { .t { display: none; } } .navbar-brand { float: left; height: 50px; padding: 5px 15px; font-size: 18px; line-height: 20px; } .navbar-m { padding-top: 9px; } .navbar-m > li { float: left; } .navbar-m > li > a { color: #fff; } .navbar-m > li > a:hover { background-color: transparent; } .navbar-m > li .logout { margin-top: 5px; } /* * * Footer Property * */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 0px; } .footer { position: absolute; bottom: 0; width: 100%; height: 0px; background-color: #343434; color: #fff; padding: 10px; } /**Custom Stylesheet**/ ul.left-nav { padding-top: 15px; } ul.left-nav li { list-style: none; float: left; } ul.left-nav li:nth-child(2) { padding-top: 10px; padding-left: 5px; color: #fff; } ul.left-nav .brand-logo { max-width: 45px; max-height: 45px; padding-top: 3px; } ul.left-nav .brand-logo img { max-width: 45px; max-height: 45px; } .logout { padding: 15px 0px 0px 20px; } ul.right-nav { float: right; } ul.right-nav li { list-style: none; color: #fff; padding-top: 10px; margin-right: 5px; } ul.right-nav li > a { text-decoration: none; color: #fff; } ul.right-nav li:nth-child(3) { margin-left: 20px; } .profile-pic { max-height: 68px; max-width: 68px; } .main-container { margin-top: 40px; } section.login { height: 100vh; margin-top: 80px; } section.login div.login-holder { min-width: 0px; min-height: 80px; border: solid 1px #ededed; padding: 0px 0px 16px 0px; margin: 0px auto; } .img-logo-holder { max-width: 120px; max-height: 120px; margin: 0px auto; } .input-login { width: 90%; border: 0px none; float: right; margin: 0px 11px 0px 0px; } .btn-login { padding: 10px; margin-top: 10px; margin-bottom: 25px; background-color: #1D8B88; border: 1px solid #269390; width: 100%; color: #fff; } .btn-login:hover { background-color: #1ca3a0; } .btn-login:active { background-color: #177270; } table tbody tr:hover { background-color: #ececec; } .group-field { padding-top: 10px; padding-left: 10px; } .line { border-bottom: solid 1px #ededed; margin-top: 25px; } p.login-welcome { margin-bottom: 25px; } div.product-menu-list div.product { border: solid 1px #f4f4f4; border-radius: 5px; margin: 3px; height: 160px; background: url("../img/menu.png") no-repeat; background-size: contain; } div.product-menu-list div.product div.product-name { font-weight: bold; } div.product-menu-list div.product:hover { box-shadow: 5px 5px 11px #0A0707; } article { padding: 10px; } .table-product { margin-top: 20px; } .main-box.no-header { padding-top: 20px; } .cart-list { min-height: 480px; } .main-box { background: #FFFFFF; -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC; -moz-box-shadow: 1px 1px 2px 0 #CCCCCC; -o-box-shadow: 1px 1px 2px 0 #CCCCCC; -ms-box-shadow: 1px 1px 2px 0 #CCCCCC; box-shadow: 1px 1px 2px 0 #CCCCCC; margin-bottom: 16px; -webikt-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .table a.table-link.danger { color: #e74c3c; } .label { border-radius: 3px; font-size: 0.875em; font-weight: 600; } .user-list tbody td .user-subhead { font-size: 0.875em; font-style: italic; } .user-list tbody td .user-link { display: block; font-size: 1.25em; padding-top: 3px; margin-left: 60px; } a { outline: none !important; } .user-list tbody td > img { position: relative; max-width: 50px; float: left; margin-right: 15px; } .table thead tr th { text-transform: uppercase; font-size: 0.875em; } .table thead tr th { border-bottom: 2px solid #e7ebee; } .table tbody tr td:first-child { font-size: 1.125em; font-weight: 300; } .table tbody tr td { font-size: 0.875em; vertical-align: middle; border-top: 1px solid #e7ebee; padding: 12px 8px; } #pass-label, #general-label { cursor: pointer; } #receiptContent { min-height: 220px; margin: 0px auto; font-size: 12px; } #receiptContent .logo-receipt { max-width: 80px; margin: 0px auto; } .side-menu { text-decoration: none; color: #2f2f2f; } .side-menu:hover { text-decoration: none; } @media (min-width: 780px) { .table-responsive { overflow-x: hidden; } } /* CSS used here will be applied after bootstrap.css */ .dropdown { display: inline-block; } .glyphicon-bell { font-size: 1.5rem; } .notifications { min-width: 420px; } .notifications-wrapper { overflow: auto; max-height: 250px; } .menu-title { color: #ff7788; font-size: 1.5rem; display: inline-block; } .glyphicon-circle-arrow-right { margin-left: 10px; } #dLabel { color: #1f1f1f; } #dLabel:hover, #dLabel:focus { text-decoration: none; } .dropdown-menu.divider { margin: 5px 0; } .item-title { font-size: 1.3rem; color: #000; } .notifications a.content { text-decoration: none; background: #ccc; } .notification-item { padding: 10px; margin: 5px; background: #ccc; border-radius: 4px; } .red-tooltip + .tooltip > .tooltip-inner { background-color: #f00; } .red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color: #f00; background-color: transparent; } .tooltip.top .tooltip-arrow { border-top-color: #f00; } .tooltip-inner { background: #F00; } .tooltip-arrow { border-bottom-color: #F00 !important; } /*# sourceMappingURL=style.css.map */
css/style.css
* { padding: 0px; margin: 0px; font-family: "open_sansregular"; } /* * * Flex align class Property * */ .Aligner { display: flex; align-items: center; justify-content: center; } .Aligner-item { max-width: 50%; } .Aligner-item--top { align-self: flex-start; } .Aligner-item--bottom { align-self: flex-end; } /* * * Navbar Property * */ .navbar { padding-bottom: 3px; } .navbar-custom { background-color: #1ca3a0; border-color: #17c9c5; padding-bottom: 10px; border-radius: 0px; } .navbar-custom .navbar-nav > li > a { color: #FFF; } .navbar-custom .navbar-nav > li:hover { background-color: #FFF; } .navbar-custom .navbar-nav > li:hover > a { color: #FFF; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #17c9c5; border-color: none; } .nav-tabs > li.active a { color: #319ffa; } .tab-content { padding: 20px; } .t { padding-top: 15px; margin-right: 5px; color: #fff; } .pointer { cursor: pointer; } @media (max-width: 768px) { .t { display: none; } } .navbar-brand { float: left; height: 50px; padding: 5px 15px; font-size: 18px; line-height: 20px; } .navbar-m { padding-top: 9px; } .navbar-m > li { float: left; } .navbar-m > li > a { color: #fff; } .navbar-m > li > a:hover { background-color: transparent; } .navbar-m > li .logout { margin-top: 5px; } /* * * Footer Property * */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 0px; } .footer { position: absolute; bottom: 0; width: 100%; height: 0px; background-color: #343434; color: #fff; padding: 10px; } /**Custom Stylesheet**/ ul.left-nav { padding-top: 15px; } ul.left-nav li { list-style: none; float: left; } ul.left-nav li:nth-child(2) { padding-top: 10px; padding-left: 5px; color: #fff; } ul.left-nav .brand-logo { max-width: 45px; max-height: 45px; padding-top: 3px; } ul.left-nav .brand-logo img { max-width: 45px; max-height: 45px; } .logout { padding: 15px 0px 0px 20px; } ul.right-nav { float: right; } ul.right-nav li { list-style: none; color: #fff; padding-top: 10px; margin-right: 5px; } ul.right-nav li > a { text-decoration: none; color: #fff; } ul.right-nav li:nth-child(3) { margin-left: 20px; } .profile-pic { max-height: 68px; max-width: 68px; } .main-container { margin-top: 40px; } section.login { height: 100vh; margin-top: 80px; } section.login div.login-holder { min-width: 0px; min-height: 80px; border: solid 1px #ededed; padding: 0px 0px 16px 0px; margin: 0px auto; } .img-logo-holder { max-width: 120px; max-height: 120px; margin: 0px auto; } .input-login { width: 90%; border: 0px none; float: right; margin: 0px 11px 0px 0px; } .btn-login { padding: 10px; margin-top: 10px; margin-bottom: 25px; background-color: #1D8B88; border: 1px solid #269390; width: 100%; color: #fff; } .btn-login:hover { background-color: #1ca3a0; } .btn-login:active { background-color: #177270; } table tbody tr:hover { background-color: #ececec; } .group-field { padding-top: 10px; padding-left: 10px; } .line { border-bottom: solid 1px #ededed; margin-top: 25px; } p.login-welcome { margin-bottom: 25px; } div.product-menu-list div.product { border: solid 1px #f4f4f4; border-radius: 5px; margin: 3px; height: 160px; background: url("../img/menu.png") no-repeat; background-size: contain; } div.product-menu-list div.product div.product-name { font-weight: bold; } div.product-menu-list div.product:hover { box-shadow: 5px 5px 11px #0A0707; } article { padding: 10px; } .table-product { margin-top: 20px; } .main-box.no-header { padding-top: 20px; } .cart-list { min-height: 480px; } .main-box { background: #FFFFFF; -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC; -moz-box-shadow: 1px 1px 2px 0 #CCCCCC; -o-box-shadow: 1px 1px 2px 0 #CCCCCC; -ms-box-shadow: 1px 1px 2px 0 #CCCCCC; box-shadow: 1px 1px 2px 0 #CCCCCC; margin-bottom: 16px; -webikt-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .table a.table-link.danger { color: #e74c3c; } .label { border-radius: 3px; font-size: 0.875em; font-weight: 600; } .user-list tbody td .user-subhead { font-size: 0.875em; font-style: italic; } .user-list tbody td .user-link { display: block; font-size: 1.25em; padding-top: 3px; margin-left: 60px; } a { outline: none !important; } .user-list tbody td > img { position: relative; max-width: 50px; float: left; margin-right: 15px; } .table thead tr th { text-transform: uppercase; font-size: 0.875em; } .table thead tr th { border-bottom: 2px solid #e7ebee; } .table tbody tr td:first-child { font-size: 1.125em; font-weight: 300; } .table tbody tr td { font-size: 0.875em; vertical-align: middle; border-top: 1px solid #e7ebee; padding: 12px 8px; } #pass-label, #general-label { cursor: pointer; } #receiptContent { min-height: 220px; margin: 0px auto; font-size: 12px; } #receiptContent .logo-receipt { max-width: 80px; margin: 0px auto; } .side-menu { text-decoration: none; color: #2f2f2f; } .side-menu:hover { text-decoration: none; } @media (min-width: 780px) { .table-responsive { overflow-x: hidden; } } /* CSS used here will be applied after bootstrap.css */ .dropdown { display: inline-block; } .glyphicon-bell { font-size: 1.5rem; } .notifications { min-width: 420px; } .notifications-wrapper { overflow: auto; max-height: 250px; } .menu-title { color: #ff7788; font-size: 1.5rem; display: inline-block; } .glyphicon-circle-arrow-right { margin-left: 10px; } #dLabel { color: #1f1f1f; } #dLabel:hover, #dLabel:focus { text-decoration: none; } .dropdown-menu.divider { margin: 5px 0; } .item-title { font-size: 1.3rem; color: #000; } .notifications a.content { text-decoration: none; background: #ccc; } .notification-item { padding: 10px; margin: 5px; background: #ccc; border-radius: 4px; } .red-tooltip + .tooltip > .tooltip-inner { background-color: #f00; } .red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color: #f00; background-color: transparent; } .tooltip.top .tooltip-arrow { border-top-color: #f00; } .tooltip-inner { background: #F00; } .tooltip-arrow { border-bottom-color: #F00 !important; } /*# sourceMappingURL=style.css.map */
0.464659
0.183813
@font-face { font-family: 'icomoon'; src: url('/fonts/icomoon.eot?t9f4ne'); src: url('/fonts/icomoon.eot?t9f4ne#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?t9f4ne') format('truetype'), url('/fonts/icomoon.woff?t9f4ne') format('woff'), url('/fonts/icomoon.svg?t9f4ne#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"]:not(.iconfont), [class*=" icon-"]:not(.iconfont) { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-uniE900:before { content: "\e900"; } .icon-lock:before { content: "\e901"; } .icon-ad:before { content: "\e902"; } .icon-pass:before { content: "\e903"; } .icon-order:before { content: "\e904"; } .icon-application:before { content: "\e905"; } .icon-arrow:before { content: "\e906"; } .icon-break:before { content: "\e907"; } .icon-cargo:before { content: "\e908"; } .icon-Choice:before { content: "\e909"; } .icon-code:before { content: "\e90a"; } .icon-cold:before { content: "\e90b"; } .icon-data:before { content: "\e90c"; } .icon-data2:before { content: "\e90d"; } .icon-error:before { content: "\e90e"; } .icon-goods:before { content: "\e90f"; } .icon-home:before { content: "\e910"; } .icon-hot:before { content: "\e911"; } .icon-me:before { content: "\e912"; } .icon-ok:before { content: "\e913"; } .icon-password:before { content: "\<PASSWORD>"; } .icon-position:before { content: "\e915"; } .icon-sbxx:before { content: "\e916"; } .icon-scode:before { content: "\e917"; } .icon-set:before { content: "\e918"; } .icon-shopping:before { content: "\e919"; } .icon-switch:before { content: "\e91a"; } .icon-task_min:before { content: "\e91b"; } .icon-temperature:before { content: "\e91c"; } .icon-user:before { content: "\e91d"; } .icon-information:before { content: "\e91e"; } .icon-jh:before { content: "\e91f"; } .icon-rw:before { content: "\e920"; } .icon-time:before { content: "\e921"; } .icon-exclamation:before { content: "\e922"; } .icon-news:before { content: "\e923"; } .icon-file:before { content: "\e924"; } .icon-clone:before { content: "\e925"; } .icon-list:before { content: "\e926"; } .icon-money:before { content: "\e927"; } .icon-piechart:before { content: "\e928"; } .icon-search:before { content: "\e929"; } .icon-arro:before { content: "\e92a"; } .icon-select:before { content: "\e92b"; } .icon-icon-ckgl:before { content: "\e92c"; } .icon-icon-spgl:before { content: "\e92d"; } .icon-icon-jyfx:before { content: "\e92e"; } .icon-icon_zdgl:before { content: "\e92f"; } .icon-icon-position:before { content: "\e930"; } .icon-icon-delete:before { content: "\e931"; } .icon-img:before { content: "\e932"; } .icon-video:before { content: "\e933"; } .icon-strategy:before { content: "\e934"; } .icon-box:before { content: "\e935"; }
dolphinscheduler-ui/src/sass/conf/home/style.css
@font-face { font-family: 'icomoon'; src: url('/fonts/icomoon.eot?t9f4ne'); src: url('/fonts/icomoon.eot?t9f4ne#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?t9f4ne') format('truetype'), url('/fonts/icomoon.woff?t9f4ne') format('woff'), url('/fonts/icomoon.svg?t9f4ne#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"]:not(.iconfont), [class*=" icon-"]:not(.iconfont) { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-uniE900:before { content: "\e900"; } .icon-lock:before { content: "\e901"; } .icon-ad:before { content: "\e902"; } .icon-pass:before { content: "\e903"; } .icon-order:before { content: "\e904"; } .icon-application:before { content: "\e905"; } .icon-arrow:before { content: "\e906"; } .icon-break:before { content: "\e907"; } .icon-cargo:before { content: "\e908"; } .icon-Choice:before { content: "\e909"; } .icon-code:before { content: "\e90a"; } .icon-cold:before { content: "\e90b"; } .icon-data:before { content: "\e90c"; } .icon-data2:before { content: "\e90d"; } .icon-error:before { content: "\e90e"; } .icon-goods:before { content: "\e90f"; } .icon-home:before { content: "\e910"; } .icon-hot:before { content: "\e911"; } .icon-me:before { content: "\e912"; } .icon-ok:before { content: "\e913"; } .icon-password:before { content: "\<PASSWORD>"; } .icon-position:before { content: "\e915"; } .icon-sbxx:before { content: "\e916"; } .icon-scode:before { content: "\e917"; } .icon-set:before { content: "\e918"; } .icon-shopping:before { content: "\e919"; } .icon-switch:before { content: "\e91a"; } .icon-task_min:before { content: "\e91b"; } .icon-temperature:before { content: "\e91c"; } .icon-user:before { content: "\e91d"; } .icon-information:before { content: "\e91e"; } .icon-jh:before { content: "\e91f"; } .icon-rw:before { content: "\e920"; } .icon-time:before { content: "\e921"; } .icon-exclamation:before { content: "\e922"; } .icon-news:before { content: "\e923"; } .icon-file:before { content: "\e924"; } .icon-clone:before { content: "\e925"; } .icon-list:before { content: "\e926"; } .icon-money:before { content: "\e927"; } .icon-piechart:before { content: "\e928"; } .icon-search:before { content: "\e929"; } .icon-arro:before { content: "\e92a"; } .icon-select:before { content: "\e92b"; } .icon-icon-ckgl:before { content: "\e92c"; } .icon-icon-spgl:before { content: "\e92d"; } .icon-icon-jyfx:before { content: "\e92e"; } .icon-icon_zdgl:before { content: "\e92f"; } .icon-icon-position:before { content: "\e930"; } .icon-icon-delete:before { content: "\e931"; } .icon-img:before { content: "\e932"; } .icon-video:before { content: "\e933"; } .icon-strategy:before { content: "\e934"; } .icon-box:before { content: "\e935"; }
0.286469
0.113875
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("anticlove.com") { img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/brow-10.png"] { background : url("/*[[brow]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 531px ; padding-top : 1021px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/nose-4.png"] { background : url("/*[[nose]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 531px ; padding-top : 1021px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/mouth-1.png"] { background : url("/*[[mouth]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 531px ; padding-top : 1021px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/271x521/preview/brow-10.png"] { background : url("/*[[brow]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 271px ; padding-top : 521px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/271x521/preview/nose-4.png"] { background : url("/*[[nose]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 271px ; padding-top : 521px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/271x521/preview/mouth-1.png"] { background : url("/*[[mouth]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 271px ; padding-top : 521px ; } }
data/usercss/126554.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("anticlove.com") { img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/brow-10.png"] { background : url("/*[[brow]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 531px ; padding-top : 1021px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/nose-4.png"] { background : url("/*[[nose]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 531px ; padding-top : 1021px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/preview/mouth-1.png"] { background : url("/*[[mouth]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 531px ; padding-top : 1021px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/271x521/preview/brow-10.png"] { background : url("/*[[brow]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 271px ; padding-top : 521px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/271x521/preview/nose-4.png"] { background : url("/*[[nose]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 271px ; padding-top : 521px ; } img[src*="http://static2.anticlove.com/cdn/ressources/anticlove/items/271x521/preview/mouth-1.png"] { background : url("/*[[mouth]]*/") !important ; background-size : auto 100%, auto 100%, auto 100% !important ; width : 0 !important ; height : 0 !important ; padding-left : 271px ; padding-top : 521px ; } }
0.246624
0.137735
position: relative; background: #e1f0ec; } .new .article-list { z-index: 5; padding: 0; } /* * Flex layout is wrapped by 'flex-composer'. Our flex layout has * 2 well differentiated: * - 'messages-container' * - 'messages-compose-form' */ .flex-composer { display: flex; flex-direction: column; height: 100%; top: 0; overflow: hidden; } .new .flex-composer { position: relative; top: 4rem; /* 4rem is the default size of the recipient panel */ height: calc(100% - 4rem); } .multiline-recipients-mode.new .flex-composer { top: 5.5rem; height: calc(100% - 5.5rem); } #messages-container { /* We'll set flex-basis with a shrink factor of 0 to do min-height. * formula: flex-basis = a % + b) * a = (gap2 - gap1) / keyboard_height * b = gap2 - (gap2 - gap1) * (buri_height - header) / keyboard_height + subheader + time_header * * with : * gap1 = 4rem * minimal visible part of a thread when the keyboard is displayed, on buri * gap2 = 8rem * minimal visible part of a thread when the keyboard is hidden, on a buri * keyboard_height = 26rem * measured on a buri, standard english keyboard with suggestions * header = 5rem * subheader = 2rem * buri_height = 48rem * time_header = 2rem * * See https://bugzilla.mozilla.org/show_bug.cgi?id=1015867#c12 for more * information */ flex: 1 0 calc(15.4% + 5.38rem); overflow: auto; } .new #messages-container { flex-basis: 0; } #messages-compose-form { display: flex; flex-direction: column; height: auto; /* overrides building blocks */ min-height: 4rem; background-color: #fff; } /* Overwrite. No more fixed height */ form[role="search"] p input, form[role="search"] p textarea, form[role="search"] button[type="submit"] + p > textarea { height: auto; } /* * Input now are contentEditable containers. We define * placeholder management here as well. */ #messages-input { position: relative; /* to position its generated content */ overflow: auto; box-sizing: border-box; width: 100%; height: 100%; -moz-padding-end: 0.5rem; color: #474747; -moz-border-end: 0.1rem solid #ccc; font-size: 1.7rem; line-height: 2.1rem; unicode-bidi: -moz-plaintext; } #messages-input.placeholder { unicode-bidi: unset; } #messages-input:after { content: attr(data-placeholder); position: absolute; top: 0; left: 0; right: 0; color: #9b9b9b; font-style: italic; white-space: nowrap; pointer-events: none; visibility: hidden; } #messages-input.placeholder:after { visibility: visible; } /* Overwrite BB because of the previous rule */ form[role="search"] button[type="submit"]:after { content: ""; background: none; } .mms-label-line { display: flex; justify-content: flex-end; align-items: flex-end; background-color: #e1f0ec; } .subject-composer { position: relative; flex-grow: 1; min-width: 0; padding: 1rem 0 0.3rem; } .mms-label { padding: 1rem 0 0.3rem; } .mms-label, .message-counter { display: none; flex: none; text-align: center; box-sizing: border-box; width: 6rem; color: #575757; font-size: 1.4rem; } .message-counter { padding-top: .7rem; } /** * 1. "MMS" label is displayed near the subject field when subject input is * visible and message type is MMS; * 2. Remaining characters counter is displayed in bottom section if character * count exceeds predefined threshold and message type is SMS. */ [data-message-type='mms'] .mms-label, [data-message-type='sms'] .message-counter:not(:empty) { display: block; } .content-composer { display: flex; flex-direction: row; min-height: 0; } .subject-composer-input { position: relative; box-sizing: border-box; min-height: 2.2rem; padding: 0; padding-bottom: 0.1rem; -moz-padding-start: 1.5rem; color: #008787; font-size: 1.7rem; } .subject-composer-placeholder { position: absolute; top: 1rem; /* adding both left/right so that it behaves correctly in RTL */ left: 1.5rem; right: 1.5rem; color: #00adad; font-size: 1.7rem; font-weight: normal; font-style: italic; pointer-events: none; } .composer-message-input-container { position: relative; flex: auto; box-sizing: border-box; min-width: 0; height: 100%; min-height: 4rem; padding: 1rem 0; } .composer-button-container { position: relative; display: flex; flex: none; flex-direction: row; justify-content: center; align-content: space-between; flex-wrap: wrap; width: 6rem; -moz-user-select: none; /* without this, tapping on the element selects its content */ } .messages-attach-container { display: flex; } #messages-send-button { height: 4rem; overflow: visible; background: #fff url(images/icons/actionicon_sms_send_30x30.png) no-repeat center center / 3rem; align-self: flex-end; /* When we put the icon at the center, an optical illusion makes it look to be * slightly to the left, so we offset the button by 2px to the right to * counteract this illusion */ transform: translate(.2rem); } #messages-send-button:after { display: none } #messages-send-button[disabled] { background-blend-mode: luminosity; opacity: 0.625; } #messages-input.ignoreEvents { pointer-events: none; } #messages-attach-button { align-self: flex-end; flex: none; box-sizing: content-box; width: 3rem; margin: 0; padding: 0; -moz-padding-start: 0.5rem; -moz-padding-end: 1rem; background: transparent url('images/icons/actionicon_sms_add_attachment_30x30.png') no-repeat center / 3rem; } #messages-attach-button[disabled] { background-blend-mode: luminosity; opacity: 0.3; } /* DSDS */ .sim-indication { position: absolute; right: 1.8rem; bottom: 0.4rem; display: none; line-height: 1; color: #5f5f5f; font-size: 1.4rem; font-style: normal; } .sim-indication:before { position: absolute; right: .8rem; /* 2.6rem from the right; means .8rem from .sim-indication */ bottom: -0.1rem; content: '...'; color: #b2b2b2; font-size: 1.6rem; } button[disabled] .sim-indication { color: inherit; } .has-preferred-sim .sim-indication { display: block; } /** * Override Building Block [Input areas] styles * We should get rid of all [role="search"] Messages rules in bug 1055357. */ form.bottom[role="search"] { z-index: 3; } /* Styles for new message */ section[role="region"].new > gaia-header h1 { pointer-events: none; } #messages-contact-pick-button { display: none; } .new #messages-contact-pick-button { display: block; width: 5rem; height: 4rem; } #messages-contact-pick-button .icon-user { position: absolute; top: 0.6rem; right: 1rem; display: block; width: 2.8rem; height: 2.8rem; border-radius: 50%; color: #575757; background-color: #FFF; } #messages-contact-pick-button .icon-user:after { content: "+"; position: absolute; display: block; width: 2.8rem; height: 2.8rem; line-height: 2.8rem; font-size: 2.1rem; font-weight: 500; text-align: center; } #messages-contact-pick-button .icon-user:active { color: #FFF; background-color: #29bbb5; } section[role="region"].new .subheader { /* The subheader contains the recipients part and because of the fact that it * has "overflow: visible" we can see it. We should revise it. */ height: 0; } .subheader menu { position: relative; flex-shrink: 0; width: 5rem; height: 4rem; } /* Render this container outside of the document flow so that it does not * effect the height of the containing subheader, and therefore does not effect * the height of the Compose field. */ .subheader .overlay { position: absolute; width: 100%; } /** To be seen below the To: field when we are creating a new message **/ .new .overlay { /* recipient's panel default size; be careful as this value depends on To: * field height */ top: 4rem; } .new.multiline-recipients-mode .overlay { top: 5.5rem; } #messages-to-field { position: relative; /* To be above .article-list's with z-index = 5 */ z-index: 6; display: none; min-height: 5.5rem; text-align: start; color: black; font-size: 1.465rem; background-color: #f2f2f2; transition: transform 0.2s ease-in-out 0s; transform: translateY(calc(-100% + 4rem)); } .multiline-recipients-mode #messages-to-field { transform: translateY(calc(-100% + 5.5rem)); } section[role="region"].new #messages-to-field { display: flex; align-items: flex-end; } section[role="region"].new #messages-to-field.multiline { transform: translateY(0); } #to-label { flex-shrink: 0; height: 4rem; -moz-padding-start: 1.5rem; -moz-padding-end: 0.7rem; line-height: 4rem; font-weight: 200; font-size: 1.465rem; color: #000; } #messages-recipients-list-container { min-height: 4rem; min-width: 0; box-sizing: border-box; flex-grow: 1; } #messages-recipients-list { box-sizing: border-box; min-height: 4rem; padding-top: 0; -moz-padding-end: 0.6rem; padding-bottom: 0.6rem; -moz-padding-start: 0; display: flex; align-items: center; flex-wrap: wrap; } /* Used by Recipients.View to display multi or single line. Do not remove. */ #messages-recipients-list.singleline { overflow-y: hidden; } #messages-recipients-list.multiline { /* max-height = viewport - header - minimum composer - list margin */ max-height: calc(100vh - 5rem - 4rem - 0.6rem); margin-bottom: 0.6rem; padding-bottom: 0; overflow-y: scroll; } .recipient[contenteditable] { overflow: hidden; /** * We don't use -moz-margin-end\-start here because margin location shouldn't * depend on text direction of recipient element content itself. For LTR mode * both LTR and RTL recipient elements should have right margin, for RTL mode * it should have left margin, so to align it correctly we should override * margin depending on text direction of parent element. */ margin: 0.6rem 0.6rem 0 0; display: block; /* override BB selector */ height: auto; width: auto; } .recipient[contenteditable].email { /** * We don't use -moz-padding-start here because padding location shouldn't * depend on text direction of recipient element content itself. For LTR mode * both LTR and RTL email recipient elements should have left padding to * accommodate email icon, for RTL mode it should be on the right side, so to * align it correctly we should override padding depending on text direction * of parent element. */ padding-left: 3.8rem; background: #fff url(images/icons/icon_sms_compose_email.png) left 1.5rem center / 1.7rem no-repeat; } #messages-recipients-list > .recipient[contenteditable=true] { flex-grow: 1; height: 2.8rem; line-height: 2.8rem; border-radius: 0; word-wrap: unset; /* Building blocks override (bug xxx) */ background: none; color: #000; } #messages-recipients-list > .recipient[contenteditable=true]:focus { /** * To workaround bug 1103011, we just collapse editable recipient on focus so * that caret position looks correct for the user, while in fact it is not * true - caret is still in wrong position, but zero-width editable element is * aligned correctly inside parent. */ flex-grow: unset; } .recipient[contenteditable=true]:empty:not(:last-of-type) { display: none; } /* Disable padding and give negative margin-end on empty contenteditable * recipients when they do not have focus. This allows the Recipients List * to intelligently collapse when the final row contains no "assimilated" * (i.e. non-contenteditable) recipients. */ .recipient[contenteditable=true]:empty { /** * We don't use -moz-margin-end here because of the bug 1103011, as currently * directionality of empty contenteditable isn't inherited from parent, but * always LTR, so -moz-margin-end equals to margin-right in both LTR and RTL * modes. So to align it correctly we should override margin depending on text * direction of parent element manually. */ margin-right: -0.5rem; padding: 0; } .recipient[contenteditable=true]:focus, .recipient[contenteditable=true]:hover, .recipient[contenteditable=true]:empty:focus { -moz-margin-end: 0.5rem; -moz-padding-end: 0.3rem; } #messages-recipient-suggestions { position: absolute; /* 9rem (5 rem from app header + 4rem from "To" panel heights) */ top: 9rem; overflow-y: auto; max-height: calc(100% - 9rem); width: 100%; } .recipient-suggestions-list { border-bottom: 0.1rem solid #E7E7E7; } .multiline-recipients-mode #messages-recipient-suggestions { top: 10.5rem; max-height: calc(100% - 10.5rem); } #messages-recipient-suggestions li { pointer-events: auto; } /* RTL modifications */ /* No translation by 2px because I don't see the illusion when it's on the left */ html[dir=rtl] #messages-send-button { transform: scaleX(-1); } /* The sim-indication is mirrored twice so that it's back at the right place */ html[dir=rtl] .sim-indication { transform: scaleX(-1); right: 1.9rem; } html[dir=rtl] .sim-indication:before { right: unset; left: .8rem; } html[dir="rtl"] #messages-contact-pick-button .icon-user { left: 1rem; right: unset; } /* RTL for recipient panel */ :-moz-dir(rtl) > .recipient[contenteditable] { margin-left: 0.6rem; margin-right: 0; /** * We need "text-align: right" only for the cases when currently editable * recipient looses focus but not yet assimilated: case №1 - when we tap on * thread-container - maybe fixed soon, case №2 - when we use screen reader, * eg. single touch on message input steals focus from currently editable * recipient, but doesn't yet give it to the message input. As the result * flex-grow (see workaround for bug 1103011) returns and because of dir=auto * LTR\RTL name would be always left\right aligned in both LTR and RTL modes. */ text-align: right; } :-moz-dir(rtl) > .recipient[contenteditable].email { /** * See LTR ".recipient[contenteditable].email" rule above for the explanation * why we don't use -moz-padding-start/-end here. */ padding: 0 3.8rem 0 1.5rem; background-position: right 1.5rem center; } :-moz-dir(rtl) > .recipient[contenteditable=true]:empty { /** * See LTR ".recipient[contenteditable=true]:empty" rule above for the * explanation why we don't use -moz-margin-start/-end here. */ margin-left: -0.5rem; margin-right: 0; }
apps/sms/views/conversation/style/composer.css
position: relative; background: #e1f0ec; } .new .article-list { z-index: 5; padding: 0; } /* * Flex layout is wrapped by 'flex-composer'. Our flex layout has * 2 well differentiated: * - 'messages-container' * - 'messages-compose-form' */ .flex-composer { display: flex; flex-direction: column; height: 100%; top: 0; overflow: hidden; } .new .flex-composer { position: relative; top: 4rem; /* 4rem is the default size of the recipient panel */ height: calc(100% - 4rem); } .multiline-recipients-mode.new .flex-composer { top: 5.5rem; height: calc(100% - 5.5rem); } #messages-container { /* We'll set flex-basis with a shrink factor of 0 to do min-height. * formula: flex-basis = a % + b) * a = (gap2 - gap1) / keyboard_height * b = gap2 - (gap2 - gap1) * (buri_height - header) / keyboard_height + subheader + time_header * * with : * gap1 = 4rem * minimal visible part of a thread when the keyboard is displayed, on buri * gap2 = 8rem * minimal visible part of a thread when the keyboard is hidden, on a buri * keyboard_height = 26rem * measured on a buri, standard english keyboard with suggestions * header = 5rem * subheader = 2rem * buri_height = 48rem * time_header = 2rem * * See https://bugzilla.mozilla.org/show_bug.cgi?id=1015867#c12 for more * information */ flex: 1 0 calc(15.4% + 5.38rem); overflow: auto; } .new #messages-container { flex-basis: 0; } #messages-compose-form { display: flex; flex-direction: column; height: auto; /* overrides building blocks */ min-height: 4rem; background-color: #fff; } /* Overwrite. No more fixed height */ form[role="search"] p input, form[role="search"] p textarea, form[role="search"] button[type="submit"] + p > textarea { height: auto; } /* * Input now are contentEditable containers. We define * placeholder management here as well. */ #messages-input { position: relative; /* to position its generated content */ overflow: auto; box-sizing: border-box; width: 100%; height: 100%; -moz-padding-end: 0.5rem; color: #474747; -moz-border-end: 0.1rem solid #ccc; font-size: 1.7rem; line-height: 2.1rem; unicode-bidi: -moz-plaintext; } #messages-input.placeholder { unicode-bidi: unset; } #messages-input:after { content: attr(data-placeholder); position: absolute; top: 0; left: 0; right: 0; color: #9b9b9b; font-style: italic; white-space: nowrap; pointer-events: none; visibility: hidden; } #messages-input.placeholder:after { visibility: visible; } /* Overwrite BB because of the previous rule */ form[role="search"] button[type="submit"]:after { content: ""; background: none; } .mms-label-line { display: flex; justify-content: flex-end; align-items: flex-end; background-color: #e1f0ec; } .subject-composer { position: relative; flex-grow: 1; min-width: 0; padding: 1rem 0 0.3rem; } .mms-label { padding: 1rem 0 0.3rem; } .mms-label, .message-counter { display: none; flex: none; text-align: center; box-sizing: border-box; width: 6rem; color: #575757; font-size: 1.4rem; } .message-counter { padding-top: .7rem; } /** * 1. "MMS" label is displayed near the subject field when subject input is * visible and message type is MMS; * 2. Remaining characters counter is displayed in bottom section if character * count exceeds predefined threshold and message type is SMS. */ [data-message-type='mms'] .mms-label, [data-message-type='sms'] .message-counter:not(:empty) { display: block; } .content-composer { display: flex; flex-direction: row; min-height: 0; } .subject-composer-input { position: relative; box-sizing: border-box; min-height: 2.2rem; padding: 0; padding-bottom: 0.1rem; -moz-padding-start: 1.5rem; color: #008787; font-size: 1.7rem; } .subject-composer-placeholder { position: absolute; top: 1rem; /* adding both left/right so that it behaves correctly in RTL */ left: 1.5rem; right: 1.5rem; color: #00adad; font-size: 1.7rem; font-weight: normal; font-style: italic; pointer-events: none; } .composer-message-input-container { position: relative; flex: auto; box-sizing: border-box; min-width: 0; height: 100%; min-height: 4rem; padding: 1rem 0; } .composer-button-container { position: relative; display: flex; flex: none; flex-direction: row; justify-content: center; align-content: space-between; flex-wrap: wrap; width: 6rem; -moz-user-select: none; /* without this, tapping on the element selects its content */ } .messages-attach-container { display: flex; } #messages-send-button { height: 4rem; overflow: visible; background: #fff url(images/icons/actionicon_sms_send_30x30.png) no-repeat center center / 3rem; align-self: flex-end; /* When we put the icon at the center, an optical illusion makes it look to be * slightly to the left, so we offset the button by 2px to the right to * counteract this illusion */ transform: translate(.2rem); } #messages-send-button:after { display: none } #messages-send-button[disabled] { background-blend-mode: luminosity; opacity: 0.625; } #messages-input.ignoreEvents { pointer-events: none; } #messages-attach-button { align-self: flex-end; flex: none; box-sizing: content-box; width: 3rem; margin: 0; padding: 0; -moz-padding-start: 0.5rem; -moz-padding-end: 1rem; background: transparent url('images/icons/actionicon_sms_add_attachment_30x30.png') no-repeat center / 3rem; } #messages-attach-button[disabled] { background-blend-mode: luminosity; opacity: 0.3; } /* DSDS */ .sim-indication { position: absolute; right: 1.8rem; bottom: 0.4rem; display: none; line-height: 1; color: #5f5f5f; font-size: 1.4rem; font-style: normal; } .sim-indication:before { position: absolute; right: .8rem; /* 2.6rem from the right; means .8rem from .sim-indication */ bottom: -0.1rem; content: '...'; color: #b2b2b2; font-size: 1.6rem; } button[disabled] .sim-indication { color: inherit; } .has-preferred-sim .sim-indication { display: block; } /** * Override Building Block [Input areas] styles * We should get rid of all [role="search"] Messages rules in bug 1055357. */ form.bottom[role="search"] { z-index: 3; } /* Styles for new message */ section[role="region"].new > gaia-header h1 { pointer-events: none; } #messages-contact-pick-button { display: none; } .new #messages-contact-pick-button { display: block; width: 5rem; height: 4rem; } #messages-contact-pick-button .icon-user { position: absolute; top: 0.6rem; right: 1rem; display: block; width: 2.8rem; height: 2.8rem; border-radius: 50%; color: #575757; background-color: #FFF; } #messages-contact-pick-button .icon-user:after { content: "+"; position: absolute; display: block; width: 2.8rem; height: 2.8rem; line-height: 2.8rem; font-size: 2.1rem; font-weight: 500; text-align: center; } #messages-contact-pick-button .icon-user:active { color: #FFF; background-color: #29bbb5; } section[role="region"].new .subheader { /* The subheader contains the recipients part and because of the fact that it * has "overflow: visible" we can see it. We should revise it. */ height: 0; } .subheader menu { position: relative; flex-shrink: 0; width: 5rem; height: 4rem; } /* Render this container outside of the document flow so that it does not * effect the height of the containing subheader, and therefore does not effect * the height of the Compose field. */ .subheader .overlay { position: absolute; width: 100%; } /** To be seen below the To: field when we are creating a new message **/ .new .overlay { /* recipient's panel default size; be careful as this value depends on To: * field height */ top: 4rem; } .new.multiline-recipients-mode .overlay { top: 5.5rem; } #messages-to-field { position: relative; /* To be above .article-list's with z-index = 5 */ z-index: 6; display: none; min-height: 5.5rem; text-align: start; color: black; font-size: 1.465rem; background-color: #f2f2f2; transition: transform 0.2s ease-in-out 0s; transform: translateY(calc(-100% + 4rem)); } .multiline-recipients-mode #messages-to-field { transform: translateY(calc(-100% + 5.5rem)); } section[role="region"].new #messages-to-field { display: flex; align-items: flex-end; } section[role="region"].new #messages-to-field.multiline { transform: translateY(0); } #to-label { flex-shrink: 0; height: 4rem; -moz-padding-start: 1.5rem; -moz-padding-end: 0.7rem; line-height: 4rem; font-weight: 200; font-size: 1.465rem; color: #000; } #messages-recipients-list-container { min-height: 4rem; min-width: 0; box-sizing: border-box; flex-grow: 1; } #messages-recipients-list { box-sizing: border-box; min-height: 4rem; padding-top: 0; -moz-padding-end: 0.6rem; padding-bottom: 0.6rem; -moz-padding-start: 0; display: flex; align-items: center; flex-wrap: wrap; } /* Used by Recipients.View to display multi or single line. Do not remove. */ #messages-recipients-list.singleline { overflow-y: hidden; } #messages-recipients-list.multiline { /* max-height = viewport - header - minimum composer - list margin */ max-height: calc(100vh - 5rem - 4rem - 0.6rem); margin-bottom: 0.6rem; padding-bottom: 0; overflow-y: scroll; } .recipient[contenteditable] { overflow: hidden; /** * We don't use -moz-margin-end\-start here because margin location shouldn't * depend on text direction of recipient element content itself. For LTR mode * both LTR and RTL recipient elements should have right margin, for RTL mode * it should have left margin, so to align it correctly we should override * margin depending on text direction of parent element. */ margin: 0.6rem 0.6rem 0 0; display: block; /* override BB selector */ height: auto; width: auto; } .recipient[contenteditable].email { /** * We don't use -moz-padding-start here because padding location shouldn't * depend on text direction of recipient element content itself. For LTR mode * both LTR and RTL email recipient elements should have left padding to * accommodate email icon, for RTL mode it should be on the right side, so to * align it correctly we should override padding depending on text direction * of parent element. */ padding-left: 3.8rem; background: #fff url(images/icons/icon_sms_compose_email.png) left 1.5rem center / 1.7rem no-repeat; } #messages-recipients-list > .recipient[contenteditable=true] { flex-grow: 1; height: 2.8rem; line-height: 2.8rem; border-radius: 0; word-wrap: unset; /* Building blocks override (bug xxx) */ background: none; color: #000; } #messages-recipients-list > .recipient[contenteditable=true]:focus { /** * To workaround bug 1103011, we just collapse editable recipient on focus so * that caret position looks correct for the user, while in fact it is not * true - caret is still in wrong position, but zero-width editable element is * aligned correctly inside parent. */ flex-grow: unset; } .recipient[contenteditable=true]:empty:not(:last-of-type) { display: none; } /* Disable padding and give negative margin-end on empty contenteditable * recipients when they do not have focus. This allows the Recipients List * to intelligently collapse when the final row contains no "assimilated" * (i.e. non-contenteditable) recipients. */ .recipient[contenteditable=true]:empty { /** * We don't use -moz-margin-end here because of the bug 1103011, as currently * directionality of empty contenteditable isn't inherited from parent, but * always LTR, so -moz-margin-end equals to margin-right in both LTR and RTL * modes. So to align it correctly we should override margin depending on text * direction of parent element manually. */ margin-right: -0.5rem; padding: 0; } .recipient[contenteditable=true]:focus, .recipient[contenteditable=true]:hover, .recipient[contenteditable=true]:empty:focus { -moz-margin-end: 0.5rem; -moz-padding-end: 0.3rem; } #messages-recipient-suggestions { position: absolute; /* 9rem (5 rem from app header + 4rem from "To" panel heights) */ top: 9rem; overflow-y: auto; max-height: calc(100% - 9rem); width: 100%; } .recipient-suggestions-list { border-bottom: 0.1rem solid #E7E7E7; } .multiline-recipients-mode #messages-recipient-suggestions { top: 10.5rem; max-height: calc(100% - 10.5rem); } #messages-recipient-suggestions li { pointer-events: auto; } /* RTL modifications */ /* No translation by 2px because I don't see the illusion when it's on the left */ html[dir=rtl] #messages-send-button { transform: scaleX(-1); } /* The sim-indication is mirrored twice so that it's back at the right place */ html[dir=rtl] .sim-indication { transform: scaleX(-1); right: 1.9rem; } html[dir=rtl] .sim-indication:before { right: unset; left: .8rem; } html[dir="rtl"] #messages-contact-pick-button .icon-user { left: 1rem; right: unset; } /* RTL for recipient panel */ :-moz-dir(rtl) > .recipient[contenteditable] { margin-left: 0.6rem; margin-right: 0; /** * We need "text-align: right" only for the cases when currently editable * recipient looses focus but not yet assimilated: case №1 - when we tap on * thread-container - maybe fixed soon, case №2 - when we use screen reader, * eg. single touch on message input steals focus from currently editable * recipient, but doesn't yet give it to the message input. As the result * flex-grow (see workaround for bug 1103011) returns and because of dir=auto * LTR\RTL name would be always left\right aligned in both LTR and RTL modes. */ text-align: right; } :-moz-dir(rtl) > .recipient[contenteditable].email { /** * See LTR ".recipient[contenteditable].email" rule above for the explanation * why we don't use -moz-padding-start/-end here. */ padding: 0 3.8rem 0 1.5rem; background-position: right 1.5rem center; } :-moz-dir(rtl) > .recipient[contenteditable=true]:empty { /** * See LTR ".recipient[contenteditable=true]:empty" rule above for the * explanation why we don't use -moz-margin-start/-end here. */ margin-left: -0.5rem; margin-right: 0; }
0.625781
0.08043
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap'); @import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css'); @import url(reset.css); @import url(colors.css); @import url(buttons.css); @import url(register-forms.css); @import url(sidebar.css); @import url(leftbar.css); @import url(content.css); @import url(card.css); @import url(list.css); @import url(chart.css); @import url(breadcrumbs.css); @import url(header.css); @import url(jauge.css); @import url(schedule.css); @import url(messages.css); @import url(upload.css); @import url(pagination.css); body { background-color: var(--primary); display: flex; flex-direction: column; } .top-visible{ padding-top: 2.5rem; border-top: solid 2px var(--tertiary); } .bottom-visible{ padding-bottom: 1.5rem; border-bottom: solid 2px var(--tertiary); } .center-4{ justify-content: center; align-content: center; align-items: center; } .border-dashed-1{ border: dashed 1px var(--tertiary); } .border-dashed-2{ border: dashed 2px var(--tertiary); } table{ width: 100%; } .flex-0 { flex: 0; } .size-09 { font-size: 0.9rem; } .size-1 { font-size: 1rem; } .size-1-1 { font-size: 1.1rem !important; } .radius-3 { border-radius: 3% !important; } .radius-5p { border-radius: 5px; } .bold { font-weight: 700; } .bolder { font-weight: 900; } .p06 { padding: .6rem; } .p1 { padding: 1rem; } .p1-5 { padding: 1.5rem; } .max-height { height: max-content; padding: 1rem 0; } .auto-height { height: auto; padding: 1rem 0; } .margin-horizontal-1 { margin: 0 .5rem; } .margin-horizontal-2 { margin: 0 1rem; } .margin-horizontal-1:first-child, .margin-horizontal-2:first-child { margin-left: 0; } .margin-horizontal-1:last-child, .margin-horizontal-2:last-child { margin-right: 0; } .inline { display: inline; } .container-fluid { width: 100%; min-width: 100%; flex-direction: row; } .container, .container-left { flex: 1; padding: 1.5rem; } .container { max-width: 80rem; height: 100%; min-height: 100%; align-self: center; } .container-left { width: 80%; max-width: 80%; height: 100%; min-height: 100%; align-self: flex-start; border-top-right-radius: 35px; border-bottom-right-radius: 35px; align-items: center; } .toolbar { width: 90%; align-items: center; justify-content: space-between; flex-direction: revert; flex: 0; margin-top: 1rem; margin-bottom: 5rem; } .toolbar .title { font-size: 1.4rem; font-weight: bolder; } .bg-illustration { background-image: url("../images/2341-ai(2).png"); background-repeat: no-repeat; background-position: 96% 60%; background-size: 0%; } .no-margin { margin: 0 !important; } .margin-v-1 { margin: 1rem 0; } .social-connect:before { content: "OR"; text-align: center; position: absolute; top: -10px; background-color: white; padding: 0 .5rem; } .social-connect { margin-top: 2rem; flex-direction: row; justify-content: space-around; border-top: dotted 1px; padding: 1rem; } .social-connect-item { } .social-connect-item .button { font-family: 'Roboto', sans-serif; display: flex; align-self: center; width: max-content; padding: 1rem 1rem 1rem 1.8rem; border: solid 1px var(--tertiary); color: var(--tertiary-darker); font-weight: 400; align-content: center; } .google:before { background-image: url("../icons/google-logo.png"); } .facebook:before { background-image: url("../icons/logo-facebook.webp"); } .google:before, .facebook:before { content: ""; background-size: 20px 20px; background-repeat: no-repeat; background-position: center left; margin-left: -20px; width: 30px; } .decoration-up, .decoration-down { background: radial-gradient(circle, grey 17%, transparent 5%); background-size: 1rem 1rem; background-repeat: repeat; display: flex; flex: 1; width: 3rem; height: 3rem; min-height: 3rem; max-height: 3rem; position: absolute; right: 0; } .decoration-up { top: 0; } .decoration-down { bottom: 0; } .bell-notification { position: relative; width: 2rem; } .bell-notification:before { content: "\f0f3"; font-family: FontAwesome; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; font-size: 2rem; color: var(--primary-darker); font-weight: bolder; } .bell-notification p { display: flex; background-color: red; position: absolute; font-size: .85rem; color: white; padding: 5px; border-radius: 50%; width: 1rem; height: 1.1rem; margin: 10px 0; justify-content: flex-end; align-items: center; justify-self: flex-end; right: 0; top: 0; } .mobile-icon > *{ font-size: .95rem; display: none; } .mobile-icon i{ display: flex; } @media (min-width: 576px) { } @media (min-width: 768px) { .container-left { width: 60%; max-width: 60%; } .bg-illustration { background-size: 30%; } .decoration-up, .decoration-down { width: 6rem; height: 6rem; min-height: 6rem; max-height: 6rem; } } @media (min-width: 992px) { .bg-illustration { background-image: url("../images/2341-ai(1).png"); background-position: 99% 50%; background-size: 40%; } } @media (min-width: 1200px) { .mobile-icon > *{ display: inline; } }
assets/css/app.css
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap'); @import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css'); @import url(reset.css); @import url(colors.css); @import url(buttons.css); @import url(register-forms.css); @import url(sidebar.css); @import url(leftbar.css); @import url(content.css); @import url(card.css); @import url(list.css); @import url(chart.css); @import url(breadcrumbs.css); @import url(header.css); @import url(jauge.css); @import url(schedule.css); @import url(messages.css); @import url(upload.css); @import url(pagination.css); body { background-color: var(--primary); display: flex; flex-direction: column; } .top-visible{ padding-top: 2.5rem; border-top: solid 2px var(--tertiary); } .bottom-visible{ padding-bottom: 1.5rem; border-bottom: solid 2px var(--tertiary); } .center-4{ justify-content: center; align-content: center; align-items: center; } .border-dashed-1{ border: dashed 1px var(--tertiary); } .border-dashed-2{ border: dashed 2px var(--tertiary); } table{ width: 100%; } .flex-0 { flex: 0; } .size-09 { font-size: 0.9rem; } .size-1 { font-size: 1rem; } .size-1-1 { font-size: 1.1rem !important; } .radius-3 { border-radius: 3% !important; } .radius-5p { border-radius: 5px; } .bold { font-weight: 700; } .bolder { font-weight: 900; } .p06 { padding: .6rem; } .p1 { padding: 1rem; } .p1-5 { padding: 1.5rem; } .max-height { height: max-content; padding: 1rem 0; } .auto-height { height: auto; padding: 1rem 0; } .margin-horizontal-1 { margin: 0 .5rem; } .margin-horizontal-2 { margin: 0 1rem; } .margin-horizontal-1:first-child, .margin-horizontal-2:first-child { margin-left: 0; } .margin-horizontal-1:last-child, .margin-horizontal-2:last-child { margin-right: 0; } .inline { display: inline; } .container-fluid { width: 100%; min-width: 100%; flex-direction: row; } .container, .container-left { flex: 1; padding: 1.5rem; } .container { max-width: 80rem; height: 100%; min-height: 100%; align-self: center; } .container-left { width: 80%; max-width: 80%; height: 100%; min-height: 100%; align-self: flex-start; border-top-right-radius: 35px; border-bottom-right-radius: 35px; align-items: center; } .toolbar { width: 90%; align-items: center; justify-content: space-between; flex-direction: revert; flex: 0; margin-top: 1rem; margin-bottom: 5rem; } .toolbar .title { font-size: 1.4rem; font-weight: bolder; } .bg-illustration { background-image: url("../images/2341-ai(2).png"); background-repeat: no-repeat; background-position: 96% 60%; background-size: 0%; } .no-margin { margin: 0 !important; } .margin-v-1 { margin: 1rem 0; } .social-connect:before { content: "OR"; text-align: center; position: absolute; top: -10px; background-color: white; padding: 0 .5rem; } .social-connect { margin-top: 2rem; flex-direction: row; justify-content: space-around; border-top: dotted 1px; padding: 1rem; } .social-connect-item { } .social-connect-item .button { font-family: 'Roboto', sans-serif; display: flex; align-self: center; width: max-content; padding: 1rem 1rem 1rem 1.8rem; border: solid 1px var(--tertiary); color: var(--tertiary-darker); font-weight: 400; align-content: center; } .google:before { background-image: url("../icons/google-logo.png"); } .facebook:before { background-image: url("../icons/logo-facebook.webp"); } .google:before, .facebook:before { content: ""; background-size: 20px 20px; background-repeat: no-repeat; background-position: center left; margin-left: -20px; width: 30px; } .decoration-up, .decoration-down { background: radial-gradient(circle, grey 17%, transparent 5%); background-size: 1rem 1rem; background-repeat: repeat; display: flex; flex: 1; width: 3rem; height: 3rem; min-height: 3rem; max-height: 3rem; position: absolute; right: 0; } .decoration-up { top: 0; } .decoration-down { bottom: 0; } .bell-notification { position: relative; width: 2rem; } .bell-notification:before { content: "\f0f3"; font-family: FontAwesome; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; font-size: 2rem; color: var(--primary-darker); font-weight: bolder; } .bell-notification p { display: flex; background-color: red; position: absolute; font-size: .85rem; color: white; padding: 5px; border-radius: 50%; width: 1rem; height: 1.1rem; margin: 10px 0; justify-content: flex-end; align-items: center; justify-self: flex-end; right: 0; top: 0; } .mobile-icon > *{ font-size: .95rem; display: none; } .mobile-icon i{ display: flex; } @media (min-width: 576px) { } @media (min-width: 768px) { .container-left { width: 60%; max-width: 60%; } .bg-illustration { background-size: 30%; } .decoration-up, .decoration-down { width: 6rem; height: 6rem; min-height: 6rem; max-height: 6rem; } } @media (min-width: 992px) { .bg-illustration { background-image: url("../images/2341-ai(1).png"); background-position: 99% 50%; background-size: 40%; } } @media (min-width: 1200px) { .mobile-icon > *{ display: inline; } }
0.379723
0.065098
html { box-sizing: border-box; } .custom-control-label { text-transform: uppercase; color: #839496; letter-spacing: 2px; font-size: 1.1rem; } ::-webkit-input-placeholder { font-size: 1.1rem!important; } h1 { text-transform: uppercase; letter-spacing: 4px; font-size: 2rem; } h2 { text-transform: uppercase; letter-spacing: 2px; font-size: 1.4rem; } /* Main container and content */ main { margin-top: 4%; } .pw-generator { background: rgba(255, 255, 255, 0.098); margin-top: 20px; padding: 50px 10px; } .pw-generator hr { width: 35%; border-top: 2px #839496 solid; } .pw-generator .heading { width: 70%; margin: 0 auto; } .pw-return { width: 70%; margin: 0 auto; } .form-control { font-size: 20px; color: #031216; text-align: center; padding: 20px; } .char-count-label { text-transform: uppercase; color: #839496; letter-spacing: 2px; font-size: 1.1rem; } .btn { text-transform: uppercase; font-size: 1rem; letter-spacing: 2px; } /* —————————— Snackbar functionality to alert copied text. Resource found here: https://www.w3schools.com/howto/howto_js_snackbar.asp ————————— */ /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ min-width: 250px; /* Set a default minimum width */ margin-left: -125px; /* Divide value of min-width by 2 */ background-color: #333; /* Black background color */ color: #fff; /* White text color */ text-align: center; /* Centered text */ border-radius: 2px; /* Rounded borders */ padding: 16px; /* Padding */ position: fixed; /* Sit on top of the screen */ z-index: 1; /* Add a z-index if needed */ left: 50%; /* Center the snackbar */ bottom: 30px; /* 30px from the bottom */ } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } /* Media queries */ @media screen and (max-width: 769px) { main { margin-top: 5%; } #snackbar { right: 5%; bottom: 3%; } }
styles/style.css
html { box-sizing: border-box; } .custom-control-label { text-transform: uppercase; color: #839496; letter-spacing: 2px; font-size: 1.1rem; } ::-webkit-input-placeholder { font-size: 1.1rem!important; } h1 { text-transform: uppercase; letter-spacing: 4px; font-size: 2rem; } h2 { text-transform: uppercase; letter-spacing: 2px; font-size: 1.4rem; } /* Main container and content */ main { margin-top: 4%; } .pw-generator { background: rgba(255, 255, 255, 0.098); margin-top: 20px; padding: 50px 10px; } .pw-generator hr { width: 35%; border-top: 2px #839496 solid; } .pw-generator .heading { width: 70%; margin: 0 auto; } .pw-return { width: 70%; margin: 0 auto; } .form-control { font-size: 20px; color: #031216; text-align: center; padding: 20px; } .char-count-label { text-transform: uppercase; color: #839496; letter-spacing: 2px; font-size: 1.1rem; } .btn { text-transform: uppercase; font-size: 1rem; letter-spacing: 2px; } /* —————————— Snackbar functionality to alert copied text. Resource found here: https://www.w3schools.com/howto/howto_js_snackbar.asp ————————— */ /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ min-width: 250px; /* Set a default minimum width */ margin-left: -125px; /* Divide value of min-width by 2 */ background-color: #333; /* Black background color */ color: #fff; /* White text color */ text-align: center; /* Centered text */ border-radius: 2px; /* Rounded borders */ padding: 16px; /* Padding */ position: fixed; /* Sit on top of the screen */ z-index: 1; /* Add a z-index if needed */ left: 50%; /* Center the snackbar */ bottom: 30px; /* 30px from the bottom */ } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } /* Media queries */ @media screen and (max-width: 769px) { main { margin-top: 5%; } #snackbar { right: 5%; bottom: 3%; } }
0.486088
0.12408
a{ color: #dd4b39; } a:hover, a:focus{ color: #F81C01; } .form-control:focus { border-color: #919295; } .content-header > h1 { font-size: 23px; } /* CUSTOM */ .del { text-decoration: line-through; } .bg-teal, .callout.callout-teal, .alert-teal, .label-teal, .modal-teal .modal-body { background-color: #30bbbb !important; } .no-resize{ resize: none; } .form-group.has-error label span.buttonText { color: #ffffff; } .padding-b-5{ padding-bottom: 5px; } .margin-b-10{ margin-bottom: 10px; } .margin-t-10{ margin-top: 10px; } .margin-l-10{ margin-left: 10px; } .filename{ font-size: 13px; font-style: italic; font-weight: 600; margin: 0; color: #333; } .img-push.form-group{ margin-right: 0; margin-bottom: 0; } #activity .box{ box-shadow: none; margin-bottom: 0; } .box-footer{ border-top: 0; } dd{ margin-bottom: 10px; } .tr-hover{ cursor: pointer; } /* TABS */ .nav-tabs-custom > .nav-tabs > li.active { border-top-color: #dd4b39; } /* CUSTOM INPUTFILE */ .inputfile + label { margin-bottom: 0; padding: 0 !important; overflow: visible !important; } /* BUTTON */ .btn-dropdown{ line-height: 1; margin-bottom: 5px; } /* ICON */ .small-box .icon-sm{ font-size: 65px; } .small-box:hover .icon-sm{ font-size: 75px; } /* TEXTAREA */ textarea { resize: none; } /* LOGIN */ .login-page, .register-page { background: #fff; } .login-box-body { border: 1px solid #d2d6de ; } /* DATA TABLES */ .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color: #dd4b39; border-color: #d73925; color: #fff; cursor: default; z-index: 3; } /* SELECT 2 */ .select2-results .select2-highlighted { background: #000 !important; color: #fff; } .select2-container .select2-selection--single { height: 35px; } .select2-container--default .select2-results__option--highlighted[aria-selected=false] { background-color: #f56954; color: white; } .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #919295; } .select2-container--open .select2-dropdown--below, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border: 1px solid #919295; } .select2-container--default .select2-selection--single { border-radius:0; } .ap_invoices_tbl { font-size:90%; } .ajax-loader { font-size:14pt; text-align:center; } .blockMsg .blockPage { z-index:1300; } #selected_invoices_tbl, #removed_invoices_tbl, #add_new_invoices_tbl { font-size:85%; } #tbl_payment_process_request{ font-size:85%; }
resources/css/custom.css
a{ color: #dd4b39; } a:hover, a:focus{ color: #F81C01; } .form-control:focus { border-color: #919295; } .content-header > h1 { font-size: 23px; } /* CUSTOM */ .del { text-decoration: line-through; } .bg-teal, .callout.callout-teal, .alert-teal, .label-teal, .modal-teal .modal-body { background-color: #30bbbb !important; } .no-resize{ resize: none; } .form-group.has-error label span.buttonText { color: #ffffff; } .padding-b-5{ padding-bottom: 5px; } .margin-b-10{ margin-bottom: 10px; } .margin-t-10{ margin-top: 10px; } .margin-l-10{ margin-left: 10px; } .filename{ font-size: 13px; font-style: italic; font-weight: 600; margin: 0; color: #333; } .img-push.form-group{ margin-right: 0; margin-bottom: 0; } #activity .box{ box-shadow: none; margin-bottom: 0; } .box-footer{ border-top: 0; } dd{ margin-bottom: 10px; } .tr-hover{ cursor: pointer; } /* TABS */ .nav-tabs-custom > .nav-tabs > li.active { border-top-color: #dd4b39; } /* CUSTOM INPUTFILE */ .inputfile + label { margin-bottom: 0; padding: 0 !important; overflow: visible !important; } /* BUTTON */ .btn-dropdown{ line-height: 1; margin-bottom: 5px; } /* ICON */ .small-box .icon-sm{ font-size: 65px; } .small-box:hover .icon-sm{ font-size: 75px; } /* TEXTAREA */ textarea { resize: none; } /* LOGIN */ .login-page, .register-page { background: #fff; } .login-box-body { border: 1px solid #d2d6de ; } /* DATA TABLES */ .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { background-color: #dd4b39; border-color: #d73925; color: #fff; cursor: default; z-index: 3; } /* SELECT 2 */ .select2-results .select2-highlighted { background: #000 !important; color: #fff; } .select2-container .select2-selection--single { height: 35px; } .select2-container--default .select2-results__option--highlighted[aria-selected=false] { background-color: #f56954; color: white; } .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #919295; } .select2-container--open .select2-dropdown--below, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border: 1px solid #919295; } .select2-container--default .select2-selection--single { border-radius:0; } .ap_invoices_tbl { font-size:90%; } .ajax-loader { font-size:14pt; text-align:center; } .blockMsg .blockPage { z-index:1300; } #selected_invoices_tbl, #removed_invoices_tbl, #add_new_invoices_tbl { font-size:85%; } #tbl_payment_process_request{ font-size:85%; }
0.232049
0.07521
.wrapper { margin: 32px; text-align: center; perspective: 800px; } .cover { display: inline-block; width: 200px; height: 144px; border: 8px solid #218EED; border-radius: 4px; box-sizing: border-box; background-color: #fff; z-index: 1; } @keyframes browzePage { 0% { transform: rotateY( 0deg ); background-color: #fff; } 50% { background-color: #f2f2f2; } 100% { transform: rotateY( -180deg ); background-color: #fff; } } .page { display: inline-block; width: 100px; height: 144px; border-width: 8px 8px 8px 0; border-radius: 4px; border-style: solid; border-color: #218EED; background-color: #fff; box-sizing: border-box; left: -104px; position: relative; z-index: 2; transform-style: preserve-3d; transition: transform 1s; transform-origin: left top; animation: browzePage 1s infinite; } .inner-border { display: inline-block; width: 1px; height: 144px; position: relative; background-color: rgba(0,0,0,0.06); left: -208px; z-index: 3; } .wrapper p { font-family: Roboto; text-align: center; position: relative; color: #218EED; left: -48px; margin-top: 24px; } /*the same style of home page*/ .hover-underline-animation { display: inline-block; position: relative; color: #0087ca; } .hover-underline-animation:after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: #0087ca; transform-origin: bottom right; transition: transform 0.25s ease-out; } .hover-underline-animation:hover:after { transform: scaleX(1); transform-origin: bottom left; } /********************************************start navbar**************************************************/ .navbar ul{ margin: 0 auto; } .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link { background-color: transparent; } .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:after{ content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: #0087ca; transform-origin: bottom right; transition: transform 0.25s ease-out; transform: scaleX(1); } /********************************************end navbar**************************************************/ .teacher-profile .container{ max-width: 1700px !important; } /**************************************************** start sidebar ****************************************************/ /************main-info**********/ .teacher-profile .main-info ,main .more-info{ text-align: center; border: 1px solid #dddddd; padding: 50px; margin-top: 50px; } .teacher-profile .main-info img{ border-radius: 50%; margin-bottom: 50px; box-shadow: 0px 1px 5px 4px rgba(0,0,0,0.63); } .teacher-profile .main-info h1{ font-weight: 900; font-size: 30pt !important; } .teacher-profile .main-info p{ font-size: 15px; } .teacher-profile .main-info span { margin-left: 8px; } .teacher-profile .main-info span i{ color: #ffc100; } .teacher-profile .main-info .btn-dark-green{ width: 100%; padding: 15px; font-weight: 500; font-size: 12pt; margin: 25px 0; } .teacher-profile .main-info table{ margin-top: 30px; } .teacher-profile .main-info table tr td{ text-align: left; padding-right: 5px; } .teacher-profile .main-info table tr td:nth-child(3){ float: right; } .teacher-profile .main-info table{ display: inline; } .teacher-profile .main-info { border-radius: 15px; } .teacher-profile .main-info .balance{ border-radius: 15px; background-color: #ffff; padding: 20px; } /************more-info**********/ .teacher-profile .more-info{ text-align: left; } .teacher-profile .more-info h5{ font-weight: 500; margin-bottom: 20px; } .teacher-profile .more-info .btn{ border: 1px solid #dddddd !important; border-radius: 15px; padding: 10px 8px; } /**************************************************** end sidebar ****************************************************/ /**************************************************** start courses ****************************************************/ .teacher-profile .col-lg-7{ margin-top: 50px; } .teacher-profile .col-lg-7 .courses{ text-align: center; } .teacher-profile .col-lg-7 .courses h1{ margin-bottom: 100px; } .teacher-profile .courses .row .content{ padding: 20px; border: 1px solid #dddddd; } .teacher-profile .courses .row .content .CourseName{ position: absolute; top: -13px; left: 35px; background-color: #fff; } .teacher-profile .courses .row .content { padding: 50px 50px 30px 20px ; } .teacher-profile .courses .row .content .counter .row .col-sm .count{ border-radius: 50%; background-color: rgb(65, 168, 65); color: #fff; text-align: center; padding: 25px; margin: 0 auto; } .teacher-profile .courses .row .content .counter .row .col-sm h6,.teacher-profile .courses .row .content .counter .row .col-sm h5{ margin-top: 40px; } /**************************************************** end courses ****************************************************/
public/css/teacher-profile.css
.wrapper { margin: 32px; text-align: center; perspective: 800px; } .cover { display: inline-block; width: 200px; height: 144px; border: 8px solid #218EED; border-radius: 4px; box-sizing: border-box; background-color: #fff; z-index: 1; } @keyframes browzePage { 0% { transform: rotateY( 0deg ); background-color: #fff; } 50% { background-color: #f2f2f2; } 100% { transform: rotateY( -180deg ); background-color: #fff; } } .page { display: inline-block; width: 100px; height: 144px; border-width: 8px 8px 8px 0; border-radius: 4px; border-style: solid; border-color: #218EED; background-color: #fff; box-sizing: border-box; left: -104px; position: relative; z-index: 2; transform-style: preserve-3d; transition: transform 1s; transform-origin: left top; animation: browzePage 1s infinite; } .inner-border { display: inline-block; width: 1px; height: 144px; position: relative; background-color: rgba(0,0,0,0.06); left: -208px; z-index: 3; } .wrapper p { font-family: Roboto; text-align: center; position: relative; color: #218EED; left: -48px; margin-top: 24px; } /*the same style of home page*/ .hover-underline-animation { display: inline-block; position: relative; color: #0087ca; } .hover-underline-animation:after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: #0087ca; transform-origin: bottom right; transition: transform 0.25s ease-out; } .hover-underline-animation:hover:after { transform: scaleX(1); transform-origin: bottom left; } /********************************************start navbar**************************************************/ .navbar ul{ margin: 0 auto; } .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link { background-color: transparent; } .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:after{ content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: 0; left: 0; background-color: #0087ca; transform-origin: bottom right; transition: transform 0.25s ease-out; transform: scaleX(1); } /********************************************end navbar**************************************************/ .teacher-profile .container{ max-width: 1700px !important; } /**************************************************** start sidebar ****************************************************/ /************main-info**********/ .teacher-profile .main-info ,main .more-info{ text-align: center; border: 1px solid #dddddd; padding: 50px; margin-top: 50px; } .teacher-profile .main-info img{ border-radius: 50%; margin-bottom: 50px; box-shadow: 0px 1px 5px 4px rgba(0,0,0,0.63); } .teacher-profile .main-info h1{ font-weight: 900; font-size: 30pt !important; } .teacher-profile .main-info p{ font-size: 15px; } .teacher-profile .main-info span { margin-left: 8px; } .teacher-profile .main-info span i{ color: #ffc100; } .teacher-profile .main-info .btn-dark-green{ width: 100%; padding: 15px; font-weight: 500; font-size: 12pt; margin: 25px 0; } .teacher-profile .main-info table{ margin-top: 30px; } .teacher-profile .main-info table tr td{ text-align: left; padding-right: 5px; } .teacher-profile .main-info table tr td:nth-child(3){ float: right; } .teacher-profile .main-info table{ display: inline; } .teacher-profile .main-info { border-radius: 15px; } .teacher-profile .main-info .balance{ border-radius: 15px; background-color: #ffff; padding: 20px; } /************more-info**********/ .teacher-profile .more-info{ text-align: left; } .teacher-profile .more-info h5{ font-weight: 500; margin-bottom: 20px; } .teacher-profile .more-info .btn{ border: 1px solid #dddddd !important; border-radius: 15px; padding: 10px 8px; } /**************************************************** end sidebar ****************************************************/ /**************************************************** start courses ****************************************************/ .teacher-profile .col-lg-7{ margin-top: 50px; } .teacher-profile .col-lg-7 .courses{ text-align: center; } .teacher-profile .col-lg-7 .courses h1{ margin-bottom: 100px; } .teacher-profile .courses .row .content{ padding: 20px; border: 1px solid #dddddd; } .teacher-profile .courses .row .content .CourseName{ position: absolute; top: -13px; left: 35px; background-color: #fff; } .teacher-profile .courses .row .content { padding: 50px 50px 30px 20px ; } .teacher-profile .courses .row .content .counter .row .col-sm .count{ border-radius: 50%; background-color: rgb(65, 168, 65); color: #fff; text-align: center; padding: 25px; margin: 0 auto; } .teacher-profile .courses .row .content .counter .row .col-sm h6,.teacher-profile .courses .row .content .counter .row .col-sm h5{ margin-top: 40px; } /**************************************************** end courses ****************************************************/
0.441673
0.07836
#workshop .d-flex h2{ color: #fff; font-weight: 600; font-family: "Poppins", sans-serif; word-spacing: 10px; letter-spacing: 2px; line-height: 180%; border-bottom:#e03a3c 5px solid; } #workshop .jigyasa{ background-color: #1b1b1b; margin-bottom: 3em; padding-top: 0.7em; padding-bottom: 0.1em; } #workshop .jigyasa img{ /* width: 25%; */ /* height: 25%; */ object-fit: cover; display: block; margin-left: auto; margin-right: auto; } #workshop .jigyasa p{ margin-bottom: 2em; margin-left: 3.5em; margin-right: 3.5em; margin-top: 1em; padding-bottom: 2em; text-align: center; font-size: 1.1em; font-family: "Raleway",sans-serif; font-weight: 500; color: #fff; } /* Sub Heading */ #workshop .d-flex h3{ color: #16324f; font-size: 28px; font-weight: bold; font-family: "Raleway", sans-serif; word-spacing: 0.4em; margin-left: auto; margin-right: auto; } /* Image of Workshop */ #workshop .card .row img{ background-color: #f8f9fada; width: auto; min-height: 100%; object-fit: contain; overflow: hidden; } /* Workshop Title */ #workshop .card .row h5{ font-family: 'Poppins',sans-serif; font-size: 24px; margin: 0px auto 0px; color: #16324f; font-weight: 700; } /* Block of details */ #workshop .card .row .card-body{ padding: 0.75em; } /* Date/Venue/: */ #workshop .card .row .card-body .object{ color: #e65658; font-weight: 600; margin-top: -4px; line-height: 1.2em; font-size: 17px; margin-bottom: 0; white-space: nowrap; } /* Date of Workshop and Location */ #workshop .card .row .card-body .value{ color: #16324f; font-weight: 500; font-size: 15px; display: inline; } /* More details link */ #workshop .card .row .card-body a>p{ color: #e03a3c; font-weight: 600; margin-top: 8px; font-size: 16px; margin-bottom: 0; } #workshop .card .row .card-body a>p:hover{ color: black; transition: 0.3s; } /* More details link on hover*/ #workshop .card .row .card-body a:hover{ text-decoration: none; color: #1b1b1b; } /* Date of posting */ #workshop .card .row .card-body small{ font-family: 'Roboto',sans-serif; font-size: 0.8em; color: #5A3733; font-weight: 500; margin-bottom: 0; padding-left: 20px; } /* Workshop ends */ /* Workshop Form starts here */ .workshop-form .container{ border: 1px solid #e9ecef; border-radius: 20px; } #workshop-form .d-flex h2{ color: #333; font-weight: 600; font-family: "Poppins", sans-serif; word-spacing: 10px; letter-spacing: 2px; line-height: 180%; border-bottom:#e03a3c 5px solid; margin-bottom: 0%; } #workshop-form label{ margin-top: 15px; color: #e03a3c; font-style: italic; word-spacing: 10px; letter-spacing: 2px; } .workshop-form .form-control{ border-radius:1rem; } .workshop-form form{ padding-left: 2%; padding-right: 2%; } .workshop-form .text-muted{ font-style: italic; font-size: 15px; margin-top: 0; display: inline; } .workshopbtn{ height: auto; /* margin: 4px; */ border: none; border-radius: 20px; /* padding: 2%; */ background: #e03a3c; font-weight: 600; color: #fff; font-style: italic; cursor: pointer; } #postbtn{ height: 40px; width: 20%; align-items: center; } #writebtn{ width: 100%; } #updatebtn{ width: 30%; background: grey; } #deletebtn{ width: 30%; } .workshopbtn:hover{ background: crimson !important; } @media (max-width: 500px) { /* #workshop .jigyasa img{ width: 60%; height: 60%; } */ #workshop .jigyasa p{ margin-left: 1.5em; margin-right: 1.5em; } } .edits{ align-items: center; } .edits a{ justify-content: end; } /* Workshop Form ends here */
static/css/workshop.css
#workshop .d-flex h2{ color: #fff; font-weight: 600; font-family: "Poppins", sans-serif; word-spacing: 10px; letter-spacing: 2px; line-height: 180%; border-bottom:#e03a3c 5px solid; } #workshop .jigyasa{ background-color: #1b1b1b; margin-bottom: 3em; padding-top: 0.7em; padding-bottom: 0.1em; } #workshop .jigyasa img{ /* width: 25%; */ /* height: 25%; */ object-fit: cover; display: block; margin-left: auto; margin-right: auto; } #workshop .jigyasa p{ margin-bottom: 2em; margin-left: 3.5em; margin-right: 3.5em; margin-top: 1em; padding-bottom: 2em; text-align: center; font-size: 1.1em; font-family: "Raleway",sans-serif; font-weight: 500; color: #fff; } /* Sub Heading */ #workshop .d-flex h3{ color: #16324f; font-size: 28px; font-weight: bold; font-family: "Raleway", sans-serif; word-spacing: 0.4em; margin-left: auto; margin-right: auto; } /* Image of Workshop */ #workshop .card .row img{ background-color: #f8f9fada; width: auto; min-height: 100%; object-fit: contain; overflow: hidden; } /* Workshop Title */ #workshop .card .row h5{ font-family: 'Poppins',sans-serif; font-size: 24px; margin: 0px auto 0px; color: #16324f; font-weight: 700; } /* Block of details */ #workshop .card .row .card-body{ padding: 0.75em; } /* Date/Venue/: */ #workshop .card .row .card-body .object{ color: #e65658; font-weight: 600; margin-top: -4px; line-height: 1.2em; font-size: 17px; margin-bottom: 0; white-space: nowrap; } /* Date of Workshop and Location */ #workshop .card .row .card-body .value{ color: #16324f; font-weight: 500; font-size: 15px; display: inline; } /* More details link */ #workshop .card .row .card-body a>p{ color: #e03a3c; font-weight: 600; margin-top: 8px; font-size: 16px; margin-bottom: 0; } #workshop .card .row .card-body a>p:hover{ color: black; transition: 0.3s; } /* More details link on hover*/ #workshop .card .row .card-body a:hover{ text-decoration: none; color: #1b1b1b; } /* Date of posting */ #workshop .card .row .card-body small{ font-family: 'Roboto',sans-serif; font-size: 0.8em; color: #5A3733; font-weight: 500; margin-bottom: 0; padding-left: 20px; } /* Workshop ends */ /* Workshop Form starts here */ .workshop-form .container{ border: 1px solid #e9ecef; border-radius: 20px; } #workshop-form .d-flex h2{ color: #333; font-weight: 600; font-family: "Poppins", sans-serif; word-spacing: 10px; letter-spacing: 2px; line-height: 180%; border-bottom:#e03a3c 5px solid; margin-bottom: 0%; } #workshop-form label{ margin-top: 15px; color: #e03a3c; font-style: italic; word-spacing: 10px; letter-spacing: 2px; } .workshop-form .form-control{ border-radius:1rem; } .workshop-form form{ padding-left: 2%; padding-right: 2%; } .workshop-form .text-muted{ font-style: italic; font-size: 15px; margin-top: 0; display: inline; } .workshopbtn{ height: auto; /* margin: 4px; */ border: none; border-radius: 20px; /* padding: 2%; */ background: #e03a3c; font-weight: 600; color: #fff; font-style: italic; cursor: pointer; } #postbtn{ height: 40px; width: 20%; align-items: center; } #writebtn{ width: 100%; } #updatebtn{ width: 30%; background: grey; } #deletebtn{ width: 30%; } .workshopbtn:hover{ background: crimson !important; } @media (max-width: 500px) { /* #workshop .jigyasa img{ width: 60%; height: 60%; } */ #workshop .jigyasa p{ margin-left: 1.5em; margin-right: 1.5em; } } .edits{ align-items: center; } .edits a{ justify-content: end; } /* Workshop Form ends here */
0.204263
0.053453
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } .firstPage__wrapper { background: url("../images/start-bg.gif"); width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; } .firstPage__wrapper .fullscreen { position: absolute; left: 1%; top: 2%; background: none; border: none; z-index: 10; } .firstPage__wrapper .fullscreen__svg { box-sizing: content-box; width: 3vw; padding: 5px; transition: all ease-in 200ms; will-change: transform; } .firstPage__wrapper .fullscreen__svg:hover { -webkit-transform: scale(1.5); transform: scale(1.5); } .firstPage__wrapper .fighting { display: block; width: 85vh; height: 28vh; margin: 0 auto; } .firstPage__form { margin-top: 20px; } .firstPage__form .start { font-family: Mortal, sans-serif; font-size: 4.3vw; font-weight: 700; background-color: #fff; text-transform: uppercase; width: 26%; min-height: 40px; height: 8vh; margin: 16px auto; color: #000; text-align: center; display: block; border: 2px solid #ff4500; border-radius: 25px; outline: 0; cursor: pointer; } .firstPage__form .name { width: 28%; height: 8vh; min-height: 40px; font-family: Mortal, sans-serif; font-size: 4.3vw; font-weight: 700; color: #000; text-align: center; display: block; border: 2px solid #ff4500; border-radius: 25px; font-weight: 400; padding: 5px; margin: 16px auto; outline: 0; -webkit-user-select: all; -moz-user-select: all; -ms-user-select: all; user-select: all; } .firstPage__form .name::-webkit-input-placeholder { font-family: Mortal, sans-serif; } .firstPage__form .name:-ms-input-placeholder { font-family: Mortal, sans-serif; } .firstPage__form .name::-ms-input-placeholder { font-family: Mortal, sans-serif; } .firstPage__form .name::placeholder { font-family: Mortal, sans-serif; } .secondPage__submit { font-size: 1.7em; background-color: #f5f5f5; height: 23%; border: 2px solid #ff4500; border-radius: 10px; } .secondPage__container { display: flex; width: 100vw; min-height: 100vh; max-height: 100%; background: url("../images/secondPage-bg.gif"); background-size: cover; font-family: Mortal; } .secondPage__container .level-form { display: flex; flex-direction: column; color: #eee; } .secondPage__container .level-form .level { color: #eee; } .secondPage__container .info_fields-section { display: flex; width: 60%; height: 100vh; flex-direction: column; } .secondPage__container .info_fields-section .fields-section { display: flex; height: 40%; overflow-y: hidden; overflow-x: scroll; border-left: 8px solid transparent; border-right: 8px solid transparent; } .secondPage__container .info_fields-section .fields-section .random-btn { display: flex; justify-content: center; align-items: center; min-width: 200px; height: 90%; border: 3px solid #f00; border-radius: 10px; transition: all ease-in-out 200ms; background-color: #333; margin: 8px; } .secondPage__container .info_fields-section .fields-section .random-btn img { max-width: 70px; } .secondPage__container .info_fields-section .fields-section .field { display: flex; min-width: 200px; height: 90%; border-radius: 10px; transition: all ease-in-out 200ms; background-size: cover; background-position: center center; margin: 8px; } .secondPage__container .info_fields-section .fields-section .field:nth-child(1) { margin-left: 0; } .secondPage__container .info_fields-section .fields-section .field__boat { background-image: url("../images/arena/boat.gif"); } .secondPage__container .info_fields-section .fields-section .field__light { background-image: url("../images/arena/light.gif"); } .secondPage__container .info_fields-section .fields-section .field__main { background-image: url("../images/arena/main.gif"); } .secondPage__container .info_fields-section .fields-section .field__train { background-image: url("../images/arena/train.gif"); } .secondPage__container .info_fields-section .fields-section .field__waterfall { background-image: url("../images/arena/waterfall.gif"); } .secondPage__container .info_fields-section .fields-section .field__wind { background-image: url("../images/arena/wind.gif"); } .secondPage__container .fighters-section { display: flex; flex-direction: column; align-items: center; overflow-x: hidden; overflow-y: scroll; width: 40%; height: 100vh; border: 8px solid transparent; } .secondPage__container .fighters-section .random-btn { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; min-height: 50vh; border: 3px solid #f00; border-radius: 10px; transition: all ease-in-out 200ms; background-color: #333; margin: 8px; margin-bottom: 0; } .secondPage__container .fighters-section .random-btn img { max-width: 70px; } .secondPage__container .hero { height: 100%; -o-object-fit: contain; object-fit: contain; } .secondPage__container .fighter { display: flex; justify-content: center; align-items: center; width: 100%; min-height: 50vh; border-radius: 10px; background: url("../images/hero-bg.gif") 50% bottom; background-repeat: no-repeat; background-size: auto; transition: all ease-in-out 200ms; margin: 8px; } .secondPage__container .fighter:nth-child(1) { margin-top: 0; } .secondPage__container .fighter__container { display: flex; flex-direction: column; justify-content: space-between; height: 60%; padding: 8px; padding-bottom: 0; } .secondPage__container .fighter__card { display: flex; width: 100%; height: 73%; justify-content: space-between; align-items: center; background-color: rgba(0, 0, 0, 0.7); border-radius: 10px; padding: 2em; } .secondPage__container .fighter__card .hero__img { height: 100%; } .secondPage__container .fighter__card .hero__name { text-align: right; font-size: 7vh; color: #eee; letter-spacing: 4px; } .secondPage__container .fighter__card .hero__attack, .secondPage__container .fighter__card .hero__defence { text-align: right; font-size: 4.2vh; color: #f22; letter-spacing: 2px; } .secondPage__container .fighter__card .card__info { display: flex; flex-direction: column; justify-content: space-between; height: 100%; } .fightPage__container { width: 100%; height: 100vh; } .healthy__container { width: 90%; display: flex; justify-content: space-between; margin: auto; } .MyHealthy__Bar { width: 150px; height: 19px; -webkit-transform: skewX(50deg); transform: skewX(50deg); border: 2px solid black; border-radius: 3px; margin-top: 5px; z-index: 10; } .EnemyHealthy__Bar { width: 150px; height: 19px; -webkit-transform: skewX(-50deg); transform: skewX(-50deg); border: 2px solid black; border-radius: 3px; margin-top: 5px; z-index: 10; } .My__Lives { width: 100%; min-width: 0; height: 100%; background-color: green; transition: all ease-in 500ms; z-index: 9; } .Enemy__Lives { width: 100%; min-width: 0; height: 100%; background-color: green; transition: all ease-in 500ms; z-index: 9; } @-webkit-keyframes fontbulger { 0% { font-size: 25px; } 50% { font-size: 30px; } 100% { font-size: 25px; } } @keyframes fontbulger { 0% { font-size: 25px; } 50% { font-size: 30px; } 100% { font-size: 25px; } } .timer { position: relative; } .minutes-set { float: left; margin-right: 28px; } .seconds-set { float: right; } .display-remain-time { font-family: Mortal; font-weight: 100; color: #f71f10; will-change: transform, contents; -webkit-animation: fontbulger 1s infinite; animation: fontbulger 1s infinite; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); text-align: center; position: absolute; left: 50%; top: 8vh; } #pause { outline: none; background: transparent; border: none; margin-top: 10px; width: 50px; height: 50px; position: relative; } .play::before { display: block; content: ''; position: absolute; top: 8px; left: 16px; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 22px solid #f71f10; } .pause::after { content: ''; position: absolute; top: 8px; left: 12px; width: 15px; height: 30px; background-color: transparent; border-radius: 1px; border: 5px solid #f71f10; border-top: none; border-bottom: none; } #pause:hover { opacity: 0.8; } .e-c-base { fill: none; stroke: #5949e9; stroke-width: 4px; } .e-c-progress { fill: none; stroke: #f71f10; stroke-width: 4px; transition: stroke-dashoffset 0.7s; } .e-c-pointer { fill: #fff; stroke: #f71f10; stroke-width: 2px; } #e-pointer { transition: -webkit-transform 0.7s; transition: transform 0.7s; transition: transform 0.7s, -webkit-transform 0.7s; } svg.decrease { width: 25vh; position: absolute; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); left: 50%; } .fight-round { font-family: 'Mortal'; } .fight-round .makeACh { font-size: 4.6vh; color: #ff0000; position: absolute; top: 30%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fight-round .fightPage_wrapper { height: 100vh; } .fight-round .atIcon { fill: #ffffff; width: 30px; transition: fill ease-in 200ms; } .fight-round .atIcon:hover { fill: #ff0000; transition: fill ease-in 200ms; } .fight-round input { display: none; } .fight-round input:checked ~ .atIcon { fill: #ff0000; } .fight-round .form-attack-list { position: fixed; left: 15px; bottom: 200px; } .fight-round .form-defense-list { position: fixed; right: 15px; bottom: 200px; } .fight-round form.attack-defense { display: flex; margin-left: 5%; } .fight-round .form-list { display: flex; flex-direction: column; justify-content: flex-start; list-style: none; font-size: 16px; position: absolute; top: 30%; } .fight-round .nick_name { position: absolute; font-size: 28px; color: green; top: 10%; right: 67%; will-change: contents; } .fight-round .bot_name { position: absolute; font-size: 28px; color: red; top: 10%; left: 67%; will-change: contents; } .fight-round h3.form-title { font-size: 24px; position: fixed; top: 20%; color: #ffffff; } .fight-round .attack-title { left: 1%; } .fight-round .defense-title { right: 1%; } .fight-round div.defense { left: 40%; } .fight-round button.punch-button { -webkit-filter: invert(24%) sepia(98%) saturate(7365%) hue-rotate(359deg) brightness(96%) contrast(112%); filter: invert(24%) sepia(98%) saturate(7365%) hue-rotate(359deg) brightness(96%) contrast(112%); width: 10vw; height: 10vw; font-size: 14px; position: absolute; right: 4%; bottom: 3%; background-color: transparent; border: none; z-index: 100; will-change: transform; transition: -webkit-transform ease-in 1s; transition: transform ease-in 1s; transition: transform ease-in 1s, -webkit-transform ease-in 1s; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } .fight-round button.punch-button > img { width: 100%; height: 100%; } .fight-round button.punch-button:hover { -webkit-transform: scale(1.2) rotate(-90deg); transform: scale(1.2) rotate(-90deg); } .fightPage__container { height: 100vh; box-shadow: inset 0px 56px 133px 38px rgba(0, 0, 0, 0.69); background-size: cover; background-repeat: no-repeat; background-position-x: center; background-position-y: bottom; } .user-hero { left: 12%; } .computer-hero { right: 12%; -webkit-transform: scaleX(-1); transform: scaleX(-1); } .computer-hero, .user-hero { position: absolute; bottom: 3%; width: 14%; transition: -webkit-transform linear 1s; transition: transform linear 1s; transition: transform linear 1s, -webkit-transform linear 1s; will-change: transform; } .giphy { background-image: url("../images/reverse.gif"); width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center center; } .windowResultPage__container { width: 100%; height: 100vh; background-size: contain; background-repeat: no-repeat; background-position: center center; background-color: #000000; font-family: Mortal; position: relative; font-size: 50em; color: #ffffff; } .windowResultPage__container .toFirst { background-color: #f5f5f5; height: 10vh; border: 2px solid #ff4500; width: 25%; font-size: 4vw; position: absolute; top: 75%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-radius: 10px; } @font-face { font-family: 'Mortal'; src: url("../fonts/mkx.ttf"); src: url("../fonts/mkx.woff") format("woff"), url("../fonts/mkx.woff2") format("woff2"); } * { box-sizing: border-box; margin: 0; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { overflow: hidden; } button { outline: 0; } input[type='radio'] { display: none; } h1 { margin: 0; } h2 { font-size: 45px; color: #eee; letter-spacing: 3px; } .hide { display: none; } @media (min-width: 768px) { .EnemyHealthy__Bar { width: 250px; margin-top: 20px; } .MyHealthy__Bar { width: 250px; margin-top: 20px; } @-webkit-keyframes fontbulger { 0% { font-size: 30px; } 50% { font-size: 35px; } 100% { font-size: 30px; } } @keyframes fontbulger { 0% { font-size: 30px; } 50% { font-size: 35px; } 100% { font-size: 30px; } } .fight-round .output { font-size: 40px; } .fight-round .form-list { bottom: 30%; } .fight-round .atIcon, .fight-round .chIcon { width: 50px; } .fight-round button.punch-button { width: 75px; height: 75px; } .fight-round .form-list { font-size: 23px; display: flex; } .fight-round h3.form-title { font-size: 28px; } } @media (min-width: 1024px) { .firstPage__form .name { font-size: 5.6vh; } .firstPage__form .start { font-size: 5.6vh; } .secondPage__submit { width: 28%; font-size: 2.3em; } .secondPage__container { display: flex; flex-direction: column; width: 100vw; } .secondPage__container .info_fields-section { width: 100%; height: 70vh; order: 1; } .secondPage__container .info_fields-section .fields-section { overflow-y: hidden; overflow-x: scroll; height: 30%; } .secondPage__container .info_fields-section .fields-section .field { min-width: 400px; } .secondPage__container .info_fields-section .fighter__container { flex-direction: row; align-items: center; height: 68%; } .secondPage__container .info_fields-section .fighter__card { width: 70%; height: 100%; } .secondPage__container .fighters-section { flex-direction: row; width: 100vw; height: 30vh; order: 2; overflow-y: hidden; border: none; } .secondPage__container .fighters-section .fighter { width: 20vw; min-height: 100px; height: 28vh; background: url("../images/hero-bg.gif") center bottom no-repeat; } .secondPage__container .fighters-section .random-btn { width: 20vw; min-height: 100px; height: 28vh; } .secondPage__container .hero__img { height: 100%; } .secondPage__container .hero__name { font-size: 5em; } .secondPage__container .hero__attack, .secondPage__container .hero__defence { font-size: 3.2em; } .EnemyHealthy__Bar { width: 350px; height: 31px; margin-top: 30px; border: 2px solid black; } .MyHealthy__Bar { width: 350px; height: 31px; margin-top: 30px; border: 2px solid black; } @-webkit-keyframes fontbulger { 0% { font-size: 38px; } 50% { font-size: 43px; } 100% { font-size: 38px; } } @keyframes fontbulger { 0% { font-size: 38px; } 50% { font-size: 43px; } 100% { font-size: 38px; } } .fight-round h3.form-title { font-size: 40px; top: 20%; } .fight-round button.punch-button { width: 80px; height: 80px; font-size: 24px; } .fight-round .form-list { font-size: 28px; } .fight-round .nick_name { font-size: 32px; } .fight-round .bot_name { font-size: 32px; } ::-webkit-scrollbar { height: 8px; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.3); border-radius: 5px; } ::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; } ::-webkit-scrollbar-thumb:hover { background: #555; } } @media (min-width: 1440px) { .EnemyHealthy__Bar { width: 500px; height: 31px; margin-top: 30px; border: 2px solid black; } .MyHealthy__Bar { width: 500px; height: 31px; margin-top: 30px; border: 2px solid black; } } @media (min-width: 1480px) { .fight-round .nick_name { font-size: 40px; } .fight-round .bot_name { font-size: 40px; } } @media screen and (orientation: portrait) { .land { z-index: 101; position: fixed; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #444; } .land img { width: 70%; } } @media screen and (orientation: landscape) { .land { display: none; } }
build/css/styles.css
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } .firstPage__wrapper { background: url("../images/start-bg.gif"); width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; } .firstPage__wrapper .fullscreen { position: absolute; left: 1%; top: 2%; background: none; border: none; z-index: 10; } .firstPage__wrapper .fullscreen__svg { box-sizing: content-box; width: 3vw; padding: 5px; transition: all ease-in 200ms; will-change: transform; } .firstPage__wrapper .fullscreen__svg:hover { -webkit-transform: scale(1.5); transform: scale(1.5); } .firstPage__wrapper .fighting { display: block; width: 85vh; height: 28vh; margin: 0 auto; } .firstPage__form { margin-top: 20px; } .firstPage__form .start { font-family: Mortal, sans-serif; font-size: 4.3vw; font-weight: 700; background-color: #fff; text-transform: uppercase; width: 26%; min-height: 40px; height: 8vh; margin: 16px auto; color: #000; text-align: center; display: block; border: 2px solid #ff4500; border-radius: 25px; outline: 0; cursor: pointer; } .firstPage__form .name { width: 28%; height: 8vh; min-height: 40px; font-family: Mortal, sans-serif; font-size: 4.3vw; font-weight: 700; color: #000; text-align: center; display: block; border: 2px solid #ff4500; border-radius: 25px; font-weight: 400; padding: 5px; margin: 16px auto; outline: 0; -webkit-user-select: all; -moz-user-select: all; -ms-user-select: all; user-select: all; } .firstPage__form .name::-webkit-input-placeholder { font-family: Mortal, sans-serif; } .firstPage__form .name:-ms-input-placeholder { font-family: Mortal, sans-serif; } .firstPage__form .name::-ms-input-placeholder { font-family: Mortal, sans-serif; } .firstPage__form .name::placeholder { font-family: Mortal, sans-serif; } .secondPage__submit { font-size: 1.7em; background-color: #f5f5f5; height: 23%; border: 2px solid #ff4500; border-radius: 10px; } .secondPage__container { display: flex; width: 100vw; min-height: 100vh; max-height: 100%; background: url("../images/secondPage-bg.gif"); background-size: cover; font-family: Mortal; } .secondPage__container .level-form { display: flex; flex-direction: column; color: #eee; } .secondPage__container .level-form .level { color: #eee; } .secondPage__container .info_fields-section { display: flex; width: 60%; height: 100vh; flex-direction: column; } .secondPage__container .info_fields-section .fields-section { display: flex; height: 40%; overflow-y: hidden; overflow-x: scroll; border-left: 8px solid transparent; border-right: 8px solid transparent; } .secondPage__container .info_fields-section .fields-section .random-btn { display: flex; justify-content: center; align-items: center; min-width: 200px; height: 90%; border: 3px solid #f00; border-radius: 10px; transition: all ease-in-out 200ms; background-color: #333; margin: 8px; } .secondPage__container .info_fields-section .fields-section .random-btn img { max-width: 70px; } .secondPage__container .info_fields-section .fields-section .field { display: flex; min-width: 200px; height: 90%; border-radius: 10px; transition: all ease-in-out 200ms; background-size: cover; background-position: center center; margin: 8px; } .secondPage__container .info_fields-section .fields-section .field:nth-child(1) { margin-left: 0; } .secondPage__container .info_fields-section .fields-section .field__boat { background-image: url("../images/arena/boat.gif"); } .secondPage__container .info_fields-section .fields-section .field__light { background-image: url("../images/arena/light.gif"); } .secondPage__container .info_fields-section .fields-section .field__main { background-image: url("../images/arena/main.gif"); } .secondPage__container .info_fields-section .fields-section .field__train { background-image: url("../images/arena/train.gif"); } .secondPage__container .info_fields-section .fields-section .field__waterfall { background-image: url("../images/arena/waterfall.gif"); } .secondPage__container .info_fields-section .fields-section .field__wind { background-image: url("../images/arena/wind.gif"); } .secondPage__container .fighters-section { display: flex; flex-direction: column; align-items: center; overflow-x: hidden; overflow-y: scroll; width: 40%; height: 100vh; border: 8px solid transparent; } .secondPage__container .fighters-section .random-btn { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; min-height: 50vh; border: 3px solid #f00; border-radius: 10px; transition: all ease-in-out 200ms; background-color: #333; margin: 8px; margin-bottom: 0; } .secondPage__container .fighters-section .random-btn img { max-width: 70px; } .secondPage__container .hero { height: 100%; -o-object-fit: contain; object-fit: contain; } .secondPage__container .fighter { display: flex; justify-content: center; align-items: center; width: 100%; min-height: 50vh; border-radius: 10px; background: url("../images/hero-bg.gif") 50% bottom; background-repeat: no-repeat; background-size: auto; transition: all ease-in-out 200ms; margin: 8px; } .secondPage__container .fighter:nth-child(1) { margin-top: 0; } .secondPage__container .fighter__container { display: flex; flex-direction: column; justify-content: space-between; height: 60%; padding: 8px; padding-bottom: 0; } .secondPage__container .fighter__card { display: flex; width: 100%; height: 73%; justify-content: space-between; align-items: center; background-color: rgba(0, 0, 0, 0.7); border-radius: 10px; padding: 2em; } .secondPage__container .fighter__card .hero__img { height: 100%; } .secondPage__container .fighter__card .hero__name { text-align: right; font-size: 7vh; color: #eee; letter-spacing: 4px; } .secondPage__container .fighter__card .hero__attack, .secondPage__container .fighter__card .hero__defence { text-align: right; font-size: 4.2vh; color: #f22; letter-spacing: 2px; } .secondPage__container .fighter__card .card__info { display: flex; flex-direction: column; justify-content: space-between; height: 100%; } .fightPage__container { width: 100%; height: 100vh; } .healthy__container { width: 90%; display: flex; justify-content: space-between; margin: auto; } .MyHealthy__Bar { width: 150px; height: 19px; -webkit-transform: skewX(50deg); transform: skewX(50deg); border: 2px solid black; border-radius: 3px; margin-top: 5px; z-index: 10; } .EnemyHealthy__Bar { width: 150px; height: 19px; -webkit-transform: skewX(-50deg); transform: skewX(-50deg); border: 2px solid black; border-radius: 3px; margin-top: 5px; z-index: 10; } .My__Lives { width: 100%; min-width: 0; height: 100%; background-color: green; transition: all ease-in 500ms; z-index: 9; } .Enemy__Lives { width: 100%; min-width: 0; height: 100%; background-color: green; transition: all ease-in 500ms; z-index: 9; } @-webkit-keyframes fontbulger { 0% { font-size: 25px; } 50% { font-size: 30px; } 100% { font-size: 25px; } } @keyframes fontbulger { 0% { font-size: 25px; } 50% { font-size: 30px; } 100% { font-size: 25px; } } .timer { position: relative; } .minutes-set { float: left; margin-right: 28px; } .seconds-set { float: right; } .display-remain-time { font-family: Mortal; font-weight: 100; color: #f71f10; will-change: transform, contents; -webkit-animation: fontbulger 1s infinite; animation: fontbulger 1s infinite; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); text-align: center; position: absolute; left: 50%; top: 8vh; } #pause { outline: none; background: transparent; border: none; margin-top: 10px; width: 50px; height: 50px; position: relative; } .play::before { display: block; content: ''; position: absolute; top: 8px; left: 16px; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 22px solid #f71f10; } .pause::after { content: ''; position: absolute; top: 8px; left: 12px; width: 15px; height: 30px; background-color: transparent; border-radius: 1px; border: 5px solid #f71f10; border-top: none; border-bottom: none; } #pause:hover { opacity: 0.8; } .e-c-base { fill: none; stroke: #5949e9; stroke-width: 4px; } .e-c-progress { fill: none; stroke: #f71f10; stroke-width: 4px; transition: stroke-dashoffset 0.7s; } .e-c-pointer { fill: #fff; stroke: #f71f10; stroke-width: 2px; } #e-pointer { transition: -webkit-transform 0.7s; transition: transform 0.7s; transition: transform 0.7s, -webkit-transform 0.7s; } svg.decrease { width: 25vh; position: absolute; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); left: 50%; } .fight-round { font-family: 'Mortal'; } .fight-round .makeACh { font-size: 4.6vh; color: #ff0000; position: absolute; top: 30%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .fight-round .fightPage_wrapper { height: 100vh; } .fight-round .atIcon { fill: #ffffff; width: 30px; transition: fill ease-in 200ms; } .fight-round .atIcon:hover { fill: #ff0000; transition: fill ease-in 200ms; } .fight-round input { display: none; } .fight-round input:checked ~ .atIcon { fill: #ff0000; } .fight-round .form-attack-list { position: fixed; left: 15px; bottom: 200px; } .fight-round .form-defense-list { position: fixed; right: 15px; bottom: 200px; } .fight-round form.attack-defense { display: flex; margin-left: 5%; } .fight-round .form-list { display: flex; flex-direction: column; justify-content: flex-start; list-style: none; font-size: 16px; position: absolute; top: 30%; } .fight-round .nick_name { position: absolute; font-size: 28px; color: green; top: 10%; right: 67%; will-change: contents; } .fight-round .bot_name { position: absolute; font-size: 28px; color: red; top: 10%; left: 67%; will-change: contents; } .fight-round h3.form-title { font-size: 24px; position: fixed; top: 20%; color: #ffffff; } .fight-round .attack-title { left: 1%; } .fight-round .defense-title { right: 1%; } .fight-round div.defense { left: 40%; } .fight-round button.punch-button { -webkit-filter: invert(24%) sepia(98%) saturate(7365%) hue-rotate(359deg) brightness(96%) contrast(112%); filter: invert(24%) sepia(98%) saturate(7365%) hue-rotate(359deg) brightness(96%) contrast(112%); width: 10vw; height: 10vw; font-size: 14px; position: absolute; right: 4%; bottom: 3%; background-color: transparent; border: none; z-index: 100; will-change: transform; transition: -webkit-transform ease-in 1s; transition: transform ease-in 1s; transition: transform ease-in 1s, -webkit-transform ease-in 1s; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } .fight-round button.punch-button > img { width: 100%; height: 100%; } .fight-round button.punch-button:hover { -webkit-transform: scale(1.2) rotate(-90deg); transform: scale(1.2) rotate(-90deg); } .fightPage__container { height: 100vh; box-shadow: inset 0px 56px 133px 38px rgba(0, 0, 0, 0.69); background-size: cover; background-repeat: no-repeat; background-position-x: center; background-position-y: bottom; } .user-hero { left: 12%; } .computer-hero { right: 12%; -webkit-transform: scaleX(-1); transform: scaleX(-1); } .computer-hero, .user-hero { position: absolute; bottom: 3%; width: 14%; transition: -webkit-transform linear 1s; transition: transform linear 1s; transition: transform linear 1s, -webkit-transform linear 1s; will-change: transform; } .giphy { background-image: url("../images/reverse.gif"); width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center center; } .windowResultPage__container { width: 100%; height: 100vh; background-size: contain; background-repeat: no-repeat; background-position: center center; background-color: #000000; font-family: Mortal; position: relative; font-size: 50em; color: #ffffff; } .windowResultPage__container .toFirst { background-color: #f5f5f5; height: 10vh; border: 2px solid #ff4500; width: 25%; font-size: 4vw; position: absolute; top: 75%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-radius: 10px; } @font-face { font-family: 'Mortal'; src: url("../fonts/mkx.ttf"); src: url("../fonts/mkx.woff") format("woff"), url("../fonts/mkx.woff2") format("woff2"); } * { box-sizing: border-box; margin: 0; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { overflow: hidden; } button { outline: 0; } input[type='radio'] { display: none; } h1 { margin: 0; } h2 { font-size: 45px; color: #eee; letter-spacing: 3px; } .hide { display: none; } @media (min-width: 768px) { .EnemyHealthy__Bar { width: 250px; margin-top: 20px; } .MyHealthy__Bar { width: 250px; margin-top: 20px; } @-webkit-keyframes fontbulger { 0% { font-size: 30px; } 50% { font-size: 35px; } 100% { font-size: 30px; } } @keyframes fontbulger { 0% { font-size: 30px; } 50% { font-size: 35px; } 100% { font-size: 30px; } } .fight-round .output { font-size: 40px; } .fight-round .form-list { bottom: 30%; } .fight-round .atIcon, .fight-round .chIcon { width: 50px; } .fight-round button.punch-button { width: 75px; height: 75px; } .fight-round .form-list { font-size: 23px; display: flex; } .fight-round h3.form-title { font-size: 28px; } } @media (min-width: 1024px) { .firstPage__form .name { font-size: 5.6vh; } .firstPage__form .start { font-size: 5.6vh; } .secondPage__submit { width: 28%; font-size: 2.3em; } .secondPage__container { display: flex; flex-direction: column; width: 100vw; } .secondPage__container .info_fields-section { width: 100%; height: 70vh; order: 1; } .secondPage__container .info_fields-section .fields-section { overflow-y: hidden; overflow-x: scroll; height: 30%; } .secondPage__container .info_fields-section .fields-section .field { min-width: 400px; } .secondPage__container .info_fields-section .fighter__container { flex-direction: row; align-items: center; height: 68%; } .secondPage__container .info_fields-section .fighter__card { width: 70%; height: 100%; } .secondPage__container .fighters-section { flex-direction: row; width: 100vw; height: 30vh; order: 2; overflow-y: hidden; border: none; } .secondPage__container .fighters-section .fighter { width: 20vw; min-height: 100px; height: 28vh; background: url("../images/hero-bg.gif") center bottom no-repeat; } .secondPage__container .fighters-section .random-btn { width: 20vw; min-height: 100px; height: 28vh; } .secondPage__container .hero__img { height: 100%; } .secondPage__container .hero__name { font-size: 5em; } .secondPage__container .hero__attack, .secondPage__container .hero__defence { font-size: 3.2em; } .EnemyHealthy__Bar { width: 350px; height: 31px; margin-top: 30px; border: 2px solid black; } .MyHealthy__Bar { width: 350px; height: 31px; margin-top: 30px; border: 2px solid black; } @-webkit-keyframes fontbulger { 0% { font-size: 38px; } 50% { font-size: 43px; } 100% { font-size: 38px; } } @keyframes fontbulger { 0% { font-size: 38px; } 50% { font-size: 43px; } 100% { font-size: 38px; } } .fight-round h3.form-title { font-size: 40px; top: 20%; } .fight-round button.punch-button { width: 80px; height: 80px; font-size: 24px; } .fight-round .form-list { font-size: 28px; } .fight-round .nick_name { font-size: 32px; } .fight-round .bot_name { font-size: 32px; } ::-webkit-scrollbar { height: 8px; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.3); border-radius: 5px; } ::-webkit-scrollbar-thumb { border-radius: 5px; background: #666; } ::-webkit-scrollbar-thumb:hover { background: #555; } } @media (min-width: 1440px) { .EnemyHealthy__Bar { width: 500px; height: 31px; margin-top: 30px; border: 2px solid black; } .MyHealthy__Bar { width: 500px; height: 31px; margin-top: 30px; border: 2px solid black; } } @media (min-width: 1480px) { .fight-round .nick_name { font-size: 40px; } .fight-round .bot_name { font-size: 40px; } } @media screen and (orientation: portrait) { .land { z-index: 101; position: fixed; width: 100vw; height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #444; } .land img { width: 70%; } } @media screen and (orientation: landscape) { .land { display: none; } }
0.663015
0.119794